/* ========= 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.1);-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.1);-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.1);-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.1);-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.1);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: 100px;
    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/bgbaner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
    display: none;
}
.vhsliderhome .item .caption .t1{
    font-size: 40px;
    line-height: 60px;
    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;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}
.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 .slick-dots{
    margin-top: 0;
    bottom: 25px;
}
.vhsliderhome .vhbtnwrap .wrapper{
    position: relative;
}
.vhsliderhome .slick-arrow{
    color: #fff;
    pointer-events: auto;
    bottom: 30px;
    top: initial;
    transform: initial;
}   
.vhsliderhome .slick-prev{
    left: initial;
    right: 180px;
}
.vhsliderhome .slick-next{
    right: 130px;
}
/* <===== box 1 =====> */

/* <===== box 2 =====> */
.abouthome{
    padding: 60px 0 50px;
}
.hpabouthha{
    margin-bottom: 60px;
}
.hpabouthha .grhha{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpabouthha .grhha > div{
    padding: 0 10px;
    width: 50%;
}
.tpabouthha .abtitle{
    margin-bottom: 10px;
} 
.tpabouthha .abtitle, .tpabouthha .abtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #26358b;
    text-transform: uppercase;
}
.tpabouthha .abcapt{
    max-width: 410px;
}
.tpabouthha .abcapt, .tpabouthha .abcapt h3{
    color: #00aeef;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.tpabouthha .abtend{
    font-size: 16px;
    line-height: 24px;
}

