@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import "thaydoimau.css";
@import "bs-modal.css";
@import "FontFamily.css";
@import "autoptimize.css";
@import "slide-slick.css";
@import "home.css";
@import "product.css";
@import "news.css";
@import "contact.css";

/*
@import "nhomsp.css";
@import "vimc.css";
@import "lvhd.css";
*/

:root {
  --container-max-width: 1300px;
  /*--container-max-width: 100%;*/
  --content-width: min(100%, var(--container-max-width));
}
.swiper3{
    padding: 0 5px;
}
.animate-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}
.animate-up.active {
    opacity: 1;
    transform: translateY(0);
}
.hs-container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.hs-container2{
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.hs-container:before, 
.hs-container:after {
    content: "";
    display: table;
}


/*****************************/

body {
    /*font-family: 'Montserrat', sans-serif !important;*/
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
}
.desk-hidden{
    display: none;
}
.colred{
    color: red !important;
}
.marT10{
    margin-top: 10px !important;
}
.marT20{
    margin-top: 20px !important;
}
.marT30{
    margin-top: 30px !important;
}
.marT40{
    margin-top: 40px !important;
}
.padd5{
    padding: 0 5px !important;
}
.height35 {
    height: 35px;
}
.paddL50{
    padding-left: 50px !important;
}
.posR {
    position: relative;
}
.posA {
    position: absolute;
}
.vs-bgwhite{
    background: #fff !important;
}

.marB10{
    margin-bottom: 10px !important;
}
.marB20,
.mar-bottom-20{
    margin-bottom: 20px !important;
}
.marB30{
    margin-bottom: 30px !important;
}
.marB40{
    margin-bottom: 40px !important;
}
.marB50{
    margin-bottom: 50px !important;
}
.marB60{
    margin-bottom: 60px !important;
}

a:hover {
    text-decoration: none !important;
}
.paddL0{
    padding-left: 0 !important;
}
.paddR0{
    padding-right: 0 !important;
}
.paddR40{
    padding-right: 40px !important;
}
.paddL10 {
    padding-left: 10px;
}
.padd0 {
    padding: 0 !important;
}
.padd-top-50{
   padding-top: 50px !important; 
}
.padd-top-60{
    padding-top: 60px !important;
}
.padd-top-70{
    padding-top: 70px !important;
}
.marB0 {
    margin-bottom: 0px !important;
}
.marB10 {
    margin-bottom: 10px !important;
}
.marB20 {
    margin-bottom: 20px !important;
}
.marB30 {
    margin-bottom: 30px !important;
}
.marT0 {
    margin-top: 0px !important;
}
.marT10 {
    margin-top: 10px !important;
}
.marT15 {
    margin-top: 15px !important;
}
.marT20 {
    margin-top: 20px !important;
}
.marT30 {
    margin-top: 30px !important;
}
.width1300 {
    width: 1300px;
    margin: 0 auto;
}
/***********************/
#kigi-header {
    min-height: 70px;
    position: relative;
    z-index: 112;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: top 0.3s ease;
}
#kigi-header.hide {
    top: -120px;
}
.kigiheader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.kigiheader .wraphead {
    padding: 0 30px;
}
.kigimainhead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kigimainhead .kigilogo {
    /*width: 400px;*/
    width: 370px;
    height: 70px;
    position: relative;
}
.kigimainhead .kigihead {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.vhsliderhome{
    /*margin-top: 70px;*/
}


.vhlogohead .logo {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo {
    text-align: left;
    padding-left: 40px;
}
.logo img {
    width: 74%;
}
.wrapkigi {
    padding: 0 30px;
}
.kigihead .kigiItem {
    margin-left: 20px;
    position: relative;
}

.languageTop {
    position: relative;
}
.languageTop.active .popup {
    opacity: 1;
    visibility: initial;
    top: 45px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.languageTop .popup {
    position: absolute;
    top: 55px;
    right: 0;
    width: 150px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.menuTop ul > li {
    /*margin-right: 50px;*/
    position: relative;
}

.menuTop ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    /*padding: 24px 0;*/
    padding: 24px 5px;
    position: relative;
    font-weight: 600;
    color: #003570; 
}
.menuTop ul > li > a:lang(en) {
    font-size: 13px;
}
.menuTop ul li.current > a,
.menuTop ul li:hover> a {
    color: #0072C5;
}
.menuTop ul li:hover>a:before, 
.menuTop ul li.current>a:before {
    width: 100%;
}
.menuTop > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translate(-50%, 0);
    height: 3px;
    background-color: #0072C5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop ul li ul {
    /*min-width: 540px;*/
    min-width: 320px;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 3;
    border-bottom: solid 3px #428bca;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /*-webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);*/

    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    /*padding: 10px;*/
    margin: 0;
}
.menuTop ul li ul.submenu.styleNews {
    min-width: 300px !important;
    padding: 0;
}

.menuTop ul li:hover>ul {
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.menuTop ul li ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    margin-right: 0;
}
.menuTop ul > li > ul > li > a {
    font-size: 13px;
    line-height: 22px;
    text-transform: initial;
    padding: 9px 10px;
    color: #333333;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.menuTop ul > li > ul > li:hover>a {
    background: #428bca;
    color: #fff !important;
}

.menuTop ul li ul li ul {
    left: 270px;
    top: 0;
    border-left: 1px solid #f1f1f1;
}
.menu-parent {
    font-weight: bold;
    text-transform: uppercase;
}
.swiper {
    /*margin-top: 72px;*/
    margin-top: 70px;
}
.lhtide {
    color: #428bca;
    font-size: 20px;
    margin-bottom: 15px;
}
.gloabl-tuyendung{
    padding: 40px 0 60px 0;
}
.cuahang-live{
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.vhsliderhome .bg {
    /*height: calc(100vh - 70px);*/
    background-size: cover;
    background-position: center;
    position: relative;
    /*padding-top: 70px;*/
    width: 100%;
    /*margin-top: 70px;*/
}

/*************************************/

/*
.vhsliderhome .item {
    width: 100%;
    height: 100%;
}*/

/*.vhsliderhome .bg {
    width: 100%;
    height: 100%;
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat;
}*/
.bodyfoot {
    /*background-image: url(../images/bgfoot.png);*/
    padding: 30px 0 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #f2f4f6 ;
}
.bodyfoot::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footcname span {
    text-transform: uppercase;
    color: #14047C;
    font-size: 20px;
    font-weight: bold;
}
.footcname i {
    color: #0072C5;
}
.footcname::after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 0, 0, 0)), to(#ccc));
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 100%);
}
.Coppyright span{
    color: #fff;
}
.designby {
    color: #fff;
    text-align: right;
}
.designby a{
    color: #fff;
}
.footcenter{
    position: relative;
}
.footcenter::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(50%, #281564), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #281564 50%, rgba(255, 0, 0, 0));
}
.f-csbanhang {
    padding: 0px 15px 0 0px;
    margin: 15px 0;
    width: 100%;
    max-height: auto;
}
.waiting {
    background: #fff;
    z-index: 9999999999999999;
    position: fixed;
    bottom: 40%;
    padding: 15px;
    width: 600px;
    border-radius: 30px;
    text-align: center;
    left: 30%;
    display: none;
    font-size: 18px;
}
#hs-back-top {
    background: #004ea0;
    font-family: "Roboto", sans-serif;
    position: fixed;
    right: 10px;
    bottom: 40px;
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 40px;
    border-radius: 36px;
    z-index: 9999;
    place-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
    /* Hiệu ứng bóng mờ xám */
}
#hs-back-top:hover{
    background: #fff !important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);  
    /* Tăng độ bóng khi hover */
}
#hs-back-top:hover i{
    color: #004ea0;
}
.footlogo {
    justify-self: anchor-center;
}

.footlogo img {
    max-width: 240px;
}
.foot-design{
    background: #003570;
    padding: 15px 0;
    margin-top: 30px;
}
.home-giaiphap {
    background: #bdbcbc;
}
.footer-map {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin-top: 20px;
    height: 230px;
    background: #fff;
}
.footer-map iframe {
    width: 100%;
    max-height: 210px;
}
.producthome-duan {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    /* gap: var(--row-gap, 20px) var(--column-gap, 20px); */
    width: 90%;
    max-width: var(--content-width);
    margin: 0 30px;
    padding-inline: 0;
    margin: 0 auto;
}