/* <=== 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: 160px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 670px;
}
.slbannerhh .cstitle{
    transform: translateX(150px);
    opacity: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    -webkit-transition: 1s 0.5s;
    -o-transition: 1s 0.5s;
    transition: 1s 0.5s;
}
.slbannerhh .cstitle{
    color: var(--colorff);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 30px 0 35px;
}
.tpaainfohh{
    max-width: 670px;
    margin: 0 auto;
}
.slaainfohh  .slick-list{
    overflow: unset;
}
.itttprodmm .thumb{
    margin-bottom: 20px;
}
.itttprodmm .decss{
    text-align: center;
}
.itttprodmm .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itttprodmm .dstitle, .itttprodmm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.itttprodmm .dsconts{
    font-size: 15px;
    line-height: 25px;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.itttprodmm .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    border: 2px solid var(--colorwh);
    padding: 10px 56px 10px 34px;
    position: relative;
    z-index: 1;
}
.itttprodmm .dsviews a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttprodmm .dsviews a .vtxt{
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: var(--colorff);
}
.itttprodmm .dsviews a .vtxt::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, var(--colorwh), var(--colorwb));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttprodmm .dsviews a .vico{
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 11px;
    color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 25px 0 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bbinfohome::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bbback.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
    min-width: 1100px;
}
.bbinfohome .bbwrap{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
.tpbbinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 10px 0;
}
.tpbbinfohh .hhgrip > div{
    padding: 0 5px;
}
.tpbbinfohh .hhgrip .mcol{
    width: 50.36%;
}
.tpbbinfohh .hhgrip .hcol{
    width: calc(100% - 50.36%);
}
.tpbbinfohh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 10px 0;
}
.tpbbinfohh .vvgrip > div{
    padding: 0 5px;
}
.tpbbinfohh .vvgrip .xcol{
    width: 50%;
}
.tpbbinfohh .vvgrip .ycol{
    width: 100%;
}
.itbbinfohh a{
    display: block;
    padding-top: 74.35%;
    position: relative;
    overflow: hidden;
}
.itbbinfohh.vitem3 a{
    padding-top: 37.35%;
}
.itbbinfohh 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;
}
.itbbinfohh:hover a img{
    transform: scale(1.05);
}
.itbbinfohh a::before{
    content: '';
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    width: 35px;
    height: 30px;
    background-image: url("../images/iimages.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* <=== bbinfohome ===> */

@media all and (min-width: 992px){
    /* <=== vhttprodpg ===> */
    .itttprodmm .dsviews a:hover .vico{
        color: var(--colorff);
    }
    .itttprodmm .dsviews a:hover .vtxt::before{
        transform: translateX(100%);
    }
    .itttprodmm .dsviews a:hover::before{
        width: 100%;
    }
    /* <=== vhttprodpg ===> */
}
@media all and (max-width: 1350px){
    /* <=== bbinfohome ===> */
    .bbinfohome .bbwrap{
        padding: 0 20px;
    }
    /* <=== bbinfohome ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 78.95%;
        min-height: 300px;
    }
    .slbannerhh .bancapts{
        bottom: 55px;
    }
    .slbannerhh .csinner{
        max-width: 80%;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 20px 0 25px;
    }
    .itttprodmm .dstitle, .itttprodmm .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    .itttprodmm .decss{
        padding: 0 10px;
    }
    .itttprodmm .dsconts{
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        -webkit-line-clamp: 2;
    }
    .itttprodmm .dsviews a{
        padding: 5px 50px 5px 25px;
        font-size: 13px;
        line-height: 23px;
    }
    .itttprodmm .dsviews a .vico{
        right: 25px;
        font-size: 9px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 20px 0 25px;
    }
    .tpbbinfohh .hhgrip .mcol{
        width: 100%;
    }
    .tpbbinfohh .hhgrip .hcol{
        width: 100%;
    }
    .itbbinfohh a::before{
        width: 29px;
        height: 25px;
        left: 20px;
        bottom: 20px;
    }
    /* <=== bbinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .tpaainfohh{
        max-width: 300px;
    }
    /* <=== aainfohome ===> */
}