/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    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;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 525px;
    padding: 25px 20px 25px 35px;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    transition-delay: 0.3s;
}
.slbannerhh .cstitle{
    color: #1c1c1c;
    font-size: 32px;
    line-height: 48px;
}
.slbannerhh .slick-next{
    right: 50px;
}
.slbannerhh .slick-prev{
    left: 50px;
}
.slbannerhh.vchange .lazyloading{
    opacity: 1;
}
/* <=== bannerhome ===> */

/* <=== aboutshome ===> */
.aboutshome{
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 100px;
}
.aboutshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
    pointer-events: none;
}
.aboutshome, .aboutshome a{
    color: #fff;
}
.hpaboutshh .hhcapts{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}
.hpaboutshh .hhtitle{
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #e31f2b;
}
.hpaboutshh .hhtitle, .hpaboutshh .hhtitle h2{
    font-size: 65px;
    line-height: 75px;
    font-weight: bold;
}
.hpaboutshh .hhconts{
    max-width: 1030px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}
.hpaboutshh .hhviews{
    margin-bottom: 70px;
}
.tpaboutshh .iftitle{
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}
.itaboutshh a{
    background-color: #fff;
    border-radius: 10px;
}
.itaboutshh a img{
    max-width: 70%;
    max-height: 70%;
}
/* <=== aboutshome ===> */

