﻿@font-face {
    font-family: 'SVN-PoppinsLight';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Poppins';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-PoppinsMedium';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-PoppinsSemiBold';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-PoppinsBold';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-PoppinsExtraBold';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: "SVN-Poppins"!important;
    font-size: 1rem!important;
    color: #171717!important;
}
:root{
    --main-color: #01B1ED;
    --active-color: #FFAD05;
    --hover-color: #ffba2d;
    --font-normal: "SVN-Poppins";
    --font-light: "SVN-PoppinsLight";
    --font-medium: "SVN-PoppinsMedium";
    --font-semibold: "SVN-PoppinsSemiBold";
    --font-bold: "SVN-PoppinsBold";
    --font-extra: "SVN-PoppinsExtraBold";
}

.wpcf7-form.processing:before{
    display: none;
}
.wpcf7-response-output{
    background-color: white;
    border: 2px solid #00a0d2!important;

}
.bg.bg-loaded{
    transform: none!important;
}
.home .banner.has-hover{
    background-color: white!important;
}
.home .banner.has-hover .overlay{
    background: transparent!important;
}
.rank-math-breadcrumb a{
    color: white;
}
.header-wrapper.stuck{
    background: white;
}
.max-w-1024{
    max-width: 1024px;
    margin: auto;
}
.max-w-1200{
    max-width: 1200px;
    margin: auto;
}
.max-w-1400{
    max-width: 1440px;
    margin: auto;
}
.max-w-1110{
    width: 133.3%;
    margin-left: -33.3%;
}
.max-w-812{
    width: 812px;
}
.mt-10{
    margin-top: 4rem;
}
.d-none{
    display: none;
}
.main-title{
    font-family: var(--font-semibold);
    font-size: 48px;
    line-height: 140%; 
    text-transform: uppercase;
    margin-bottom: 48px;    
}
.main-title span{
    position: relative;
    display: inline-block;
}
.header-nav-main.nav-left{
    justify-content: center;
}
.header-nav-main.nav-left >li{
    margin-left: 36px;
    margin-right: 36px;
}
.header-nav-main.nav-left >li >a{
    font-family: var(--font-normal);
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.header-nav-main.nav-left >li >a:hover{
    color: var(--active-color);
}
.header-nav-main.nav-left >li.active >a{
    color: var(--active-color);
    font-family: var(--font-bold);
}
.main-slider .banner-layers h2{
    color: var(--main-color);
    font-family: var(--font-extra);
    font-size: 64px;
    line-height: 140%;
    text-transform: uppercase;
}
.main-slider .banner-layers h3{    
    font-family: var(--font-extra);    
    font-size: 48px;
    font-weight: 800;
    line-height: 140%; 
    text-transform: uppercase;
}
.pageAbout{
    position: relative;
    z-index: 1;
}
.pageAbout .around{
    background-color: var(--main-color);
    border-radius: 8px;
    padding: 31px 106px;
    color: white;
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -100px;
}
.pageAbout .around .title{
    font-family: var(--font-semibold);
    font-size: 48px;
    text-transform: uppercase;
}
.pageAbout .around .desc{
    font-size: 18px;
}
.boxWhy{
    padding-top: 100px;
    padding-bottom: 83px;
}
.boxWhy .main-title{
    text-align: center;
}
.boxWhy .listItem{
    display: grid;
    grid-template-columns: 435px 435px;
    justify-content: space-between;
    row-gap: 134px;
    padding-top: 1.5rem;
}
.justify-content-end{
    justify-content: end;
}
.boxWhy .main-title span::after{
    content: '';
    position: absolute;
    width: 144px;
    height: 6px;
    background: var(--active-color);
    bottom: 0;
    right: 0;
}
.boxWhy .listItem .itemDiv .item{
    width: 435px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.boxWhy .listItem .itemDiv .desc{
    display: none;
    margin-top: 10px;
    padding-left: 1rem;
    border-left: 1px solid var(--main-color);
}
.boxWhy .listItem .itemDiv .desc .gallery{
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}

.boxWhy .listItem .itemDiv:nth-child(3){
    margin-left: -5rem;
}
.boxWhy .listItem .itemDiv:nth-child(4){
    margin-left: 5rem;
}
.boxWhy .listItem .itemDiv .title{
    font-family: var(--font-semibold);
    font-size: 18px;
    color: #626262;
}
.boxWhy .listItem .itemDiv .iconLogo{
    width: 80px;
    height: 80px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
    background-color: white;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxWhy .listItem .itemDiv .iconLogo img{
    height: fit-content;
}
.boxWhy .listItem .itemDiv .item.active .iconLogo{
    background-color: var(--main-color);
}
.boxWhy .listItem .itemDiv .item.active img{
    filter: brightness(0%) contrast(0%) saturate(0%)  url(#svgGradientMap)
}
.boxWhy .listItem .itemDiv:hover .title{
    color: var(--main-color);
}
.boxWhy .boxContent{
    top: 0;
    width: 550px;
    height: 550px;
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    margin-left: -275px;
    padding-top: 124px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 90px;
    text-align: center;
}
.boxWhy .boxContent label{
    color: var(--main-color);    
    font-family: var(--font-bold);
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}
.boxWhy .boxContent .gallery{
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
    justify-content: center;
}

.boxWhy .read-more{
    margin-top: 3rem;
}

.boxService{
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.boxService::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 87, 170, 0.8);
    pointer-events: none;
}
.boxService .max-w-1200{
    position: relative;
    z-index: 1;
}
.boxService .main-title{
    color: white;
    text-align: center;
}
.boxService .itemService{
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}
.boxService .itemService .around{
    display: flex;
    align-items: center;
    transition: .3s all;
    height: auto;
}
.boxService .itemService .info{
    padding: 24px;
}
.boxService .itemService .info .icon{
    width: 64px;
    height: 64px;
}
.boxService .itemService .info .title{
    font-family: var(--font-semibold);
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 24px;
}
.boxService .itemService .info .desc{
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    -webkit-box-orient: vertical; 
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    margin-bottom: 24px;
    text-align: justify;
}
.boxService .itemService .info .desc p{
    margin: 0;
}
.boxService .itemService .info .btn-more{
    font-family: var(--font-semibold);
    color: var(--active-color);
    text-decoration: underline;
}
.boxService .itemService:hover .info .desc{
    -webkit-line-clamp: unset;
}
.boxService .itemService:hover .info .btn-more{
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.boxService .itemService .image{
    padding-top: 68%;
    position: relative;
    display: block;
    transition: .5s all;
}
.boxService .itemService .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxService .itemService:hover .around{
    height: 100%;
}
.boxService .itemService:hover .image{
    padding-top: 0;
}
.read-more{
    text-align: center;
    margin-top: 32px;
}
.read-more a{
    display: inline-block;
    line-height: 58px;    
    color: white;
    font-family: var(--font-normal);
    font-weight: bold;
    font-size: 20px;
    background-color: var(--active-color);
    border-radius: 4px;
    padding: 0 1.2em;
}
.read-more a:hover{
    color: white;    
    background-color: var(--hover-color);
}
.boxCustomer{
    padding-top: 100px;
    padding-bottom: 100px;
}
.boxCustomer .main-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxCustomer .main-title span::after{
    content: '';
    position: absolute;
    width: 292px;
    height: 6px;
    background: var(--active-color);
    bottom: 0;
    right: 0;
}
.boxCustomer .itemCustomer{
    text-align: center;
    margin: 10px;
    min-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxCustomer .itemCustomer img{
    display: inline-block;
    max-height: 96px;
}
.boxCustomer .group-btn{
    display: flex;
    gap: 8px;
}
.boxCustomer .group-btn .btn-swiper{
    width: 44px;
    height: 44px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.boxCustomer .group-btn .btn-swiper:hover{
    background: var(--active-color);
}
.boxCustomer .group-btn .btn-swiper:hover path{
    stroke: white;
}
.boxSuppliers {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.boxSuppliers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 87, 170, 0.8);
    pointer-events: none;
}
.boxSuppliers .flex{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.boxSuppliers .box-left{
    width: calc(100% - 740px);
    padding-right: 1rem;
    color: white;
}
.boxSuppliers .listSuppliers{
    width: 740px;
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
}
.boxSuppliers .group-btn{
    display: flex;
    gap: 8px;
    margin-top: 80px;
}
.boxSuppliers .group-btn .btn-swiper{
    width: 44px;
    height: 44px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.boxSuppliers .group-btn .btn-swiper:hover{
    background: var(--active-color);
}
.boxSuppliers .group-btn .btn-swiper:hover path{
    stroke: white;
}
.boxSuppliers .itemSuppliers{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
footer{
    color: #626262!important;
    padding-top: 40px;
}
footer .footer-2{
    border-top: 0;
}
footer img.size-full.alignnone{
    margin-bottom: 1rem;
}
footer .follow-icons span{
    width: 100%;
    display: block;
    color: #004CA2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-semibold);
    margin-bottom: 1rem;
}
footer .follow-icons a{
    margin-bottom: 0;
    margin-right: 24px!important;
}
footer .row.large-columns-3::after{
    display: none;
}
footer .row.large-columns-3{
    max-width: 1200px!important;
    justify-content: space-between;
}
footer .is-divider.small{
    display: none;
}
footer .widget-title{
    width: 100%;
    display: block;
    color: #004CA2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-semibold);
    margin-bottom: 1rem;
}
footer #block_widget-3 .button.primary {
    font-family: var(--font-normal);
    font-weight: bold;
    font-size: 20px;
    background-color: var(--active-color);
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
footer #block_widget-3 .button.primary:hover{
    box-shadow: unset;
    background-color: var(--hover-color);
}
footer #block_widget-2{
    padding-right: 3rem;
}
footer #nav_menu-2{
    padding-left: 100px;
    padding-right: 100px;
    flex: 1;
    max-width: max-content;
}
footer ul.menu>li+li{
    border-top: 0;
}
.absolute-footer .container {
    max-width: 1200px;
}

.about-slide.banner h3{
    color: white;
    font-family: var(--font-extra);
    font-size: 48px;
    line-height: 140%; 
    text-transform: uppercase;
}
.about-slide .bg-fill{
    background-size: auto!important;
}
.section.boxOne{
    padding: 90px 0 100px!important;
}
.section.boxOne .bg-fill{
    background-size: auto!important;
}
.section.boxOne .row-content{
    align-items: center;
}
.section.boxOne .row-content .col{
    padding-bottom: 0;
}
.section.boxOne .row-content .col-left{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.section.boxOne .row-content .col-left::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    border: 8px solid var(--main-color);
    left: 0;
    pointer-events: none;
}
.section.boxOne .row-content .col-left .row-title{
    position: relative;
    z-index: 1;
}
.section.boxOne .row-content .col-left .row-title .col-inner{
    background-color: white;
    padding-left: 120px;
}
.section.boxOne .row-content .col-left .row-title .col-inner h2{
    font-size: 64px;
    font-family: var(--font-bold);
    margin: 0;
}
.section.boxSecond{
    padding: 100px 0!important;
}
.section.boxSecond .section-title{
    color: var(--black, #171717);
    font-family: var(--font-semibold);
    font-size: 48px;
    line-height: 140%; 
    text-transform: uppercase;
    margin-bottom: 0;
}
.section.boxSecond .section-title .section-title-main{
    position: relative;    
}
.section.boxSecond .section-title .section-title-main::after {
    content: '';
    position: absolute;
    width: 316px;
    height: 6px;
    background: var(--active-color);
    bottom: 0;
    right: 0;
}
.section.boxSecond .section-title b{
    height: 0;
}
.section.boxSecond .icon-box{
    background-color: white;
    border-radius: 8px 56px;
    padding: 24px 32px;
    transition: all .3s;
}
.section.boxSecond .icon-box:hover {
    background-color: var(--main-color);    
}
.section.boxSecond .icon-box .icon-box-text{
    font-family: var(--font-normal);
    font-size: 18px;
    color: #626262;
    margin-bottom: 1rem;
    transition: all .3s;
}
.section.boxSecond .icon-box:hover .icon-box-text{
    color: white;
}
.section.boxSecond .icon-box .icon-box-text h3{
    font-family: var(--font-semibold);
    color: #171717;
    font-size: 22px;
    transition: all .3s;
}
.section.boxSecond .icon-box:hover .icon-box-text h3{
    color: white;
}
.section.boxSecond .icon-box:hover .icon-box-img img{
    filter: brightness(0%) contrast(0%) saturate(0%)  url(#svgGradientMap)
}
.section.boxThree{
    padding-bottom: 0!important;
}
.boxBranch{
    padding: 70px 0 0;
}
.boxBranch .itemBranch{
    display: flex;
}
.boxBranch .itemBranch .box-left{
    width: 50%;
    overflow: hidden;
}
.boxBranch .itemBranch .box-left .image{
    padding-top: 83.334%;
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.boxBranch .itemBranch .box-left .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxBranch .itemBranch .box-right{
    width: 50%;
    padding-left: 80px;
}
.boxBranch .itemBranch .box-right .title{
    color: var(--active-color);
    font-family: var(--font-semibold);
    font-size: 36px;    
    line-height: 140%; 
    margin-bottom: 16px;
}
.boxBranch .group{
    background-color: #004CA2;
    padding: 12px 0;
}
.boxBranch .group .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxBranch .group .map a{
    color: white;
    display: flex;
    font-size: 20px;
    white-space: nowrap;
    background-color: var(--active-color);
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}
.boxBranch .group .map a svg{
    transition: all .3s all;
}
.boxBranch .group .map a:hover svg{
    margin-left: 5px;
}
.boxBranch .group-btn{
    display: flex;
    gap: 8px;
    width: 50%;
    align-items: center;
}
.boxBranch .group-btn b{
    width: 55%;
    background-color: white;
    height: 1px;
}
.boxBranch .group-btn .swiper-branch-pagination{
    width: auto;
    display: flex;
    color: white;
    font-size: 36px;
    font-family: var(--font-light);
}
.boxBranch .group-btn .btn-swiper{
    flex: 0 0 44px;
    height: 44px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.boxBranch .group-btn .btn-swiper:hover{
    background: var(--active-color);
}
.boxBranch .group-btn .btn-swiper:hover path{
    stroke: white;
}
.boxBranch .itemBranch .content p{
    margin-bottom: 16px;
}

.boxBranch .itemBranch .content{
    max-height: 280px;
    overflow: auto;
}

.boxBranch .content::-webkit-scrollbar {
    width: 5px;
}


.boxBranch .content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}


.boxBranch .content::-webkit-scrollbar-thumb {
    background: #888; 
}


.boxBranch .content::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.boxContentRight{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}
.boxContentRight::after{
    content: '';
    position: absolute;
    width: 25%;
}
.boxContentRight .itemBranchthumb{
    width: 100%;
    display: block;
    transition: all .3s;
    overflow: hidden;    
}
.boxContentRight .itemBranchthumb .image{
    margin: 0 0.5rem;
    padding-top: 80%;    
    position: relative;
    display: block;
    transition: all .3s;
    overflow: hidden;  
}
.boxContentRight .swiper-slide-thumb-active .itemBranchthumb{
    transition: all .3s;
    opacity: 1;
}
.boxContentRight .itemBranchthumb img{
    position: absolute;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-branch-pagination li{
    display: none;
}
.swiper-branch-pagination li.slick-active{
    display: block;
}

.section.boxFour .section-title.section-title-normal{
    border-bottom: 0;
    padding-top: 3rem;
}
.section.boxFour .section-title .section-title-main{
    border-bottom: 0;
    padding-bottom: 0;
    color: white;
    font-family: var(--font-semibold);
    font-size: 48px;    
    line-height: 140%; 
    text-transform: uppercase;
}
.section.boxFour .col, .section.boxFour .col-inner{
    padding-bottom: 0;
    position: unset;
}
.section.boxFour .row-content{
    position: relative;
}
.section.boxFour .group-btn{
    display: flex;
    gap: 8px;
    align-items: center;
    position: absolute;
    left: 1rem;
    top: 45%;
}
.section.boxFour .group-btn .btn-swiper{
    flex: 0 0 44px;
    height: 44px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section.boxFour .group-btn .btn-swiper:hover{
    background: var(--active-color);
}
.section.boxFour .group-btn .btn-swiper:hover path{
    stroke: white;
}
.section.boxFour .box-right{
    padding-left: 2rem;
}
.section.boxFour .swiper-qualifications .itemQualifications {
    display: flex;
    align-items: center;
}
.section.boxFour .swiper-qualifications {
    padding: 4.5rem 0;
}
.section.boxFour .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    transition: all .3s ease;
    opacity: 0.8;
    min-height: 340px;
}    
.section.boxFour .swiper-slide.swiper-slide-active {
    color:#fff;
    transform: scale(1.4);
    z-index: 2;
    opacity: 1;
}
.boxCatalog{
    margin-top: 4rem;
}
.boxCatalog .groupBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 345px);
    gap: 1rem;
    margin-bottom: 1rem;
}
.boxCatalog .groupBox .item:nth-child(1){
    grid-column: 1;
    grid-row: 1 / span 2;
}
.boxCatalog .groupBox .item:nth-child(4){
    grid-column: 1 / span 2;
    grid-row: 3 / span 4;
}
.boxCatalog .groupBox .item{
    overflow: hidden;
    transition: all .3s;
    position: relative;
}
.boxCatalog .groupBox .item:hover{
    opacity: 0.8;
}
.boxCatalog .groupBox .item:hover h3{
    color: var(--main-color);
}
.boxCatalog .groupBox .item a{
    position: relative;
    display: block;
    height: 100%;
}
.boxCatalog .groupBox .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxCatalog .groupBox .item .info{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: white;
    z-index: 1;
    padding: 0.5rem 1rem;
}
.boxCatalog .groupBox .item .info h3{
    margin-bottom: 0;
    font-family: var(--font-medium);
    font-weight: normal;
    text-transform: capitalize;
}

.banner-category{
    background-color: #004CA2;
    padding: 90px 0;
    text-align: center;
    color: white;
}
.banner-category h1, #breadcrumbs a{
    color: white;
}
.banner-category h1{
    color: var(--white, var(--trang, #FFF));
    font-family: var(--font-extra);
    font-size: 48px;    
    line-height: 140%; 
    text-transform: uppercase;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.boxContent{
    padding: 90px 0 0;
}
.listCatalog{
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 1rem;
}
.listCatalog li a{
    background-color: #e4e4e4;
    padding: 10px 2rem;
    border-radius: 50px;
    display: inline-block;
}
.listCatalog li.active a{
    background-color: var(--active-color);
    color: white;
}
.itemCatalog{
    border: 1px solid #e4e4e4;
}
.itemCatalog .detail{
    cursor: pointer;
}
.itemCatalog:hover h5{
    color: #004CA2;
}
.itemCatalog .info{
    padding: 1rem;
}
.itemCatalog .info .desc{
    overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
    margin-bottom: 1rem;
}
.itemCatalog .info .btn-detail{
    background-color: #e4e4e4;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 2rem;
    transition: all .3s;
    cursor: pointer;
}
.itemCatalog .info .btn-detail:hover{
    background-color: var(--active-color);
    color: white;
}
#fancyContact{
    width: 50%;
}
#fancyContact .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
    font-family: var(--font-semibold);
}
.boxFancy{
    width: 70%;
}
.boxFancy .flex{
    display: flex;
    flex-wrap: wrap;
}
.boxFancy .image, .boxFancy .boxContentF{
    width: 50%;
}
.boxFancy .boxContentF{
    display: flex;
    flex-wrap: wrap;
}
.boxFancy .boxContentF .text-center{
    width: 100%;
}
.boxFancy .boxContentF .text-center button{
    margin: 0;
    background-color: var(--active-color);
    transition: all .3s;
    color: white;
    font-family: var(--font-medium);
    font-weight: normal;
}
.boxFancy .boxContentF .text-center button:hover{
    opacity: 0.8;
    transform: translateY(-0.25rem);
}
.boxFancy .content{
    width: 100%;
    padding-left: 1rem;
    max-height:45vh;
    overflow: auto;
}
.boxFancy .content::-webkit-scrollbar {
    width: 5px;
}


.boxFancy .content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}


.boxFancy .content::-webkit-scrollbar-thumb {
    background: #888; 
}


.boxFancy .content::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.form-contact .boxBG{
    background-image: linear-gradient(to right, #004ca2, #1e70cd);
    border-radius: 25px;
    padding: 2rem!important;
    color: white;
    margin: 0!important;
}
.form-contact .boxBG .col{
    padding-bottom: 0;
}
.form-contact .boxBG .section-title-main{
    color: white;
    font-family: var(--font-bold);
}
.form-contact .boxBG .icon-box .icon{
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px;
}
.form-contact .boxBG .icon-box h3{
    margin-bottom: 0;
    color: white;
}
.form-contact .boxBG iframe{
    border-radius: 25px;
}
.form-contact .boxBG form{
    margin-top: 4.7rem;
}
.form-contact .wpcf7 label{
    color: white;
    font-weight: normal;
    font-family: var(--font-semibold);
}
.form-contact .wpcf7 input[type="text"],.form-contact .wpcf7 input[type="email"]{
    height: 50px;
    padding-left: 2rem;
}
.form-contact .wpcf7 textarea{
    padding-left: 2rem;
}
.form-contact .wpcf7 input[type="text"],.form-contact .wpcf7 input[type="email"], .form-contact .wpcf7 textarea{
    border-radius: 25px;
}
.form-contact .wpcf7 .dropzone-file{
    background-color: white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 1rem;
    position: relative;
}
.form-contact .wpcf7 .dropzone-file .wpcf7-form-control-wrap{
    position: unset;
}
.form-contact .wpcf7 .dropzone-file svg{
    width: 2.5rem;
}
.form-contact .wpcf7 .dropzone-file input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form-contact .wpcf7 input[type="submit"]{
    
    background-color: var(--active-color);
    
    border-radius: 4px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.form-contact .wpcf7 input[type="submit"]:hover{
    box-shadow: unset;
    background-color: var(--hover-color);
}
.form-contact .wpcf7 .dropzone-file .bold{
    font-family: var(--font-semibold);
}
.form-contact .wpcf7 .dropzone-file .small{
    font-size: 14px;
}
.listCareer{
    display: inline-flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 1rem;
    border: 1px solid var(--main-color);
    padding: 4px;
    border-radius: 50px;
}
.listCareer li{
    margin-bottom: 0;
}
.listCareer li a{
    background-color: #e4e4e4;
    padding: 10px 2rem;
    border-radius: 50px;
    display: inline-block;
    color: #004ca2;
}
.listCareer li.active a{
    background-color: var(--active-color);
    color: white;
}
.boxCareer .col{
    padding-bottom: 1rem;
}
.itemCareer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 1rem 0;
}
.itemCareer .location .fas{
    color: var(--main-color);
}
.itemCareer .position .fas{
    color: var(--active-color);
}
.itemCareer .fas{
    margin-right: 0.5rem;
}
.itemCareer .flex{
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 14px;
    color: #626262;
}
.itemCareer h5{
    margin-bottom: 0;
    font-weight: normal;
    font-family: var(--font-medium);
}
.itemCareer .detail{
    border: 1px solid var(--main-color);
    padding: 10px 1rem;
    border-radius: 4px;
    transition: all .3s;
    display: inline-block;
    white-space: nowrap;
}
.itemCareer .detail:hover{
    border: 1px solid var(--active-color);
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.detail-career{
    margin-top: 4rem;
}
.detail-career .col-left, .detail-career .col-right .boxIn{
    border: 1px solid var(--main-color);
    border-radius: 10px;
}
.detail-career .col-right{
    padding-bottom: 0!important;
}
.detail-career .col-right .boxIn{
    background-color: #01B1ED1a;
    margin-left: 1rem;
    padding: 2rem;
    height: 100%;
}
.detail-career .col-right .sub-title{
    font-family: var(--font-semibold);
    font-size: 18px;
    color: #004CA2;
    margin-bottom: 1rem;
}
.detail-career .col-right .icon-box{
    display: flex;
    gap: 1rem;
}
.detail-career .col-right .icon-box .icon-img{
    width: 39px;
}
.detail-career .col-right .icon-box label{
    margin-bottom: 0;
    font-family: var(--font-semibold);
    font-size: 16px;
    line-height: 1;
}
.detail-career .col-right .icon-box p{
    font-size: 14px;
}
.detail-career .col-right .subTitle{
    font-family: var(--font-bold);
    color: #004CA2;
    font-size: 24px;
    border-top: 1px solid #01B1ED2a;
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}
.detail-career .col-left{
    padding: 2rem;
}
.detail-career .col-left .header{
    text-align: center;
    margin-bottom: 2rem;
}
.detail-career .col-left .header .entry-title{
    margin-bottom: 0;
    color: var(--active-color);
    font-family: var(--font-bold);
}
.button-down a{
    background-color: var(--active-color);
    border-radius: 25px;
    color: white;
    display: inline-block;
    padding: 10px 2rem;
}
#selectCatalog, #selectCareer{
    display: none;
}

.button.icon.back-to-top{    
    border-color: var(--main-color)!important;
    color: var(--main-color)!important;
    background-color: white;
    min-width: 3.5rem;
    line-height: 3.19rem;
    right: 16px;
}
.recent-blog-posts-li .recent-blog-posts{
    align-items: center;
}
.recent-blog-posts-li .post_excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-suppliers{
    width: 100%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 1024px) {
    .boxWhy{
        padding: 0 0 30px;
    }
    .boxWhy .listItem{
        grid-template-columns: 375px 375px;
        row-gap: 85px
    }
    .boxWhy .listItem .itemDiv .item{
        width: 375px;
    }
    .boxWhy .boxContent{
        width: 450px;
        height: 450px;
        background-size: contain;
        margin-left: -225px;
    }
    .pageAbout .around{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .pageAbout .around .title,.main-title{
        font-size: 40px;
    }
    .boxService{
        padding: 50px 1rem;
    }
    .boxService .itemService .info .title{
        font-size: 22px;
    }
    .boxCustomer{
        padding: 0 1rem;
    }
    .boxSuppliers{
        padding: 50px 1rem;
    }
    .boxSuppliers .box-left{
        width: calc(100% - 600px);
    }
    .boxSuppliers .listSuppliers{
        width: 600px;
    }
    footer{
        padding-top: 0;
    }
    footer #nav_menu-2{
        padding-left: 50px;
        padding-right: 50px;
    }
    .section.boxFour .box-right{
        padding-left: 1rem;
    }
    .section.boxFour .group-btn{
        position: unset;
    }
    .section.boxOne{
        padding: 50px 1rem!important;
    }
    .about-slide.banner h3, .section.boxOne .row-content .col-left .row-title .col-inner h2{
        font-size: 48px;
    }
    .section.boxSecond{
        padding: 50px 0 30px!important;
    }
    .section.boxSecond .section-title, .section.boxFour .section-title .section-title-main{
        font-size: 40px;
    }
    .section.boxSecond .icon-box .icon-box-text{
        font-size: 16px;
    }
    .boxContentRight{
        position: relative;
        max-width: 100%;
        bottom: 0;
        padding: 1rem 0;
    }
    .boxContentRight .itemBranchthumb{
        width: 100%;
    }
    .boxBranch .max-w-1400{
        padding: 0 1rem;
    }
    .section.boxFour{
        padding: 50px 0 0!important;
    }
    .boxBranch .group{
        padding: 1rem;
    }
    .boxBranch .itemBranch .box-right{
        padding-left: 2rem;
    }
    .boxBranch .itemBranch .box-right .title{
        font-size: 28px;
    }
    .boxFancy{
        width: 90%;
    }
    .detail-career{
        padding: 0 1rem;
        margin: 2rem 0 0!important;
    }
}
@media screen and (max-width: 823px) {
    .main-slider .banner-layers h2{
        font-size: 36px;
    }
    .main-slider .banner-layers h3{
        font-size: 32px;
    }
    .pageAbout .around .title, .main-title{
        font-size: 32px;
    }
    .boxWhy{
        padding: 0;
    }
    .boxWhy .boxContent{
        position: relative!important;
        margin-top: 2rem;
    }
    .boxWhy .listItem .itemDiv:nth-child(3), .boxWhy .listItem .itemDiv:nth-child(4){
        margin-left: 0;
    }
    .boxWhy .listItem{
        gap: 2rem;
    }
    .boxSuppliers .box-left, .boxSuppliers .listSuppliers{
        width: 100%;
    }
    .boxSuppliers .group-btn{
        margin-top: 30px;
    }
    footer #nav_menu-2{
        display: none;
    }
    .nav > li > a{
        font-family: var(--font-normal)!important;
        font-weight: normal!important;
    }
    .section.boxOne{
        padding: 30px 1rem 10px!important;
    }
    .section.boxOne .row-content .col-left{
        min-height: 200px;
        margin-bottom: 1rem;
    }
    .section.boxOne .row-content .col-left .row-title .col-inner{
        background-color: transparent;
    }
    .section.boxOne .row-content .col-left .row-title .col-inner h2{
        background-color: white;
    }
    .section.boxOne .row-content .col-right{
        padding: 0;
    }
    .section.boxSecond{
        padding: 30px 0 0!important;
    }
    .section.boxSecond .section-title, .section.boxFour .section-title .section-title-main{
        font-size: 36px;
    }
    .section.boxSecond .icon-box{
        padding: 1.5rem;
    }
    .section.boxSecond .icon-box .icon-box-text h3{
        font-size: 18px;
    }
    .boxBranch .group-btn .swiper-branch-pagination{
        font-size: 28px;
    }
    .boxBranch .itemBranch .content{
        max-height: 250px;
        overflow: auto;
    }
    .section.boxFour .section-title.section-title-normal{
        padding-top: 0;
    }
    .section.boxFour{
        padding: 50px 0!important;
    }
    .section.boxFour .group-btn{
        top: 10%;
    }
    .boxCatalog .groupBox{
        grid-template-rows: repeat(4, 215px)
    }
    .banner-category{
        padding: 70px 0;
    }
    .banner-category h1{
        font-size: 42px;
    }
    .listCatalog{
        margin: 2rem 0;
    }
    .mt-10{
        margin-top: 2rem;
    }
    .detail-career .col-right{
        margin-top: 1rem;
    }
    .form-contact .boxBG{
        padding: 2rem 0!important;
    }
    #content{
        overflow: hidden;
    }
}
@media screen and (max-width: 640px) {
    .boxWhy .listItem{
        grid-template-columns: 1fr;
        padding: 1rem 1rem 0;
        gap: 1rem;
    }
    .main-slider .banner-layers h3{
        font-size: 24px;
    }
    .pageAbout .around{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
    .pageAbout .around .title, .main-title{
        font-size: 24px;
    }
    .pageAbout .around .desc{
        font-size: 14px;
    }
    .boxWhy .main-title{
        margin-bottom: 1rem;
    }
    .boxWhy .listItem .itemDiv .item{
        justify-content: start;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 50px;
        padding: 10px;
        gap: 1rem;
    }
    .boxWhy .listItem .itemDiv .title{
        order: 1;
    }
    .boxWhy .listItem .itemDiv .iconLogo{
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .boxWhy .boxContent{
        
        display: none;
        width: 96%;
        height: auto;
        margin-left: -48%;
        padding: 10px;
        background: transparent;
        border: 5px solid rgb(1 177 237 / 50%);
        border-radius: 5px;
    }
    .boxCustomer .main-title span::after{
        width: 145px;
    }
    .about-slide.banner h3, .section.boxOne .row-content .col-left .row-title .col-inner h2{
        font-size: 32px;
    }
    .section.boxSecond .section-title, .section.boxFour .section-title .section-title-main{
        font-size: 24px;
    }
    .section.boxSecond .section-title .section-title-main::after{
        width: 185px;
    }
    .section.boxSecond .icon-box .icon-box-text{
        font-size: 14px;
    }
    .boxBranch .itemBranch{
        flex-wrap: wrap;
    }
    .boxBranch .itemBranch .box-left{
        width: 100%;
    }
    .boxBranch .itemBranch .box-right{
        width: 100%;
        padding-left: 0;
    }
    .boxBranch .itemBranch .box-right .title{
        font-size: 24px;
        margin-top: 1rem;
    }
    .boxBranch .group-btn .swiper-branch-pagination{
        font-size: 20px;
    }
    .section.boxFour .swiper-qualifications{
        padding: 0;
        margin-top: 1rem;
    }
    .section.boxFour{
        padding: 30px 0 0!important;
    }
    .boxCatalog .groupBox{
        grid-template-rows: repeat(4, 135px);
        gap: 0.5rem;
    }
    .boxCatalog .groupBox .item .info{
        border-radius: 4px;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .boxCatalog .groupBox .item .info h3{
        font-size: 14px;
    }
    .banner-category h1{
        font-size: 32px;
    }
    #selectCatalog{
        display: block;
        margin: 2rem 1rem 0;
    }
    .listCatalog{
        display: none;
    }
    .boxFancy{
        padding: 1rem!important;
    }
    .boxFancy .image, .boxFancy .boxContentF{
        width: 100%;        
    }
    .boxFancy .content{
        padding: 1rem 0 0;
    }
    .listCareer{
        display: none;
    }
    #selectCareer{
        display: block;
        margin: 2rem 0;
    }
    .itemCareer .detail{
        font-size: 14px;
    }
    .detail-career .col-left, .detail-career .col-right{
        padding: 2rem 1rem;
    }
    #fancyContact{
        width: 95%;
    }
    .boxBranch .group-btn{
        width: 100%;
    }
    .row.align-center.mt-10{
        padding: 0 5px;
    }
    .small-columns-2>.col{
        padding: 0 10px;
    }
    .itemCatalog .info{
        padding: 5px;
    }
    .itemCatalog .info .desc{
        font-size: 12px;
    }
    .itemCatalog .info .btn-detail{
        padding: 8px 1rem;
        width: 100%;
    }
    .boxSuppliers .itemSuppliers{
        height: 50px!important;
    }
    footer #block_widget-2{
        padding-right: 0;
    }
}

.swiper-picture{
    position: relative;
}

.swiper-picture .item{
    position: relative;
    padding-top: 100%;
}
.swiper-picture .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-picture .swiper-picture-prev{
    left: 1rem;
}
.swiper-picture .swiper-picture-next{
    right: 1rem;
}
.swiper-picture .swiper-picture-prev, .swiper-picture .swiper-picture-next{
    background-color: white;
    width: 44px;
    height: 44px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -22px;
}
.boxBG a{
    color: white!important;
}