/* <=== section ===> */
#vnt-header{
    min-height: 0;
}
.vpaddmain{
    padding: 100px 0 20px!important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.mwrapcen{
    width: 100%;
}
#vnt-menu-fixed{
    right: -80px;
    z-index: 111;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-menu-fixed.active{
    right: 20px;
}
#vntdotsfull{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 12;
}
#vntdotsfull li{
    margin-bottom: 10px;
}
    #vntdotsfull li button {
        width: 25px;
        height: 35px;
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 14px;
        color: rgb(255 255 255);
        background-color: transparent;
        border: none;
    }
#vntdotsfull.icblack li button{
    color: #666666;
}
#vntdotsfull li.active button{
    font-size: 20px;
    font-weight: bold;
}   
/* <=== section ===> */


/* <=== vpaddmain ===> */
.vpaddmain{
    height: 100vh;
}
/* <=== vpaddmain ===> */

/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh{
    padding-top: 80px;
}
.slbannerhh .banvdimg{
    height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 145px;
    z-index: 2;
    text-align: right;
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.slbannerhh .slick-dots{
    position: absolute;
    bottom: 30px;
    padding: 0 15px;
    width: 100%;
    left: 0;
}
.slbannerhh .slick-dots li button{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.slbannerhh .slick-dots li button::before{
    display: none;
}
.slbannerhh .slick-dots li.slick-active button{
    background-color: #fff;
}
.slbannerhh .slick-arrow{
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: unset;
    transform: unset;
    right: 40px;
    bottom: 40px;
}
.slbannerhh .slick-arrow::before{
    font-size: 16px;
    font-weight: bold;
}
.slbannerhh .slick-prev::before{
    background: -webkit-linear-gradient(0deg, #85a540, #164396);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slbannerhh .slick-next::before{
    background: -webkit-linear-gradient(0deg, #164396, #85a540);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slbannerhh .slick-prev{
    right: 90px;
    left: unset;
}
.slbannerhh .slick-next{
    right: 40px;
}
.slbannerhh .slick-slide:nth-child(3n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(3.6);
    -ms-transform: scale(3.6);
    -o-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 2) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 1) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 2) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.abouthome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    opacity: 0.85;
    pointer-events: none;
}
.hpabouthh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.hpabouthh .hhgrip > div{
    padding: 0 35px;
}
.hpabouthh .hhgrip .mcol{
    width: calc(50% + 35px);
}
.hpabouthh .hhgrip .hcol{
    width: calc(50% - 35px);
}
.hpabouthh .hhthumb{
    position: relative;
    padding-left: 100px;
    padding-top: 71px;
}
.hpabouthh .hhthumb .tyears{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1;
    background-image: url('../assets/img/main/abhexas.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.hpabouthh .hhthumb .tyears strong{
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-top: 5px;
}
.hpabouthh .hhthumb .timage{
    display: block;
    padding-top: 100%;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.hpabouthh .hhthumb .timage img{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
}
.hpabouthh .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hpabouthh .dstitle, .hpabouthh .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.hpabouthh .dsconts{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}
.hpabouthh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 27px;
    border: none;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.hpabouthh .dsviews a:hover{
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(29,72,152,1) 100%);
}
/* <=== abouthome ===> */

/* <=== servieshome ===> */
.servieshome{
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.servieshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(29,72,152,1);
    background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
    opacity: 0.9;
    pointer-events: none;
}
.slservieshh .slick-arrow{
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
}
.slservieshh .slick-arrow:hover{
    background-color: rgba(0, 0, 0, 1);
}
.itservieshh{
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}
.itservieshh .thumb{
    position: relative;
}
.itservieshh .thumb::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.itservieshh .thumb a{
    border-radius: 15px;
}
.itservieshh .decss{
    padding: 25px 10px 15px;
    text-align: center;
}
.itservieshh .dstitle, .itservieshh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itservieshh .dstitle a{
    display: block;
}
/* <=== servieshome ===> */

/* <=== projecthome ===> */
.slprojecthh .slick-list{
    overflow: unset;
    margin: 0 -50px;
}
.slprojecthh .slick-slide{
    padding: 0 50px;
}
.slprojecthh .slick-arrow{
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    color: #666666;
    width: 60px;
    height: 60px;
}
.slprojecthh .slick-arrow::before{
    font-size: 25px;
}
.slprojecthh .slick-prev{
    margin-left: -465px;
}
.slprojecthh .slick-next{
    margin-left: 465px;
}
.itprojecthh{
    width: 830px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.itprojecthh .thumb a{
    display: block;
    padding-top: 58.314%;
    position: relative;
    overflow: hidden;
}
.itprojecthh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itprojecthh:hover .thumb a img{
    transform: scale(1.05);
}
.itprojecthh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: translateY(100%);
    opacity: 0;
}
.slick-center .itprojecthh .decss{
    opacity: 1;
    transform: unset;
    transition-delay: 0.1s;
}
.itprojecthh .dstitle{
    padding: 30px 30px 30px 40px;
    background-color: rgba(36, 79, 139, 0.9);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itprojecthh:hover .dstitle{
    background-color: rgba(36, 79, 139, 1);
}
.itprojecthh .dstitle,.itprojecthh .dstitle a{
    color: #fff;
}
.itprojecthh .dstitle, .itprojecthh .dstitle h3{
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
}
.itprojecthh .dstitle a{
    display: block;
    padding-right: 55px;
    position: relative;
}
.itprojecthh .dstitle a::before{
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: #85a540;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itprojecthh:hover .dstitle a::before{
    content: '\f054';
    transform: translateY(-50%) rotate(360deg);
}
/* <=== projecthome ===> */

/* <=== infoshome ===> */
.infoshome{
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infoshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
}
.hpinfoshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.hpinfoshh .hhgrip > div{
    padding: 0 35px;
}
.hpinfoshh .hhgrip .lcol{
    width: calc(100% - 54.033%);
}
.hpinfoshh .hhgrip .rcol{
    width: 54.033%;
}
.hpinfoshh .hhdecss{
    max-width: 480px;
}
.hpinfoshh .hhdecss, .hpinfoshh .hhdecss a{
    color: #fff;
}
.hpinfoshh .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.hpinfoshh .dstitle, .hpinfoshh .dstitle h2{
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}
.hpinfoshh .dstitle span{
    display: block;
}
.hpinfoshh .dsconts{
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.tpinfoshh{
    position: relative;
}
.tpinfoshh .vvlogo{
    width: 28.334%;
    height: 28.334%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.tpinfoshh .vvlogo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/main/lgback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.tpinfoshh .vvlogo img{
    max-width: 50%;
    max-height: 50%;
}
.tpinfoshh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.tpinfoshh .ifgrip > div{
    padding: 0 18px;
}
.tpinfoshh .ifgrip .mcol{
    width: 100%;
}
.tpinfoshh .ifgrip .hcol{
    width: 50%;
    margin: -19.34% 0;
}
.itinfoshh {
    width: calc(50% - 18px);
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.itinfoshh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/main/ifback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.hcol .itinfoshh{
    width: 100%;
}
.itinfoshh .hhpadd{
    padding-top: 100%;
    position: relative;
}
.itinfoshh .hhcen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 55px;
}
.itinfoshh .hhnums{
    margin-bottom: 5px;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itinfoshh .vplus{
    position: relative;
    top: -10px;
    color: #7e9f45;
    font-size: 40px;
    display: inline-block;
}
.itinfoshh .hhtend{
    font-size: 16px;
    line-height: 25px;
}
/* <=== infoshome ===> */

/* <=== vsoluhome ===> */
.vsoluhome{
    position: relative;
    z-index: 1;
    border-top: 2px solid #fff;
}
.vsoluhome .solbacks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.vsoluhome .solbacks::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.1;
    pointer-events: none;
}
.vsoluhome .mwrapcen{
    position: relative;
    z-index: 2;
}
.hpvsoluhh{
    margin-bottom: 20%;
}
.hpvsoluhh .hhwrap{
    max-width: 720px;
    margin-left: auto;
}
.tpvsoluhh{
    text-align: right;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.tpvsoluhh, .tpvsoluhh a{
    color: #fff;
}
.tpvsoluhh, .tpvsoluhh h2, .tpvsoluhh h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
/* <=== vsoluhome ===> */

/* <=== newshome ===> */
.newshome{
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    border-top: 2px solid #ffffff;
}
.newshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url('../assets/img/main/nnback.png');
    background-size: auto 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.tpnewsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewsmm .mmgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpnewsma, .tpnewsmb{
    height: 100%;
}
.itnewsma{
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    overflow: hidden;
}
.itnewsma .thumb a{
    border-radius: 10px;
}
.itnewsma .decss{
    padding: 15px 10px 20px;
}
.itnewsma .dsdates{
    color: #85a540;
    font-weight: bold;
    margin-bottom: 5px;
}
.itnewsma .dstitle, .itnewsma .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpnewsmb .mbrow{
    margin-bottom: 20px;
}
.tpnewsmb .mbrow:last-child{
    margin-bottom: 0;
}
.itnewsmb{
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.itnewsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itnewsmb .mbgrip > div{
    padding: 0 10px;
}
.itnewsmb .mbgrip .lcol{
    width: 215px;
}
.itnewsmb .mbgrip .rcol{
    width: calc(100% - 215px);
}
.itnewsmb .thumb a{
    border-radius: 10px;
}
.itnewsmb .dsdates{
    color: #85a540;
    font-weight: bold;
    margin-bottom: 2px;
}
.itnewsmb .dstitle, .itnewsmb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itnewsmb .dstitle a{
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* <=== newshome ===> */

/* <=== parnerthome ===> */
.parnerthome{
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parnerthome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    opacity: 0.8;
    pointer-events: none;
}
.hpparnerthh .vnttitle{
    margin-bottom: 10px;
}
.tpparnerthh .hhlist{
    margin-bottom: 20px;
}
.tpaboutnn .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutnn .nngrip > div{
    padding: 0 10px;
    width: calc(100% / 5);
    margin-left: 0;
    margin-top: -80px;
}
.tpaboutnn .nngrip > div:nth-child(1),
.tpaboutnn .nngrip > div:nth-child(2),
.tpaboutnn .nngrip > div:nth-child(3),
.tpaboutnn .nngrip > div:nth-child(4),
.tpaboutnn .nngrip > div:nth-child(5){
    margin-top: 0;
}
.itaboutnn .thumb{
    position: relative;
}
.itaboutnn a{
    padding-top: 100%;
    position: relative;
    display: block;
    z-index: 1;
}
.itaboutnn a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/about/nnback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}
.itaboutnn a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/ihover.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}
.itaboutnn a:hover::after{
    opacity: 1;
}
.itaboutnn a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 55%;
    max-height: 40%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itaboutnn a:hover img{
    transform: translate(-50%, -50%) scale(1.04);
}
/* <=== parnerthome ===> */

@media all and (min-width: 992px){
    .section.active .hpabouthh .hhdecss > div{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
    }
    .hpabouthh .hhdecss > div{
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    } 
    .section.active .hpabouthh .hhdecss .dstitle{
        transform: initial;
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
    }
    .section.active .hpabouthh .hhdecss .dsconts{
        transform: initial;
        -webkit-transition:1s 0.7s;
        -o-transition: 1s 0.7s;
        transition: 1s 0.7s;
    }
    .section.active .hpabouthh .hhdecss .dsviews{
        transform: initial;
        -webkit-transition: 1s 0.9s;
        -o-transition: 1s 0.9s;
        transition: 1s 0.9s;
    }
    .hpabouthh .hhthumb .timage::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        background: #fff;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2;
    }
    .section.active .hpabouthh .hhthumb .timage::before{
        right: 0;
        left: 100%;
        -webkit-transition: right .5s .6s, left .5s 1.2s;
        -o-transition: right .5s .6s, left .5s 1.2s;
        transition: right .5s .6s, left .5s 1.2s;
    }
    .hpabouthh .hhthumb .timage img{
        opacity: 0;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .hpabouthh .hhthumb .timage img{
        opacity: 1;
        -webkit-transition: .5s 1s;
        -o-transition: .5s 1s;
        transition: .5s 1s;
    }
    .hpabouthh .hhthumb .tyears{
        top: -100px;
        opacity: 0;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .hpabouthh .hhthumb .tyears{
        opacity: 1;
        top: 0;
        -webkit-transition: .5s 1.5s;
        -o-transition: .5s 1.5s;
        transition: .5s 1.5s;
    }
    .slbannerhh .cstitle{
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .section.active .slbannerhh .cstitle{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
    }
    .vnttitle .char{
        display: inline-block;
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
    .section.active .vnttitle .char{
        opacity: 1;
        visibility: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .itservieshh{
        opacity: 0;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    .section.active .slick-slide:nth-child(2n + 1) .itservieshh{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.6s;
        -o-transition: 1s 0.6s;
        transition: 1s 0.6s;
    }
    .section.active .slick-slide:nth-child(2n + 2) .itservieshh{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.9s;
        -o-transition: 1s 0.9s;
        transition: 1s 0.9s;
    }
    .section.active .slick-slide:nth-child(2n + 3) .itservieshh{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 1.2s;
        -o-transition: 1s 1.2s;
        transition: 1s 1.2s;
    }
    .section.active .slick-slide:nth-child(2n + 4) .itservieshh{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 1.5s;
        -o-transition: 1s 1.5s;
        transition: 1s 1.5s;
    }
    .tplogofoot{
        opacity: 0;
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
        transform: translateY(-20%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .tplogofoot{
        -webkit-transition: .8s 1.2s;
        -o-transition: .8s 1.2s;
        transition: .8s 1.2s;
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .sladdrfoot .slick-active:nth-child(odd) .itaddrfoot{
        opacity: 0;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .sladdrfoot .slick-active:nth-child(even) .itaddrfoot{
        opacity: 0;
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .sladdrfoot .slick-active:nth-child(odd) .itaddrfoot{
        -webkit-transition: .8s 0.8s;
        -o-transition: .8s 0.8s;
        transition: .8s 0.8s;
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .section.active .sladdrfoot .slick-active:nth-child(even) .itaddrfoot{
        -webkit-transition: .8s 0.8s;
        -o-transition: .8s 0.8s;
        transition: .8s 0.8s;
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .tpsocifoot{
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .tpsocifoot{
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        opacity: 1;
        transform: initial;
        -webkit-transition: .5s 1s;
        -o-transition: .5s 1s;
        transition: .5s 1s;
    }
    .tpcopyfoot{
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .tpcopyfoot{
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        opacity: 1;
        transform: initial;
        -webkit-transition: .5s 1.2s;
        -o-transition: .5s 1.2s;
        transition: .5s 1.2s;
    }
    .sladdrfoot .slick-arrow{
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        -o-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .sladdrfoot .slick-arrow{
        opacity: 1;
        transform: initial;
        -webkit-transition: .5s 1.2s;
        -o-transition: .5s 1.2s;
        transition: .5s 1.2s;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    .hpprojecthh .vnttitle{
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpprojecthh .vnttitle{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.7s;
        -o-transition: 1s 0.7s;
        transition: 1s 0.7s;
    }
    .itprojecthh .thumb{
        position: relative;
    }
    .itprojecthh .thumb::before{
        content: "";
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(29,72,152,1);
        background: linear-gradient(90deg, rgba(29,72,152,1) 0%, rgba(133,165,64,1) 100%);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2;
    }
    .section.active .itprojecthh .thumb::before{
        top: 0;
        bottom: 100%;
        -webkit-transition: top .5s .6s, bottom .5s 1.2s;
        -o-transition: top .5s .6s, bottom .5s 1.2s;
        transition: top .5s .6s, bottom .5s 1.2s;
    }
    .itprojecthh .thumb a{
        opacity: 0;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .itprojecthh .thumb a{
        opacity: 1;
        -webkit-transition: .5s 1s;
        -o-transition: .5s 1s;
        transition: .5s 1s;
    }
    .slick-center .itprojecthh .decss{
        transform: translateY(100%);
        opacity: 0;
    }
    .section.active .slick-center .itprojecthh .decss{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        -webkit-transition: .5s 1s;
        -o-transition: .5s 1s;
        transition: .5s 1s;
    }
    .hpinfoshh .dstitle{
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpinfoshh .dstitle{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.7s;
        -o-transition: 1s 0.7s;
        transition: 1s 0.7s;
    }
    .hpinfoshh .dsconts{
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpinfoshh .dsconts{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 1s;
        -o-transition: 1s 1s;
        transition: 1s 1s;
    }
    .itinfoshh{
        opacity: 0;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .itinfoshh.vmm{
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .itinfoshh.vhh{
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .itinfoshh.vbb{
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    .itinfoshh.vtt{
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    .section.active .itinfoshh{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .section.active .itinfoshh.vmm{
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
    }
    .section.active .itinfoshh.vbb{
        -webkit-transition: 1s 0.8s;
        -o-transition: 1s 0.8s;
        transition: 1s 0.8s;
    }
    .section.active .itinfoshh.vtt{
        -webkit-transition: 1s 1.1s;
        -o-transition: 1s 1.1s;
        transition: 1s 1.1s;
    }
    .section.active .itinfoshh.vhh{
        -webkit-transition: 1s 1.4s;
        -o-transition: 1s 1.4s;
        transition: 1s 1.4s;
    }
    .tpinfoshh .vvlogo{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .tpinfoshh .vvlogo{
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        -webkit-transition: 0.5s 2s;
        -o-transition: 0.5s 2s;
        transition: 0.5s 2s;
    }
    @-webkit-keyframes mask-play {
        from {
          -webkit-mask-position: 0% 0;
                  mask-position: 0% 0;
        }
        to {
          -webkit-mask-position: 100% 0;
                  mask-position: 100% 0;
        }
    }
    @keyframes mask-play {
        from {
          -webkit-mask-position: 0% 0;
                  mask-position: 0% 0;
        }
        to {
          -webkit-mask-position: 100% 0;
                  mask-position: 100% 0;
        }
    } 
    .vsoluhome .wrap{
        opacity: 0;
    }
    .section.active .vsoluhome .wrap{
        opacity: 1;
    }
    .tpvsoluhh .word{
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
         display: inline-block;
        opacity: 0;
    }
    .tpvsoluhh .word:nth-child(odd){
        transform: translateY(40px);
    }
    .tpvsoluhh .word:nth-child(even){
        transform: translateY(-40px);
    }
    .section.active .tpvsoluhh.vactive .word{
        opacity: 1;
        visibility: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }
    .newshome::before{
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
        opacity: 0;
    }
    .section.active .newshome::before{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.7s;
        -o-transition: 1s 0.7s;
        transition: 1s 0.7s;
    }
    .hpnewshh .vnttitle{
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpnewshh .vnttitle{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.7s;
        -o-transition: 1s 0.7s;
        transition: 1s 0.7s;
    }
    .tpnewsma{
        position: relative;
        border-radius: 20px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }
    .tpnewsma::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        background: #fff;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2;
        border-radius: 20px;
        overflow: hidden;
    }
    .section.active .tpnewsma::before{
        right: 0;
        left: 100%;
        -webkit-transition: right .5s .6s, left .5s 1.2s;
        -o-transition: right .5s .6s, left .5s 1.2s;
        transition: right .5s .6s, left .5s 1.2s;
    }
    .tpnewsma .itnewsma{
        opacity: 0;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .section.active .tpnewsma .itnewsma{
        opacity: 1;
        -webkit-transition: .5s 1s;
        -o-transition: .5s 1s;
        transition: .5s 1s;
    }
    .tpnewsmb .mbrow{
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .tpnewsmb .mbrow{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
    }
    .section.active .tpnewsmb .mbrow:nth-child(1){
        transform: initial;
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
    }
    .section.active .tpnewsmb .mbrow:nth-child(2){
        transform: initial;
        -webkit-transition: 1s 0.8s;
        -o-transition: 1s 0.8s;
        transition: 1s 0.8s;
    }
    .section.active .tpnewsmb .mbrow:nth-child(3){
        transform: initial;
        -webkit-transition: 1s 1.3s;
        -o-transition: 1s 1.3s;
        transition: 1s 1.3s;
    }
    .hpparnerthh .vnttitle{
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpparnerthh .vnttitle{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.3s;
        -o-transition: 1s 0.3s;
        transition: 1s 0.3s;
    }
    .hpparnerthh .vntcapts{
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .hpparnerthh .vntcapts{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 0.5s;
        -o-transition: 1s 0.5s;
        transition: 1s 0.5s;
    }
    .tpaboutnn .nngrip > div{
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .tpaboutnn .nngrip > div{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s ;
        -o-transition: 1s;
        transition: 1s ;
    }
    .tpparnerthh .hhview{
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-out;
    }
    .section.active .tpparnerthh .hhview{
        opacity: 1;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: 1s 1.5s;
        -o-transition: 1s 1.5s;
        transition: 1s 1.5s;
    }
    html{
        opacity: 0;
        visibility: hidden;
    }
    html.fp-enabled{
        opacity: 1;
        visibility: initial;
        -webkit-transition: all 0.3s linear 0.3s;
        -o-transition: all 0.3s linear 0.3s;
        transition: all 0.3s linear 0.3s;
    }
}
@media all and (min-width: 1026px){
    .fp-section {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 1s linear 0.3s;
        -o-transition: all 1s linear 0.3s;
        transition: all 1s linear 0.3s;
    }
    .fp-section.active {
        opacity: 1;
        visibility: initial;
        pointer-events: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        -webkit-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
        z-index: 10;
    }
}
@media all and (max-width: 1200px){
    /* <=== projecthome ===> */
    .slprojecthh .slick-list{
        overflow: unset;
        margin: 0 -40px;
    }
    .slprojecthh .slick-slide{
        padding: 0 40px;
    }
    .slprojecthh .slick-prev{
        margin-left: -390px;
    }
    .slprojecthh .slick-next{
        margin-left: 390px;
    }
    .itprojecthh{
        width: 700px;
    }
    .itprojecthh .dstitle{
        padding: 25px 25px 25px 30px;
    }
    .itprojecthh .dstitle, .itprojecthh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== projecthome ===> */

    /* <=== parnerthome ===> */
    .tpaboutnn .nngrip > div{
        margin-top: -75px;
    }
    /* <=== parnerthome ===> */
}
@media all and (max-width: 1026px){
    /* <=== section ===> */
    .vpaddmain{
        height: auto;
    }
    /* <=== section ===> */

    #vntdotsfull{
        left: 0;
    }
    .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell, .fullpage-wrapper .fp-tableCell, .fullpage-wrapper .fp-scrollable{
        height: auto !important;
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        padding: 0 20px 0 40px;
        bottom: 60px;
    }
    .slbannerhh .slick-arrow{
        width: 30px;
        height: 30px;
        bottom: 20px;
    }
    .slbannerhh .slick-arrow::before{
        font-size: 14px;
    }
    .slbannerhh .slick-prev{
        right: 60px;
    }
    .slbannerhh .slick-next{
        right: 20px;
    }
    /* <=== bannerhome ===> */
}
@media all and (max-width: 991px){
    #vnt-header{
        min-height: 60px;
    }
    #vnt-menu-fixed{
        right: unset;
    }
    /* <=== bannerhome ===> */
    .slbannerhh{
        padding-top: 0;
    }
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
        min-height: 198px;
    }
    .slbannerhh .slick-dots{
        bottom: 10px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    .slbannerhh .cscapts .vline{
        font-size: 12px;
        line-height: 19px;
        padding: 3px 10px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
    }
    .slbannerhh .csviews{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== vpaddmain ===> */
    .vpaddmain{
        height: 100%;
        padding: 0!important;
    }
    /* <=== vpaddmain ===> */

    /* <=== abouthome ===> */
    .abouthome {
        padding: 40px 0 70px!important;
    }
    .hpabouthh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .hpabouthh .hhgrip .hcol{
        width: 100%;
    }
    /* <=== abouthome ===> */

    /* <=== servieshome ===> */
    .servieshome{
        padding: 55px 0 75px!important;
    }
    .servieshome::before{
        background: #244f8b!important;
    }
    /* <=== servieshome ===> */

    /* <=== projecthome ===> */
    .projecthome {
        padding: 40px 0 60px!important;
    }
    .slprojecthh .slick-list{
        overflow: unset;
        margin: 0 -20px;
    }
    .slprojecthh .slick-slide{
        padding: 0 20px;
    }
    .itprojecthh{
        width: 100%;
    }
    .itprojecthh .decss{
        max-width: 100%;
    }
    .slick-current .itprojecthh .decss{
        opacity: 1;
        transform: unset;
    }
    .itprojecthh .dstitle{
        padding: 10px 10px 10px 20px;
    }
    .itprojecthh .dstitle, .itprojecthh .dstitle h3{
        font-size: 18px;
    }
    .itprojecthh .dstitle a::before{
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .slprojecthh .slick-arrow{
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    .slprojecthh .slick-arrow::before{
        font-size: 16px;
    }
    .slprojecthh .slick-prev{
        margin-left: 0;
        left: -20px;
    }
    .slprojecthh .slick-next{
        margin-left: 0;
        right: -20px;
        left: unset;
    }
    /* <=== projecthome ===> */

    /* <=== infoshome ===> */
    .infoshome{
        padding: 40px 0 65px!important;
    }
    .hpinfoshh .hhgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpinfoshh .hhgrip .rcol{
        width: 100%;
    }
    .hpinfoshh .hhdecss{
        max-width: 100%;
        text-align: center;
    }
    .hpinfoshh .dstitle span{
        display: unset;
    }
    .hpinfoshh .dstitle, .hpinfoshh .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpinfoshh .dsconts{
        font-size: 16px;
    }
    /* <=== infoshome ===> */

    /* <=== vsoluhome ===> */
    .vsoluhome{
        padding: 35px 0 100px!important;
        min-height: 380px;
    }
    .hpvsoluhh .hhwrap{
        max-width: 73%;
    }
    .tpvsoluhh, .tpvsoluhh h2, .tpvsoluhh h3{
        font-size: 18px;
        line-height: 30px;
    }
    /* <=== vsoluhome ===> */

    /* <=== newshome ===> */
    .newshome {
        padding: 45px 0 70px!important;
    }
    .newshome::before{
        display: none;
    }
    .tpnewsmm .mmgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpnewsmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .itnewsma .dstitle, .itnewsma .dstitle h3{
        font-size: 18px;
    }
    .itnewsmb .mbgrip .lcol{
        width: 47.856%;
    }
    .itnewsmb .mbgrip .rcol{
        width: calc(100% - 47.856%);
    }
    .itnewsmb .dstitle, .itnewsmb .dstitle h3{
        font-size: 14px;
    }
    .itnewsmb .dstitle a{
        max-height: 100%;
        -webkit-line-clamp: unset;
    }
    /* <=== newshome ===> */

    /* <=== parnerthome ===> */
    .parnerthome{
        padding: 45px 0 70px!important;
    }
    .tpaboutnn .nngrip > div{
        width: 25%;
    }
    .tpaboutnn .nngrip > div{
        margin-top: -65px;
    }
    .tpaboutnn .nngrip > div:nth-child(5), .tpaboutnn .nngrip > div:nth-child(6){
        margin-top: -65px;
    }
    /* <=== parnerthome ===> */

    /* <=== vntfooter ===> */
    .vntfooter{
        padding: 50px 0 75px!important;
    }
    /* <=== vntfooter ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .hpabouthh .hhthumb{
        padding-left: 70px;
        padding-top: 70px;
    }
    .hpabouthh .hhthumb .tyears{
        width: 160px;
        height: 160px;
        font-size: 16px;
        line-height: 20px;
    }
    .hpabouthh .hhthumb .tyears strong{
        font-size: 40px;
        line-height: 40px;
    }
    .hpabouthh .dstitle{
        margin-bottom: 10px;
    }
    .hpabouthh .dstitle, .hpabouthh .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpabouthh .dsconts{
        font-size: 16px;
        margin-bottom: 20px;
    }
    /* <=== abouthome ===> */

    /* <=== infoshome ===> */
    .itinfoshh .hhnums{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .itinfoshh .hhtend{
        font-size: 14px;
        line-height: 18px;
    }
    .itinfoshh .hhcen{
        padding: 10px 28px 15px;
    }
    .tpinfoshh .ifgrip{
        margin: 0 -10px;
    }
    .tpinfoshh .ifgrip > div{
        padding: 0 10px;
    }
    .itinfoshh{
        width: calc(50% - 10px);
    }
    .itinfoshh .vplus{
        font-size: 20px;
        top: -5px;
    }
    /* <=== infoshome ===> */

    /* <=== newshome ===> */
    .itnewsmb .mbgrip > div{
        padding: 0 8px;
    }
    .itnewsmb .mbgrip{
        margin: 0 -8px;
        align-items: flex-start;
        align-content: flex-start;
    }
    /* <=== newshome ===> */

    /* <=== parnerthome ===> */
    .tpaboutnn .nngrip{
        margin: 0 -8px;
    }
    .tpaboutnn .nngrip > div{
        padding: 0 8px;
        width: 50%;
    }
    .tpaboutnn .nngrip > div:nth-child(5), .tpaboutnn .nngrip > div:nth-child(6), .tpaboutnn .nngrip > div{
        margin-top: -65px;
    }
    .tpaboutnn .nngrip > div:nth-child(4), .tpaboutnn .nngrip > div:nth-child(3){
        margin-top: -65px;
    }
    .itaboutnn a{
        -webkit-mask-size: 95% 95%;
        -webkit-mask-repeat: no-repeat;
        background-position: 100% 91%;
        white-space-collapse: unset;
        -webkit-mask-position: 85% 85%;
    }
    /* <=== parnerthome ===> */
}