a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*navbar*/

.navbar_type8 {
    height: 100px;
    margin-top: 0px;
    background: #fff;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 0px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 9vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 4vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 15px 19px;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #23acc4;
}

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.8vw;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 0px; 
    background-color: #23acc4;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #23acc4;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #fff !important;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        padding: 15px 19px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 10.5vw;
    left: 9.5vw;
    /* transform: translate(0%, -50%); */
    width: 50%;
    text-align: left;
}

.banner_big_title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.0;
    margin-bottom: 3.5vw !important;
    position: relative;
}

.banner_big_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 43%;
    height: 2px;
    background: #fff;
}

.banner_keyword {
    position: relative;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 3.5vw !important;
    line-height: 1.2;
    letter-spacing: 1px;
}

.button_banner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 2vw;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #23acc4;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 6px !important;
    width: 22px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerViewMore2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #23acc4;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore2:hover {
    transform: scale(1.05);
}

.n_bannerViewMore2:active {
    transform: scale(0.85);
}

.n_bannerViewMore2:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 6px !important;
    width: 22px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore2:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .banner_big_title {
        font-size: 45px;
        font-weight: 800;
        color: #fff;
        line-height: 1.0;
        margin-bottom: 5vw !important;
        position: relative;
    }

    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-size: 45px;
        font-weight: 800;
        color: #fff;
        line-height: 1.0;
        margin-bottom: 6vw !important;
        position: relative;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 3.5vw !important;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 10.5vw;
        left: 8.5vw;
        /* transform: translate(0%, -50%); */
        width: 86%;
        text-align: left;
    }
    
    .banner_big_title {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 6vw !important;
        position: relative;
    }
    
    .banner_big_title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 45%;
        height: 2px;
        background: #fff;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 3.5vw !important;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 35.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 426px) {
    .button_banner {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 2vw;
    }

    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 9.7vw;
        width: 43vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 9.7vw;
        width: 37.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 1vw 9.5vw 1vw 9.5vw;
    position: relative;
}

.hp_why {
    margin-top: -15vw;
}

.whyBorder {
    padding: 0px;
}

.hp_why_image {
    position: relative;
    width: 13%;
    height: auto;
    margin-top: 5px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.hp_why_image {
    width: 65px !important;
    height: 65px !important;
    max-width: 14% !important;
    flex-shrink: 0 !important;
}

.hp_why_title {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 10px;
    transition: transform 0.3s ease;
}

.hp_why_big {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0vw;
}

.hp_why_title:hover {
    transform: translateY(5px);
}

.hp_why_title:hover .hp_why_image {
    animation: swingIcon 1s ease-in-out infinite;
}

@keyframes swingIcon {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(8deg); }
    /*50%  { transform: rotate(0deg); }*/
    75%  { transform: rotate(-8deg); }
    100% { transform: rotate(0deg); }
}

