/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: calc(100vh - 125px);
    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;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 465px;
}
.slbannerhh .csconts{
    margin-bottom: 10px;
}
.slbannerhh .csconts .vline{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 18px;
    border-radius: 50px;
    background-color: #f6921e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 15px;
}
.slbannerhh .cstitle span{
    display: block;
}
.slbannerhh .csconts{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.slbannerhh .csviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    color: #005b9e;
    padding: 10px 42px;
    border-radius: 5px;
}
.slbannerhh .csviews a:hover{
    background-color: #e22128;
    color: #fff;
}
.slbannerhh .csconts, .slbannerhh .csviews{
    transform: translateX(150px);
}
.slbannerhh .cstitle{
    transform: translateX(-150px);
}
.slbannerhh .csconts, .slbannerhh .cstitle, .slbannerhh .csviews{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .csconts, .slbannerhh .slick-current .cstitle, .slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
}
.slbannerhh .slick-current .cstitle{
    transition-delay: 0.4s;
}
.slbannerhh .slick-current .csconts{
    transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
    transition-delay: 0.8s;
}
.slbannerhh .slick-dots{
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    width: 100%;
    left: 0;
}
.slbannerhh .slick-arrow{
    opacity: 0;
}
.slbannerhh:hover .slick-arrow{
    opacity: 1;
}
/* <=== bannerhome ===> */