/* <=== produchome ===> */
.produchome{
    padding: 55px 0 75px;
}
.tpproduchh .hhlist{
    margin-bottom: 40px;
}
.tpproduchh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.tpproduchh .hhgrip > div{
    padding: 0 7.5px;
    width: calc(100% / 3);
    margin-bottom: 10px;
}
.itproduchh{
    height: 100%;
    padding: 20px 20px 60px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproduchh .vline{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.itproduchh .vline::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0000ff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itproduchh .vline::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 1px;
    background-color: #0000ff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itproduchh:hover .vline::before{
    width: 100%;
}
.itproduchh:hover .vline::after{
    height: 100%;
    transition-delay: 0.1s;
}
.itproduchh::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #0000ff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itproduchh::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 1px;
    background-color: #0000ff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itproduchh:hover::before{
    width: 100%;
    transition-delay: 0.2s;
}
.itproduchh:hover::after{
    height: 100%;
    transition-delay: 0.3s;
}
.itproduchh:hover{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.itproduchh .thumb{
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itproduchh .thumb a{
    display: block;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.itproduchh .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    -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;
}
.itproduchh:hover .thumb a img{
    transform: translate(-50%, -50%) scale(1.02);
}
.itproduchh .decss{
    text-align: center;
}
.itproduchh .dstitle, .itproduchh .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.itproduchh .dstitle a{
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.itproduchh:hover .dstitle a{
    color: #0000ff;
}
.itproduchh .dstitle a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #0000ff;
}
/* <=== produchome ===> */

/* <=== projechome ===> */
.projechome{
    padding: 50px 0 70px;
    background-color: #f4f5f5;
}
.tpprojechh .hhitem{
    margin-bottom: 30px;
}
.hhtool .tlgrip{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -20px 0 -10px;
}
.hhtool .tlgrip > div{
    padding: 0 10px;
}
.slquanti{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -2px;
    font-size: 15px;
    line-height: 22px;
}
.slquanti > div{
    padding: 0 2px;
}
.slquanti .qlin{
    font-size: 12px;
}
.slquanti .qbef, .slquanti .qend{
    font-weight: bold;
}
.slquanti .qbef::before, .slquanti .qend::before{
    /* content: '0'; */
}
.slarrows{
    display: flex;
    align-items: center;
    align-content: center;
}
.slarrows > div{
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
}
.slarrows > div.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.slarrows > div::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 24px;
}
.slarrows .arprev::before{
    content: '\f104';
}
.slarrows .arnext::before{
    content: '\f105';
}
.slprojechh .slick-list{
    overflow: unset;
}
.itprojechh{
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slprojechh .slick-active .itprojechh{
    opacity: 1;
}
.itprojechh{
    position: relative;
    padding-bottom: 12px;
}
.itprojechh .thumb{
    margin-bottom: 50px;
}
.itprojechh .decss{
    position: absolute;
    bottom: 0;
    left: 50px;
    max-width: 420px;
    padding: 20px 25px 20px 25px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    z-index: 2;
}
.itprojechh .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itprojechh .dstitle, .itprojechh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itprojechh .dstend{
    color: #e31f2b;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.itprojechh .dspons{
    font-size: 14px;
    line-height: 24px;
}
/* <=== projechome ===> */

/* <=== videoshome ===> */
.tpvideoshh a{
    display: block;
    position: relative;
    overflow: hidden;
}
.tpvideoshh a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    animation: pulse_toa 2s infinite;
    border-radius: 100%;
}
.tpvideoshh a img{
    width: 100%;
}
/* <=== videoshome ===> */

/* <=== serviehome ===> */
.serviehome{
    padding: 65px 0;
    background-color: #f4f5f5;
}
.tpservieha{
    margin-bottom: 50px;
}
.tpservieha .ctgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.tpservieha .ctgrip > div{
    padding: 0 15px;
}
.tpservieha .ctgrip .mcol{
    width: calc(100% - 232px);
}
.tpservieha .ctgrip .hcol{
    width: 232px;
}
.tpservieha .hadecss{
    max-width: 640px;
    font-size: 16px;
    line-height: 26px;
}
.tpserviehb .hbitem{
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.tpserviehb .hbitem::before{
    content: '';
    background-color: #f4f5f5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 10000px;
    z-index: 2;
    right: 100%;
}
.slserviehb .slick-list{
    overflow: unset;
}
.itserviehb{
    width: 450px;
    background-color: #fff;
    padding: 40px 30px 45px 40px;
    position: relative;
}
.itserviehb .hblinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itserviehb .hblinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itserviehb .hblinks::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e31f2b;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itserviehb .hblinks::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 1px;
    background-color: #e31f2b;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itserviehb .hblinks a::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #e31f2b;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itserviehb .hblinks a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 1px;
    background-color: #e31f2b;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itserviehb:hover .hblinks::before{
    width: 100%;
}
.itserviehb:hover .hblinks::after{
    height: 100%;
    transition-delay: 0.1s;
}
.itserviehb:hover .hblinks a::before{
    width: 100%;
    transition-delay: 0.2s;
}
.itserviehb:hover .hblinks a::after{
    height: 100%;
    transition-delay: 0.3s;
}
.itserviehb .dsicons{
    width: 60px;
    height: 60px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itserviehb .dsicons img{
    max-width: 100%;
    max-height: 100%;
}
.itserviehb .dstitle{
    margin-bottom: 12px;
}
.itserviehb .dstitle, .itserviehb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itserviehb .dsconts{
    color: #555555;
    font-size: 15px;
    line-height: 26px;
}
/* <=== serviehome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
    padding: 55px 0 50px;
}
.tpttnewsha{
    margin-bottom: 35px;
}
.tpttnewsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -10px;
}
.tpttnewsha .hagrip > div{
    padding: 0 10px;
}
.tpttnewsha .hagrip .mcol{
    width: calc(100% - 232px);
}
.tpttnewsha .hagrip .hcol{
    width: 232px;
}
.tpttnewsha .hadecss{
    font-size: 16px;
    line-height: 28px;
}
.tpttnewshb{
    position: relative;
}
.slttbutton{
    position: absolute;
    bottom: 10%;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 3;
}
.slttbutton .hccount{
    margin-right: 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}
.slttbutton .hcarrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
}
.slttbutton .swiper-button-disabled{
    opacity: 0.5;
}
.slttbutton .hcarrow::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 24px;
}
.slttbutton .hcprev{
    margin-right: 5px;
}
.slttbutton .hcprev::before{
    content: '\f104';
}
.slttbutton .hcnext::before{
    content: '\f105';
}
.tpttnewshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.tpttnewshb .hbgrip > div{
    padding: 0 25px;
}
.tpttnewshb .hbgrip .mcol{
    width: 50.747%;
}
.tpttnewshb .hbgrip .hcol{
    width: calc(100% - 50.747%);
}
.slttnewshc .slick-list{
    overflow: unset;
}
.slttnewshb{
    overflow: unset;
}
.itttnewshb .thumb{
    margin-bottom: 20px;
}
.itttnewshb .thumb a{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.itttnewshb .dsdates{
    color: #666666;
    margin-bottom: 5px;
}
.itttnewshb .dstitle{
    margin-bottom: 10px;
}
.itttnewshb .dstitle, .itttnewshb .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itttnewshb .dstitle a{
    display: inline-block;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.itttnewshb .dsviews a{
    color: #e31f2b;
    text-transform: uppercase;
    display: inline-block;
}
.itttnewshb .dsviews a:hover{
    color: #0000ff;
}
.itttnewshb .dsviews a span{
    display: inline-block;
    position: relative;
    padding-right: 14px;
}
.itttnewshb .dsviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* <=== ttnewshome ===> */

/* <=== albumshome ===> */
.albumshome{
    padding: 20px 0 15px;
}
.hpalbumsha{
    margin-bottom: 30px;
}
.tpalbumsha .hagrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpalbumsha .hagrip > div{
    padding: 0 10px;
}
.tpalbumsha .hatitle{
    text-transform: uppercase;
}
.tpalbumsha .hatitle, .tpalbumsha .hatitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.tpalbumsha .haconts{
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
}
.hpalbumshb{
    padding: 0 15px;
}
.slalbumshb .slick-list{
    margin: 0 -7.5px;
}
.slalbumshb .slick-slide{
    padding: 0 7.5px;
}
.italbumshb a{
    display: block;
    padding-top: 100%;
    position: relative;
}
.italbumshb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.italbumshb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbumshb:hover a::before{
    opacity: 0.2;
}
.italbumshb a::after{
    content: '\f03e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 17px;
    bottom: 17px;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbumshb:hover a::after{
    opacity: 1;
}
/* <=== albumshome ===> */
@media all and (min-width: 992px){
    .slttnewshb .swiper-slide{
        width: auto;
    }
    .slttnewshb .itttnewshb{
        width: 630px;
        height: auto;
        max-width: 100%;
    }
    .slttnewshb .itttnewshb{
        overflow: hidden;
        position: relative;
        transition: width .3s ease;
    }
    .slttnewshb .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) .itttnewshb{
        width: 370px !important;
    }
    .slttnewshb .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) .itttnewshb .dstitle,
    .slttnewshb .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) .itttnewshb .dstitle h3{
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .csinner{
        padding: 20px 20px 20px 25px;
        max-width: 350px;
    }
    .slbannerhh .cstitle{
        font-size: 20px;
        line-height: 30px;
    }
    .slbannerhh .banvdimg{
        padding-top: 51.316%;
        height: 0;
        min-height: 195px;
    }
    .slbannerhh .csinner{
        transform: translateX(100px);
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== aboutshome ===> */
    .aboutshome{
        padding: 30px 0 55px;
        background-attachment: unset;
    }
    .hpaboutshh .hhcapts{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .hpaboutshh .hhtitle{
        margin-bottom: 10px;
    }
    .hpaboutshh .hhtitle, .hpaboutshh .hhtitle h2{
        font-size: 45px;
        line-height: 55px;
    }
    .hpaboutshh .hhconts{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }
    .hpaboutshh .hhviews{
        margin-bottom: 40px;
    }
    .tpaboutshh .iftitle{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .itaboutshh a{
        border-radius: 5px;
    }
    /* <=== aboutshome ===> */

    /* <=== produchome ===> */
    .produchome{
        padding: 25px 0 35px;
    }
    .tpproduchh .hhlist{
        margin-bottom: 20px;
    }
    .itproduchh{
        padding: 10px 8px 12px;
    }
    .itproduchh .dstitle, .itproduchh .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .itproduchh .dstitle a{
        padding-right: 13px;
    }
    /* <=== produchome ===> */

    /* <=== projechome ===> */
    .projechome{
        padding: 25px 0 30px;
    }
    .slprojechh{
        padding: 0 20px;
    }
    .itprojechh .thumb{
        margin-bottom: 55px;
    }
    .itprojechh .decss{
        left: 20px;
        max-width: 235px;
        padding: 12px 15px 14px 18px;
    }
    .itprojechh .dstitle{
        margin-bottom: 5px;
    }
    .itprojechh .dstitle, .itprojechh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itprojechh .dspons{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== projechome ===> */

    /* <=== serviehome ===> */
    .serviehome{
        padding: 25px 0 35px;
    }
    .tpservieha .vnttitle {
        text-align: center;
    }
    .tpservieha .ctgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpservieha .ctgrip .hcol{
        width: 100%;
    }
    .tpservieha .hadecss{
        max-width: 100%;
        text-align: justify;
        font-size: 14px;
        line-height: 24px;
        text-align-last: center;
        letter-spacing: -0.2px;
    }
    .tpservieha .viewall{
        text-align: center;
    }
    .tpservieha{
        margin-bottom: 35px;
    }
    .itserviehb{
        width: 260px;
        padding: 15px 15px 15px 20px;
    }
    .itserviehb .dsicons{
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }
    .itserviehb .dstitle, .itserviehb .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itserviehb .dsconts{
        font-size: 13px;
        line-height: 21px;
    }
    /* <=== serviehome ===> */

    /* <=== ttnewshome ===> */
    .ttnewshome{
        padding: 25px 0;
    }
    .tpttnewsha{
        margin-bottom: 25px;
    }
    .tpttnewsha .hagrip .mcol{
        width: 100%;
        text-align: center;
    }
    .tpttnewsha .hadecss{
        font-size: 14px;
        line-height: 21px;
    }
    .slttnewshb .swiper-slide{
        width: calc(50vw - 30px)!important;
    }
    .itttnewshb .thumb{
        margin-bottom: 10px;
    }
    .itttnewshb .dsdates{
        font-size: 12px;
        line-height: 20px;
    }
    .itttnewshb .dstitle{
        margin-bottom: 5px;
    }
    .itttnewshb .dstitle, .itttnewshb .dstitle h3{
        font-size: 13px;
        line-height: 21px;
        height: 42px;
        -webkit-line-clamp: 2;
    }
    .swiper-slide-active .itttnewshb .dstitle, .swiper-slide-active .itttnewshb .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itttnewshb .dsviews a{
        font-size: 12px;
        line-height: 20px;
    }
    .hpttnewshh .hhinfos{
        margin-bottom: 25px;
    }
    .tpttnewshb .hbgrip .hcol{
        width: 100%;
    }
    .slttbutton{
        position: static;
        justify-content: flex-end;
        margin-top: 20px;
    }
    /* <=== ttnewshome ===> */

    /* <=== videoshome ===> */
    .tpvideoshh a::before{
        width: 65px;
        height: 65px;
    }
    /* <=== videoshome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 35px;
    }
    .slbannerhh .csinner{
        padding: 10px 10px 10px 15px;
        max-width: 210px;
    }
    .slbannerhh .cstitle{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== bannerhome ===> */

    /* <=== produchome ===> */
    .tpproduchh .hhgrip{
        margin: 0 -5px;
    }
    .tpproduchh .hhgrip > div{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    /* <=== produchome ===> */

    /* <=== ttnewshome ===> */
    .itttnewshb .dstitle, .itttnewshb .dstitle h3{
        height: 63px;
        -webkit-line-clamp: 3;
    }
    /* <=== ttnewshome ===> */
}