/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 46.528%;
    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: 120px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 430px;
    padding: 15px 20px 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    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 .cstends{
    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 .slick-current .cstends{
    opacity: 1;
    transform: unset;
    transition-delay: 0.6s;
}
.slbannerhh .cstitle{
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 5px;
}
.slbannerhh .cstends{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
}
/* <=== bannerhome ===> */

/* <=== prodnewhome ===> */
.prodnewhome{
    padding: 30px 0 60px;
    background-color: #000000;
    position: relative;
    z-index: 1;
}
.prodnewhome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bgprod.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
.slprodnewhh .slick-arrow{
    top: calc(50% - 40px);
}
.slprodnewhh .slick-dots{
    margin-top: 40px;
}
/* <=== prodnewhome ===> */

/* <=== producthome ===> */
.producthome{
    padding: 40px 0 55px;
    background-color: #f3f3f3;
}
.tpproducthh{
    margin-bottom: 45px;
}
.tpproducthh:last-child{
    margin-bottom: 0;
}
.tpproducthh .hhlist{
    margin-bottom: 45px;
}
/* <=== producthome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 35px 0 60px;
}
.tpnewshh .hhinfo{
    margin-bottom: 45px;
}
.tpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .nngrip > div{
    padding: 0 15px;
    width: 50%;
}
.slnewshh .slick-dots{
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding: 0 10px;
}
.slnewshh .slick-dots li.slick-active button{
    background-color: #7aa228;
    border-color: #7aa228;
}
.itnewshhlg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itnewshhlg .thumb a{
    display: block;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.itnewshhlg .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewshhlg:hover .thumb a img{
    transform: scale(1.05);
}
.itnewshhlg .decs{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px 20px;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.7);
}
.itnewshhlg .decs, .itnewshhlg .decs a{
    color: #fff;
}
.itnewshhlg .dsdate{
    margin-bottom: 5px;
}
.itnewshhlg .dstitle, .itnewshhlg .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.itnewshhlg .datesty{
    margin-bottom: 0;
}
.itnewshhlg .datesty span{
    color: #fff;
}
.itnewshhlg .datesty span::before{
    color: #fff;
}
.lstnewshh .nnrow{
    margin-bottom: 20px;
}
.lstnewshh .nnrow:last-child{
    margin-bottom: 0;
}
.itnewshhsm{
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}
.itnewshhsm .smgrip{
    display: flex;
    align-items: center;
    align-content: center;
}
.itnewshhsm .smgrip .mcol{
    width: 270px;
}
.itnewshhsm .smgrip .hcol{
    width: calc(100% - 270px);
}
.itnewshhsm .thumb a{
    display: block;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itnewshhsm .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewshhsm .thumb a:hover img{
    transform: scale(1.05);
}
.itnewshhsm .decs{
    padding: 15px 20px;
}
.itnewshhsm .dstitle{
    margin-bottom: 10px;
}
.itnewshhsm .dstitle, .itnewshhsm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.itnewshhsm .dstitle a{
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshhsm .dsdate{
    margin-bottom: 5px;
}
/* <=== newshome ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 40px;
        padding: 0 30px;
    }
    .slbannerhh .csinner{
        padding: 8px 10px 10px 12px;
        max-width: 190px;
        border-radius: 8px;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 45.579%;
        min-height: 177px;
    }
    .slbannerhh .csinner{
        transform: translateX(100px);
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .cstends{
        transform: translateX(50px);
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== prodnewhome ===> */
    .prodnewhome{
        padding: 20px 0 30px;
    }
    /* <=== prodnewhome ===> */

    /* <=== producthome ===> */
    .producthome{
        padding: 25px 0 35px;
    }
    .tpproducthh .hhlist{
        margin-bottom: 25px;
    }
    /* <=== producthome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 20px 0 35px;
    }
    .tpnewshh .hhinfo{
        margin-bottom: 25px;
    }
    .tpnewshh .nngrip > div{
        width: 100%;
    }
    .tpnewshh .nngrip .lcol{
        margin-bottom: 15px;
    }
    .itnewshhlg .thumb a, .itnewshhsm .thumb a{
        height: 0;
        padding-top: 65.56%;
    }
    .itnewshhlg .decs{
        padding: 12px 15px 12px;
    }
    .itnewshhlg .dstitle, .itnewshhlg .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itnewshhlg, .itnewshhsm, .itnewshhsm .thumb a{
        border-radius: 5px;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 767px){
    /* <=== newshome ===> */
    .itnewshhsm .smgrip .mcol{
        width: 150px;
    }
    .itnewshhsm .smgrip .hcol{
        width: calc(100% - 150px);
    }
    .itnewshhsm .dstend{
        display: none;
    }
    .itnewshhsm .decs{
        padding: 10px 15px;
    }
    .itnewshhsm .dstitle{
        margin-bottom: 0;
    }
    .itnewshhsm .dstitle, .itnewshhsm .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itnewshhsm .dstitle a{
        height: 42px;
    }
    .itnewshhsm .dsviews{
        display: none;
    }
    /* <=== newshome ===> */
}