/* ========= box all ========== */
.vhtitlehome{
    text-align: center;
    margin-bottom: 25px;
}
.vhtitlehome, .vhtitlehome h2{
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 300;
    
    color: #000000;
}
/* ========= box all ========== */

/* <===== box 1 =====> */
.vhsliderhome .item{
    display: block;
    position: relative;
    overflow: hidden;
}
.vhsliderhome .item .img{
    padding-top: 44.445%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.vhsliderhome .item .bg, .vhsliderhome .item .banvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vhsliderhome .item .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; */
}
.vhsliderhome .item .bg img{
    display: none;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.3);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.3);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.3);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.3);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.3);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.vhsliderhome .item .video{
	overflow: hidden;
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.vhsliderhome .item .caption{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 2;
}
.vhsliderhome .item .caption .ctwrap{
    max-width: 470px;
    position: relative;
}
.vhsliderhome .item .caption .ctwrap::before{
    content: '';
    position: absolute;
    width: 767px;
    height: 764px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/main/bgbaner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
}
.vhsliderhome .item .caption .t1{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
}
.vhsliderhome .slick-current .caption .t1{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
.vhsliderhome .item .caption .t2{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 600;
}
.vhsliderhome .slick-current .caption .t2{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
.vhsliderhome .item .caption .t3{
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.vhsliderhome .slick-current .caption .t3{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.6s;
}
.vhsliderhome .slick-dots{
    margin-top: 0;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0px 15px;
    right: unset;
    pointer-events: none;
}
.vhsliderhome .vhbtnwrap .wrapper{
    position: relative;
}
.vhsliderhome .slick-arrow{
    color: #fff;
    pointer-events: auto;
    bottom: 15px;
    top: initial;
    transform: initial;
    left: 50%;
    transform: translateX(-50%);
}   
.vhsliderhome .slick-prev{

}
.vhsliderhome .slick-next{

}
/* <===== box 1 =====> */


/* <===== box 2 =====> */
.abouthome{
    padding: 90px 0;
    position: relative;
    background-image: url('../images/main/bgab.png');
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
}
.hhabout .grab{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -45px;
}
.hhabout .grab > div{
    padding: 0 45px;
}
.hhabout .grab .lcol{
    width: 54%;
}
.hhabout .grab .rcol{
    width: 46%;
}
.hhabout .abthumb{
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}
.hhabout .abthumb .ithumbl{
    border-radius: 5px;
    overflow: hidden;
}
.hhabout .ithumbl img{
    width: 100%;
}
.hhabout .abthumb .ithumbn{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    z-index: 1;
}
.hhabout .ithumbn a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.hhabout .ithumbn a img{
    width: 100%;
}
.hhabout .ithumbn a .iplay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url('../images/main/iplay.png');
    background-position: 28px 22px;
    background-size: 20px 27px;
    background-repeat: no-repeat;
}
.hhabout .dscap{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #faa61c;
    margin-bottom: 10px;
}
.hhabout .dstitle{
    margin-bottom: 10px;
}
.hhabout .dstitle, .hhabout .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    color: #c12026;
    font-weight: bold;
}
.hhabout .dssolu{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #c12026;
}
.hhabout .dstend{
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.hhabout .dsinfo{
    position: relative;
}
.hhabout .dsinfo::before{
    content: '';
    position: absolute;
    left: 7px;
    width: 1px;
    background-color: #e5e5e5;
    top: 10px;
    bottom: 10px;
}
.hhabout .dsinfo li{
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    padding-left: 35px;
}
.hhabout .dsinfo li:last-child{
    margin-bottom: 0;
}
.hhabout .dsinfo li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 4px solid #faa61c;
    border-radius: 100%;
}
/* <===== box 2 =====> */

/* <===== box 3 =====> */
.producthome{
    padding: 40px 0 70px;
}
.thecontall{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.thecontall.vwhite{
    color: #fff;
}
.thecontall .inner{
    max-width: 880px;
    margin: 0 auto;
}
/* <===== box 3 =====> */

/* <===== box 4 =====> */
.productdbhome{
    padding: 45px 0 65px;
    background-position:bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slproductdb {
    margin-bottom: 70px;
}
.slproductdb .slick-dots{
    margin-top: 0;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0px 15px;
    right: unset;
    pointer-events: none;
}
.slproductdb .slick-arrow{
    color: #fff;
    pointer-events: auto;
    bottom: -78px;
    top: initial;
    transform: initial;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
}
/* <===== box 4 =====> */

/* <===== box 5 =====> */
.soluserhome{
    padding: 45px 0 65px;
}
.hhifsoluser .iftablink{
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}
.iftablink ul{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #d8d8d8;
}
.iftablink ul li{
    margin-right: 35px;
    position: relative;
}
.iftablink ul li:last-child{
    margin-right: 0;
}
.iftablink ul li::before{
    content: '';
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -18px;
    height: 18px;
    width: 1px;
    background-color: #d8d8d8;
}
.iftablink ul li:last-child::before{
    display: none;
}
.iftablink li a{
    display: block;
    padding: 0 12px 12px 12px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.iftablink li a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 0%;
    background-color: #c12026;
}
.iftablink li.active a::before{
    width: 100%;
}
.iftablink li.active a{
    color: #c12026;
}
.iftabcont{
    position: relative;
}
/* .iftabcont .tbcontshow{
    position: absolute;
    z-index: -11111;
    pointer-events: none;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.iftabcont .tbcontshow.active{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    position: relative;
} */
.slsoluserhh .slick-list{
    padding: 10px 0;
}
/* <===== box 5 =====> */

/* <===== box 6 =====> */
.constructhome{
    padding: 40px 0 60px;
}
/* <===== box 6 =====> */

/* <===== box 7 =====> */
.newshome{
    padding: 45px 0 60px;
}
.vhnewsall .grnw{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhnewsall .grnw > div{
    padding: 0 15px;
    width: 50%;
}
.hpnewslg, .slnewsall{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    border-radius: 5px;
}
.hpnewslg .thumb a{
    height: 380px;
    border-radius: 5px;
    overflow: hidden;
}
.hpnewslg .decs{
    padding: 25px 25px 35px;
}
.hpnewslg .vhdateall{
    margin-bottom: 5px;
}
.hpnewslg .dstitle{
    margin-bottom: 10px;
}
.hpnewslg .dstitle, .hpnewslg .dstitle h3, .hpnewslg .dstitle a{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #000000;
    height: 72px;
    overflow: hidden;
}
.hpnewslg .dstitle a:hover{
    color: #c12026;
}
.lstnewssm .colnw{
    margin-bottom: 30px;
}
.lstnewssm .colnw:last-child{
    margin-bottom: 0;
}
.hpnewssm{
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    align-content: center;
}
.hpnewssm .thumb{
    width: 210px;
}
.hpnewssm .thumb a{
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
}
.hpnewssm .decs{
    width: calc(100% - 210px);
    padding-left: 20px;
}
.hpnewssm .vhdateall{
    margin-bottom: 5px;
}

.hpnewssm .dstitle{
    margin-bottom: 10px;
}
.hpnewssm .dstitle, .hpnewssm .dstitle h3, .hpnewssm .dstitle a{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
    max-height: 54px;
    overflow: hidden;
}
.hpnewssm .dstitle a:hover{
    color: #c12026;
}
/* <===== box 7 =====> */

/* <===== box 8 =====> */
.partnerhome{
    padding: 40px 0 85px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.partnerhome::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}
/* <===== box 8 =====> */

@media all and (max-width: 1200px){
    /* <===== box 1 =====> */
    .vhsliderhome .slick-next{
        right: 15px;
    }
    .vhsliderhome .slick-prev{
        right: 50px;
    }
    /* <===== box 1 =====> */

    /* <===== box 2 =====> */
    .hhabout .grab{
        margin: 0 -20px;
    }
    .hhabout .grab > div{
        padding: 0 20px;
    }
    /* <===== box 2 =====> */
}
@media all and (max-width: 991px){
    .vhtitlehome, .vhtitlehome h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <===== box 1 =====> */
    .vhsliderhome .item .caption .t1{
        font-size: 26px;
        line-height: 34px;
        max-height: 68px;
    }
    .vhsliderhome .item .caption .t2{
        max-width: 300px;
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        margin-bottom: 15px;
    }
    .vhsliderhome .item .img{
        padding-top: 73.1734%;
        min-height: 300px;
    }
    .vhsliderhome .item .caption .ctwrap{
        max-width: 100%;
    }
    .vhsliderhome .slick-dots{
        bottom: 10px;
    }
    .vhsliderhome .item::before{
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        left: -20px;
        bottom: -20px;
        pointer-events: none;
        background-image: url('../images/main/bgche.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        z-index: 1;
    }
    .vhsliderhome .slick-arrow{
        width: 32px;
        height: 32px;
        bottom: 10px;
    }
    .vhbtnslick .slick-arrow::before{
        font-size: 20px;
    }
    /* <===== box 1 =====> */

    /* <===== box 2 =====> */
    .abouthome{
        background-image: none;
        padding: 20px 0 45px;
    }
    .hhabout .dscap{
        margin-bottom: 5px;
    }
    .hhabout .dssolu{
        margin-bottom: 10px;
    }
    .hhabout .dstend{
        margin-bottom: 15px;
    }
    .hhabout .dstitle, .hhabout .dstitle h2{
        font-size: 35px;
        line-height: 50px;
    }
    .hhabout .dscap, .hhabout .dssolu, .hhabout .dsinfo li{
        font-size: 16px;
        line-height: 24px;
    }
    .hhabout .dsinfo li::before{
        top: 5px;
    }
    .hhabout .abthumb{
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .hhabout .abthumb .ithumbn{
        max-width: 225px;
    }
    .hhabout .ithumbn a .iplay{
        width: 60px;
        height: 60px;
        background-position: 24px 18px;
        background-size: 18px 25px;
    }
    /* <===== box 2 =====> */

    /* <===== box 3 =====> */
    .producthome{
        padding: 20px 0 35px;
    }
    .thecontall{
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 22px;
    }
    /* <===== box 3 =====> */

    /* <===== box 4 =====> */
    .productdbhome{
        padding: 25px 0 40px;
    }
    .slproductdb .slick-dots{
        margin-top: 25px;
    }
    .slproductdb .slick-arrow{
        bottom: -73px;
    }
    /* <===== box 4 =====> */

    /* <===== box 5 =====> */
    .soluserhome{
        padding: 25px 0 45px
    }
    .hhifsoluser .iftablink{
        margin-bottom: 15px;
    }
    .iftablink li a{
        font-size: 18px;
        line-height: 27px;
    }
    /* <===== box 5 =====> */

    /* <===== box 7 =====> */
    .newshome{
        padding: 25px 0 35px;
    }
    .vhnewsall .grnw > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .vhnewsall .grnw > div:last-child{
        margin-bottom: 0;
    }
    .hpnewslg .thumb a{
        height: 0;
        padding-top: 65.56%;
    }
    .lstnewssm .colnw{
        margin-bottom: 15px;
    }
    /* <===== box 7 =====> */

    /* <===== box 8 =====> */
    .partnerhome{
        padding: 25px 0 40px;
        background-attachment: unset;
    }
    /* <===== box 8 =====> */
}
@media all and (max-width: 767px){  
   
    /* <===== box 2 =====> */
    .hhabout .grab{
        flex-direction: column-reverse;
    }
    .hhabout .grab .lcol{
        width: 100%;
    }
    .hhabout .grab .rcol{
        width: 100%;
        margin-bottom: 30px;
    }
    /* <===== box 2 =====> */

    /* <===== box 7 =====> */
    .hpnewslg .decs{
        padding: 15px 15px 20px;
    }
    .hpnewslg .dstitle, .hpnewslg .dstitle h3, .hpnewslg .dstitle a{
        font-size: 18px;
        line-height: 27px;
        height: 54px;
    }
    .hpnewssm .thumb{
        width: 43.65%;
    }
    .hpnewssm .decs{
        width: calc(100% - 43.65%);
        padding-left: 12px;
    }
    .hpnewssm .thumb a{
        height: auto;
        padding-top: 65.56%;
    }
    .hpnewssm .dstitle, .hpnewssm .dstitle h3, .hpnewssm .dstitle a{
        font-size: 15px;
        line-height: 23px;
        max-height: 46px;
    }
    .hpnewssm .dstitle{
        margin-bottom: 0;
    }
    .hpnewssm .dview{
        display: none;
    }
    /* <===== box 7 =====> */
    
}
