/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.container-width,
.full-width .ubermenu-nav,
.container,
.row{
    max-width: 1410px !important;
}
:root{
    --main-cl: #0087CE;
    --sub-cl: #008FD5;
    --container-w: 1920px;
}
body {
    color: #666;
    font-style: normal;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    /* 138.889% */
}

h1,
h2,
h3,
h4,
h5,
strong,
b{
    font-weight: 700;
    font-style: normal;
}

.col,
.columns,
.gallery-item {
    padding: 0 12px !important;
}


body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 8px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    /*overflow-x: hidden;*/
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 750px;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 33px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 42px;
    gap: 10px;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    font-size: 17px;
    line-height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 6px 17px;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 19px;
    line-height: 25px;
    color: #000
}
#search-lightbox input{
    font-size: 21px;
    line-height: 25px;
    padding-left: 31px;
    box-shadow: unset;
    height: 52px;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 300px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 104px 0;
}
.search-page h1{
    margin-bottom: 52px;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 17px;
}
/*.search-tabs .search-tabs-title .search-tab-title{*/
/*    padding: 13px 25px;*/
/*    border: 1px solid var(--fs-color-primary);*/
/*    font-size: 17px;*/
/*    line-height: 21px;*/
/*    color: var(--fs-color-primary);*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    border-radius: 10px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.4s;*/
/*}*/
/*.search-tabs .search-tab-title:hover,*/
/*.search-tabs .search-tab-title.active{*/
/*    background-color: var(--fs-color-primary);*/
/*    color: #FFF;*/
/*}*/
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 25px;
    line-height: 42px;
    padding: 10px;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px;
    margin-bottom: 31px;
}
.search-tabs .search-grid .search-item img{
    height: 300px;
    border-radius: 20px;
}
.search-tabs .search-item h3{
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.search-tabs .tab-product .search-item h3{
    text-align: center;
}

/*////////////////start///////////////////////*/

.slider_banner .img_banner{
    width: 100%;
    height: auto;
}
.slider_banner .img_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider_banner .swiper_pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    width: fit-content;
    transform: translateX(-50%);
}
.slider_banner .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 50px;
    height: 1px;
    flex-shrink: 0;
    background: #fff;
}
.slider_banner .swiper_pagination .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
    flex-shrink: 0;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