.hpabouthhb{
    margin-bottom: 80px;
}
.hpabouthhb .grhhb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.hpabouthhb .grhhb > div{
    padding: 0 40px;
}
.hpabouthhb .grhhb .lcol{
    width: calc(100% - 450px);
}
.hpabouthhb .grhhb .rcol{
    width: 450px;
}
.tpabouthhb .abvideo a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.tpabouthhb .abvideo a .playii{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('../images/iabout.png');
    background-position: 33px 25px;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.tpabouthhb .abvideo a img{
    width: 100%;
}
.tpabouthhb .rowif{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tpabouthhb .rowif:last-child{
    border-bottom: none;
}
.itaboutinfo .ficount{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #26358b;
    margin-bottom: 5px;
}
.itaboutinfo .ficount .count{
    font-size: 40px;
}
.itaboutinfo .iftxt{
    font-size: 16px;
    line-height: 24px;
}

.hpabouthhc .grhhc{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.hpabouthhc .grhhc > div{
    padding: 0 18px;
    width: 50%;
    margin-bottom: 35px;
}

.itabouthhc{
    padding: 25px 20px 25px 105px;
    background-color: #fff;
    position: relative;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.itabouthhc .cicon{
    position: absolute;
    top: 25px;
    left: 20px;
    width: 75px;
}
.itabouthhc .ttitle{
    margin-bottom: 10px;
}
.itabouthhc .ttitle, .itabouthhc .ttitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.itabouthhc .ctcont{
    font-size: 16px;
    line-height: 24px;
}
.itabouthhc .ctcont strong{
    color: #26358b;
    font-weight: 600;
}
.itabouthhc .ctcont li{
    margin-bottom: 12px;
}
.itabouthhc .ctcont li:last-child{
    margin-bottom: 0;
}
/* <===== box 2 =====> */

/* <===== box 3 =====> */
.capacityhome{
    padding: 60px 0 90px;
    overflow: hidden;
    background-color: #27358b;
    position: relative;
    background-image: url('../images/bgnang.png');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: auto;
}
.tpcapacityhha{
    margin-bottom: 40px
}
.tpcapacityhha, .tpcapacityhha a{
    color: #fff;
}
.tpcapacityhha .grhha{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -15px;
}
.tpcapacityhha .grhha > div{
    padding: 0 15px;
}
.tpcapacityhha .grhha .lcol{
    width: 57%;
}
.tpcapacityhha .grhha .rcol{
    width: 43%;
}
.tpcapacityhha .hhatitle, .tpcapacityhha .hhatitle h2{
    font-size: 42px;
    line-height: 55px;
    font-weight: bold;
}
.tpcapacityhha .hhacont{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
/* <===== box 3 =====> */

/* <===== box 4 =====> */
.serviceshome{
    padding: 45px 0 70px;
}
.tpservicehh .grser{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpservicehh .grser > div{
    padding: 0 15px;
    margin-bottom: 30px;
}
.tpservicehh .grser .colm{
    width: 66.6666%;
}
.tpservicehh .grser .colh{
    width: 33.3333%;
}
.itservicesall{
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.itservicesall.vbig .vhthumb-100{
    padding-top: 48%;
}
.itservicesall .decs{
    padding: 20px 25px 25px;
}
.itservicesall .dstitle{
    margin-bottom: 5px;
}
.itservicesall .dstitle, .itservicesall .dstitle h3{
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}
.itservicesall .dstitle a{
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.itservicesall .dstend{
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.itservicesall.vbig .dstend{
    font-size: 15px;
}
.viewmore a{
    color: #26358b;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.viewmore a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.viewmore a span::before{
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <===== box 4 =====> */

/* <===== box 5 =====> */
.shareholdhome{
    position: relative;
    overflow: hidden;
}
.hpshareholdhha{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
}
.hpshareholdhha img{
    width: 100%;
    display: none;
}
.hpshareholdhhb{
    padding: 20px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.tpshareholdhhb{
    max-width: 450px;
    width: 100%;
    padding: 30px 30px 40px 35px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
} 
.tpshareholdhhb .hhbtitle{
    margin-bottom: 20px;
}
.tpshareholdhhb .hhbtitle, .tpshareholdhhb .hhbtitle h2{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    color: #26358b;
}
.tpshareholdhhb li{
    margin-bottom: 15px;
}
.tpshareholdhhb li:last-child{
    margin-bottom: 0;
}
.tpshareholdhhb li a{
    display: flex;
    align-items: center;
    align-content: center;
    color: #1c1c1c;
}
.tpshareholdhhb li a:hover{
    color: #27358b;
}
.tpshareholdhhb li a .icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    background-color: #00aeef;
    font-size: 16px;
    line-height: 24px;
}
.tpshareholdhhb li a i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tpshareholdhhb li a .txt{
    width: calc(100% - 40px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 600;
}
/* <===== box 5 =====> */

/* <===== box 6 =====> */
.newshome{
    padding: 40px 0 70px;
    overflow: hidden;
    
}
.hpnewshha{
    margin-bottom: 40px;
}
.hpnewshha .tptabnews{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
}
.tptabnews .mccont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #f2f5fe;
}
.tptabnews .mccont ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tptabnews .mccont li{
    margin-right: 58px;
    position: relative;
}
.tptabnews .mccont li:last-child{
    margin-right: 0;
}
.tptabnews .mccont li::before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #d5d7df;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.tptabnews .mccont li:last-child::before{
    display: none;
}
.tptabnews .mccont li a{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    padding: 10px 0;
}
.tptabnews .mccont li a::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    bottom: 0;
    background-color: #27358b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tptabnews .mccont li.acitve a::before, .tptabnews .mccont li:hover a::before{
    width: 100%;
}
.tptabnews .mccont li.acitve a, .tptabnews .mccont li:hover a{
    color: #27358b;
}

.lstnewshome{
    margin-bottom: 30px;
    position: relative;
}
.lstnewshome::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 100px);
    width: 100000000%;
    background-color: #f2f5fe;
    height: 1000px;
    z-index: -1;
    pointer-events: none;
}
.lstnewshome .grnews{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstnewshome .grnews > div{
    width: 50%;
    padding: 0 15px;
}

.itemnewsbig{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.itemnewsbig > div{
    padding: 0 35px;
}
.itemnewsbig .lcol{
    width: 55%;
}
.itemnewsbig .rcol{
    width: 45%;
}
.itemnewsbig .thumb a{
    border-radius: 5px;
}
.itemnewsbig .dstitle{
    margin-bottom: 10px;
}
.itemnewsbig .dstitle, .itemnewsbig .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    max-height: 108px;
    overflow: hidden;
}
.itemnewsbig .dstitle a{
    display: inline-block;
}
.itemnewsbig .dstend{
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 15px;
} 
.itemnewsbig .dsview a{
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #e5e5e5;
    color: #26358b;
    font-size: 15px;
    line-height: 23px;
}
.itemnewsbig .dsview a:hover{
    border-bottom: 2px solid #26358b;
}
.itemnewsbig .dsview a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.itemnewsbig .dsview a span::before{
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slnewspg .slick-dots{
    bottom: initial;
    width: 55%;
}

.itemnews{
    height: 100%;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.itemnews .thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.itemnews .decs{
    padding: 15px;
}
.itemnews .dstitle, .itemnews .dstitle h3{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #1c1c1c;
}
.itemnews .dstitle a{
    color: #1c1c1c;
    display: inline-block;
    height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.itemnews .dstitle a:hover{
    color: #26358b;
}
.itemnews .dstend{
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    height: 44px;
    overflow: hidden;
    margin-bottom: 12px;
}
/* <===== box 6 =====> */

/* <===== box 7 =====> */
.partnerhome{
    padding: 40px 0 55px;
    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;
}
.partnerhome .slick-dots{
    margin-top: 50px;
}
/* <===== box 7 =====> */
@media all and (min-width: 992px){
    .tptabnews .mccont{
        display: flex!important;
    }
}
@media all and (max-width: 1200px){
    /* <===== box 1 =====> */
    .vhsliderhome .slick-next{
        right: 15px;
    }
    .vhsliderhome .slick-prev{
        right: 50px;
    }
    /* <===== box 1 =====> */

    /* <===== box 2 =====> */
    .hpabouthha{
        margin-bottom: 40px;
    }
    .hpabouthhb .grhhb{
        margin: 0 -20px;
    }
    .hpabouthhb .grhhb > div{
        padding: 0 20px;
    }
    .hpabouthhb .grhhb .lcol{
        width: calc(100% - 400px);
    }
    .hpabouthhb .grhhb .rcol{
        width: 400px;
    }
    .hpabouthhb{
        margin-bottom: 40px;
    }
    /* <===== box 2 =====> */

    /* <===== box 5 =====> */
    .tpshareholdhhb .hhbtitle, .tpshareholdhhb .hhbtitle h2{
        font-size: 30px;
        line-height: 45px;
    }
    /* <===== box 5 =====> */

    /* <===== box 6 =====> */
    .lstnewshome .grnews{
        margin: 0 -10px;
    }
    .lstnewshome .grnews > div{
        padding: 0 10px;
    }
    /* <===== box 6 =====> */
}
@media all and (max-width: 991px){
    .vhtitlehome, .vhtitlehome h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <===== box 1 =====> */
    .vhsliderhome .item .caption{
        bottom: 40px;
    }
    .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: 80%;
        min-height: 300px;
    }
    .vhsliderhome .item .caption .ctwrap{
        max-width: 90%;
    }
    .vhsliderhome .slick-dots{
        bottom: 10px;
    }
    .vhsliderhome .item::before{
        content: '';

    }
    .vhsliderhome .item .caption .ctwrap::before{
        display: none;
    }
    /* <===== box 1 =====> */

    /* <===== box 2 =====> */
    .abouthome{
        padding: 15px 0 30px;
    }
    .tpabouthha .abtitle, .tpabouthha .abtitle h2{
        font-size: 34px;
        line-height: 46px;
    }
    .tpabouthha .abcapt, .tpabouthha .abcapt h3{
        font-size: 16px;
        line-height: 24px;
    }
    .tpabouthha .abtend{
        font-size: 14px;
        line-height: 22px;
    }

    .hpabouthhb .grhhb .lcol{
        width: 100%;
        margin-bottom: 5px;
    }
    .hpabouthhb .grhhb .rcol{
        width: 100%;
    }
    .hpabouthhc .grhhc > div{
        width: 100%;
    }
    .hpabouthhb{
        margin-bottom: 20px;
    }
    /* <===== box 2 =====> */

    /* <===== box 3 =====> */
    .capacityhome{
        padding: 20px 0 50px;
        background-position: 50% -10%;
    }
    .tpcapacityhha{
        margin-bottom: 20px;
    }
    .tpcapacityhha .hhatitle, .tpcapacityhha .hhatitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpcapacityhha .hhacont{
        font-size: 14px;
        line-height: 22px;
    }
    /* <===== box 3 =====> */

    /* <===== box 4 =====> */
    .serviceshome{
        padding: 20px 0 45px;
    }
    .tpservicehh .grser .colm{
        width: 100%;
    }
    .tpservicehh .grser .colh{
        width: 50%;
    }
    /* <===== box 4 =====> */

    /* <===== box 5 =====> */
    .hpshareholdhhb{
        position: static;
        top: initial;
        transform: initial;
        padding: 0;
    }
    .tpshareholdhhb .hhbtitle, .tpshareholdhhb .hhbtitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpshareholdhhb li a .txt{
        font-size: 15px;
        line-height: 23px;
    }
    .tpshareholdhhb{
        max-width: 100%;
        padding: 20px 5px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .hpshareholdhha{
        height: auto;
    }
    .hpshareholdhha img{
        display: block;
    }
    /* <===== box 5 =====> */

    /* <===== box 6 =====> */
    .newshome{
        padding: 25px 0 35px;
    }
    .hpnewshha{
        margin-bottom: 20px;
    }
    .tptabnews .mctitle{
        width: 100%;
    }
    .tptabnews .mctitle{
        font-size: 13px;
        line-height: 21px;
        border: solid 1px #26358b;
        color: #fff;
        padding: 11px 40px 11px 20px;
        cursor: pointer;
        position: relative;
        background-color: #26358b;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        border-radius: 3px;
        font-weight: 500;
    }
    .tptabnews .mctitle::before{
        content: "\f107";
        position: absolute;
        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-weight: bold;
    }
    .tptabnews.active .mctitle::before{
        content: "\f106";
    }
    .tptabnews .mccont{
        display: none;
        width: 100%;
        padding: 10px 20px;
    }
    .tptabnews .mccont ul{
        display: block;
    }
    .tptabnews .mccont li{
        margin-right: 0;
        margin-bottom: 5px;
    }
    .tptabnews .mccont li:last-child{
        margin-bottom: 0;
    }
    .tptabnews .mccont li::before{
        display: none;
    }

    .lstnewshome{
        margin-bottom: 25px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .lstnewshome .grnews > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .lstnewshome .grnews > div:last-child{
        margin-bottom: 0;
    }
    .itemnews{
        border-radius: 3px;
    }
    .itemnews .thumb{
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .itemnews .decs{
        padding: 10px;
    }
    .itemnews .dstitle, .itemnews .dstitle h3{
        font-size: 12px;
        line-height: 20px;
    }
    .itemnews .dstitle a{
        height: 60px;
    }

    .itemnewsbig{
        margin: 0 -15px;
    }
    .itemnewsbig > div{
        padding: 0 15px;
    }
    .itemnewsbig .dstitle, .itemnewsbig .dstitle h3{
        font-size: 17px;
        line-height: 25px;
        max-height: 50px;
    }
    .itemnewsbig .dstend{
        max-height: 44px;
        margin-bottom: 10px;
    }
    .lstnewshome::before{
        top: calc(100% - 50px);
    }
    /* <===== box 6 =====> */

    /* <===== box 8 =====> */
    .partnerhome{
        padding: 30px 0 45px;
        background-attachment: unset;
    }
    .partnerhome .slick-dots{
        margin-top: 25px;
    }
    /* <===== box 8 =====> */
}
@media all and (max-width: 767px){  

    /* <===== box 2 =====> */
    .hpabouthha .grhha > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .hpabouthha .grhha > div:last-child{
        margin-bottom: 0;
    }
    .hpabouthha{
        margin-bottom: 20px;
    }
    .tpabouthhb .abvideo a .playii{
        width: 65px;
        height: 65px;
        background-position: 27px 20px;
        background-size: 18px 26px;
    }
    .hpabouthhc .grhhc > div{
        margin-bottom: 20px;
    }
    .itabouthhc{
        border-radius: 3px;
        padding: 15px;
    }
    .itabouthhc .cttitle{
        display: flex;
        align-items: center;
        align-content: center;
        margin-bottom: 15px;
    }
    .itabouthhc .cicon{
        position: static;
        width: 35px;
    }
    .itabouthhc .ctext{
        width: calc(100% - 35px);
        padding-left: 22px;
    }
    .itabouthhc .ttitle{
        margin-bottom: 0;
    }
    .itabouthhc .ttitle, .itabouthhc .ttitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itabouthhc .ctcont{
        font-size: 14px;
        line-height: 22px;
    }
    .itabouthhc .ctcont li{
        margin-bottom: 8px;
    }
    /* <===== box 2 =====> */

    /* <===== box 3 =====> */
    .tpcapacityhha .grhha .lcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpcapacityhha .grhha .rcol{
        width: 100%;
    }
    /* <===== box 3 =====> */

    /* <===== box 4 =====> */
    .itservicesall .decs{
        padding: 15px;
    }
    .itservicesall .dstitle, .itservicesall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itservicesall.vbig .dstitle, .itservicesall.vbig .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itservicesall.vbig .dstitle a{
        height: 24px;
    }
    .itservicesall .dstitle a{
        height: 22px;
    }
    .itservicesall .dstend{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .itservicesall.vbig .dstend{
        font-size: 12px;
    }
    .viewmore a{
        font-size: 13px;
        line-height: 21px;
    }
    .tpservicehh .grser{
        margin: 0 -7px;
    }
    .tpservicehh .grser > div{
        margin-bottom: 20px;
        padding: 0 7px;
    }
    /* <===== box 4 =====> */

    /* <===== box 6 =====> */
    .lstnewshome::before{
        top: 20%;
    }
    .itemnewsbig .lcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .itemnewsbig .rcol{
        width: 100%;
    }
    .itemnewsbig .thumb a{
        border-radius: 3px;
    }
    .slnewspg .slick-dots{
        width: 100%;
    }
    /* <===== box 6 =====> */
}
