/* <=== 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;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.2);-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.2);-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.2);-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.2);-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.2);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .slick-arrow{
    background-color: transparent;
}
.slbannerhh .slick-arrow::before{
    font-size: 45px;
}
.slbannerhh .slick-prev{
    left: 20px;
}
.slbannerhh .slick-next{
    right: 20px;
}
.slbannerhh .slick-dots{
    bottom: 40px;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.hpaainfohh{
    padding: 50px 0 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tpaainfoha{
    margin-bottom: 80px;
}
.tpaainfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -52px;
    gap: 25px 0;
}
.tpaainfoha .hagrip > div{
    padding: 0 52px;
}
.tpaainfoha .hagrip .mcol{
    width: 46.916%;
}
.tpaainfoha .hagrip .hcol{
    width: calc(100% - 46.916%);
}
.tpaainfoha .hathumb{
    position: relative;
}
.tpaainfoha .hathumb .timages{
    background-color: var(--colorff);
    border-radius: 100%;
    padding: 20px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
}
.tpaainfoha .hathumb .iimg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    top: 5px;
    left: 10px;
}
.tpaainfoha .hathumb .iimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaainfoha .hathumb .tvideos{
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 1;
}
.tpaainfoha .tvideos a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--colorwh);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    animation: pulse_toaw 2s infinite;
}
@keyframes pulse_toaw {
    0% {
        box-shadow: 0 0 0 0 var(--colorwh);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.tpaainfoha .tvideos a img{
    max-width: 50%;
    max-height: 50%;
}
.tpaainfoha .dscapts{
    margin-bottom: 15px;
    color: var(--colorwh);
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.tpaainfoha .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--colorwm);
}
.tpaainfoha .dstitle, .tpaainfoha .dstitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpaainfoha .dstends{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--colorwm);
    margin-bottom: 15px;
}
.tpaainfoha .dsconts{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
}
.tpaainfohb .hbwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpaainfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.tpaainfohb .hbgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
}
.itaainfohb .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -12px;
}
.itaainfohb .vvgrip > div{
    padding: 0 12px; 
}
.itaainfohb .vvgrip .xcol{
    width: 124px;
}
.itaainfohb .vvgrip .ycol{
    width: calc(100% - 124px);
}
.itaainfohb .vicon{
    width: 100px;
    height: 100px;
    background-color: var(--colorff);
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.itaainfohb .vicon img{
    max-width: 70%;
    max-height: 70%;
}
.itaainfohb .vdecs{
    max-width: 210px;
}
.itaainfohb .dnumb{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: var(--colorwm);
}
.itaainfohb .dtext{
    font-size: 16px;
    line-height: 25px;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome .bbpadd{
    padding: 40px 20px 60px;
}
.hpbbinfohh .hhtitle{
    text-align: center;
    margin-bottom: 15px;
    color: var(--colorwm);
    text-transform: uppercase;
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
.hpbbinfohh .hhcapts{
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.hpbbinfohh .hhconts{
    margin-bottom: 50px;
}
.tpbbinfohh .hhgrip{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.itbbinfohh{
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--colorff);
    height: 100%;
}
.itbbinfohh .decss{
    padding: 15px 18px 15px 24px;
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itbbinfohh .dstitle a{
    display: block;
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itbbinfohh .dstitle a::before{
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--colorwh);
}
.itbbinfohh:hover .dstitle a{
    color: var(--colorwm);
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.hpccinfohh{
    padding: 40px 0 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.slccinfohh .slick-list{
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.itccinfohh{
    height: 100%;
    border-radius: 20px;
    background-color: var(--colorff);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.itccinfohh .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 37px;
    height: 37px;
    z-index: 2;
    background-image: url('../images/ccplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: pulse_toa 2s infinite;
    border-radius: 100%;
}
.itccinfohh .decss{
    padding: 20px;
    text-align: center;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.itccinfohh .dstitle a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itccinfohh:hover .dstitle a{
    color: var(--colorwm);
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.hpddinfohh{
    padding: 45px 0 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.slddinfohh .slick-list{
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.itddinfohh a{
    background-color: var(--colorff);
    border-radius: 15px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
}
.itddinfohh a:hover{
    border-color: var(--colorwm);
}
/* <=== ddinfohome ===> */