h2.heading_title,
h1.heading_title{
    color: var(--main-cl);
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px; /* 110% */
    margin-bottom: 20px;
}
.home_2{
    padding: 110px 0 140px;
    background: linear-gradient(180deg, #F1F8FF 0%, rgba(241, 248, 255, 0.00) 100%);
}
/*.home_2::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 642px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("../images/decor_home_2.svg");*/
/*}*/
.nav_prev,
.nav_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    z-index: 2;
    cursor: pointer;
}
.slider_banner .nav_prev{
    left: 56px;
    transition: 0.5s all;
}
.slider_banner .nav_next{
    right: 56px;
    transition: 0.5s all;
}
.img_home_2{
    width: 100%;
    height: auto;
    aspect-ratio: 690/663;
}
.img_home_2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    background: #F1F8FF ;
}
.text_home_2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}
svg.decor_home_2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1920px;
    height: 642px;
}
.img_bg_home_2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1920px;
    height: 642px;
    z-index: 1;
}
.img_bg_home_2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_2::before{
    pointer-events: none !important;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 606px;
    height: 606px;
    flex-shrink: 0;
    border-radius: 606px;
    background: rgba(200, 225, 239, 0.80);
    filter: blur(150px);
}
.home_2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 606px;
    height: 606px;
    flex-shrink: 0;
    border-radius: 606px;
    background: rgba(200, 225, 239, 0.80);
    filter: blur(150px);
}
.btn_component{
    padding: 5px 5px 5px 20px;
    color: #666;
    border-radius: 100px;
    border: 1px solid #ABABAB;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 12px;
    transition: 0.5s all;
    margin: 0;
}
.btn_component span{
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    height: 38px;
    display: flex;
    align-items: center;
    transition: 0.5s all;
}
.btn_component span svg path{
    transition: 0.5s all;
}
.btn_component span svg{
    transition: 0.5s all;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.btn_component span:last-child,
.btn_component.active span:last-child{
    border-radius: 50%;
}
.btn_component:hover span:last-child,
.btn_component.active span:last-child{
    background: var(--sub-cl);
}
.btn_component:hover span svg path,
.btn_component.active span svg path{
    stroke: #fff;
}
.btn_component:hover span,
.btn_component.active span{
    color: var(--sub-cl);
    font-weight: 600;
}
.btn_component:hover,
.btn_component.active{
    border: 1px solid var(--sub-cl);
}
.btn_component span svg {
    animation: none;
}

.btn_component:hover span svg,
.btn_recruit:hover span svg {
    animation: moveUpLoop 0.4s cubic-bezier(1, 0.5, 1 , 1.75) forwards;
}

@keyframes moveUpLoop {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    50% {
        transform: translate(20px, -20px);
        opacity: 0;
    }
    51% {
        transform: translate(-20px, 20px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes moveDownLoop {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }
    51% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.recruit_2 .btn_component:hover span svg {
    animation: moveDownLoop 0.4s cubic-bezier(1, 0.5, 1 , 1.75) forwards;
}
.slide_img_home_2{
    overflow: hidden;
    margin-left: 60px;
}
.home_3{
    padding: 0 76px 0;
}
.wrap_home_3{
    border-radius: 50px;
    padding: 200px 0 40px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}
.text_heading_home_3 {
    flex-shrink: 0;
    aspect-ratio: 1410.00/122.65;
    text-align: center;
    font-family: Inter;
    font-size: 258px;
    font-style: normal;
    font-weight: 900;
    line-height: 258px; /* 100% */

    color: transparent; /* Chữ trong suốt */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.5); /* Viền trắng */
    margin-bottom: 80px;
    font-family: 'Open Sans', sans-serif;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.wrap_count_home_3 .number::before {
    content: '+';
    position: absolute;
    top: -10px;
    right: -35px;
    /* background: #006BAA; */
    color: #006BAA;
    font-family: "Public Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}
.wrap_count_home_3 .number{
    width: fit-content;
    color: #006BAA;
    font-family: "Public Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 100% */
}
.content_home_3{
    color: #005D93;
    font-style: normal;
    font-weight: 600;
}
.line_home_3{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
    margin: 10px 0 13px;
}
.wrap_count_home_3{
    display: flex;
    margin: 0 -12px;
}
.wrap_count_home_3 .item{
    position: relative;
    z-index: 2;
    width: calc(calc(100%/4 - 24px));
    margin: 0 12px;
    padding: 32px 42px 10px 25px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
}
.wrap_home_3{
    background-size: 100% 100%;
    overflow: hidden;
}
.wrap_home_3 .img_main{
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.wrap_home_3 .img_main img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wrap_content_home_4{
    display: flex;
    flex-wrap: wrap;
    margin: 32px -6px;
    width: 100%;
}
.wrap_content_home_4 .item{
    width: calc(calc(100%/2 - 12px));
    margin: 0 6px 12px;
    border-radius: 20px;
    background: url("../images/bg-home.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 23px 40px 23px 23px;
}
.wrap_content_home_4 .item h3{
    color: var(--Main-1, #0087CE);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-transform: uppercase;
}
.wrap_content_home_4 .item p{
    font-size: 17px;
    line-height: 22px;
    margin: 0;
}
.wrap_content_home_4 .item .img_item {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.wrap_content_home_4 .item .img_item img{
    width: 58px;
    height: 100%;
}
.video_home_4{
    height: 100%;
    display: flex;
    align-items: center;
}
.video_home_4 video{
    display: block;
    object-fit: cover;
    width: 1033px;
    height: 581px;
}
.wrap_content_home_4 .btn_component{
    margin-top: 25px;
}
.home_4{
    padding: 180px 0 130px;
}
.decor_home_4{
    position: absolute;
    top: -55px;
    right: 0;
}
.decor_home_4 svg{
    width: 1228px;
    height: 256px;
}
.wrap_menu .menu{
    display: flex;
    gap: 60px;
    justify-content: center;
}
.wrap_menu .menu li a{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all;
}
.wrap_menu ul.menu>li+li{
    border: none;
}
.wrap_menu .menu li:hover a{
    color: #008FD5;
}
.news_home_left .img_news{
    width: 100%;
    height: 691px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.news_home_left .img_news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.news_home_left .content{
    -webkit-box-orient: vertical;
    padding: 0 122px 40px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*z-index: 2;*/
    transition: 0.5s all;
    margin-bottom: -30px;
    z-index: 4;
}
.news_home_left:hover .content{
    bottom: 44px;
}
.news_home_left .content p{
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 112.903% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    /*margin-bottom: 0;*/
    margin-bottom: 15px;
    transition: 0.5s all;
}
.news_home_left .content ul{
    display: flex;
    list-style: none;
    gap: 16px;
    margin: 0;
    transition: 0.5s all;
    opacity: 0;
}
.news_home_left:hover .content ul{
    opacity: 1;
}
.news_home_left .content ul li{
    margin: 0;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 100% */
}
.news_home_right{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.news_home_right .item .img_news{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.news_home_right .item .img_news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s;
}
.news_home_right .item{
    position: relative;
    width: calc(calc(100% / 2 - 24px));
    margin: 0 12px 24px;
    height: 334px;
}
.news_home_right .item::before,
.news_home_left .img_news::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 43.11%, rgba(0, 0, 0, 0.59) 82.43%, rgba(0, 0, 0, 0.75) 100%);
}
.news_home_right .item .content{
    position: absolute;
    left: 0;
    transition: 0.5s all;
    padding: 0 27px 27px;
    bottom: -30px;
    z-index: 3;
}
.news_home_right .item:hover .content{
    bottom: 0;
}
.news_home_right .item .content p{
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 115.789% */
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_home_right .item .content ul{
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
    opacity: 0;
    transition: 0.5s all;
}
.news_home_right .item:hover .content ul{
    opacity: 1;
}
.news_home_right .item .content ul li{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 20px; /* 153.846% */
}
.news_home_right .item .img_item{
    width: 100%;
    height: 334px;
}
.news_home_right .item .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blur_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
ul.hoa_tiet_section {
    list-style: none;
    margin: 0;
}
ul.hoa_tiet_section li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 50%;
}
ul.hoa_tiet_section li{
    z-index: 1;
}
ul.hoa_tiet_section li:nth-child(1) {
    margin: 0;
    position: absolute;
    left: 40px;
    top: 21%;
    width: 229px;
    height: 229px;
    flex-shrink: 0;
    border-radius: 50%;
    animation: hu__hu__ infinite 5s ease-in-out
}
ul.hoa_tiet_section li:nth-child(2) {
    margin: 0;
    position: absolute;
    left: 14%;
    bottom: 12%;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    flex-shrink: 0;
    animation: hu__hu__ infinite 5s ease-in-out
}

ul.hoa_tiet_section li:nth-child(3) {
    margin: 0;
    position: absolute;
    left: 28%;
    top: 15%;
    width: 121px;
    height: 121px;
    flex-shrink: 0;
    border-radius: 50%;
    z-index: 3;
    animation: hu__hu__ infinite 10s ease-in-out
}
ul.hoa_tiet_section li:nth-child(4) {
    margin: 0;
    position: absolute;
    left: 55%;
    top: 8%;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    flex-shrink: 0;
    animation: hu__hu__ infinite 5s ease-in-out
}
ul.hoa_tiet_section li:nth-child(5) {
    margin: 0;
    position: absolute;
    left: 73%;
    bottom: 20%;
    width: 180px;
    border-radius: 50%;
    height: 180px;
    flex-shrink: 0;
    animation: hu__hu__ infinite 5s ease-in-out
}
ul.hoa_tiet_section li:nth-child(6) {
    margin: 0;
    position: absolute;
    right: -80px;
    top: 37%;
    width: 253px;
    height: 253px;
    border-radius: 50%;
    flex-shrink: 0;
    animation: hu__hu__ infinite 5s ease-in-out
}
@keyframes hu__hu__ {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(40px); }
}
@keyframes hu__hu__2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(600px); }
}
@keyframes hu__hu__3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-300px); }
}
@keyframes hu__hu__4 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(100px); }
}
.img_home_7{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 881px;
}
.img_home_7 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_home_8{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.img_home_8 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
    border-radius: 20px;
}
.img_home_8:hover img{
    transform: scale(1.1);
}
.wrap_home_8{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.home_8{
    padding: 240px 0 130px;
    position: relative;
}
.home_8 .img_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_8 .img_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_8 .decor{
    position: absolute;
    top: -20px;
    left: 0;
}
.home_8 .decor svg{
    width: 100%;
}
.wrap_home_3::before{
    content: '';
    position: absolute;
    top: 82px;
    right: 0;
    width: 200%;
    height: calc(100% - 82px);
    background-repeat: repeat;
    background-image: url("../images/cloud.png");
    background-size: 50% 100%;
    animation: cloudAnimation 70s linear infinite;
}
@keyframes cloudAnimation {
    0% {
        right: 0px;
    }
    100% {
        right: -100%;
    }

}
.tab-buttons > div{
    cursor: pointer;
}
.tab-buttons .wrap_icon{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    margin-left: auto;
    margin-right: auto;
}
.tab-buttons span{
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all;
    display: block;
}
.tab-buttons button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}
.tab-buttons .active .wrap_icon,
.tab-buttons a:hover .wrap_icon{
    background: linear-gradient(180deg, rgba(26, 136, 201, 0.08) 0%, rgba(26, 136, 201, 0.03) 47.5%, rgba(26, 136, 201, 0.00) 100%);
}
.tab-buttons .active span,
.tab-buttons button:hover span{
    color: var(--sub-cl);
}
.tab-buttons{
    display: flex;
    gap: 66px;
    justify-content: center;
    margin: 30px 0 60px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.wrap_content_home_5{
    padding: 0 76px;
}
.wrap_content_home_5{
    display: flex;
}
.right_content_home_5{
    width: 24%;
}
.right_content_home_5 .img_right{
    width: 100%;
    /*height: 468px;*/
    overflow: hidden;
}
.right_content_home_5 .img_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px ;
}
.left_content_home_5{
    width: 76%;
}
.item_product_home{
    padding: 45px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.slider_product_home .swiper-slide+.swiper-slide:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(189, 215, 230, 0.08) 0%, rgba(189, 215, 230, 0.8) 15.87%, rgba(189, 215, 230, 0.8) 85%, rgba(189, 215, 230, 0.08) 100%);
}
.item_product_home .img_item{
    width: 119px;
    height: 248px;
    margin-bottom: 35px;
    /*overflow: hidden;*/
}
.item_product_home .img_item img{
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.item_product_home:hover .img_item img{
    transform: scale(1.1);
}
.item_product_home p{
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
    text-transform: uppercase;
    margin: 0;
}
svg.click_prev,
svg.click_next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
svg.click_prev path,
svg.click_next path,
.nav_prev path,
.nav_next path{
    transition: 0.5s all;
}
svg.click_prev:hover path,
svg.click_next:hover path,
.nav_prev:hover path,
.nav_next:hover path{
    stroke: var(--main-cl);
}
.slider_product_home .click_prev{
    left: 20px;
    transition: 0.5s all;
}
.slider_product_home .click_next{
    right: 0;
    transition: 0.5s all;
}
.slider_product_home,
.slider_brand_product_home{
    overflow: hidden;
}
.slider_brand_product_home{
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}
.top_left_content_home_5 .brand-buttons {
    padding: 10px 50px;
    margin-bottom: 0;
}
.top_left_content_home_5 .swiper{
    margin: 0 -18px;
    padding: 12px 0;
}
.top_left_content_home_5 .swiper-slide{
    padding: 0 18px;
}
.top_left_content_home_5 .img_brand img{
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    transition: 0.5s all;
}
.top_left_content_home_5 .img_brand:hover img,
.top_left_content_home_5 .img_brand.active img{
    /*transform: scale(1.15);*/
}
.top_left_content_home_5 .img_brand {
    border: none !important;
    display: flex;
    aspect-ratio: 1;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 0px 19.444px 0px rgba(149, 171, 180, 0.10);
}
.top_left_content_home_5 .swiper-slide.swiper-slide-active .img_brand{
    box-shadow: unset;
}
.top_left_content_home_5 .img_brand.active,
.top_left_content_home_5 .img_brand:hover{
    transform: scale(1.1);
    background: linear-gradient(180deg, rgba(26, 136, 201, 0.08) 0%, rgba(26, 136, 201, 0.03) 47.5%, rgba(26, 136, 201, 0.00) 100%);
}
.top_left_content_home_5 .product-item{
    padding: 0 36px;
}
.brand-buttons .swiper-slide{
    display: flex;
    justify-content: center;
}
.brand-buttons .click_prev{
    left: 20px;
    transition: 0.5s all;
}
.brand-buttons .click_next{
    right: 0;
    transition: 0.5s all;
}
.slider_banner .nav_prev:hover,
.slider_banner .nav_next:hover,
.wrap_slide_news .nav_prev:hover,
.wrap_slide_news .nav_next:hover,
.product_detail_3 .wrap_slide_about_5 .nav_prev:hover,
.product_detail_3 .wrap_slide_about_5 .nav_next:hover,
svg.p_nav_prev:hover,
svg.p_nav_next:hover,
.wrap_slide_product .nav_prev:hover,
.wrap_slide_product .nav_next:hover,
.slider_product_home .click_prev:hover,
.slider_product_home .click_next:hover,
.brand-buttons .click_prev:hover,
.brand-buttons .click_next:hover{
    transform: translateY(-50%) scale(1.2);
}
.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ABABAB;
    border-radius: 86px;
    padding: 4px 12px 4px 20px;
    width: 100%;
    background-color: none;
    margin-top: 20px;
}
.search-box .submit-btn{
    border-radius: 50%;
    transition: 0.5s all;
}
.search-box .submit-btn:hover{
    background: var(--sub-cl);
}
.search-box input {
    border: none;
    outline: none;
    flex: 1;
    padding: 0 0 0 15px;
    box-shadow: none;
    margin: 0;
}
.search-box input::placeholder{
    color: #ACBAC8;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */
}
.search-box input[type=text]:focus{
    box-shadow: none;
}
.search-box .submit-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
}
.home_5{
    padding-bottom: 100px;
}
.search-box svg.icon_search{
    width: 24px;
    height: 24px;
}
.search-box .submit-btn svg{
    width: 37px;
    height: 38px;
}
.search-box .submit-btn svg path{
    transition: 0.5s all;
}
.search-box .submit-btn:hover svg  path{
    stroke: #fff;
}
.slider_product_home .swiper_pagination,
.brand-buttons .swiper_pagination{
    display: none;
}
.menu_footer ul{
    display: flex;
    list-style: none;
    gap: 60px;
    margin: 0;
}
.menu_footer ul li{
    margin: 0;
}
.menu_footer ul li a{
    color: var(--4_FFFFFF, #FFF);
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 18px; /* 94.737% */
    transition: 0.5s all;
}
.menu_footer ul li:hover a{
    color: var(--main-cl);
}
.social_footer ul{
    display: flex;
    list-style: none;
    margin: 0;
    gap: 10px;
}
.social_footer ul li{
    margin: 0;
    position: relative;
}
.menu_footer{
    height: 100%;
    display: flex;
    align-items: center;
}
.top_footer{
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -70px;
}
.social_footer ul li img{
    width: 35px;
    height: 35px;
    transition: 0.5s all;
}
.social_footer ul li:hover img{
    transform: scale(1.15);
}
.menu_bottom_footer ul{
    display: flex;
    list-style: none;
    gap: 50px;
    margin: 0;
}
.menu_bottom_footer ul li{
    margin: 0;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px ; /* 133.333% */
    transition: 0.5s all;
}
.menu_bottom_footer ul li:not(:first-child):hover {
    font-weight: 700;
    color: #333;
}
.menu_bottom_footer ul li::before{
    content: '';
    position: absolute;
    top: 20%;
    right: -25px;
    background: rgba(255, 255, 255, 0.30);
    width: 1px;
    height: 13px;
}
.menu_bottom_footer ul li:last-child::before{
    display: none;
}
.bottom_footer {
    padding: 10px 0;
    background: #329FD7;
}
.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.8); /* nền sáng */
}
.fancybox__content{
    padding: 0 !important;
    border-radius: 30px;
}
.img_popup_home{
    width: 550px;
    height: 596px;
}
.img_popup_home img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fix_game p{
    color: var(--4_FFFFFF, #FFF);
    text-align: center;
    -webkit-text-stroke-width: 1.6px;
    -webkit-text-stroke-color: var(--Main-1, #0087CE);
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: 21px; /* 124.456% */
    text-transform: uppercase;
}
.fix_game p a{
    color: var(--2_E11B22, #E11B22);
    -webkit-text-stroke-color: var(--4_FFFFFF, #FFF);
}
.fix_game{
    position: fixed;
    bottom: 35px;
    width: 144px;
    padding: 9px 17px 0;
}
.img_company_header{
    width: 196px;
    margin: 30px 0 0 -20px;
}
.transparent-header .img_company_header img{
    filter: brightness(0) invert(1);
}
.transparent-header .stuck .img_company_header img{
    /*filter: brightness(1) invert(0);*/
}
.transparent-header .header-bg-container > div{
    display: none !important;
}
.transparent-header .header-main{
    padding: 0 30px 0 22px;
    position: fixed;
    width: 100%;
    background: transparent !important;
}
.transparent-header .header-main .header-inner{
    position: relative;
    z-index: 3;
}
.transparent-header #masthead:before{
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*background: #0000001A !important;*/
    /*backdrop-filter: blur(30px);*/
    background: rgba(0, 0, 0, 0.3) !important;
}
header#header .header-main{
    height: 70px;
}
.transparent-header .header-nav-main .menu-item.current-menu-item a{
    color: var(--main-cl);
}
.transparent-header .header-nav-main .menu-item a{
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 94.737% */
    font-size: 19px;
    text-transform: capitalize;
}
.transparent-header .stuck .header-nav-main .menu-item a{
    /*color: #333;*/
}
.transparent-header .stuck .icon-search{
    /*color: #333;*/
}
.transparent-header .header-nav-main .menu-item:hover a{
    color: var(--main-cl);
}
.transparent-header .header-nav-main .menu-item{
    padding-right: 43px;
}
.transparent-header .stuck .header-main{
    position: relative;
}
.transparent-header .stuck .header-nav-main .menu-item.current-menu-item > a,
.transparent-header .stuck .header-nav-main .menu-item:hover > a{
    color: var(--main-cl);
}
.transparent-header .header-search a{
    color: #fff !important;
}
.transparent-header .stuck .header-search a{
    color: #fff !important;
}
.transparent-header .catalogue_header .text{
    color: var(--3_333333, #333);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    transition: 0.5s all;
}
.transparent-header .stuck .catalogue_header .text {
    color: #333;
}
.transparent-header .catalogue_header:hover .text{
    color: var(--main-cl);
}
.catalogue_header{
    transition: all 0.4s !important;
}
.catalogue_header:hover{
    transform: scale(1.1);
}
.catalogue_header:hover .text,
.transparent-header .stuck .catalogue_header:hover .text{

}
.transparent-header .catalogue_header img{
    width: 21px;
    height: 22px;
    filter: brightness(1) invert(0);
}
.transparent-header .stuck .catalogue_header img{
    /*filter: brightness(0) invert(1);*/
}
.transparent-header .catalogue_header {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 16px !important;
    border-radius: 23px;
    background: var(--4_FFFFFF, #FFF);
    margin-left: 20px !important;
}
.transparent-header .stuck .catalogue_header{
    background: #fff;
}
.langue_menu{
    position: relative;
    padding-left: 10px !important;
}
.langue_menu::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    stroke: rgba(255, 255, 255, 0.15);
}
.langue_menu img{
    width: 32px;
    height: 22px;
}

/*//////////////////////////////*/
.header-main{
    padding: 0 30px 0 22px;
    background: #fff;
}
.header-nav-main .menu-item.current-menu-item a{
    color: var(--main-cl);
}
/*.header-nav-main .menu-item a{*/
/*    pointer-events: none;*/
/*}*/
.header-nav-main > .menu-item > a{
    padding: 24px 0;
}
.header-nav-main .menu-item a{
    color: #333;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 94.737% */
    font-size: 19px;
    text-transform: capitalize;
    position: relative;
}
.header-nav-main .menu-item a::before {
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--main-cl);
    transition: width 0.4s ease-in-out;
}
.header-nav-main .menu-item a:hover::before {
    width: 100%;
}
.header-nav-main .menu-item:hover a{
    color: var(--main-cl);
}
.header-nav-main .menu-item{
    padding-right: 43px;
}
.stuck .header-main{
    position: relative;
    background: #fff;
}
.stuck .header-nav-main .menu-item.current-menu-item a{
    color: var(--main-cl);
}
.stuck .header-nav-main .menu-item:hover a{
    color: var(--main-cl);
}
.header-search a{
    color: #333 !important;
}
.catalogue_header .text{
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    transition: 0.5s all;
}
.catalogue_header .text:hover{
    color: var(--main-cl);
}
.catalogue_header img{
    width: 21px;
    height: 22px;
    filter: brightness(0) invert(1);
}
.catalogue_header {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 16px !important;
    border-radius: 23px;
    background: #008FD5;
    margin-left: 20px !important;
}
/*//////////////////////////////////////*/
.img_banner_group {
    width: 100%;
    height: auto;
}
.img_banner_group img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_contact_2{
    display: flex;
    margin: 0 -17px;
}
.item_contact_2{
    width: calc(calc(100%/3 - 34px));
    margin: 0 17px;
    padding: 20px 30px;
    border-radius: 10px;
    background: url("../images/contact-bg.png");
    background: #F1F8FF80;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item_contact_2:nth-of-type(1){
    min-width: 44%;
}
.item_contact_2 h2{
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px; /* 120% */
    text-transform: uppercase;
}
.item_contact_2 .wrap_info{
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 22px;
}
.item_contact_2 .wrap_info ul{
    display: flex;
    gap: 13px;
    list-style: none;
    margin: 0;
}
.item_contact_2 .wrap_info ul .img_info{
    flex-shrink: 0;
}
.item_contact_2 .wrap_info ul .img_info img{
    width: 24px;
    height: 24px;
    transition: 0.5s all;
}
.item_contact_2 .wrap_info ul:hover .img_info img,
.recruit_detail_1 .wrap_right_recruit .item ul:hover svg{
    transform: rotateY(360deg);
}
.item_contact_2 .wrap_info ul > li{
    margin-bottom: 0;
}
.item_contact_2 .wrap_info ul .text{
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 147.059% */
}
.item_contact_2 .wrap_info ul:last-child .text{
    font-size: 20px;
}
.decor_contact{
    position: absolute;
    top: 0;
    left: 0;
    width: 248px;
    height: 1097px;
}
.decor_contact_2{
    position: absolute;
    top: 54px;
    right: 0;
    width: 588px;
    height: 290px;
    pointer-events: none;
}
.contact_2{
    padding: 40px 0 120px 0;
}
.contact_2 .heading_title{
    margin-bottom: 40px;
}
.contact_2 > .row{
    position: relative;
    z-index: 3;
}
.img_contact_3{
    width: 100%;
    height: 635px;
}
.img_contact_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.wrap_content_contact_3 .heading_title{
    font-size: 40px;
    font-weight: 700;
}
.wrap_content_contact_3{
    padding: 0 70px 0 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_3 .row_contact_3{
    width: 100%;
    border-radius: 20px;
    padding-bottom: 12px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 86, 131, 0.05);
}
.contact_3{
    padding-bottom: 200px;
}
.decor_news{
    position: absolute;
    top: 0;
    left: 0;
    width: 657px;
    height: 474px;
}
.decor_news_2{
    position: absolute;
    top: 0;
    right: 0;
    width: 1130px;
    height: 347px;
}
.news_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(0, 134, 205, 0.00) 0%, #0086CD 100%);
}
.news_1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    opacity: 0.2;
    background: linear-gradient(0deg, #0086CD 0%, rgba(0, 134, 205, 0.00) 100%);
}
.slide_news .img_news{
    width: 100%;
    height: 297px;
    overflow: hidden;
    border-radius: 10px;
}
.slide_news .img_news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
    border-radius: 10px;
}
.slide_news .swiper-slide:hover .img_news img,
.slide_news .item:hover .img_news img{
    transform: scale(1.1);
}
.slide_news h3{
    color: var(--3_333333, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 22px 0 7px;
    transition: 0.5s all;
}
.news_2 .slide_news h3{
    padding-right: 60px;
}
.slide_news .swiper-slide:hover h3{
    color: var(--main-cl);
}
.slide_news ul{
    display: flex;
    gap: 8px;
    list-style: none;
}
.slide_news ul li{
    color: var(--3_333333, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.wrap_slide_news{
    position: relative;
}
.wrap_slide_news .nav_prev{
    width: 50px;
    height: 50px;
    left: -60px;
    top: 35%;
    transition: 0.5s all;
}
.wrap_slide_news .nav_next{
    width: 50px;
    height: 50px;
    right: -60px;
    top: 35%;
    transition: 0.5s all;
}
.news_2 .wrap_menu .menu{
    margin-bottom: 70px;
}
.slide_news .swiper_pagination{
    display: none;
}
.news_2{
    padding: 40px 0 160px;
}
.slide_news {
    overflow: hidden;
    margin: 50px 0 0;
}
.heading_post{
    color: var(--1_008FD5, #008FD5);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 150% */
    margin-bottom: 10px;
}
.wrap_date_share{
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.wrap_date_share span{
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_date_share .line svg{
    width: 4px;
    height: 4px;
}
.wrap_date_share ul{
    display: flex;
    gap: 16px;
    margin: 0;
    list-style: none;
}
.wrap_date_share ul li{
    margin: 0;
}
.wrap_date_share ul li > a{
    display: flex;
}
.wrap_date_share ul li svg{
    width: 30px;
    height: 30px;
}
.wrap_date_share ul li svg rect{
    transition: 0.5s all;
}
.wrap_date_share ul li:hover svg rect{
    fill: var(--main-cl);
}
.post_1{
    padding: 64px 0;
}
.content_excerpt{
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    text-align: justify;
    margin-bottom: 20px;
}
.content_excerpt p{
    color: var(--3_333333, #333);
    text-align: justify;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 143.478% */
    margin: 48px 0 20px;
}
.post_content p{
    color: var(--3_333333, #333);
    text-align: justify;
    font-style: normal;
    font-weight: 400;
}
.post_content p img{
    margin: 15px 0 15px;
}
.post_content h2{
    margin: 50px 0 10px;

    color: var(--3_333333, #333);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 116.667% */
}
.post_content h3{
    color: var(--3_333333, #333);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
}
.post_1 .row{
    display: flex;
    justify-content: center;
    padding: 0 50px;
}
.wrap_tag ul{
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}
.wrap_tag ul li{
    margin: 0;
}
.wrap_tag ul .item > a{
    display: flex;
    padding: 3px 9px;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    border-radius: 50px;
    border: 1px solid #D8F1FF;
    transition: 0.5s all;
}
.wrap_tag ul .item:hover > a{
    background: var(--main-cl);
    color: #fff;
}
.line_post{
    width: 100%;
    height: 1.5px;
    background: #D6E7F0;
    margin-bottom: 22px;
}
h2.heading_news{
    color: var(--3_333333, #333);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; /* 183.333% */
}
.post_2 .slide_news{
    margin: 30px 0 85px;
}
.post_2{
    padding-bottom: 40px;
}
.wrap_menu_recruitment ul{
    margin: 0;
    display: flex;
    gap: 132px;
    justify-content: center;
    align-items: center;
}
.wrap_menu_recruitment ul.menu>li+li{
    border-top: 0;
}
.wrap_recruit_2{
    display: flex;
    flex-wrap: wrap;
    margin: 64px -12px 0;
}
.item_recruit_2{
    position: relative;
    width: calc(calc(100% / 3 - 24px));
    margin: 0 12px 24px;
}
.item_recruit_2 .info_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item_recruit_2 .info_item ul{
    display: flex;
    gap: 13px;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}
.item_recruit_2 .info_item ul li{
    display: flex;
    align-items: center;
    margin: 0;
}
.item_recruit_2 .info_item ul li svg{
    transition: 0.5s all;
}
.item_recruit_2 .info_item ul:hover li svg{
    transform: rotateY(360deg);
}
.item_recruit_2 .info_item ul li span{
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}
.item_recruit_2 .info_item ul li span strong{
    font-weight: 600;
}
.item_recruit_2 h3{
    color: var(--1_008FD5, #008FD5);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 120% */
    margin-bottom: 22px;
}
.item_recruit_2{
    padding: 47px 53px;
    border-radius: 10px;
    background: #F9FDFF;
}
h1.heading_recruit_detail{
    color: var(--sub-cl);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 150% */
}
/*.recruit_info ul{*/
/*    display: flex;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    gap: 21px;*/
/*}*/
.recruit_info{
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 50%;
    justify-content: space-between;
}
.recruit_info ul {
    display: flex;
    flex-wrap: wrap; /* Cho phép các li xuống hàng nếu cần */
    list-style: none;
    margin: 0;
    gap: 20px 0; /* hàng - cột */
    padding: 0;
}
.recruit_info ul li:first-child{
    width: calc(40% - 20px)
}
.recruit_info ul li {
    width: calc(60% - 20px); /* Mỗi bên chiếm 50% trừ đi khoảng cách */
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.recruit_info ul li strong{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.51px;
}
.recruit_detail_1{
    padding: 115px 0 164px;
}
.recruit_2{
    padding: 40px 0 100px;
}
.wrap_recruit_info{
    display: flex;
    border-radius: 15px;
    background: #F5FBFF;
    padding: 40px 60px;
    margin: 46px 0 90px;
}
.wrap_recruit_main_info{
    display: flex;
    gap: 47px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.20);;
}
.wrap_recruit_main_info:not(:first-child) {
    margin-top: 40px;
}
.wrap_recruit_main_info ul{
    margin: 0;
}
.wrap_recruit_main_info ul li{
    margin: 0;
    color: var(--3_333333, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.wrap_recruit_main_info h3{
    color: var(--3_333333, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    width: 25%;
    /*flex: 1 0 auto;*/
    flex-shrink: 0;
}
h2.heading_other{
    color: var(--sub-cl);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 150% */
    margin: 0;
    border-radius: 10px;
    background: #F2FAFF;
    padding: 13px 28px 10px;
}
.wrap_right_recruit{
    right: 0;
    top: 100px;
    display: flex;
    position: sticky;
    padding-left: 145px;
    flex-direction: column;
}
.wrap_right_recruit .item a{
    color: var(--1_008FD5, #008FD5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    margin: 0;
}
.wrap_right_recruit .item ul{
    display: flex;
    list-style: none;
    gap: 13px;
    margin: 0;
}
.wrap_right_recruit .item ul li:first-child{
    flex-shrink: 0;
}
.wrap_right_recruit .item ul li{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: 0;
}
.wrap_right_recruit .item{
    padding: 16px 21px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transition: 0.5s all;
    border-radius:10px ;
}
.wrap_right_recruit .item:hover{
    background: #F5FBFF;
}
.wrap_right_recruit .line{
    width: 100%;
    height: 1px;
    background: #E4E4E4;
}
.wrap_right_recruit .line:last-child{
    display: none;
}
.recruit_detail_1 .form_recruitment{
    width: 100%;
    border-radius: 10px;
    background: #F9FDFF;
    padding: 65px 120px;
    margin-top: 50px;
}
.recruit_detail_2{
    padding-bottom: 150px;
}
.form_recruitment h2{
    color: var(--sub-cl);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 150% */
}
.form_recruitment .text_ab{
    color: var(--3_333333, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    z-index: 1;
    top: 52%;
    left: 20px;
    transform: translateY(-50%);
    transition: top .25s ease, font-size .25s ease;
    background: #F9FDFF;
    padding: 0 5px;
}

.form_recruitment .text_ab strong{
    color:#F00;
}

.form_recruitment input.hidden-input{
    display: none !important;
}
.form_recruitment input{
    border-radius: 40px;
    background:#F9FDFF;
    padding: 0 25px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
}
.wpcf7 .wpcf7-not-valid-tip:after{
    display: none;
}
.form_recruitment .select-styled,
.form_recruitment select{
    border-radius: 40px;
    /*padding:27px 0 27px 20px;*/
    height: 55px;
    margin: 0;
    color: var(--3_333333, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
}
.form_recruitment .select-styled{
    display: flex;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #ddd;
    cursor: pointer;
    justify-content: space-between;
    gap: 10px
}
.form_recruitment .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2NTkgNy41TDEwLjUwNTYgMTMuNzVMMy45NDUzMSA3LjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    position: relative;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}
.form_recruitment .select-options{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFF;
    z-index: 99;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #d5d5d5;
}
.form_recruitment .select-options > li{
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
    transition: all 0.4s;
}
.form_recruitment .select-options > li:hover,
.form_recruitment .select-options > li.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.form_recruitment .select-options > li+li{
    border-top: 1px solid #ddd;
}

.form_recruitment textarea{
    border-radius: 10px;
    margin: 0;
    padding:27px 0 27px 20px;
}
.form_recruitment .relative:focus-within .text_ab,
.form_recruitment input:not(:placeholder-shown) + .text_ab,
.form_recruitment textarea:not(:placeholder-shown) + .text_ab {
    top: 0;
    font-size: 14px;
    color: #000;
    z-index: 2;
}

/* Chrome & Edge hỗ trợ :has() */
/*.form_recruitment .relative:has(select:valid) .text_ab,*/
.form_recruitment .relative.is-focus .text_ab {
    top: 0;
    font-size: 14px;
    color: #000;
    z-index: 2;
}

.form_recruitment .row .col{
    margin-bottom: 30px;
}

.form_recruitment .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 16px;
}
.btn_recruit {
    display: inline-flex;
    padding: 8px 8px 8px 23px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #0087CE;
    margin: 0;
    height: 50px;
}
.btn_recruit svg path{
    transition: all 0.4s;
}
.btn_recruit svg{
    width: 40px;
    height: 40px;
}
.btn_recruit span{
    display: flex;
    align-items: center;
    color: var(--4_FFFFFF, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    text-transform: capitalize;
    transition: all 0.4s;
}
.form_recruitment p{
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 121.429% */
    margin-bottom: 10px;
}
.wrap_btn_recruit{
    display: flex;
    justify-content: end;
}
.form_recruitment .wpcf7 input[type="file"]{
    border-radius: 0 !important;
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    padding: 0;
    height: auto;
    border: none !important
}
.recruit_3{
    position: relative;
    padding: 100px 0 150px;
}
.decor_recruit_3_1{
    position: absolute;
    top: -480px;
    right: 0;
    width: 760px;
    height: 540px;
}
.decor_recruit_3_2{
    position: absolute;
    top: 0;
    left: 0;
    width: 313px;
    height: 243px;
    z-index: 2;
}
.wrap_img_recruit_3 {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.img_recruit_3 {
    width: auto;
    height: 100%;
    aspect-ratio: 10/7;
}
.img_recruit_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_justify{
    justify-content: end;
}
.recruit_3 .form_recruitment input,
.recruit_3 .form_recruitment select,
.recruit_3 .form_recruitment textarea{
    background: none;
}
.recruit_3 .form_recruitment .text_ab{
    background: #fff;
}
.form_recruitment .row .col:nth-last-child(-n+2) {
    margin: 0 !important;
}
.wrap_btn_recruit .btn_recruit,
.contact_3 .btn_recruit{
    background: #fff;
    border: 1px solid var(--sub-cl);
}
.wrap_btn_recruit .btn_recruit[disabled] {
    border-color: #ABABAB;
}
.wrap_btn_recruit .btn_recruit[disabled] span{
    color: #ABABAB;
}
.wrap_btn_recruit .btn_recruit[disabled] path{
    stroke: #ABABAB;
}
.wrap_btn_recruit .btn_recruit span,
.contact_3 .btn_recruit span{
    color: var(--sub-cl);
}
.heading_title_new{
    color: var(--1_008FD5, #008FD5);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 57px; /* 142.5% */
}
.information-about .content{
    margin: 20px 0 ;
    height: 300px;
    overflow-y: scroll;
    width: 100%;
    cursor: grab;
}
.information-about .content p{
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
    margin-bottom: 20px;
}
.information-about .content .desc{
    height: 100%;
    width: 100%;
    padding-right: 40px;
}
.information-about .content::-webkit-scrollbar{
    width: 3px;
    height: 100%;
    flex-shrink: 0;
    background: #D9D9D9;
}
.information-about .content::-webkit-scrollbar-thumb{
    width: 3px;
    height: 120px;
    flex-shrink: 0;
    background: #008FD5;
}
.information-about{
    padding: 50px 44px 40px 68px;
    border-radius: 20px;
    background: #F3FBFF;
}
.wrap_presentative{
    padding-left: 40px;
}
.wrap_presentative .img_people{
    width: 100%;
    height: 386px;
}
.wrap_presentative .img_people img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_presentative h3{
    color: #8C8C8C;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 166.667% */
    margin: 33px 0 0 0;
}
.wrap_presentative p{
    color: #8C8C8C;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 233.333% */
    margin: 0;
}
.about_2{
    padding: 120px 0 150px;
    position: relative;
}
.decor_about_2{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    width: 244px;
    height: 195px;
}
.wrap_heading_about_3{
    padding: 0 50px;
}
.wrap_heading_about_3 p{
    color: #666;
    text-align: justify;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */
}
.wrap_content_about_3{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.wrap_content_about_3 .img_item{
    width: calc(calc(100% / 2.25) - 22px);
    margin: 0 11px 22px;
    position: relative;
    z-index: 2;
}
.wrap_content_about_3 .img_item:nth-child(4n+1),
.wrap_content_about_3 .img_item:nth-child(4n+4){
    width: calc(calc(100% - calc(100% / 2.25)) - 22px);
}
.wrap_content_about_3 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.decor_about_3{
    position: absolute;
    top: 80px;
    right: -100px;
    width: 354px;
    height: 440px;
}
.wrap_content_about_4{
    height: 83%;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.wrap_content_about_4 h3{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--1_008FD5, #008FD5);
    color: #fff;
    font-size: 90px;
    font-style: normal;
    font-weight: 800;
    line-height: 100px; /* 111.111% */
    margin: 0;
}
.wrap_content_about_4 p{
    color: #666;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.img_about_4{
    width: 100%;
    height: 455px;
}
.img_about_4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about_4{
    position: relative;
    padding: 210px 0 180px;
    background: linear-gradient(180deg, rgba(235, 250, 255, 0.00) 0%, #EBFAFF 100%);
}

.end_box{
    display: flex;
    align-items: end;
}

.slide_about_4 .swiper-slide{
    display: flex;
}
.slide_about_4 .swiper-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 30px;
    margin-top: 40px;
}

.slide_about_4 .swiper-pagination-bullet {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    opacity: 1;
}

.slide_about_4 .swiper-pagination-bullet .year {
    position: relative;
    color: #ACACAC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    width: 120px;
    white-space: nowrap;
    transition: 0.5s all;
}

.slide_about_4 span.swiper-pagination-bullet.swiper-pagination-bullet-active .year,
.slide_about_4 .swiper-pagination-bullet .year:hover{
    color: #008FD5;
}
.slide_about_4 .swiper-pagination-bullet .year::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/dot_dis.svg");
}
.slide_about_4 span.swiper-pagination-bullet.swiper-pagination-bullet-active .year::before{
    background-image: url("../images/dot_active.svg");
    width: 24px;
    height: 24px;
    top: -32px;
}
.slide_about_4 .swiper-pagination::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -300px;
    right: 0;
    height: 1px;
    background: #ACACAC;
    z-index: 0;
    width: 200%;
}
.about_4 h2.heading_title_new{
    margin-bottom: -40px;
}
.img_company{
    width: 100%;
    height: 88px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_company img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: contain;
}
.slide_about_5{
    overflow: hidden;
    margin-top: 20px;
}
.wrap_slide_about_5 .nav_prev{
    left: 180px;
    top: 60%;
}
.wrap_slide_about_5 .nav_next{
    right: 180px;
    top: 60%;
}
.about_5{
    padding: 104px 0 120px;
}
.about_6{
    /*padding-bottom: 200px;*/
}
.wrap_content_about_6 p{
    color: #666;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */
    margin-bottom: 20px;
}
.wrap_img_about_6{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.img_about_6{
    width: 972px;
    height: 600px;
}
.img_about_6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row_custom{
    display: flex;
    justify-content: end;
}
.decor_about_4{
    position: absolute;
    top: -40px;
    left: 35%;
    width: 689px;
    height: 273px;
}
.decor_about_6 {
    position: absolute;
    top: -460px;
    right: 0;
    width: 440px;
    height: 482px;
}
svg.decor_catalogue_1{
    position: absolute;
    top: 0;
    left: 0;
    width: 549px;
    height: 928px;
}
svg.decor_catalogue_2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 362px;
    height: 1097px;
}
.catalogue_1{
    position: relative;
    padding: 64px 0 100px;
}
.catalogue_1 .df-ui-nav .df-ui-btn:before{
    color: #929292;
    filter: none !important;
}
.product_detail{
    padding-bottom: 100px;
    background: #ddd;
}
.wrap_img_p_d {
    padding: 40px 70px 0 0;
}
.img_main_p_d{
    padding: 0 60px;
}
.img_main_p_d img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wrap_img_p_d .mySwiper{
    margin: 0 -16px;
}
.wrap_img_p_d .swiper-slide{
    display: flex;
    justify-content: center;
    padding: 0 16px;
}
.menu_product{
    display: flex;
    gap: 36px;
    justify-content: center;
    flex-wrap: wrap;
}
.menu_product .tax_item {
    width: 161px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu_product .tax_item h4{
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 117.647% */
    transition: 0.5s all;
}
.menu_product .tax_item:hover h4,
.menu_product .tax_item.active h4{
    color: #008FD5;
}
.menu_product .tax_item svg path,
.menu_product .tax_item .wrap_tax_item,
.menu_product .tax_item svg rect{
    transition: 0.5s all;
}
.menu_product .tax_item.active svg path,
.menu_product .tax_item:hover svg path,
.menu_product .tax_item:hover svg rect{
    fill: #008FD5;
}
.menu_product .tax_item .wrap_tax_item{
    cursor: pointer;
    width: 133px;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    filter: grayscale(1);
}
.menu_product .tax_item .wrap_tax_item:before{
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(26, 136, 201, 0.08) 0%, rgba(26, 136, 201, 0.03) 47.5%, rgba(26, 136, 201, 0.00) 100%);
    transition: all 0.4s;
}
.menu_product .tax_item.active .wrap_tax_item,
.menu_product .tax_item:hover .wrap_tax_item{
    filter: grayscale(0);
}
.menu_product .tax_item.active .wrap_tax_item:before,
.menu_product .tax_item:hover .wrap_tax_item:before{
    opacity: 1;
}
.product_2 .tab_content {
    display: none;
    margin-top: 50px;
}
.product_2 .tab_content.active {
    display: block;
}
.wrap_tab_content_product .heading img{
    width: 257px;
    height: 132px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}
.wrap_tab_content_product .heading{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_tab_content_product .heading::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}
.slide_product .item_product_home{
    padding: 45px 15px 0;
}
.slide_product .item_product_home p{
    font-size: 16px;
}
.wrap_slide_product .nav_prev{
    left: -40px;
    z-index: 2;
    top: 55%;
    transition: 0.5s all;
}
.wrap_slide_product .nav_next{
    right: -40px;
    z-index: 2;
    top: 55%;
    transition: 0.5s all;
}
.slide_product{
    overflow: hidden;
}
.slide_product .swiper_pagination{
    display: none;
}
.main_product_2{
    margin-bottom: 40px;
}
.main_product_2:last-child{
    margin-bottom: 0;
}
.product_2{
    padding: 0 0 150px;
}
.breadcrumbs ol{
    display: inline;
    gap: 16px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumbs ol li{
    display: inline;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    margin: 0;
}
.breadcrumbs ol li+li{
    margin-left: 8px;
}
.breadcrumbs ol li+li::before{
    content: '';
    position: relative;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 12px;
    background: #AAA;
    margin-right: 8px;
}
.wrap_breadcrumb{
    padding-top: 15px;
}
.img_sub_p_d img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wrap_img_p_d .mySwiper2{
    margin-bottom: 20px;
}
.wrap_img_p_d .img_sub_p_d{
    transition: all 0.4s;
    border: .5px solid transparent;
    border-radius: 10px;
}
.wrap_img_p_d .swiper-slide-thumb-active .img_sub_p_d{
    border-color: #024F9B;
    background: #fff;
}
svg.p_nav_next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: 0.5s all;
}
svg.p_nav_prev{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.5s all;
}
.mySwiper_custom{
    padding: 0 40px;
    margin-top: 20px;
}
.product_detail_1{
    padding: 10px 0 60px;
}
.wrap_main_product_detail h1{
    color: var(--Main-1, #0087CE);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px; /* 137.5% */
}
.wrap_main_product_detail .product-short-desc{
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 158.824% */
    margin: 0;
    transition: 0.5s all;
    max-height: 540px;
    overflow: hidden;
}
.wrap_main_product_detail .product-short-desc.collapsed{
    max-height: 54px;
}
.wrap_main_product_detail .toggle-readmore{
    overflow: hidden;
    color: var(--1_008FD5, #008FD5);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    transition: 0.5s all;
}
.wrap_main_product_detail .toggle-readmore:hover{
    color: #E60013;
}
.info_product{
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    justify-content: space-between;
}
.info_product ul {
    display: flex;
    flex-wrap: wrap; /* Cho phép các li xuống hàng nếu cần */
    list-style: none;
    margin: 0;
    gap: 14px 0; /* hàng - cột */
    padding: 0;
}
.info_product ul li:first-child{
    width: calc(28% - 20px);
    display: flex;
    align-items: center;
}
.info_product ul li {
    width: calc(72% - 20px); /* Mỗi bên chiếm 50% trừ đi khoảng cách */
    box-sizing: border-box;
    color: #B2B2B2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: 0;
}
.info_product ul li strong{
    color: #666;
    font-weight: 500;
}
.wrap_info_product .line{
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}
.wrap_info_product{
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 32px;
}
.option-group{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.option-item {
    display: flex;
    gap: 10px;
}

.option-item {
    width: fit-content;
    padding: 8px 13px;
    font-size: 17px;
    color: #666;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 0.5px solid rgba(102, 102, 102, 0.20);
}
.option-item:hover,
.option-item.active {
    background: #DFF5FF;
    color: #008FD5;
    border-color: transparent;
}
.accordion-product button.toggle ,
.accordion_landing_14 button.toggle {
    display: none
}
.accordion-product .accordion-title-custom,
.accordion_landing_14 .accordion-title{
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordion-product:first-child .accordion-title-custom,
.accordion_landing_14:first-child .accordion-title{
    border-top: 0;
}
.accordion-product .accordion-title-custom> svg,
.accordion_landing_14 .accordion-title> svg{
    margin-left: 12px;
    min-width: 22px;
    width: 22px;
    height: 22px;
}
.accordion-product .accordion-title-custom.active > svg > path:nth-of-type(2),
.accordion_landing_14 .accordion-title.active > svg > path:nth-of-type(2){
    opacity: 0;
}
.accordion-product .accordion-title-custom.active ,
.accordion_landing_14 .accordion-title.active {
    background: none;
    border-color: #ddd
}

.accordion-product .accordion-title-custom span ,
.accordion_landing_14 .accordion-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.accordion-product .sub_desc_content p ,
.accordion_landing_14 .sub_desc_content p {
    margin-bottom: 5px;
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 147.059% */
    display: initial;
}
.accordion-product .sub_desc_content,
.accordion_landing_14 .sub_desc_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accordion-product .accordion-inner-custom ,
.accordion_landing_14 .accordion-inner {
    padding: 0 40px 20px 0
}

.accordion_lading_14 {
    width: 100%
}

.wrap_accordion_lading_14 {
    height: 691px
}

.wrap_accordion_lading_14 .custom_justify {
    justify-content: end
}

.wrap_accordion_lading_14 .list_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    height: 100%;
    padding: 0 40px 0 0
}

.wrap_accordion_lading_14 .list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0
}

.wrap_accordion_lading_14 .heading_title h2 {
    margin-bottom: 40px
}

h2.heading_product_detail_2{
    color: var(--3_333333, #333);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; /* 183.333% */
}
.wrap_heading_product_detail_2{
    display: flex;
    justify-content: end;
}
.product_detail_2{
    background: linear-gradient(180deg, #F3FBFF 0%, rgba(232, 247, 255, 0.00) 100%);
    padding-top: 40px;
}
.wpcf7 .wpcf7-not-valid-tip{
    opacity: 1;
    background-color: transparent;
    margin-top: 0;
}
.line_product{
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    margin-top: 70px;
}
.product_detail_3{
    padding: 40px 0 140px;
}
.product_detail_3 .wrap_slide_about_5 .nav_prev{
    left: -50px;
    top: 60%;
    transition: 0.5s all;
}
.product_detail_3 .wrap_slide_about_5 .nav_next{
    right: -50px;
    top: 60%;
    transition: 0.5s all;
}
.product_detail_3 .heading_product_detail_2{
    padding: 0 10px;
}
.slide_about_5 .swiper_pagination{
    display: none;
}
.recruit_2 .btn_component{
    position: relative;
    z-index: 3;
}
.recruit_detail_1 .wrap_right_recruit .item svg{
    width: 19px;
    height: 19px;
    transition: 0.5s all;
}
.wrap_news_post .wrap_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 85px;
}
.tax_news {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -42px 0;
}
.tax_news .item{
    position: relative;
    width: calc(calc(100%/3) - 84px);
    margin: 0 42px 42px;
}
.tax_news_1{
    padding: 40px 0 100px;
}
.wrap_btn{
    display: flex;
    width: 100%;
    justify-content: center;
}
.tax_news_1 .slide_news ul{
    margin: 0;
}

.about_7{
    padding: 280px 0;
    position: relative;
}
.img_international{
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}
.img_international img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
p.text_item_site{
    color: #666;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    transition: 0.5s all;
}
.item_site:hover{
    color: var(--sub-cl);
}
.item_site{
    position: relative;
    z-index:    5;
    display: flex;
    align-items: center;
    gap: 29px;
    border-radius: 120px;
    background: #FFF;
    padding: 8px 12px;
    box-shadow: 0px 4px 10px 0px rgba(74, 74, 74, 0.05);
    cursor: pointer;
    transition: all 0.4s;
}
.item_site.active p.text_item_site{
    color: var(--sub-cl);
}
.item_site.active{
    box-shadow: 0px 4px 10px 0px rgba(0, 143, 213, 0.2);
}
.wrap_site{
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 30px;
}
.img_map{
    position: absolute;
    top: 55%;
    right: 280px;
    transform: translateY(-50%);
    width: 1284px;
    height: 856px;
}
.img_map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_7 h2.heading_title{
    position: relative;
    z-index: 5;
    font-size: 48px;
}
.video_1{
    position: relative;
    padding: 120px 0;
}
.decor_video_1{
    position: absolute;
    top: -20px;
    right: 60px;
    width: 627px;
    height: 163px;
}
.wrap_video {
    width: 100%;
    height: 514px;
}
.wrap_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.slide_video_main{
    position: relative;
    margin: 80px 0 80px -60px;
}
.slide_video_main::before {
    position: absolute;
    /*content: '';*/
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    width: 240px;
    height: 520px;
    opacity: .1;
    background: #FFF;
    z-index: 2;
}
.slide_video_main::after{
    position: absolute;
    /*content: '';*/
    top: 43%;
    right: 0;
    transform: translateY(-50%);
    width: 240px;
    height: 520px;
    opacity: .1;
    background: #FFF;
    z-index: 2;
}
.slide_video_main .swiper-slide.swiper-slide-active .wrap_video {
    transform: scale(1.2);
}
.slide_video_main .swiper-slide.swiper-slide-active{
    margin: 0 80px 0 35px !important;
}
.slide_video_main .swiper-slide.swiper-slide-active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 316px;
    height: 640px;
    background-image: url(../images/border_phone.png);
    background-repeat: no-repeat;
    background-size: cover;
}
h2.heading_video{
    color: var(--3_333333, #333);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 200% */
}
.slide_video_gr{
    overflow: hidden;
    margin-top: 20px;
}
.video_2{
    padding-bottom: 90px;
}
.video_2:last-child{
    padding-bottom: 200px;
}
.slide_video_gr .swiper_pagination{
    display: none;
}
.wrap_video_gr .nav_prev{
    left: -50px;
}
.wrap_video_gr .nav_next{
    right: -50px;
}

.slide_video_main .swiper_pagination{
    margin-top: 90px;
    margin-left: 40px;
    display: flex;
    justify-content: center;
}
.slide_video_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 0;
    width: 50px;
    height: 1px;
    background: #008FD5;
}
.slide_video_main .swiper-pagination-bullet{
    border-radius: 0;
    width: 20px;
    height: 1px;
    background: #008FD5;
}
.slide_video_main .swiper-slide{
    opacity: .3;
}
.slide_video_main .swiper-slide.swiper-slide-active,
.slide_video_main .swiper-slide.swiper-slide-prev,
.slide_video_main .swiper-slide.swiper-slide-next{
    opacity: 1;
}
.f-button:focus-visible {
    box-shadow: none;
}
.button_fix {
    position: fixed;
    z-index: 998;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.game_mode{
    position: fixed;
    z-index: 998;
    bottom: 40px;
    left: 20px;
    width: 130px;
    height: auto;
}
.wrap_game_mode{
    position: relative;
    display: flex;
}
.wrap_game_mode p {
    color: white;
    text-align: center;
    text-shadow:
            -1px -1px 0 #0087CE,
            -1px -1px 0 #0087CE,
            -1px  0   0 #0087CE,
            -1px  1px 0 #0087CE,
            -1px  1px 0 #0087CE,
            -1px -1px 0 #0087CE,
            -1px  1px 0 #0087CE,
            0   -1px 0 #0087CE,
            0    1px 0 #0087CE,
            1px -1px 0 #0087CE,
            1px  1px 0 #0087CE,
            1px -1px 0 #0087CE,
            1px -1px 0 #0087CE,
            1px  0px 0 #0087CE,
            1px  1px 0 #0087CE,
            1px  1px 0 #0087CE;
    font-family: "Nunito";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0;
}


.wrap_game_mode p strong {
    color: var(--2_E11B22, #E11B22);
    font-weight: 900;
    text-shadow:
            -2px -2px 0 #fff,
            -2px  0   0 #fff,
            -2px  2px 0 #fff,
            0   -2px 0 #fff,
            0    2px 0 #fff,
            2px -2px 0 #fff,
            2px  0   0 #fff,
            2px  2px 0 #fff;
}

.btn_game{
    position: relative;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 5px 4px 20px;
    width: 100%;
    border-radius: 29px;
    background: linear-gradient(90deg, #008FD5 38.94%, #37AEE8 100%);
}
.btn_game .text{
    color: #FFF;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 15px; /* 124.456% */
    text-transform: uppercase;
}
.btn_game .dot{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
}
.btn_game .dot svg{
    width: 8px;
    height: 8px;
}
.wrap_game_mode .close-btn {
    position: absolute;
    top: 2px;
    right: -20px;
    z-index: 2;
    cursor: pointer;
}
.wrap_game_mode .close-btn svg{
    width: 18px;
    height: 18px;
    transition: 0.5s all;
    cursor: pointer;
}
.wrap_game_mode .close-btn:hover svg{
    transform: scale(1.5);
}
.form_recruitment .text_area .text_ab{
    top: 20%;
}
.wrap_top_back .back-to-top{
    width: 53px;
    height: 53px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 0;
}
#logo {
    width: fit-content !important;
}
.fancybox__content>.f-button.is-close-btn{
    right: -10px;
    opacity: 1;
}
.header-nav-main .menu-item .sub-menu .menu-item a{
    text-align: left;
    color: #333;
    transition: 0.5s all;
}
.header-nav-main .menu-item .sub-menu .menu-item a:hover{
    color: var(--main-cl);
}
.header-nav-main .menu-item .sub-menu .menu-item{
    padding-right: 0;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
}
.header-nav-main .menu-item .sub-menu{
    border: 0;
}
/*.header-nav-main .menu-item a {*/
/*    pointer-events: none;*/
/*}*/
.img_map path {
    transition: .5s all;
}

.img_map path.active {
    fill: #5DC7FF;
}
ul.cac_diem {
    list-style: none;
    margin: 0;
}

ul.cac_diem li {
    position: absolute;
    transition: .5s all;
    opacity: 1;
    margin: 0;
    transform: translateX(-50%);
    cursor: pointer;
}

ul.cac_diem li img {
    max-width: unset;
    width: 56px;
}
ul.cac_diem li.hide {
    opacity: 0;
    pointer-events: none;
}
.page-template-home .header-bg-color{
    background: rgba(0, 0, 0, 0.10) !important;
}
.slide_product .swiper-slide{
    position: relative;
}
body.compensate-for-scrollbar{
    margin-right: 0 !important;
}
/*.slide_product .swiper-slide.swiper-slide-active::before,*/
/*.slide_product .swiper-slide.swiper-slide-next::before,*/
/*.slide_product .swiper-slide:nth-child(3)::before,*/
/*!*.slide_product .swiper-slide:nth-child(5)::before,*!*/
/*.slide_product .swiper-slide:nth-child(4)::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 55%;*/
/*    transform: translateY(-50%);*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 85%;*/
/*    background: rgba(189, 215, 230, 0.5);*/
/*}*/
.slide_product .swiper-wrapper{
    margin: 0 -1px;
}
.slide_product_2 .swiper-slide:nth-child(3)::before{
    display: none;
}
.about_7 svg.svg_map {
    width: 1284px;
    height: 856px;
}
.btn_none{
    display: none;
}
.tab-product ul.none_p{
    display: none;
}
.slide_news ul.none_p{
    margin: 10px 0 0 !important;
}
.search-item-thumbnail {
    display: flex
;
    justify-content: center;
}
@media (min-width: 1200px) {
    /*body, html {*/
    /*    font-size: 1.05vw;*/
    /*}*/
}
@media only screen and (max-width: 1600px){
    .about_7 h2.heading_title,
    h2.heading_title, h1.heading_title{
        font-size: 46px;
        line-height: 1.2;
    }
    .text_heading_home_3{
        font-size: 200px;
    }
    .wrap_count_home_3 .number{
        font-size: 64px;
        line-height: 1.2;
    }
    .wrap_content_home_4 .item p{
        font-size: 16px;
    }
    .home_2{
        padding: 70px 0 80px;
    }
    .wrap_home_3{
        padding-top: 100px;
    }
    .home_4{
        padding: 120px 0 80px;
    }
    .top_left_content_home_5 .brand-buttons{
        margin-bottom: 0;
    }
    .transparent-header .header-nav-main .menu-item,
    .header-nav-main .menu-item{
        padding-right: 16px;
    }
    .menu_footer ul li a,
    .transparent-header .header-nav-main .menu-item a,
    .header-nav-main .menu-item a{
        font-size: 16px;
    }
    .heading_title_new{
        font-size: 36px;
        line-height: 1.2;
    }
    .form_recruitment .select-styled, .form_recruitment select,
    .form_recruitment input{
        height: 45px;
    }
    .recruit_3{
        padding: 30px 0 60px;
    }
    .form_recruitment .row .col{
        margin-bottom: 20px;
    }
    .wrap_right_recruit{
        padding-left: 80px;
    }
    .wrap_recruit_info{
        padding: 30px 40px;
    }
    .home_8{
        padding: 120px 0 80px;
    }
    .top_left_content_home_5 .product-item{
        padding-left: 0;
        padding-right: 0;
    }
    section.NK-my-account-page .my-account-container .NK-my-account{
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1440px){
    .slide_video_main .swiper-slide.swiper-slide-active::before{
        display: none;
    }
    .img_map{
        right: 60px;
    }
    .about_7 h2.heading_title, h2.heading_title, h1.heading_title{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1300px){
    .home_3{
        padding: 0 40px;
    }
    .about_7 h2.heading_title,
    h2.heading_title, h1.heading_title{
        font-size: 40px;
    }
    .item_contact_2 h2{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 16rem;
    }
    .home_3 {
        padding: 0;
    }
    .wrap_home_3 {
        padding: 5rem 0 3rem;
    }
    .decor_home_4{
        right: -10rem;
    }
    .text_heading_home_3{
        font-size: 11rem;
        line-height: 11rem;
    }
    .header-nav-main .menu-item {
        padding-right: 1rem !important;
    }
    .wrap_slide_about_5 .nav_prev,
    .wrap_slide_about_5 .nav_next{
        display: none;
    }
    .img_recruit_3 {
        width: 45rem;
        height: 30rem;
    }
    .recruit_3 {
        padding: 5rem 0 4rem;
    }
    .slide_video_main .swiper-slide.swiper-slide-active .wrap_video {
        transform: scale(1.15);
    }
    .wrap_video {
        width: 100%;
        height: 30rem;
    }
    .img_home_2 img{
        background: rgba(200, 225, 239, 0.10);
    }
    .about_7 h2.heading_title,
    h2.heading_title, h1.heading_title{
        font-size: 34px;
    }
    *[class*='decor_']{
        display: none !important;
    }
    .wrap_content_home_4 .item br{
        display: none;
    }
    .wrap_content_home_4 .item{
        padding: 16px;
    }
    .news_home_right .item{
        height: 232px;
    }
    .news_home_right .item .content{
        padding: 0 16px 16px;
    }
    .news_home_left .img_news{
        height: 488px;
    }
    .news_home_left .content{
        padding: 0 30px 30px;
    }
    .news_home_right .item .content ul li{
        font-size: 11px;
    }
    body{
        font-size: 17px;
    }
    .about-4 .items-wrap{
        gap: 48px !important;
    }
    .menu_product .tax_item{
        width: 128px;
    }
    .form_recruitment h2,
    h1.heading_recruit_detail,
    .heading_post,
    .wrap_main_product_detail h1{
        font-size: 34px;
        line-height: 1.2;
    }
    .content_excerpt{
        font-size: 20px;
        line-height: 1.4;
    }
    .img_recruit_3{
        display: none !important;
    }
    .recruit_2{
        padding-bottom: 40px;
    }
    .recruit_3{
        padding-top: 40px;
    }
    .recruit_3 .custom_justify{
        justify-content: center;
    }
    .item_recruit_2{
        padding: 24px;
    }
    .img_company_header{
        display: none;
    }
    .menu_footer ul li a,
    .transparent-header .header-nav-main .menu-item a, .header-nav-main .menu-item a{
        font-size: 14px;
    }
    .wrap_right_recruit{
        padding-left: 40px;
    }
    .recruit_info ul li,
    .recruit_info ul li strong{
        font-size: 14px;
    }
    .wrap_recruit_main_info h3{
        font-size: 16px;
    }
    .recruit_detail_1 .form_recruitment{
        padding: 40px 60px;
    }
    .recruit_detail_1{
        padding: 60px 0;
    }
    .item_contact_2{
        padding: 24px;
    }
    .item_contact_2 h2{
        font-size: 18px;
        line-height: 1.3;
    }
    .item_contact_2 .wrap_info ul .text{
        font-size: 16px;
    }
    .contact_2{
        padding: 40px 0 60px;
    }
    .contact_3 {
        padding-bottom: 120px;
    }
    .wrap_contact_2{
        flex-wrap: wrap;
    }
    .item_contact_2{
        width: calc(50% - 34px);
    }
    .item_contact_2:nth-of-type(1){
        width: 100%;
        margin-bottom: 17px;
    }
}
@media only screen and (max-width: 850px) {
    html {
        font-size: 1.9vw;
    }
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 15rem;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    h2.heading_title, h1.heading_title{
        font-size: 2.25rem;
        line-height: 2.6rem;
    }
    .img_home_2 {
        margin-left: 0;
    }
    .text_heading_home_3 {
        font-size: 7rem;
        line-height: 8rem;
        margin-bottom: 3rem;
    }
    .wrap_count_home_3 .number{
        font-size: 3rem;
        line-height: 3rem;
    }
    .wrap_count_home_3 .number::before{
        right: -1.25rem;
        font-size: 2rem;
        line-height: 3rem;
    }
    .wrap_count_home_3 .item{
        padding: 1rem 1.5rem .5rem 1rem;
    }
    .wrap_home_3 {
        padding: 4rem 0 1rem;
        border-radius: 0;
    }
    .home_2{
        padding: 5.5rem 0 3rem;
    }
    .home_4 {
        padding: 5rem 0;
    }
    .decor_home_4 {
        right: -32rem;
    }
    .wrap_content_home_4 .item{
        padding: 1rem;
        width: calc(calc(100% / 4 - 12px));
    }
    .video_home_4{
        margin-top: 2rem;
    }
    .wrap_content_home_4 .heading_title br{
        display: none;
    }
    .news_home_right .item .img_item {
        width: 100%;
        height: 12rem;
    }
    .news_home_right .item{
        height: 12rem;
    }
    .news_home_left .img_news{
        height: 25.25rem;
    }
    .news_home_left .content{
        padding: 0 1.5rem 2rem 1.5rem;
    }
    .news_home_left .content ul{
        opacity: 1;
    }
    .img_home_7{
        height: 40rem;
    }
    .home_8{
        padding: 4rem 0;
    }
    .home_8 .decor svg {
        height: 8rem;
    }
    ul.hoa_tiet_section li:nth-child(1){
        width: 9.45rem;
        height: 9.45rem;
    }
    ul.hoa_tiet_section li:nth-child(5){
        width: 7rem;
        height: 7rem;
    }
    ul.hoa_tiet_section li:nth-child(6){
        width: 10rem;
        height: 10rem;
    }
    .wrap_content_home_4 .wrap_text{
        width: 44%;
    }
    .wrap_content_home_5 {
        padding: 0 1rem;
    }
    .menu_footer ul{
        gap: 2rem;
    }
    .right_content_home_5 .img_right{
        /*height: 16rem;*/
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }
    .decor_home_4 svg {
        height: 10rem;
    }
    header#header .nav>li>a {
        padding: 0 1.75rem 0;
    }
    header#header .stuck .nav>li>a {
        padding: 0 1.75rem;
    }
    .header-wrapper.stuck .header-main,
    .header-wrapper .header-main{
        height: auto !important;
        background: var(--main-cl);
        position: relative;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    #logo img ,
    .header-wrapper.stuck #logo img{
        max-height: 65px !important;
    }
    header#header .nav>li.current-menu-item>a:before, header#header .nav>li:hover>a:before{
        opacity: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 70px !important;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0 !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 2.5rem !important;
        color: var(--main-cl) !important;
        font-size: 1rem !important;
        text-transform: capitalize;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu li>a:first-child {
        padding-top: 0 !important;
        font-size: 0.9rem !important;
        line-height: 1.4rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a svg {
        width: 4rem;
        height: auto;
        margin-left: -0.833rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a path {
        fill: var(--main-cl) !important;
        stroke: var(--main-cl);
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    .mfp-bg.mfp-ready {
        position: fixed !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#main-menu"] {
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    .slider_brand_product_home{
        padding-bottom: 2rem;
    }
    .brand-buttons .swiper_pagination{
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
    .slider_product_home .swiper_pagination,
    .brand-buttons .swiper_pagination,
    .slide_news .swiper_pagination,
    .slide_product .swiper_pagination,
    .slide_about_5 .swiper_pagination,
    .slide_video_gr .swiper_pagination{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
    }
    .slider_product_home .swiper-pagination-bullet-active,
    .slide_news .swiper-pagination-bullet-active,
    .slide_product .swiper-pagination-bullet-active,
    .slide_about_5 .swiper-pagination-bullet-active,
    .slide_video_gr .swiper-pagination-bullet-active{
        background: var(--main-cl);
    }
    .header-main{
        padding: 0 !important;
    }
    header#header .nav>li.header-search>a,
    header#header .stuck .nav>li.header-search>a{
        padding: 0;
    }
    .about_2 {
        padding: 3rem 0;
    }
    .wrap_presentative {
        height: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .information-about {
        padding: 1.5rem 1.2rem 1rem 1.5rem;
    }
    .decor_about_3 {
        display: none;
        /*position: absolute;*/
        /*top: -14rem;*/
        /*right: 0;*/
        /*width: 10rem;*/
        /*height: 15rem;*/
    }
    .wrap_content_about_4 {
        padding-right: 1rem;
    }
    .wrap_heading_about_3 {
        padding: 0;
    }
    .wrap_img_about_6{
        position: relative;
    }
    .img_about_6 {
        width: 100%;
        height: 30rem;
    }
    .header-search .icon-search{
        color: #fff;
    }
    .decor_news_2 {
        width: 27.5rem;
        height: 9.35rem;
    }
    .decor_news {
        width: 22.85rem;
        height: 14.7rem;
    }
    .news_2 {
        padding: 3rem 0 ;
    }
    .news_2 .wrap_menu .menu {
        margin-bottom: 2.5rem;
    }
    .post_1 .row{
        padding: 0;
    }
    .item_contact_2 {
        width: calc(calc(100% / 3 - 0.7rem));
        margin: 0 .35rem;
        padding: 1rem;
    }
    .wrap_contact_2 {
        margin: 0 -0.35rem;
    }
    .item_contact_2 h2{
        font-size: 1rem;
        line-height: 1rem;
    }
    .item_contact_2 .wrap_info{
        gap: 0.5rem;
    }
    .item_recruit_2 {
        width: calc(calc(100% / 2 - 24px));
    }
    .decor_recruit_3_1 {
        top: -12rem;
        width: 19rem;
        height: 16rem;
    }
    .wrap_img_recruit_3 {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .img_recruit_3 {
        width: 100%;
        height: 30rem;
    }
    .decor_recruit_3_2 {
        width: 11.65rem;
        height: 7.15rem;
    }
    .wrap_right_recruit{
        padding-left: .25rem;
    }
    .wrap_recruit_main_info h3{
        width: 30%;
    }
    .recruit_detail_2 .form_recruitment{
        padding: 2rem;
    }
    .recruit_detail_1 {
        padding: 2.5rem 0;
    }
    .wrap_img_p_d {
        padding: 0 1.5rem 0 0;
    }
    .slide_about_4 .swiper-pagination{
        padding: 1.5rem 1.25rem 0;
    }
    .img_map{
        right: 0.6rem;
    }
    .wrap_news_post .wrap_btn{
        margin-top: 2rem;
    }
    .tax_news .item {
        width: calc(calc(100% / 3) - 1rem);
        margin: 0 .5rem 2.1rem;
    }
    .tax_news {
        margin: 1rem -0.5rem 0 !important;
    }
    .tax_news_1 .slide_news .img_news {
        height: 12rem;
    }
    .search-tabs .search-grid {
        grid-gap: 1rem;
    }
    .fancybox__viewport {
        /*width: calc(calc(var(--container-w)) + 3rem) !important;*/
        height: 100vh;
        width: 100vw;
    }
    svg.decor_home_2{
        display: none;
    }
    .item_product_home{
        padding: 2.25rem .5rem 0;
    }
    .slide_product_2 .swiper-wrapper {
        margin: 0;
        display: flex;
        align-items: start;
        justify-content: start;
    }
    .recruit_3 .form_recruitment{
        padding: 0 0.5rem 0 1.5rem;
    }
    .recruit_3 .wrap_img_recruit_3{
        display: none;
    }
    .recruit_3 .form_recruitment{
        padding: 1.5rem 2rem;
    }
    .recruit_3 .form_recruitment h2{
        text-align: center;
    }
    .recruit_3 .custom_justify > .large-6{
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 20px 0 #f5f5f5;
        flex-basis: 80%;
        max-width: 80%;
    }
    .recruit_2{
        padding-bottom: 2rem;
    }
    .recruit_3{
        padding-top: 2rem;
    }

    .menu_product{
        gap: 2rem
    }
    .slide_img_home_2{
        margin-left: 0;
        margin-top: 30px;
    }
    .home_2 div .heading_title br{
        display: none !important;
    }
    .content_home_3{
        font-size: 16px;
        line-height: 1.4;
    }
    .wrap_count_home_3 .number{
        font-size: 36px;
    }
    .video_home_4 video{
        width: 100%;
        height: auto;
    }
    .tab-buttons span{
        font-size: 14px;
        line-height: 1.4;
    }
    .news_home_left .content p{
        font-size: 20px;
        line-height: 1.3;
    }
    .news_home_right{
        margin-top: 24px;
    }
    .news_home_right .item{
        height: 16rem;
    }
    .menu_footer ul li a{
        font-size: 14px;
    }
    .menu_footer ul{
        gap: 12px;
    }
    body{
        font-size: 16px;
    }
    .bottom_footer .copyright, .bottom_footer ul > li > a{
        font-size: 13px !important;
    }
    .about-4 .items-wrap:before{
        height: 172px !important;
    }
    .about-4 .items-wrap .item:nth-of-type(1){
        margin-top: 108px !important;
    }
    .about-4 .items-wrap .item:nth-of-type(2){
        margin-top: 76px !important;
    }
    .about-4 .items-wrap .item:nth-of-type(3){
        margin-top: 46px !important;
    }
    .about-4 .items-wrap .item:nth-of-type(4){
        margin-top: 14px !important;
    }
    .about-4 .items-wrap .item:nth-of-type(5){
        margin-top: -18px !important;
    }
    .about-timeline{
        padding-top: 20px;
    }
    .about-4 .items-wrap .item .cont p,
    .about-4 .items-wrap .item .cont{
        font-size: 15px;
        line-height: 1.4;
    }
    .about-6 .left-column{
        padding-right: 20px !important;
    }
    .about_7 h2.heading_title, h2.heading_title, h1.heading_title{
        font-size: 30px;
    }
    .form_recruitment h2,
    h1.heading_recruit_detail,
    .wrap_main_product_detail h1{
        font-size: 28px;
    }
    .accordion-product .accordion-inner-custom, .accordion_landing_14 .accordion-inner{
        padding-right: 0;
    }
    h2.heading_product_detail_2{
        font-size: 25px;
        line-height: 1.3;
    }
    .news_2 .wrap_menu .menu{
        gap: 24px;
    }
    .wrap_menu .menu li a{
        font-size: 13px;
    }
    .item_recruit_2 .info_item ul li span{
        font-size: 16px;
    }
    .wrap_right_recruit{
        margin-top: 30px;
    }
    .wrap_contact_2{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0
    }
    .item_contact_2{
        flex-wrap: wrap;
        width: calc(calc(100% / 2 - 12px));
    }
    .item_contact_2 h2{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .img_contact_3{
        display: none;
    }
    .wrap_content_contact_3{
        padding: 0 60px;
    }
    .wrap_home_3 .img_main{
        height: auto;
    }
    .transparent-header .header-main .header-inner{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .item_contact_2:nth-of-type(1){
        margin-bottom: 0.35rem;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4vw;
    }
    .grid-container{
        /*padding-left: 1rem;*/
        /*padding-right: 1rem;*/
    }
    .load_home_page svg {
        width: 12rem;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    /*.search-tabs .search-tabs-title .search-tab-title{*/
    /*    font-size: 0.75rem;*/
    /*    padding: 0.5rem 1rem;*/
    /*}*/
    .slider_banner .nav_prev{
        left: 0;
    }
    .slider_banner .nav_next{
        right: 0;
    }
    /*.slider_banner .nav_next,*/
    /*.slider_banner .nav_prev{*/
    /*    display: none;*/
    /*}*/
    h2.heading_title, h1.heading_title,
    .about_7 h2.heading_title{
        font-size: 28px !important;
        line-height: 1.4;
    }
    .home_2 {
        padding: 2rem 0 0rem;
    }
    .text_heading_home_3 {
        font-size: 3.5rem;
        line-height: 3rem;
        margin-bottom: 3rem;
    }
    .wrap_home_3 .img_main{
        bottom: unset;
        top: 0;
    }
    .wrap_count_home_3{
        flex-wrap: wrap;
    }
    .wrap_count_home_3 .item {
        width: calc(calc(100% / 2 - .8rem));
        margin: 0 0.4rem 0.4rem;
        padding: 1rem;
    }
    .wrap_count_home_3 .number {
        font-size: 2rem;
        line-height: 2rem;
    }
    .wrap_count_home_3 .number::before {
        right: -1rem;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .home_4 {
        padding: 3rem 0;
    }
    .wrap_content_home_4 .wrap_text {
        width: 100%;
    }
    .decor_home_4 svg{
        display: none;
    }
    .wrap_content_home_4 .item {
        width: calc(calc(100% / 2 - 12px));
    }
    .video_home_4 video {
        width: 100%;
        height: 15rem;
    }
    .wrap_content_home_4{
        margin: 0;
    }
    .wrap_menu .menu{
        gap: 1rem;
    }
    .wrap_menu .menu li a{
        font-size: .75rem;
        line-height: 1.4;
    }
    .news_home_left .img_news {
        height: 23rem;
        margin-bottom: .6rem;
    }
    .news_home_right .item {
        width: calc(calc(100% / 2 - .6rem));
        margin: 0 .3rem .6rem;
        height: 12rem;
    }
    .news_home_right {
        margin: 0 -.3rem;
    }
    ul.hoa_tiet_section li{
        width: 3rem !important;
        height: 3rem !important;
    }
    ul.hoa_tiet_section li:nth-child(6){
        right: -1rem;
    }
    .img_home_7 {
        height: 20rem;
    }
    .home_8 .decor svg {
        height: 4rem;
    }
    .home_8{
        display: flex;
        padding: 4rem 0 0;
        flex-direction: column;
    }
    .home_8 .img_bg{
        position: relative;
        order: 3;
        height: 11rem;
    }
    .tab-buttons span{
        font-size: .75rem;
        line-height: 1.25rem;
    }
    .right_content_home_5,
    .left_content_home_5{
        width: 100%;
    }
    .wrap_content_home_5{
        flex-direction: column;
    }
    .tab-buttons,
    .menu_product{
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .tab-buttons::-webkit-scrollbar,
    .menu_product::-webkit-scrollbar{
        display: none;
    }
    .tab-buttons,
    .menu_product{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .menu_product{
        justify-content: start;
    }
    .home_5 .tab-buttons{
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
    .home_5 .tab-buttons > div{
        width: 30%;
    }
    .home_5 .tab-buttons > div.slider_brand_product_home{
        width: 100% !important;
    }
    .item_product_home {
        padding: 1.25rem 0.75rem 0;
    }
    .slider_product_home{
        margin-top: 2rem;
    }
    .slider_product_home .click_prev,
    .slider_product_home .click_next,
    .slider_brand_product_home .click_prev,
    .slider_brand_product_home .click_next{
        display: none;
    }
    .top_left_content_home_5 .img_brand,
    .top_left_content_home_5 .img_brand.active{
        /*width: 6.5rem;*/
        /*height: 6.5rem;*/
    }
    /*.slider_brand_product_home{*/
    /*    padding: 0;*/
    /*}*/
    .menu_footer ul li a{
        font-size: .875rem;
        line-height: .65rem;
    }
    .menu_footer ul {
        gap: .5rem 1rem;
        justify-content: center;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .top_footer{
        margin-top: 0;
        background: #329FD7;
        padding: 1rem 0 0;
    }
    .social_footer ul {
        margin-top: 1rem;
        justify-content: center;
        gap: 0.75rem
    }
    .slider_banner .swiper_pagination{
        bottom: 0;
        left: 50%;
    }
    .search-box{
        padding: 0 .6rem 0 1rem;;
    }
    .home_5 {
        padding-bottom: 0;
    }
    .menu_bottom_footer ul {
        gap: 0.5rem;
        flex-direction: column;
        align-items: center;
    }
    .menu_bottom_footer ul li::before{
        display: none;
    }
    .img_popup_home {
        width: 100%;
        height: 25rem;
    }
    .wrap_presentative .img_people {
        width: 100%;
        height: 15rem;
    }
    .wrap_presentative .img_people img {
        object-fit: contain;
    }
    .heading_title_new,
    .form_recruitment h2{
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    .wrap_content_about_3{
        margin: 0 -0.25rem;
    }
    .wrap_content_about_3 .img_item:nth-child(4n+1),
    .wrap_content_about_3 .img_item:nth-child(4n+4) {
        width: calc(calc(100% - calc(100% / 2.25)) - 0.5rem);
    }
    .wrap_content_about_3 .img_item {
        height: 7rem;
        width: calc(calc(100% / 2.25) - .5rem);
        margin: 0 0.25rem .5rem;
    }
    .slide_about_4 .swiper-slide {
        flex-direction: column;
    }
    .about_4 .heading_title_new {
        margin-bottom: 0;
    }
    .about_4 {
        padding: 7.5rem 0 5rem;
    }
    .wrap_content_about_4 h3{
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .wrap_content_about_4 {
        padding-right: 0;
    }
    .slide_about_4 .swiper-pagination-bullet .year{
        font-size: 0;
    }
    .slide_about_4 .swiper-pagination{
        gap: .25rem;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .slide_about_4 .swiper-pagination::before,
    .decor_about_2{
        display: none;
    }
    .information-about {
        padding: 0.5rem;
    }
    .information-about .content .desc {
        padding-right: 1rem;
    }
    .wrap_presentative{
        margin-top: 1rem;
    }
    .decor_about_4 {
        top: -7rem;
    }
    .slide_about_4 .swiper-pagination-bullet .year::before{
        width: .45rem;
        height: .45rem;
    }
    .slide_about_4 span.swiper-pagination-bullet.swiper-pagination-bullet-active .year::before {
        background-image: url(../images/dot_active.svg);
        width: 1rem;
        height: 1rem;
        top: -1.45rem;
    }
    .img_about_4 {
        height: 16rem;
    }
    .about_4 .heading_title_new {
        margin-bottom: 2rem;
    }
    .img_about_6 {
        height: 15rem;
    }
    .news_home_left .content p{
        font-size: 1.2rem;
        line-height: 1.55rem;
    }
    .news_home_right .item .content{
        padding: 0 10px 10px;
    }
    .img_banner_group {
        width: 100%;
        height: 12.5rem;
    }
    .decor_news_2 {
        width: 14.5rem;
        height: 4.35rem;
    }
    .decor_news {
        width: 11.85rem;
        height: 7.7rem;
    }
    .slide_news {
        overflow: hidden;
        margin: 1.5rem 0 1.25rem;
    }
    .news_2 {
        padding: 3rem 0 0;
    }
    .heading_post {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    .content_excerpt p{
        margin: 1rem 0;
    }
    .slide_news .img_news{
        height: 12rem;
    }
    .item_contact_2 {
        width: 100%;
    }
    .wrap_contact_2 {
        flex-wrap: wrap;
        gap: .6rem;
    }
    .decor_contact_2 {
        width: 12.4rem;
        height: 6.5rem;
    }
    .decor_contact {
        width: 10.4rem;
        height: 22.85rem;
    }
    .contact_2 {
        padding: 3rem 0 3rem;
    }
    .img_contact_3 {
        height: 20rem;
    }
    .wrap_content_contact_3{
        padding: 0.5rem;
        margin-top: 1rem;
    }
    .contact_3 {
        padding-bottom: 1rem;
    }
    .item_recruit_2 {
        width: 100%;
        margin-bottom: 0.6rem;
        padding: 1rem;
    }
    .decor_recruit_3_1 {
        top: -9rem;
        width: 14rem;
        height: 14rem;
    }
    .decor_recruit_3_2 {
        top: -6rem;
        width: 10.65rem;
        height: 6.15rem;
    }
    .wrap_menu_recruitment ul{
        gap: 0.5rem;
    }
    .img_recruit_3 {
        width: 100%;
        height: 18rem;
        margin-bottom: 2rem;
    }
    .recruit_3 {
        padding: 5rem 0 0;
    }
    .form_recruitment .row .col {
        margin-bottom: 1rem;
    }
    .recruit_2 {
        padding: 3rem 0 8rem;
    }
    .wrap_recruit_2{
        margin-top: 2rem ;
    }
    h1.heading_recruit_detail{
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
    .wrap_recruit_info{
        margin:  0 0 2.5rem 0;
        padding: 1rem;
        flex-direction: column;
        gap: 0.7rem;
    }
    .recruit_info{
        width: 100%;
    }
    .wrap_recruit_main_info{
        flex-direction: column;
        gap: 0;
    }
    .wrap_recruit_main_info h3 {
        width: 100%;
    }
    .wrap_recruit_main_info ul {
        padding-left: 1rem;
    }
    .wrap_right_recruit {
        padding-left: 0;
        margin-top: 2.5rem;
    }
    .recruit_detail_2 .form_recruitment {
        padding: 1rem;
    }
    .recruit_detail_2 {
        padding-bottom: 0;
    }
    .recruit_info ul li{
        width: calc(50% - 1rem);
    }
    .recruit_info ul li:first-child {
        width: calc(50% - 1rem);
    }
    .wrap_img_p_d {
        padding: 0;
        margin-bottom: 2rem;
    }
    svg.p_nav_prev,
    svg.p_nav_next{
        /*display: none;*/
    }
    .mySwiper_custom{
        padding: 0 2rem;
    }
    .img_main_p_d {
        height: 15rem;
    }
    .product_detail_1 {
        padding: 2.5rem 0;
    }
    .product_detail_2 {
        padding-top: 2.5rem;
    }
    .product_detail_3 {
        padding: 2rem 0;
    }
    .option-group {
        gap: 0.5rem;
    }
    .info_product ul li:first-child {
        width: calc(30% - 1rem);
    }
    .slide_video_main .swiper-slide.swiper-slide-active .wrap_video {
        transform: scale(1);
    }
    .slide_video_main .swiper-slide.swiper-slide-active {
        margin: 0 15px 0 0 !important;
    }
    .slide_video_main {
        margin: 1rem 0 0 0;
        padding: 0 .6rem;
    }
    .video_2:last-child {
        padding-bottom: 4rem;
    }
    .video_2 {
        padding-bottom: 2.5rem;
    }
    .decor_video_1 {
        top: 0;
        right: 0;
    }
    .slide_video_main .swiper_pagination {
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .video_1 {
        padding: 6rem 0 3rem;
    }
    .about_5 {
        padding: 3rem 0 5rem;
    }
    .img_map {
        position: relative;
        top: 0;
        right: 0;
        transform: initial;
        width: 100%;
        height: 17rem;
        margin-top: 3rem;
    }
    .about_7 svg.svg_map {
        width: 100%;
        height: 17rem;
    }
    .about_7 {
        padding: 3rem 0;
    }
    .post_2 .slide_news {
        margin: 1.5rem 0 0;
    }
    .wrap_news_post .wrap_btn{
        margin-bottom: 3rem;
    }
    .tax_news .item {
        width: calc(calc(100% / 2) - 1rem);
        margin: 0 .5rem 2.1rem;
    }
    .tax_news_1 .slide_news .img_news {
        height: 10rem;
    }
    .tax_news_1 {
        padding: 3rem 0;
    }
    .search-tabs .search-grid .search-item img {
        height: 10rem;
        object-fit: cover;
    }
    .search-tabs .tab-product .search-grid .search-item img{
        height: 14rem;
        object-fit: contain;
    }
    .top_left_content_home_5 .brand-buttons {
        padding: 0 0 2rem 0;
    }
    .home_5 .tab-buttons > div.swiper_pagination{
        width: 100% !important;
    }
    .game_mode{
        /*display: none;*/
    }
    .game_mode {
        /*position: absolute;*/
        bottom: 1rem;
    }
    .breadcrumbs ol li{
        white-space: nowrap;
    }
    .breadcrumbs ol li::before{
        top: 20%;
    }
    .decor_about_2,
    .menu_product .tax_item h4 br,
    .btn_vi{
        display: none;
    }
    ul.cac_diem li img{
        width: 1.5rem;
    }
    .btn_none {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .product_detail_2 h2.heading_product_detail_2{
        text-align: center;
    }
    .recruit_3 .form_recruitment{
        padding: 0 0.5rem;
    }
    .breadcrumbs ol{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .breadcrumbs ol li{
        margin-left: 4px;
    }
    .breadcrumbs ol li:before{
        margin-right: 4px;
        position: relative;
        left: unset;
        transform: unset;
        right: unset;
        display: inline-block !important;
    }
    .breadcrumbs ol li:first-of-type:before{
        display: none !important;
    }
    .breadcrumbs ol li:first-of-type{
        margin-left: 0 !important;
    }
    .breadcrumbs ol li{
        display: inline;
    }
    .slider_product_home{
        padding: 0 4rem;
    }
    .recruit_3{
        padding-bottom: 0;
    }
    .recruit_3 .custom_justify{
        flex-direction: column-reverse;
    }
    .recruit_3 .custom_justify > .large-6{
        flex-basis: 100%;
        max-width: 100%;
        box-shadow: unset
    }
    .recruit_3 .form_recruitment{
        padding: 0;
    }
    .recruit_3 .img_recruit_3{
        margin-bottom: 0; !important;
        margin-top: 1rem !important;
    }
    .recruit_3 .wrap_img_recruit_3{
        display: block;
        padding: 0 !important;
    }
    .decor_recruit_3_1,
    .decor_recruit_3_2{
        display: none !important;
    }
    .recruit_2{
        padding-bottom: 2rem;
    }
    .recruit_3{
        padding-top: 2rem;
    }
    .menu_product .tax_item .wrap_tax_item{
        width: 4.5rem;
        height: 4.5rem;
    }
    .menu_product .tax_item .wrap_tax_item img{
        width: 75%;
        height: 75%;
    }
    .menu_product{
        gap: 1rem
    }
    .menu_product .tax_item{
        width: calc(100% / 3 - 1rem * 2 / 3);
    }
    .slide_product{
        padding: 0;
    }
    .wrap_slide_product .nav_prev{
        left: -1rem;
    }
    .wrap_slide_product .nav_next{
        right: -1rem;
    }
    .decor_contact,
    .decor_contact_2{
        display: none !important;
    }
    .contact_2{
        padding-top: 2.5rem;
    }
    .main_product_2{
        margin-bottom: 2.5rem;
    }
    .product_detail_1{
        padding-top: 0;
    }
    .accordion-product .accordion-inner-custom,
    .accordion_landing_14 .accordion-inner{
        padding-right: 0;
    }
    .accordion-product .sub_desc_content p,
    .accordion_landing_14 .sub_desc_content p{
        font-size: 0.95rem;
    }
    .fixed-terms-menu,
    .news_2 .wrap_menu{
        display: none !important;
    }
    .btn_component{
        gap: 8px;
    }
    .btn_component span{
        height: auto;
        font-size: 14px;
    }
    .btn_component span svg{
        width: 28px;
        height: 28px;
    }
    .news_home_right .item .content ul{
        display: none !important;
    }
    .news_home_right .item .content p{
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 4px;
        -webkit-line-clamp: 2;
    }
    .home_5 .tab-buttons .wrap_icon{
        width: 80px;
        height: 80px;
    }
    .home_5 .tab-buttons{
        gap: 0.5rem
    }
    .brand-buttons .click_prev{
        left: 0;
    }
    .home_6{
        padding-top: 40px;
    }
    html body.page-template-about .about-4 .items-wrap .item{
        margin-top: 0 !important;
    }
    .about-6 .left-column{
        padding-right: 0 !important;
    }
    .about_7{
        padding-top: 60px !important;
    }
    p.text_item_site{
        font-size: 16px;
        line-height: 1.3;
    }
    .img_international{
        width: 40px;
        height: 40px;
    }
    .item_site{
        gap: 16px
    }
    h2.heading_product_detail_2{
        font-size: 22px;
    }
    .wrap_main_product_detail h1{
        font-size: 24px;
    }
    .wrap_tag ul .item > a{
        font-size: 12px;
        line-height: 20px;
    }
    .wrap_tag ul{
        gap: 10px;
    }
    .form_recruitment .row .col.large-8,
    .form_recruitment .row .col.large-4,
    .form_recruitment .row .col.large-6{
        max-width: 100%;
        flex-basis: 100%;
    }
    .menu_product .tax_item h4{
        font-size: 15px;
        line-height: 1.4;
    }
    body[class*='recruit'] .menu_product .tax_item{
        flex-grow: 1;
    }
    .item_recruit_2 .info_item ul li span{
        font-size: 15px;
    }
    .item_contact_2 h2{
        font-size: 1.125rem;
    }
    .img_contact_3{
        display: block;
    }
    .contact_3 .row_contact_3{
        flex-direction: column-reverse;
    }
    #logo img, .header-wrapper.stuck #logo img{
        max-height: 55px !important;
    }
    html{
        background-color: #FFF;
    }
}