/* <=== aboutshome ===> */
.aboutshome{
    padding: 85px 0 55px;
}
.tpaboutsha{
    margin-bottom: 80px;
}
.tpaboutsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -60px;
}
.tpaboutsha .hagrip > div{
    padding: 0 60px;
}
.tpaboutsha .hagrip .mcol{
    width: 51.938%;
}
.tpaboutsha .hagrip .hcol{
    width: calc(100% - 51.938%);   
}
.tpaboutsha .hathumb{
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}
.tpaboutsha .hathumb .timgm{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tpaboutsha .hathumb .timgm img{
    width: 100%;
}
.tpaboutsha .hathumb .timgh{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsha .dstitle{
    margin-bottom: 15px;
} 
.tpaboutsha .dstitle, .tpaboutsha .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsha .dstitle span{
    display: block;
    color: #003f8d;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
.tpaboutsha .dsconts{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.tpaboutsha .dsviews{
    display: flex;
}
.tpaboutsha .dsviews a{
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #003f8d;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #003f8d;
}
.tpaboutsha .dsviews a .vimg{
    min-width: 15px;
    width: 15px;
    margin-left: 10px;
}
.tpaboutsha .dsviews a:hover{
    border-bottom-color: #e22128;
    color: #e22128;
}
.tpaboutshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpaboutshb .hbgrip > div{
    padding: 0 20px;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.tpaboutshb .hbgrip > div:last-child{
    border-right:none   
}
.itaboutshb{
    text-align: center;
    padding-bottom: 20px;
}
.itaboutshb .hbinfo{
    margin-bottom: 15px;
    color: #003f8d;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.itaboutshb .hbinfo sub{
    font-size: 40px;
    line-height: 20px;
}
.itaboutshb .hbtext{
    font-size: 16px;
    line-height: 24px;
}
/* <=== aboutshome ===> */

/* <=== companhome ===> */
.companhome{
    padding: 50px 0 70px;
    border-bottom: 1px solid #ffffff;
}
.itcompanhh a{
    background-color: #fff;
    border-radius: 10px;
}
/* <=== companhome ===> */

/* <=== visionhome ===> */
.visionhome{
    padding: 45px 0 65px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.visionhome::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 1000px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/tnback.png');
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
}
.tpvisionha{
    margin-bottom: 50px;
}
.tpvisionha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpvisionha .hagrip > div{
    padding: 0 15px;
    width: 33.33333%;
}

.itvisionha {
    position: relative;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 20px 30px 85px 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    min-height: 300px;
}
.itvisionha, .itvisionha a{
    color: #fff;
}
.itvisionha > div{
    width: 100%;
}
.itvisionha.vitem1, .itvisionha.vitem1 .vvicons::after{
    background-color: #038de5;
}
.itvisionha.vitem2, .itvisionha.vitem2 .vvicons::after{
    background-color: #1058b1;
}
.itvisionha.vitem3, .itvisionha.vitem3 .vvicons::after{
    background-color: #003f8d;
}
.itvisionha.vitem1, .itvisionha.vitem3{
    margin-top: 80px;
}
.itvisionha.vitem1::before{
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 50px);
    width: 72%;
    height: 154px;
    background-image: url('../images/tnlinem.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itvisionha.vitem2::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 50px);
    width: 20px;
    height: 109px;
    background-image: url('../images/tnlineh.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itvisionha.vitem3::before{
    content: '';
    position: absolute;
    right: 50%;
    top: calc(100% + 50px);
    width: 72%;
    height: 154px;
    background-image: url('../images/tnlineb.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itvisionha .vvtitle{
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}
.itvisionha .vvtitle, .itvisionha .vvtitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itvisionha .vvconts{
    font-size: 16px;
    line-height: 30px;
    max-height: 150px;
    overflow: hidden;
}
.itvisionha .vvicons{
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 1;
}
.itvisionha .vvicons::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    border-radius: 100%;
    pointer-events: none;
    z-index: -1;
}
.itvisionha .vvicons::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 50px;
    background-image: url('../images/tnline.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -2;
}
.itvisionha .vvicons img{
    max-width: 65%;
    max-height: 65%;
}
.tpvisionhb .hbthumb{
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 28px;
}
.tpvisionhb .hbthumb .timg{
    width: 230px;
    height: 230px;
    border-radius: 100%;
    border: 10px solid #fff;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0, 63, 141, 0.2);
    overflow: hidden;
}
.tpvisionhb .hbthumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpvisionhb .hbthumb .ttxt{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #003f8d;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.tpvisionhb .hbdecss{
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}
.tpvisionhb .hbdecss .dtitle{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.tpvisionhb .hbdecss .dconts{
    font-size: 15px;
    line-height: 30px;
    color: #112a57;
    font-weight: bold;
}
/* <=== visionhome ===> */

/* <=== infosthome ===> */
.infosthome{
    position: relative;
    padding: 70px 0 30px;
    overflow: hidden;
}
.infosthome .ifbacks{
    display: block;
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.infosthome .ifbacks::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003f8d;
    opacity: 0.8;
}
.slinfosthh .slick-list{
    overflow: unset;
}
.slinfosthh .slick-arrow.slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.itinfosthh{
    height: 100%;
    padding: 20px 20px 55px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(0, 63, 141, 0.1);
    background-color: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-active .itinfosthh{
    opacity: 1;
}
.itinfosthh .decss{
    position: relative;
    padding-top: 95px;
    text-align: center;
}
.itinfosthh .dslogos{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border: 10px solid #e5f2ff;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 174 , 239, 0.15);
}
.itinfosthh .dslogos a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itinfosthh .dslogos a img{
    max-width: 80%;
    max-height: 80%;
}
.itinfosthh .dstitle{
    margin-bottom: 10px;
}
.itinfosthh .dstitle, .itinfosthh .dstitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.itinfosthh .dstitle, .itinfosthh .dstitle a{
    color: #003f8d;
}
.itinfosthh .dsconts{
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.itinfosthh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #003f8d;
    color: #fff;
    border-radius: 5px;
}
.itinfosthh .dsviews a:hover{
    background-color: #e22128;
}
/* <=== infosthome ===> */

/* <=== partnehome ===> */
.partnehome{
    padding: 30px 0 80px;
}
/* <=== partnehome ===> */

/* <=== videoshome ===> */
.hpvideoshh a{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.hpvideoshh a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url('../images/vdplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: pulse_toas 2s infinite;
    border-radius: 100%;
}
@keyframes pulse_toas {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    70% {
        box-shadow: 0 0 0 20px rgb(0,152,218,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(0,152,218,0);
    }
}
.hpvideoshh a img{
    width: 100%;
}
/* <=== videoshome ===> */

/* <=== testimhome ===> */
.testimhome{
    padding: 60px 0 70px;
}
/* <=== testimhome ===> */

/* <=== cotacthome ===> */
.cotacthome{
    padding: 90px 0 120px;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
    z-index: 1;
}
.cotacthome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003f8d;
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}
.cotacthome, .cotacthome a{
    color: #fff;
}
.hpcotacthh .hhwrap{
    max-width: 770px;
    margin: 0 auto;
}
.tpcotacthh {
    text-align: center;
}
.tpcotacthh .hhtitle{
    margin-bottom: 10px;
}
.tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpcotacthh .hhnotes{
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
}
.tpcotacthh .hhnotes span{
    display: inline;
    padding-left: 30px;
    position: relative;
    background-image: url('../images/cticon.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.tpcotacthh .hhlinks{
    max-width: 430px;
    margin: 0 auto;
}
.tpcotacthh .hhlinks ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcotacthh .hhlinks li{
    padding: 0 15px;
    width: 50%;
}
.tpcotacthh .hhlinks li a{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 10px;
    text-align: center;
    background-color: #fff;
    color: #112a57;
    border-radius: 5px;
    font-weight: bold;
}
.tpcotacthh .hhlinks li a:hover{
    background-color: #e22128;
    color: #fff;
}
/* <=== cotacthome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
    padding: 70px 0;
}
.slttnewshh .slick-list{
    padding: 5px 0 20px;
}
.itttnewshh{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 174 , 239, 0.1);
}
.itttnewshh .decss{
    padding: 35px 30px 35px;
    position: relative;
}
.itttnewshh .dsdates{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 4px 12px;
    background-color: #003f8d;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    top: -20px;
    z-index: 1;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.itttnewshh .dstitle a{
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* <=== ttnewshome ===> */
@media all and (max-width: 1200px){
    /* <=== aboutshome ===> */
    .tpaboutsha .hagrip{
        margin: 0 -20px;
    }
    .tpaboutsha .hagrip > div{
        padding: 0 20px;
    }
    /* <=== aboutshome ===> */

    /* <=== visionhome ===> */
    .tpvisionha .hagrip{
        margin: 0 -10px;
    }
    .tpvisionha .hagrip > div{
        padding: 0 10px;
    }
    .tpvisionha .hagrip > div:last-child{
        margin-bottom: 0;
    }
    .itvisionha.vitem1::before, .itvisionha.vitem3::before{
        width: 65%;
        height: 130px;
    }
    /* <=== visionhome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 43.423%;
        min-height: 165px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    .slbannerhh .csconts .vline{
        font-size: 12px;
        line-height: 19px;
        padding: 3px 10px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
        transform: translateX(-100px);
    }
    .slbannerhh .csinner{
        max-width: 400px;
    }
    .slbannerhh .csconts{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== aboutshome ===> */
    .aboutshome{
        padding: 45px 0 30px;
    }
    .tpaboutsha .hagrip{
        flex-direction: column-reverse;
    }
    .tpaboutsha .hagrip .mcol{
        width: 100%;
    }
    .tpaboutsha .hagrip .hcol{
        width: 100%;
        margin-bottom: 50px;
    }
    .tpaboutsha .dstitle, .tpaboutsha .dstitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tpaboutsha .dstitle span{
        font-size: 40px;
        line-height: 40px;
    }
    .tpaboutsha .dsconts{
        margin-bottom: 15px;
        font-size: 15px;
    }
    .tpaboutsha{
        margin-bottom: 40px;
    }
    .itaboutshb .hbinfo{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .itaboutshb .hbinfo sub{
        font-size: 25px;
        line-height: 15px;
    }
    .itaboutshb .hbtext{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== aboutshome ===> */

    /* <=== companhome ===> */
    .companhome{
        padding: 45px 0 60px;
    }
    /* <=== companhome ===> */

    /* <=== visionhome ===> */
    .visionhome{
        padding: 50px 0;
    }
    .visionhome::before{
        top: 100px;
        transform: unset;
        background-position: top left;
        background-image: url('../images/tnbackm.png');
        min-width: auto;
    }
    .itvisionha::before{
        display: none;
    }
    .tpvisionha .hagrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itvisionha.vitem1, .itvisionha.vitem3{
        margin-top: 0;
    }
    /* <=== visionhome ===> */

    /* <=== infosthome ===> */
    .infosthome{
        padding: 50px 0 20px;
    }
    .infosthome .ifbacks{
        height: 335px;
    }
    .slinfosthh  .slick-slide > div{
        width: 320px;
    }
    .slinfosthh .slick-track{
        padding-bottom: 30px;
    }
    .itinfosthh .dstitle, .itinfosthh .dstitle h3{
        font-size: 20px;
    }
    .itinfosthh .dsconts{
        height: 100px;
        -webkit-line-clamp: 4;
    }
    .itinfosthh{
        padding: 20px 20px 40px;
    }
    /* <=== infosthome ===> */

    /* <=== partnehome ===> */
    .partnehome{
        padding: 20px 0 60px;
    }
    /* <=== partnehome ===> */

    /* <=== videoshome ===> */
    .hpvideoshh a::before{
        width: 30px;
        height: 30px;
    }
    /* <=== videoshome ===> */

    /* <=== testimhome ===> */
    .testimhome{
        padding: 45px 0 55px;
    }
    /* <=== testimhome ===> */

    /* <=== cotacthome ===> */
    .cotacthome{
        padding: 60px 0 100px;
    }
    .tpcotacthh .hhtitle, .tpcotacthh .hhtitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tpcotacthh .hhnotes{
        margin-bottom: 30px;
    }
    /* <=== cotacthome ===> */

    /* <=== ttnewshome ===> */
    .ttnewshome{
        padding: 50px 0 60px;
    }
    .slttnewshh .slick-list{
        padding: 0;
    }
    .slttnewshh .slick-track{
        padding: 5px 0 20px;
    }
    .itttnewshh .decss{
        padding: 35px 20px 30px;
    }
    .itttnewshh .dstitle, .itttnewshh .dstitle h3{
        font-size: 16px;
    }
    .itttnewshh .dstitle a{
        max-height: 120px;
        height: 100%;
        -webkit-line-clamp: 4;
    }
    /* <=== ttnewshome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 14px;
        line-height: 25px;
        transform: translateX(-50px);
    }
    .slbannerhh .cstitle{
        margin-bottom: 12px;
    }
    .slbannerhh .csconts, .slbannerhh .csviews{
        transform: translateX(50px);
    }
    .slbannerhh .csviews a{
        font-size: 12px;
        line-height: 20px;
        padding: 5px 12px;
    }
    /* <=== bannerhome ===> */

    /* <=== aboutshome ===> */
    .tpaboutshb .hbgrip > div{
        border-right: none;
        width: 50%;
    }
    /* <=== aboutshome ===> */

    /* <=== visionhome ===> */
    .itvisionha{
        min-height: 270px;
    }
    .itvisionha .vvtitle, .itvisionha .vvtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itvisionha .vvtitle{
        max-height: 35px;
    }
    .itvisionha .vvconts{
        font-size: 15px;
        max-height: 120px;
    }
    .tpvisionhb .hbdecss .dtitle{
        font-size: 18px;
    }
    /* <=== visionhome ===> */

    /* <=== ttnewshome ===> */
    .hpttnewshh .vnttitle span{
        display: block;
    }
    /* <=== ttnewshome ===> */
}