@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .tpaainfoha{
        margin-bottom: 40px;
    }
    .tpaainfoha .hagrip{
        margin: 0 -20px;
    }
    .tpaainfoha .hagrip > div{
        padding: 0 20px;
    }
    .tpaainfoha .dscapts{
        font-size: 16px;
        line-height: 24px;
    }
    .tpaainfoha .dstitle, .tpaainfoha .dstitle h2{
        font-size: 26px;
        line-height: 34px;
    }
    .tpaainfoha .dstends{
        font-size: 15px;
        line-height: 25px;
    }
    .tpaainfoha .dsconts{
        font-size: 13px;
        line-height: 21px;
        text-align: justify;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        min-height: 356px;
        height: 0;
        padding-top: 93.687%;
    }
    .slbannerhh .slick-prev{
        left: 10px;
    }
    .slbannerhh .slick-next{
        right: 10px;
    }
    .slbannerhh .slick-arrow::before{
        font-size: 35px;
    }
    .slbannerhh .slick-dots{
        bottom: 55px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .hpaainfohh{
        padding: 20px 0 35px;
    }
    .tpaainfoha .hagrip{
        flex-direction: column-reverse;
    }
    .tpaainfoha .hagrip .mcol{
        width: 100%;
    }
    .tpaainfoha .hagrip .hcol{
        width: 100%;
    }
    .tpaainfohb .hbgrip > div{
        width: 50%;
    }
    .tpaainfoha .dscapts{
        margin-bottom: 10px;
    }
    .tpaainfoha .dstitle{
        margin-bottom: 10px;
    }
    .tpaainfoha .hathumb{
        margin: 0 -5px;
    }
    .tpaainfoha .hathumb .timages{
        padding: 15px;
    }
    .tpaainfoha .hathumb .iimg{
        top: 3px;
        left: 7px;
    }
    .itaainfohb .vvgrip{
        margin: 0 -11px;
    }
    .itaainfohb .vvgrip > div{
        padding: 0 11px;
    }
    .itaainfohb .vvgrip .xcol{
        width: 122px;
    }
    .itaainfohb .vvgrip .ycol{
        width: calc(100% - 122px);
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome .bbpadd{
        padding: 25px 20px 35px;
    }
    .hpbbinfohh .hhtitle{
        margin-bottom: 10px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpbbinfohh .hhcapts{
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .hpbbinfohh .hhconts{
        margin-bottom: 25px;
    }
    .itbbinfohh{
        border-radius: 10px;
    }
    .itbbinfohh .decss{
        padding: 8px 12px 8px 14px;
    }
    .itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .itbbinfohh .dstitle a{
        padding-right: 20px;
    }
    .itbbinfohh .dstitle a::before{
        font-size: 14px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .hpccinfohh{
        padding: 25px 0 35px;
    }
    .itccinfohh{
        border-radius: 10px;
    }
    .itccinfohh .decss{
        padding: 8px 10px;
    }
    .itccinfohh .dstitle, .itccinfohh .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .hpddinfohh{
        padding: 25px 0 40px;
    }
    .itddinfohh a{
        border-radius: 10px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .tpaainfohb .hbgrip > div{
        width: 100%;
    }
    .tpaainfoha .hathumb .tvideos{
        bottom: 22px;
        right: 25px;
    }
    .tpaainfoha .tvideos a{
        width: 57px;
        height: 57px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .tpbbinfohh .hhgrip{
        grid-template-columns: 1fr 1fr;
    }
    /* <=== bbinfohome ===> */
}