.vntTitle{
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.vntTitle h1, .vntTitle h2, .vntTitle h3{
    font-weight: bold;
    color: #26b3ef;
}
.vntTitleRes{
    margin-bottom: 10px;
}
.vntTitle h1, .vntTitle h2{
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}
.vntTitle h3{
    font-size: 30px;
    line-height: 45px;
}
.boxHomeSlider{
    position: relative;
    overflow: hidden;
    margin-top:80px;
}
.scrollDown{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 2;
}
.scrollDown a{
    height: 50px;
    width: 30px;

}
.vnt-slider-home .item{
    position: relative;  
    z-index: 1;
    background:#000;
}
.vnt-slider-home .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}
.vnt-slider-home .item .caption{
    position: absolute;
    top: calc(50% + 85px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.vnt-slider-home .abFixed{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
}
.slick-dots{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slick-dots li{
    margin: 0 15px;
}
.slick-dots li button{
    width: 5px;
    height: 5px;
    padding: 0;
    overflow: hidden;
    border-radius: 100%;
    border: none;
    background-color: #867c81;
    font-size: 0;
}
.vnt-slider-home .slick-dots li{
    margin: 0 6px;
}
.vnt-slider-home .slick-dots li button{
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
}
.slick-dots li.slick-active button{
    background-color: #fff;
}
.vnt-slider-home .slick-dots li.slick-active button{
    background-color: #26b3ef;
    box-shadow: 0 0 5px 0 #26b3ef;
    border-color: #26b3ef;
}
.vnt-slider-home .item .caption .bgmiti{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #26b3ef;
    mix-blend-mode: multiply;
    filter: revert;
    z-index: 0;
}
.vnt-slider-home .wrapCaption{
    padding: 20px;
    position: relative;
    z-index: 1;
}
.vnt-slider-home .item .caption .txt{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 3px solid #fff;
    /* max-height: 76px;
    overflow: hidden; */
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vnt-slider-home .slick-current  .item .caption .txt{
    transform: initial;
    opacity: 1;
    visibility: initial;
    transition-delay: 0.2s;
    transition-duration: 0.4s;
}
.vnt-slider-home .item .caption .t1{
    font-size: 68px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 5px;
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.vnt-slider-home .slick-arrow{
    position: absolute;
    bottom: 45px;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    font-size: 0;
    z-index: 1;
}
.vnt-slider-home .slick-arrow::before{

}

.vnt-slider-home .slick-current  .item .caption .t1{
    transform: initial;
    opacity: 1;
    visibility: initial;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}
.vnt-slider-home .item .caption .t1 span{
    display: block;
}
.vnt-slider-home .item .caption .t3{
    font-size: 42px;
    line-height: 58px;
    text-transform: uppercase;
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.vnt-slider-home .slick-current  .item .caption .t3{
    transform: initial;
    opacity: 1;
    visibility: initial;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0.5s;
    transition-duration: 0.7s;
}

.vnt-slider-home .item .img{
    position: relative;
    /* -webkit-animation: zoomImg 20s linear;
    -o-animation: zoomImg 20s linear;
    animation: zoomImg 20s linear; */
    height: calc(100vh - 80px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.vnt-slider-home .item video{
    height:calc(100vh - 80px);
    object-fit: cover;
    width: 100%;
}
.vnt-slider-home .item .custom-video-object-fit video { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); }
@keyframes zoomImg { 0%{
        -webkit-transform:scale(1) rotate(0deg);
        -ms-transform:scale(1) rotate(0deg);
        -o-transform:scale(1) rotate(0deg);
        transform:scale(1) rotate(0deg);
    }
    50%{
        -webkit-transform:scale(1.1) rotate(0deg);
        -ms-transform:scale(1.1) rotate(0deg);
        -o-transform:scale(1.1) rotate(0deg);
        transform:scale(1.1) rotate(0deg);
    }
    100%{
        -webkit-transform:scale(1.2) rotate(0deg);
        -ms-transform:scale(1.2) rotate(0deg);
        -o-transform:scale(1.2) rotate(0deg);
        transform:scale(1.2) rotate(0deg);
    }
}
.vnt-slider-home .item img{
    width: 100%;
    display: none;
}

/* end block NGƯỜI MEDBOLIDE */


/* inffoHome */
.inffoHome{
    padding: 40px 0;
}
.inffoHome .txtInfoH{
    max-width: 1050px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    text-align: center;
}
/* producHome  */
.producHome{
    padding: 60px 0 30px;
}
.producHome .viewAll{
    position: relative;
    bottom: -50px;
}
.itemProduct .thumb{
    margin-bottom: 10px;
}
.itemProduct .decs{
    text-align: center;
}
.itemProduct .decs h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #26b3ef;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 5px;
}
.itemProduct .decs h3 a{
    color: #26b3ef;
    display: block;

}
.itemProduct .decs .tend{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
    max-height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
}
.viewIconAl a{
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.viewIconAl a span{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.viewIconAl a span::before{
    content: '\f061';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-size: 14px;
    color: #26b3ef;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.stybtnAll.sliderProducH .slick-arrow{
    top: 35%;
}
/*  */


/* serviceHome */
.serviceHome{
    padding: 90px 0 30px;
}
.serviceHome .sliderServiceH{
    margin-bottom: 40px;
}
.sliderServiceH .itemService{
    margin-bottom: 10px;
}
.itemService .decs{
    padding: 20px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.itemService .decs h3{  
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itemService .decs h3 a{
    color: #26b3ef;
}
/* serviceHome */

/* aboutHome */
.aboutHome{
    padding: 30px 0 80px;   
}
.aboutHome .gripAbout{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.aboutHome .gripAbout .thumbAb{
    width: calc(100% - 540px);
}
.aboutHome .thumbAb img{
    width: 100%;
}
.aboutHome .gripAbout .decsAb{
    width: 540px;
}
.aboutHome .decsAb .decs{
    width: 610px;
    position: relative;
    left: -70px;
    padding: 30px 40px;
    background-color: #26b3ef;
    color: #fff;
}
.aboutHome .decs .thubmAb{
    margin-bottom: 15px;
    max-width: 490px;
}
.aboutHome .decs .thubmAb img{
    width: 100%;
}
.aboutHome .decs .titleAb{
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.5px #ffffff;
    font-weight: bold;
}
.aboutHome .decs .tendAb{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.aboutHome .decs .viewAb a{
    display: inline-block;
    padding-left: 15px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.aboutHome .decs .viewAb a::before{
    content: '';
    position: absolute;
    left: 0;
    height: 30px;
    width: 4px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);

}
.aboutHome .decs .viewAb a span{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.aboutHome .decs .viewAb a span::before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.aboutHome .decs .viewAb a:hover span::before{
    right: -5px;
}
/* newHome  */
.newHome {
    padding: 50px 0 60px;
}
.itemNews .decs{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}
.itemNews .decs h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itemNews .decs h3 a{
    color: #26b3ef;
}
.dateAll{
    padding-left: 20px;
    position: relative;
    color: #b5b5b5;
    font-weight: 300;
    margin-bottom: 5px;
}
.dateAll::before{
    content: '\f073';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sliderNewsH {
    margin-bottom: 40px;
}
/*  */
#vnt-header{
    background-color: rgba(255, 255, 255, 0.3);
	z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-header.fixedBg{
    background-color: #fff;
}
/* box one */
.homeOneInfo{
    position: relative;
    padding: 0px 0 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.homeOneInfo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #022f54;
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
}
.homeOneTop { padding-top: 80px; padding-bottom: 50px;  background-position: center; background-size: cover; background-repeat: no-repeat; font-size:18px; }
.gripHomeOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.gripHomeOne .col { padding: 0 0px; width: 33.333% }
.gripHomeOne .col > div{
    height: 100%;
}
    .gripHomeOne .col > div.itemShare { padding: 0px 15px;  }
    @media (max-width: 992px){
        .gripHomeOne .col > div.itemShare { max-height: calc((100vw  / 3 - 30px ) * 340 / 466 ); }
    }
    .homeOneInfo .itemOneText { color: #fff; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; }
.homeOneInfo .itemOneText .vntTitleLine{
    margin-bottom: 20px;
}
.homeOneInfo .itemOneText .tendOne{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: justify;
}
.homeOneInfo .itemShare{
    background-color: #fff;
}
.homeOneInfo .itemBcShare{
    background-color: #fff;
    position:relative;
}
.homeOneInfo .itemBcShare .thumb a{
    display: block;
    height: 0;
    position: relative;
    padding-top: 73.4%;
    overflow: hidden;
}
.homeOneInfo .itemBcShare .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: transform 1s ease;
    transition: transform 1s ease;
}
.homeOneInfo .itemBcShare:hover .thumb a img{
    transform: scale(1.05);
}
.homeOneInfo .itemBcShare .decs{
    position:absolute; bottom:0px; left:0px; width:100%;
    padding: 20px;
    text-align: center;
}
.homeOneInfo .itemBcShare .decs .titleDs{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.homeOneInfo .itemBcShare .titleDs h3{
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-transform: uppercase;
}
    .homeOneInfo .itemBcShare .titleDs h3 a{color:#fff;}
    .homeOneInfo .itemBcShare .gripDs ul { display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; }
    .homeOneInfo .itemBcShare .gripDs ul li { margin: 0 0px; position: relative; }
.homeOneInfo .itemBcShare .gripDs ul li::before{
    content: "|";
    position: absolute;
    right: -12px;
    top: 47%;
    transform: translateY(-50%); 
    display:none;
}
.homeOneInfo .itemBcShare .gripDs ul li:last-child::before{
    display: none;
}
.homeOneInfo .itemBcShare .gripDs ul li a { font-size: 16px; line-height: 24px; text-transform: uppercase; padding: 12px 20px; color: #fff; border-radius: 3px; background: #01aef0; }
    .homeOneInfo .itemBcShare .gripDs .btnDo a { background: #0065b3; border-top-right-radius:0px; border-bottom-right-radius:0px; }
        .homeOneInfo .itemBcShare .gripDs .btnDo a:hover { text-decoration: underline; background: #f5821f; }
    .homeOneInfo .itemBcShare .gripDs .btnView a { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
        .homeOneInfo .itemBcShare .gripDs .btnView a:hover { text-decoration: underline; background: #f5821f; }
/* box home two */
.homeTwoInfo{
    padding: 70px 0 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.homeTwoInfo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(3,80,137);
    background: linear-gradient(180deg, rgba(3,80,137,0.8) 16%, rgba(3,80,137,0) 98%);
    pointer-events: none;
    display:none;
}
.homeThreeInfo { padding: 60px 0 80px; background: url('../images/bg-hethong.jpg') no-repeat center center; background-size: cover; }

.itemActiHome{
    position: relative;
}
.itemActiHome .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
}
.itemActiHome .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #004e88;
    opacity: 0.5;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    transform: inherit;
}
.itemActiHome .thumb a::after{
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,78,136);
    background: -moz-linear-gradient(0deg, rgba(0,78,136,1) 0%, rgba(0,78,136,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,78,136,1) 0%, rgba(0,78,136,0) 100%);
    background: linear-gradient(0deg, rgba(0,78,136,1) 0%, rgba(0,78,136,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004e88",endColorstr="#004e88",GradientType=1);
    opacity: 0.8;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    transform: translateY(100%);
}
.itemActiHome:hover .thumb a::after{
    transform: inherit;
}
.itemActiHome:hover .thumb a::before{
    transform: translateY(-100%);
}
.itemActiHome .thumb a img{
    width: 100%;
}
.itemActiHome .decs{
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}
.itemActiHome:hover .decs{
    bottom: 0px;
    top: auto;
}
.itemActiHome .decs h3{
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px 0;
}
.itemActiHome .decs h3 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.itemActiHome .decs .tend{
    font-size: 16px;
    line-height: 24px;
    height: 0;
    opacity: 0;
    max-height: 120px;
    overflow: hidden;
}
.itemActiHome:hover .decs .tend{
    opacity: 1;
    height: auto;
}
/* home box 3 */
.vntSystem{

}
.gripSystem{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.gripSystem > div{
    padding: 0 20px ;
}
.gripSystem .colL{
    width: calc(100% - 560px);
}
.mapSystem {
    position: relative;
    height: 100%
}
    .mapSystem .thumbMap { height: 100%; background-position: center; background-size: contain; background-repeat: no-repeat; }
.mapSystem .thumbMap img{
    max-width: 100%;
    height: auto;
}
.gripSystem .infoAddresSys{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -270px;
    max-width: 420px;
    padding: 20px 30px;
    background-color: #f2f2f2;
    z-index: 2;
    display: none;
    text-align: center;
}
.gripSystem .infoAddresSys.active{
    display: block; 
}
.infoAddresSys .logoSy{
    max-width: 230px;
    margin:0px auto 10px;
}
.infoAddresSys .nameCampa{
    font-size: 15px;
    line-height: 23px;
    color: #015ba6;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.infoAddresSys .lstInfoSyAdd li{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}
.gripSystem .colR { width: 560px; padding: 30px 40px 25px 20px; }
.gripSystem .infoSystem{
    max-width: 100%; 
}
#system-list { background: #02437b ; position:relative; padding-right:50px; padding-bottom:30px; padding-top:30px;}
    #system-list:before { content:''; position: absolute; right: 100%; top: 0px; height: 100%; width: 9999px; background: #02437b ;}
    .infoSystem .vntTitleLine { margin-bottom: 10px; }
.lstSystem {
    margin-bottom: 15px;
}
    .lstSystem ul { display: flex; margin-left: -15px; margin-right: -15px; flex-wrap: wrap; }
.lstSystem li{
    display: block;
    width:calc(100% / 6 - 1px);
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
   color: #666666;
   
}
    .lstSystem li{padding:0px 15px;}
    .lstSystem li .numSy { width: 100%; padding-top: calc(100% - 10px) ; height: 0px; border-radius: 50%; border: solid 5px #b7b7b7; position: relative; }
    .lstSystem li .numSy span { font-size: 25px; font-weight: bold; color: #777777; position:absolute; left:0px; top:50%; transform:translateY(-50%); text-align:center; width:100%; }
        .lstSystem li .nameSy{margin-left:-10px; margin-right:-10px; text-align:center; padding:15px 0px;}
        .lstSystem li:last-child { border-bottom: none; }
.formSystem{
    margin-bottom: 20px;
}
.formSystem .frmSystem{
    position: relative;
}
.formSystem .frmSystem input{
    width: 100%;
    height: 35px;
    border:0px;
    border-bottom: 1px solid #fff;
    padding: 0 10px 0 50px;
    background:transparent;
    color:#fff;
}
    .formSystem .frmSystem input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */ }

    .formSystem .frmSystem input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; }

    .formSystem .frmSystem input::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; }
    .formSystem .frmSystem button { position: absolute; left: 0; width: 40px; height: 100%; border: none; background-color: transparent; text-align: left; }
.lstPonsiSys{
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #c5c5c5;
    scrollbar-width: thin;
}
.lstPonsiSys li{
    margin-bottom: 5px;
}
.lstPonsiSys li a{
    font-size: 15px;
    line-height: 23px;
    color:#fff; position:relative; padding-left:28px;
}
    .lstPonsiSys li a:before { position: absolute; left: 0px; top: 2px; font: normal normal normal 18px/1 FontAwesome; content: "\f041" ;}
.lstPonsiSys li.active a, .lstPonsiSys li:hover a{
    color: #015ba6;
}
.lstPonsiSys { max-height: 245px; overflow: hidden; overflow-y: auto; }
.lstPonsiSys::-webkit-scrollbar{
    width: 6px;
    background-color: #c5c5c5  ;
}
    .lstPonsiSys::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 4px #3d6a91; background-color: #3d6a91; border-left: 2px solid #02437b; border-right: 2px solid #02437b; }
    .lstPonsiSys::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 0px #26b3ef; background-color: #26b3ef; }

/* home box 4  */
.homeForInfo { padding: 0px 0 40px; background-color: #02213a; color: #fff; }
.projectBig{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
    align-content: center;
}
.projectBig > div{
    padding: 0 15px;
}
.projectBig .colD{
    width: 500px;
}
.projectBig .colT{
    width: calc(100% - 500px);
}
.projectBig .thumbPro{
    padding-left: 55px;
    position: relative;
}
.projectBig .infoTab{
    display: none;
}
.projectBig .infoTab.active{
    display: block;
}
.projectBig .thumb{
    margin-bottom: 5px;
    position: relative;
    z-index: 1; 
    overflow: initial;
} 
.projectBig .thumb::before{
    content: '';
    position: absolute;
    left: -45px;
    bottom: -45px;
    width: 280px;
    height: 280px;
    background-color: #f5821f;
    z-index: 1;
}
.projectBig .thumb a{
    display: block;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.projectBig .thumb img{
    width: 100%;
}
.projectBig .linkPro{
    padding-left: 250px;
    margin-bottom: 0px;
}
    .projectBig .linkPro h3 { font-size: 24px; line-height: 40px; font-weight: 400; color: #fff; font-family: 'Quicksand', sans-serif; font-style: italic; }
    .projectBig .infoTab .viewFooter { opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; padding-right: 80px; }
.projectBig .infoTab.active .viewFooter{
    opacity: 1;
    transition-delay: 4s;
    visibility: inherit;
}
.projectBig .linkPro h3 a{
    color: #fff;
}
    .projectBig .logoSm { margin-bottom: 10px; font-size: 33px; text-transform: uppercase; }
.projectBig .titleBog h2{
    font-size: 75px;
    line-height: 100px;
    font-weight: 300;
    text-transform: uppercase;
}
.projectBig .decsPro .idPro{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5821f;
    margin-bottom: 60px;
}
.projectBig .decsPro .namePro{
    margin-bottom: 15px;
}
.projectBig .decsPro .namePro h2{
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    color: #0066b3;
}
.projectBig .decsPro .namePro h2 a{
    color: #0066b3;
}
.projectBig .decsPro .capPro{
    font-size: 30px;
    line-height: 40px;
    color: #0066b3;
    margin-bottom: 15px;
}
.projectBig .decsPro .capPro strong{
    display: block;
}
.projectBig .decsPro .tendPro{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.lstLinkProHome{
    margin-bottom: 20px;
}
.lstLinkProHome ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.lstLinkProHome ul li{
    margin-bottom: 10px;
    width: 50%;
    padding: 0 5px;
}
.lstLinkProHome ul li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}
.lstLinkProHome ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    background-color: #f5821f;
    width: 0;
}
.lstLinkProHome ul li a:hover::before, .lstLinkProHome ul li.active a::before{
    width: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lstLinkProHome ul li a::after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #f5821f;
    border-radius: 100%;
    left: 0px;
    top: 10px;
    opacity: 0;
    position: absolute;
}
.lstLinkProHome ul li a:hover::after, .lstLinkProHome ul li.active a::after{
    left: 40px; 
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transition-delay: 0.2s;
}
.lstLinkProHome ul li a:hover, .lstLinkProHome ul li.active a{
    padding-left: 60px;
    color: #f5821f;
}

/* home box 5 */
.homeFiveInfo{
    padding: 130px 0 60px;
}
    .homeFiveInfo .gripTileVi { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; align-content: flex-end; margin-bottom: 20px; border-bottom: solid 1px #f1f1f1 ;}
.homeFiveInfo .gripTileVi .vntTitleLine{
    margin-bottom: 0;
}
    .homeFiveInfo .gripTileVi .vntTitleLine:before{bottom:-2px;}
    .homeFiveInfo .linkView { position: relative; z-index: 9; padding-bottom: 5px; }
    .homeFiveInfo .linkView ul { display: flex; flex-wrap: wrap; align-content: center; align-items: center; position: relative;}
.homeFiveInfo .linkView li{
    margin-left: 50px;
    position: relative;
}
.homeFiveInfo .linkView li::before{
    content: '|';
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}
.homeFiveInfo .linkView li:first-child{
    margin-left: 0;
}
.homeFiveInfo .linkView li:first-child::before{
    display: none;
}
.homeFiveInfo .linkView li a{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.homeFiveInfo .linkView li.active a{
    color: #26b3ef;
}
.delopInfoTab{
    display: none;
}
.delopInfoTab.active{
    display: block;
}
.gripDeveLop{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    
}
.gripDeveLop > div{
        padding: 0 15px;
    width: 25%;
}
.itemDevelop { position: relative; height: 100%; font-size: 16px; }
.itemDevelop .thumb{}
    .itemDevelop .decs { padding: 15px; background: #ebebeb ;}
    /*.itemDevelop .thumb{
    height: 100%;

}
.itemDevelop .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;

}
.itemDevelop .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #015ba6;
    opacity: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemDevelop:hover .thumb a::before{
    opacity: 0.9;
    transform: inherit;
    
}
.itemDevelop .thumb a img{
    width: 100%;
    height: 100%;
} 
.itemDevelop .decs{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 30px 20px 120px;;
    color: #fff;
}*/
        .itemDevelop .decs h3 { height: 72px; overflow: hidden; margin-bottom: 10px; line-height: 24px; font-size:17px; }

    .itemDevelop .decs .dates { margin-bottom: 10px; color: #00aeef;  line-height: 24px; }
/*.itemDevelop .decs .dates{
    color: #00adee;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
    */
.itemDevelop:hover .decs .dates{
    /*margin-bottom: 10px;*/
    height: auto;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    .itemDevelop .decs .tend { height: 72px; overflow: hidden; margin-bottom: 10px; -webkit-line-clamp: 3; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }
    /*.itemDevelop .decs .tend{
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.itemDevelop .decs .viewFooter a{
    color: #fff;
}*/
    .itemDevelop:hover .decs .viewFooter a { color: #00adee; } 
.itemDevelop .viewFooter a span::before{
    background-image: url('../../../images/viewx.svg');
}
.itemDevelop:hover .viewFooter a span::before{
    background-image: url('../../../images/viewx.svg');
}
.itemDevelop:hover .decs .tend{
    /*margin-bottom: 30px;
    height: auto;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
/* home box 6 */
.homeSixInfo{
    position: relative;
    z-index: 1;
}

.gripInfoSix{
    display: flex;
    flex-wrap: wrap; 
}
.gripInfoSix .colMd{
    width: 50%;
}
.gripInfoSix .thumbBigPn{
    width: 100%;
    height: 100%;
    margin-left: 0px;
}
.gripInfoSix .thumbBigPn img{
    width: 100%;
    height: 100%;
}
.mmPartnerTop { background-color: #02213a; color: #fff; padding: 40px 30px 30px 30px; background: #02213a url(../images/bg-dautu.jpg) no-repeat center right; background-size:auto 100%; position:relative;}
    .mmPartnerTop:before { content: ''; width: 100%; height: 3px; background: #0066b3; position:absolute; left:0px; bottom:-6px;}
    .mmPartnerTop:after { content: ''; width: 100%; height: 1px; background: #26b3ef; position: absolute; left: 0px;  bottom: -11px; }
.mmPartnerTop .gripMMtop{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.mmPartnerTop .gripMMtop .itemMMTo{
    width: 50%;
    padding: 0 10px;
}
.mmPartnerTop .gripMMtop .itemMMTo .txt{
    font-size: 16px;
    line-height: 24px;
}
.mmPartnerTop .gripMMtop .itemMMTo .num{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
.mmPartnerTop .gripMMtop .itemMMTo .num .count{
    font-size: 50px;
    line-height: 50px;
}
.mmPartnerMain{
    padding: 30px ;
}

/*  */
.gripActivity {
    
}
.gripActivity .slick-dots{
    bottom: -30px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.gripActivity .slick-dots li{
    margin: 0 5px;
}
.gripActivity .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: none;
}
.gripActivity .slick-dots li.slick-active button{
    background-color: #00aeef;
}
.mmPartnerMain .sliderPaMm .slick-list{
    margin: 0 -10px;
}
.mmPartnerMain .sliderPaMm .slick-slide > div{
    margin-bottom: 20px;
    padding: 0 10px;
}
.mmPartnerMain .sliderPaMm .slick-slide > div:last-child{
    margin-bottom: 0;
}
.mmPartnerMain .sliderPaMm .thumbPn a{
    display: block;
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mmPartnerMain .sliderPaMm .thumbPn a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%);
}
.mmPartnerMain .sliderPaMm .thumbPn a:hover img{
    filter: grayscale(0%);
}
.mmPartnerMain .sliderPaMm{
    margin-bottom: 50px;
}
.mmPartnerMain .sliderPaMm .slick-arrow{
    top: inherit;
    transform: inherit;
    bottom: -60px;
    background-color: transparent;
}
.mmPartnerMain .sliderPaMm .slick-prev{
    left: calc(50% - 31px);
}
.mmPartnerMain .sliderPaMm .slick-next{
    left: calc(50% - 6px);
    right: inherit;
}
/*  */
.mnfixed_wrap{
    /* background-color: rgba(255, 255, 255, 0.3); */
    z-index: 10;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
}

@media all and (min-width: 1600px){
  
      
    
    .mmPartnerMain .sliderPaMm .slick-list{
        margin: 0 -15px;
    }
    .mmPartnerMain .sliderPaMm .slick-slide > div{
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .mmPartnerMain{
        padding: 40px 50px;
    }
    .mmPartnerTop{
        padding: 80px 50px 30px 50px;
    }
    .mmPartnerTop .gripMMtop .itemMMTo .num{
        font-size: 27px;
        line-height: 37px;
    }
    .mmPartnerTop .gripMMtop .itemMMTo .txt{
        font-size: 18px;
        line-height: 27px;
    }
    .gripInfoSix .thumbBigPn{
        width: 100%;
        margin-left: 0px;
    }
    .itemDevelop .decs .tend{
        margin-bottom: 40px;
    }
    .homeFiveInfo .linkView li a{
        font-size: 18px;
        line-height: 27px;
    }
    .projectBig .linkPro h3 { font-size: 24px; line-height: 40px; }
    .itemDevelop .decs h3 {  }
    .projectBig .linkPro{
        padding-left: 265px;
    }
    .lstLinkProHome ul li a:hover::before, .lstLinkProHome ul li.active a::before{
        width: 50px;
        top: 15px;
    }
    .lstLinkProHome ul li a:hover::after, .lstLinkProHome ul li.active a::after{
        left: 50px; 
        top: 13px;
    }
    .lstLinkProHome ul li a{
        font-size: 18px;
        line-height: 27px;
    }
    .lstLinkProHome ul li a{
        font-size: 22px;
        line-height: 34px;
    }
    .lstLinkProHome ul li a:hover, .lstLinkProHome ul li.active a{
        padding-left: 70px;
    }
    .projectBig .logoSm { font-size: 42px; }
    .projectBig .titleBog h2 { font-size: 95px; line-height: 125px; }
    .homeOneInfo .itemOneText .tendOne{
        font-size: 17px;
        line-height: 25px;
    }
    .itemActiHome .decs .tend{
        font-size: 18px;
        line-height: 27px;
        max-height: 135px;
    }
    .itemActiHome .decs h3{
        font-size: 24px;
        line-height: 36px;
    }
    .itemActiHome .decs h3 span{
        font-size: 18px;
        line-height: 27px;
    }
    /*  */
    .gripSystem{
        margin: 0 -30px;
    }
    .gripSystem > div{
        padding: 0 30px ;
    }
    .gripSystem .colL{
        width: calc(100% - 610px);
    }
    .gripSystem .colR{
        width: 610px;
        padding: 40px 50px 25px 30px;
    }
    .lstSystem li{
        font-size: 18px;
        line-height: 27px;
    }
    .lstSystem li .numSy span{
        font-size: 30px;
    }
    .formSystem{
        margin-bottom: 30px;
    }
    .lstPonsiSys li{
        margin-bottom: 10px;
    }
    .lstPonsiSys li a{
        font-size: 17px;
        line-height: 25px;
    }
    .gripSystem .infoAddresSys .nameCampa{
        font-size: 17px;
        line-height: 25px;
    }
    .infoAddresSys .lstInfoSyAdd li{
        font-size: 17px;
        line-height: 25px;
    }
    .lstPonsiSys{
        max-height: 420px;
    }
    /*  */
    .projectBig .decsPro .tendPro{
        font-size: 18px;
        line-height: 27px;
    }

    .projectBig .colD{
        width: 680px;
    }
    .projectBig .colT{
        width: calc(100% - 680px);
    }
    .lstSystem li .numSy span{font-size:40px;}
}
@media all and (min-width: 992px){

    .itemProduct:hover .viewIconAl a span::before, .itemService:hover .viewIconAl a span::before, .itemNews:hover .viewIconAl a span::before{
        right: -5px;
    }
    .itemProduct:hover .thumb a img, .itemService:hover .thumb a img, .itemNews:hover .thumb a img{
        transform: scale(1.05);
    }
    .gripHomeOne .col > div.itemShare iframe { max-height: calc(100vw / 3 * 73.4 /100 ); }
}

@media all and (max-width:1600px) {
    
}

@media all and (max-width:1400px){
    .gripInfoSix .thumbBigPn {
       
    }
    .homeFiveInfo { padding: 60px 0 60px; }
   
}
@media all and (max-width:1200px){
    .serviceHome .sliderServiceH{
        margin-bottom: 80px;
    }
    .stybtnAll.sliderServiceH .slick-arrow{
        top: inherit;
        transform: inherit;
        bottom: -50px;
    }
    .stybtnAll.sliderServiceH .slick-prev{
        left: calc(50% - 45px);
    }
    .stybtnAll.sliderServiceH .slick-next{
        right: inherit;
        left: calc(50% + 10px);  
    }
    /*  */
    .aboutHome .gripAbout .decsAb{
        width: 460px;
    }
    .aboutHome .gripAbout .thumbAb{
        width: calc(100% - 460px);
    }
    .aboutHome .decsAb .decs{
        width: 530px;
    }
    .aboutHome .decs .tendAb, .aboutHome .decs .viewAb a{
        font-size: 16px;
        line-height: 24px;
    }
    /*  */
    .gripSystem{
        margin: 0 -15px;
    }
    .gripSystem > div{
        padding: 0 15px ;
    }
    
    .gripSystem .colR{
        width: 400px;
        padding: 15px 30px 15px 15px; 
    }
    .gripSystem .colL{
        width: calc(100% - 400px);
    }
    .infoAddresSys .logoSy{
        max-width: 100px;
    }
    .gripSystem .infoAddresSys{
        max-width: 350px;
        padding: 15px 20px;
    }
    .infoAddresSys .nameCampa, .infoAddresSys .lstInfoSyAdd li{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .projectBig .decsPro .idPro{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 30px;
    }
    .projectBig .decsPro .namePro h2{
        font-size: 40px;
        line-height: 55px;
    }
    .projectBig .decsPro .capPro{
        font-size: 25px;
        line-height: 37px;
    }

    .projectBig .thumbPro{
        padding-left: 30px;
    }
    .projectBig .thumb::before{
        left: -30px;
        bottom: -35px;
        width: 200px;
        height: 200px;
    }
    .projectBig .linkPro{
        padding-left: 200px;
    }
        .projectBig .linkPro h3 { font-size: 18px; line-height: 30px; }
    .homeForInfo{
        padding: 40px 0 30px;
    }
    /*  */
    .homeFiveInfo{
        padding: 40px 0 40px;
    }
    .itemDevelop .decs h3 { height: 48px; }
    .itemDevelop .decs{
        padding: 15px ;
    }
    .itemDevelop .decs .tend{
       
    }
    .homeOneInfo .itemOneText{
        display: block;
    }
    .homeOneInfo{
        
    }
    .homeOneInfo .itemShare{
        
    }
    .boxHomeSlider { margin-top: 78px; }
    
}
@media all and (max-width: 1100px){
    .lstPonsiSys{
        max-height: 180px;
    }
    .homeTwoInfo { padding: 30px 0 45px; }
    .homeThreeInfo { padding: 30px 0 40px; }
}
@media all and (max-width: 1000px){
    .projectBig .decsPro .idPro{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .projectBig .decsPro .namePro h2{
        font-size: 30px;
        line-height: 45px;
    }
    .projectBig .decsPro .capPro{
        font-size: 20px;
        line-height: 30px;
    }
    .projectBig .decsPro .tendPro{
        font-size: 14px;
        line-height: 22px;
    }
    .projectBig .linkPro h3{
        font-size: 27px;
        line-height: 27px;
    }
    .projectBig .linkPro{
        padding-left: 190px;
    }
}
@media all and (max-width: 991px){
    .mmPartnerTop .vntTitleLine{
        text-align: center;
    }
    .mmPartnerTop .vntTitleLine::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .mmPartnerTop{
        margin: 0 -10px;
        padding: 25px 10px;
    }
    .gripInfoSix .colMd{
        width: 100%;
    }
    .mmPartnerTop .gripMMtop .itemMMTo{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .mmPartnerTop .gripMMtop .itemMMTo .num{
        font-size: 20px;
        line-height: 30px;
    }
    .mmPartnerTop .gripMMtop .itemMMTo .num .count{
        font-size: 40px;
        line-height: 40px;
    }
    .mmPartnerMain{
        margin: 0 0px;
        padding: 25px 10px;
    }
    .homeFiveInfo .gripTileVi .vntTitleLine{
        margin-bottom: 20px;
    }
    .homeFiveInfo .gripTileVi{
        display: block;
    }
    .homeFiveInfo .linkView li{
        margin-left: 0;
        margin-bottom: 5px;
    }
    .homeFiveInfo .linkView li::before{
        display: none;
    }
    .homeFiveInfo .linkView ul{
        display: none;
        padding-top: 15px;
    }
    .homeFiveInfo .linkView.active ul{
        display: block;
    }
    .homeFiveInfo .linkView .subMenuLInk{
        display: block;
        padding: 8px 25px;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        border: 1px solid #26b3ef;
        background-color: #26b3ef;
    }
    .homeFiveInfo .linkView .subMenuLInk::before{
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        font-style: normal;
    }
    .projectBig .thumbPro{
        padding-left: 15px;
    }
    .projectBig .thumb::before{
        left: -15px;
        bottom: -15px;
        width: 150px;
        height: 150px;
    }
    .projectBig .linkPro { padding-left: 160px; }
        .projectBig .linkPro h3 { font-size: 16px; line-height: 16px; text-align:left; }
    .projectBig .thumb{
        margin-bottom: 0px;
    }
    .projectBig .logoSm { font-size: 22px; }
    .projectBig .titleBog h2{
        font-size: 50px;
        line-height: 65px;
    }
    .itemActiHome .decs{
        bottom: 0;
        top: auto;
    }
    .itemActiHome .thumb a::before{
        opacity: 0.3;
    }
    .itemActiHome .decs .tend{
        height: auto;
        opacity: 1;
    }
    /*  */
    .gripActivity .col{
        width: 50%;
    }
    
    .homeThreeInfo { padding: 30px 0 40px;}
    
    /*  */
    .vntTitle { margin-bottom: 20px; }
    .vntTitle h1, .vntTitle h2{
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }
    .vntTitleRes h1, .vntTitleRes h2{
        font-size: 19px;
        line-height: 29px;
    }
    .vntTitleBig h1, .vntTitleBig h2{
        font-size: 30px;
        line-height: 45px;
    }
    .vntTitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    /*  */

    /*  */
    .inffoHome{
        padding: 30px 0 35px;
    }
    .inffoHome .txtInfoH{
        font-size: 15px;
        line-height: 23px;
    }
    /*  */
    .vnt-slider-home .item .img{
        height: 50vh;
    }
    .vnt-slider-home .item video{
        height: 50vh; 
    }
    .vnt-slider-home .item .img img{
        display: none;
    }
    .vnt-slider-home .item .caption{
        top: calc(50% + 45px);
        display: none;
    }
    .scrollDown{
        display: none;
    }
    /*  */
    .vnt-slider-home .slick-dots li button{
        width: 12px;
        height: 12px;
    }

    .vnt-slider-home .item .caption .txt{
        font-size: 18px;
        line-height: 27px;
    }
    .vnt-slider-home .item .caption .t1{
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 0;
        transform: translateX(100px);
    }
    .vnt-slider-home .item .caption .t3{
        font-size: 20px;
        line-height: 30px;
    }

    .scrollDown a{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-slider-home .slick-arrow{
        bottom: 20px;
    }
    /*  */
    .producHome{
        padding: 30px 0;
    }
    .itemProduct .decs h3{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .itemProduct .decs .tend{
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
    }
    .itemProduct .decs .view a{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .serviceHome{
        padding: 70px 0 30px;
    }
    .sliderNewsH{
        margin-bottom: 30px;
    }
    .newHome{
        padding: 40px 0;
    }
    .itemNews .decs{
        padding: 15px;
    }
    .itemNews .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    /*  */
    .aboutHome .gripAbout .thumbAb{
        width: 100%;
    }
    .aboutHome .gripAbout .decsAb{
        width: 100%;
    }
    .aboutHome .decsAb .decs{
        padding: 30px 10px;
        width: 100%;
        left: 0;
    }
    .aboutHome .decs .titleAb{
        font-size: 30px;
        line-height: 45px;
    }
    .aboutHome{
        padding: 30px 0;
    }
    .gripHomeOne .col{
        width: 50%;
    }
        .gripHomeOne .col:first-child{width:100%;}
        .gripHomeOne .col > div.itemShare{min-height:450px;}
        .homeOneInfo { padding: 0px 0 0px; }
    .homeOneInfo .itemOneText .tendOne{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .lstSystem li{
        font-size: 14px;
        line-height: 22px;
    }
    .gripSystem .colL, .gripSystem .colR{
        width: 100%;
    }
    .mapSystem .thumbMap img{
        display: block;
    }
    .gripSystem .infoSystem{
        max-width: 100%;
        padding: 30px;
    }
    .mapSystem .thumbMap{display:none;}
    .lstPonsiSys { position: relative; }
    #system-list { padding-right: 0px; }
        #system-list:before { right: -100%; }
    
    /*  */
    .projectBig .colD, .projectBig .colT { width: 100%; text-align: center; }
    .projectBig .colD .vntTitleLine {
        text-align: center;
    }
    .projectBig .colD .vntTitleLine::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .projectBig .colD{
        margin-bottom: 30px;
    }

    /* gripActivity  */
    .gripDeveLop > div{
        width: 50%;
        margin-bottom: 20px;
    }
    .boxHomeSlider { margin-top: 66px; }
}
@media all and (max-width: 767px){

    .vnt-slider-home .item .caption .t1{
        font-size: 25px;
        line-height: 37px;
    }
    .vnt-slider-home .item .caption .t3{
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        transform: translateX(100px);
    }
    .vnt-slider-home .abFixed{
        bottom: 25px;
    }
    .vnt-slider-home .item .caption .txt{
        font-size: 15px;
        line-height: 23px;
    }
    /*  */

    .slick-dots li{
        margin: 0 10px;
    }
    /*  */
    .vnt-slider-home .slick-arrow::before{
        font-size: 14px;
    }
    .vnt-slider-home .slick-next{
        right: 215px;
    }
    .vnt-slider-home .slick-prev{
        right: 245px;
    }
    /*  */
    .gripHomeOne .col > div.itemShare{min-height:450px;}
    .gripHomeOne .col { width: 100%; margin-bottom: 0px; }
    .homeOneInfo .itemBcShare .titleDs h3{
        height: auto;
        font-size: 16px;
        line-height: 24px;
    }
    .gripActivity .col{
        width: 100%;
    }
    .gripSystem .infoSystem { padding: 20px 10px 0px; }
    .paddingTop{
        padding-top: 20px;
    }
    .gripSystem .infoAddresSys, .gripSystem .infoAddresSys.active{
        position: absolute;
        max-width: 100%;
        transform: inherit;
                top: calc(100% );
        left: 0px;
        width: 100%;

    }
    .lstLinkProHome ul li{
        width: 100%;
    }
        .lstLinkProHome ul li:nth-child(n+4) { display:none;}
    .lstLinkProHome{
        max-height: 340px;
        overflow: hidden;
    }
    .gripInfoSix .thumbBigPn { width: calc(100% + 20px); }
    .homeFiveInfo .linkView ul {  position: absolute; width: 100%; padding: 8px 25px; background: #fff; }
    .homeTwoInfo { padding-bottom:45px;}
    .homeThreeInfo{padding-bottom:0px;}
    .lstSystem li { width: calc(100%/3); }
    .projectBig .thumbPro{padding-left:10px;}
    .projectBig .thumb::before { left: -15px; bottom: -15px; width: 70px; height: 70px; }
    .projectBig .linkPro h3{text-align:left; padding-left:10px;}
    .projectBig .infoTab .viewFooter{}
    .projectBig .linkPro { padding-left: 60px; }
    .gripDeveLop > div { width: 100%; }
}