@media screen and (max-width: 1300.5px){
    .hp_why_big {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why {
        margin-top: -11vw;
    }

    .hp_why_big {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_why {
        margin-top: -28vw;
    }
    
    .whyBorder {
        padding: 5px 15px;
    }
    
    .hp_why {
        padding: 1vw 4vw 1vw 5vw;
        position: relative;
    }
}

@media screen and (max-width: 426px) {
    .hp_why {
        margin-top: -34vw;
    }
}

/*hp_solutions*/

.hp_solutions {
    padding: 5vw 5.5vw 5vw 5.5vw;
    position: relative;
}

.rowSolutions {
    padding: 0vw 0vw 0vw 5vw;
}

.hp_solutions_box {
    display: flex;
    gap: 80px;
}

.hp_solutions .hp_big_title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_solutions .hp_big_title span {
    font-weight: 900;
}

.hp_solutions .hp_big_title {
    position: relative;
    display: inline-block;
}

.hp_solutions .hp_big_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 3px;
    height: 95px;
    background: #23acc4;
}

.hp_solutions .hp_keyword {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0vw;
}

.rowSolutions2 {
    margin-top: 5vw;
}

.hp_solutions .solutions_col {
    width: 20%;
    padding: 0 5px;
}

.hp_solutions .solutions_card {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hp_solutions .solutions_content {
    position: relative;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 70%;
    /* height: 140px; */
}

.solutionsBorder {
    position: relative;
    padding: 0 15px;
    transition: all 0.35s ease;
}

.solutionsBorder:hover{
    transform: translateY(-10px);
}

.n_solutionsIcon {
    perspective: 600px;
}

.n_solutionsIcon img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    margin: 0 auto;
    margin-top: -30px;
    display: flex;
}

.solutionsBorder:hover .n_solutionsIcon img {
    transform: rotateY(180deg);
}

.n_solutionsBox {
    margin-top: 1.5vw;
    padding: 0px 35px 25px 35px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
}

.n_solutionsTitle {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_solutionsText {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    margin-top: 1vw;
    margin-bottom: 0vw;
    transition: all 0.35s ease;
}

.n_solutionsText {
    padding-left: 20px;
}

.n_solutionsText li {
    margin-bottom: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_solutions .hp_keyword {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_solutions .hp_keyword br {
        display: none;
    }
    
    .rowSolutions {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_solutionsTitle {
        font-size: 17px;
        font-weight: 900;
        color: #000;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_solutions .solutions_content {
        position: relative;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 80%;
        /* height: 140px; */
    }
    
    .n_solutionsTitle {
        font-size: 16px;
        font-weight: 900;
        color: #000;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_solutionsText {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.2;
        margin-top: 1vw;
        margin-bottom: 0vw;
        transition: all 0.35s ease;
    }
}

@media screen and (max-width: 992.5px){
    .hp_solutions .solutions_col {
        width: 50%;
        padding: 0 5px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_solutions_box {
        display: block;
        gap: 80px;
    }
    
    .hp_solutions .hp_big_title {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 6vw;
    }
    
    .hp_solutions .hp_big_title::after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 0;
        width: 95px;
        height: 3px;
        background: #23acc4;
    }
    
    .hp_solutions {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_solutions .solutions_col {
        width: 50%;
        padding: 10px 15px;
    }
}

/*hp_about*/

.hp_about {
    padding: 2vw 0vw 3vw 11vw;
    position: relative;
}

.hp_about_box {
    margin-top: 4.5vw;
}

.hp_about .hp_big_title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1vw;
}

.hp_about .hp_big_title::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 130%;
    background: #23acc4;
}

.hp_about .hp_big_title span {
    font-weight: 900;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0vw;
    padding: 0vw 1.5vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #23acc4;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 15px !important;
    width: 22px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.hp_about_img {
    width: 97%;
    max-width: 150%;
    z-index: 1;
    margin-left: 2.5vw;
}

@media screen and (max-width: 1300.5px){
    .hp_about {
        padding: 2vw 0vw 3vw 8vw;
        position: relative;
    }
    
    .hp_about .hp_big_title {
        font-size: 23px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 0vw 5vw 3vw 6vw;
        position: relative;
    }
    
    .hp_about .hp_big_title br {
        display: none;
    }
    
    .hp_about .hp_big_title {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 6vw;
    }
    
    .hp_about .hp_big_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 100px;
        bottom: 0;
        width: 95px;
        height: 4px;
        background: #23acc4;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        z-index: 1;
        margin-top: 5vw;
        margin-left: 0vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #444;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 380px) {
    .hp_about .hp_big_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 125px;
        bottom: 0;
        width: 95px;
        height: 4px;
        background: #23acc4;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 9.7vw;
        width: 40vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_products*/

.hp_products {
    padding: 2vw 5vw 3vw 5vw;
    position: relative;
}

.hp_products_box {
    position: relative;
    justify-content: center;
    display: flex;
}

.hp_products_box::before {
    content: "";
    position: absolute;
    left: calc(50% - 220px); 
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 130%;
    background: #23acc4;
}

.hp_products .hp_big_title {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_products .hp_keyword {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0vw;
}

/*products*/

.productSlider-1 {
    padding: 0vw 8.5vw 9vw 8.5vw;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .product_box h6 a {
    color: #000;
    font-weight: 700 !important;
}

.productSlider-1 .slick-dots li button:before {
    color: #565656;
    font-size: 14px;
}

.productSlider-1 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #23acc4;
}

.productSlider-1 .slick-dots li button:before {
    opacity: 1;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 12px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: white;
    border: 3px solid #cacaca;
}

.productSlider-1 .product_img .product_box {
    margin: 8px;
    border: 5px solid transparent;
    background-color: white;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(0);
}

.productSlider-1 .slick-prev::before, .productSlider-1 .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

.productSlider-1 .slick-next:before, .productSlider-1 .slick-prev:before {
    font-size: 23px;
    opacity: 1;
}

.productSlider-1 .slick-prev {
    left: -1.5vw;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -1.5vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_products .hp_big_title {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0.5vw;
    }
    
    .hp_products .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_products {
        padding: 3vw 5vw 3vw 5vw;
        position: relative;
    }
    
    .hp_products_box::before {
        content: "";
        position: absolute;
        left: calc(50% - 170px);
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 130%;
        background: #23acc4;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 9vw 5vw;
    }
}

/*hp_gallery*/

.hp_gallery {
    padding: 0vw 8vw 3.5vw 8vw;
    position: relative;
}

.hp_gallery::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 39%;
    height: 80.5%;
    background-color: #23acc4;
    z-index: 0;
}

.hp_gallery::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    height: 100%;
    background-image: url(https://cdn1.npcdn.net/img/1779261372gallery_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.hp_gallery_box {
    position: relative;
    justify-content: center; 
    display: flex;
}

.hp_gallery_box::before {
    content: "";
    position: absolute;
    left: calc(58% - 220px); 
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 130%;
    background: #fff;
}

.hp_gallery .hp_big_title {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_gallery .hp_keyword {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0vw;
}

.hp_gallery_box2 {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 2.5vw;
}

.hp_gallery_content2 {
    display: flex;
    align-items: center;
    gap: 70px;
}

.hp_gallery .hp_small_title {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0vw;
}

.rowGallery {
    margin-top: 3vw;
}

.galleryBorder{
    margin-bottom: 30px;
}

.hp_gallery_img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /*height: 360px;*/
}

.hp_gallery_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.hp_gallery_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
    z-index: 1;
}

.gallery_title {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.hp_gallery_img:hover img{
    transform: scale(1.08);
}

.button_gallery {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.n_galleryViewMore {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #23acc4;
    border-radius: 10px;
    text-align: center;
    padding: 1%;
    height: 2.7vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0.5vw;
}

.n_galleryViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_galleryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_galleryViewMore:hover {
    transform: scale(1.05);
}

.n_galleryViewMore:active {
    transform: scale(0.85);
}

.n_galleryViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_galleryViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_galleryViewMore img.arrow-icon {
    margin-left: 15px !important;
    width: 22px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_galleryViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_galleryViewMore {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_gallery .hp_big_title {
        font-size: 24px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0.5vw;
    }
    
    .hp_gallery .hp_keyword {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_gallery .hp_small_title {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_gallery_box::before {
        content: "";
        position: absolute;
        left: calc(70% - 220px);
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 130%;
        background: #fff;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 6vw 5vw 9vw 5vw;
        position: relative;
    }
    
    .hp_gallery_content2 {
        display: block;
        align-items: center;
        gap: 70px;
    }
    
    .hp_gallery_box2 {
        position: relative;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        margin-top: 2.5vw;
    }
    
    .hp_gallery_box {
        position: relative;
        justify-content: center;
        display: flex;
        margin-left: -45px;
    }
    
    .hp_gallery_box::before {
        content: "";
        position: absolute;
        left: calc(67% - 222px);
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 130%;
        background: #fff;
    }
    
    .galleryBorder2 {
        margin-bottom: 30px;
    }
    
    .hp_gallery::before {
        content: "";
        position: absolute;
        top: -27px;
        left: 0;
        width: 80%;
        height: 75%;
        background-color: #23acc4;
        z-index: 0;
    }
    
    .n_galleryViewMore {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #23acc4;
        border-radius: 10px;
        text-align: center;
        padding: 1%;
        height: 8.7vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0.5vw;
    }
}

/*hp_news*/

.hp_news {
    padding: 7vw 5.5vw 4vw 5.5vw;
    position: relative;
}

.hp_news_box {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.hp_news .hp_big_title {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_news .hp_big_title span {
    font-weight: 900;
}

.hp_news .hp_big_title {
    position: relative;
    display: inline-block;
}

.hp_news .hp_big_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
    width: 3px;
    height: 95px;
    background: #23acc4;
}

.hp_news .hp_keyword {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

/*news*/

#main_index .latest_new_type6 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding: 0vw 12.5vw 5vw 12.5vw;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    margin-top: -60px;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

#main_index .latest_new_type6 .news_box .date {
    text-align: right;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_news_box {
        display: block;
        gap: 80px;
        justify-content: center;
    }
    
    .hp_news {
        padding: 7vw 5vw 4vw 5vw;
        position: relative;
    }
    
    .hp_news .hp_big_title {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 6vw;
    }
    
    .hp_news .hp_big_title::after {
        content: "";
        position: absolute;
        left: 0;
        top: 42px;
        bottom: 0;
        width: 95px;
        height: 4px;
        background: #23acc4;
    }
    
    #main_index .latest_new_type6 {
        margin-bottom: 10px;
        padding-top: 20px;
        padding: 0vw 8vw 5vw 8vw;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    background-color: #000;
    padding-top: 4rem !important;
    overflow: hidden !important;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

.footer_type9 a {
    color: #fff;
    text-decoration: none;
}

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .social_media a .icon_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
}

.footer_type9 .social_media a .icon_s i {
    color: #000;
}

.footer_type9 .bg_dark {
    background-color: #000;
}

.footer_type9 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background-color: #000;
    margin-right: 5px;
}

.footer_type9 .mb-3 .text {
    color: #fff !important;
    font-size: 16px;
    margin-left: 38px;
}

.footer_type9 .w-100 {
    width: 100% !important;
    margin-left: 39px;
}

.footer_type9 .sub_title:nth-of-type(1) {
    display: none;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 22rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}
