/* <=== bannerhome ===> */
.bannerhome{
    margin-bottom: 25px;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 49.622%;
    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;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.slbannerhh .bancapts, .slbannerhh .bancapts a{
    color: var(--colorff);
}
.slbannerhh .cstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    text-shadow: 3px 0 0  rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateX(150px);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .cstends{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-shadow: 3px 0 0  rgba(0, 0, 0, 0.5);
    margin-bottom: 80px;
    transform: translateX(-150px);
    opacity: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .csviews{
    opacity: 0;
    transform: scale(0);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.slbannerhh .csviews a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--colorwh);
    color: var(--colorff);
    margin: 0 auto;
}
.slbannerhh .csviews a:hover{
    background-color: var(--colorwm);
}
.slbannerhh .csviews a i{
    -webkit-animation: bouncezz 1.2s 500ms infinite;
    -o-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}
.slbannerhh .slick-arrow{
    color: var(--colorff);
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    -webkit-transition: 0.8s 0.4s;
    -o-transition: 0.8s 0.4s;
    transition: 0.8s 0.4s;
}
.slbannerhh .slick-current .cstends{
    opacity: 1;
    transform: unset;
    -webkit-transition: 0.8s 0.6s;
    -o-transition: 0.8s 0.6s;
    transition: 0.8s 0.6s;
}
.slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
    -webkit-transition: 0.8s 0.8s;
    -o-transition: 0.8s 0.8s;
    transition: 0.8s 0.8s;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding-top: 115px;
    position: relative;
    margin-bottom: 25px;
}
.hpaainfohh .hhtitle{
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}
.hpaainfohh .hhtitle::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    bottom: calc(100% + 20px);
    width: 3px;
    height: 240px;
    background-color: var(--colorwh);
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle a{
    color: var(--colorwm);
}
.hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpaainfohh .hhcapts{
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.hpaainfohh .hhviews{
    margin-bottom: 65px;
}
.itaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itaainfohh .hhgrip .mcol{
    width: 53.788%;
}
.itaainfohh .hhgrip .hcol{
    width: calc(100% - 53.788%);
}
.itaainfohh .decss{
    padding: 20px;
}
.itaainfohh .dswrap{
    max-width: 455px;
    margin: 0 auto;
}
.itaainfohh .dstitle{
    margin-bottom: 25px;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}
.itaainfohh .dstitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 35px;
    background-color: var(--colorwh);
    pointer-events: none;
}
.itaainfohh .dstitle, .itaainfohh .dstitle a{
    color: var(--colorwm);
}
.itaainfohh .dstitle a:hover{
    color: var(--colorwh);
}
.itaainfohh .dstitle, .itaainfohh .dstitle h3{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}
.itaainfohh .dsconts{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    max-height: calc(28px * 4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.itaainfohh .dsviews a{
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 10px 5px 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--colorwm);
}
.itaainfohh .dsviews a .vicon{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
}
.itaainfohh .dsviews a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    border-radius: 50px;
    border: 3px solid var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding-top: 115px;
    position: relative;
    margin-bottom: 60px;
}
.hpbbinfohh .hhcapts{
    position: absolute;
    top: -20px;
    right: 0;
    color: var(--color00);
    opacity: 0.03;
    font-size: 120px;
    line-height: 120px;
    pointer-events: none;
}
.hpbbinfohh .hhtitle{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}
.hpbbinfohh .hhtitle::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    bottom: calc(100% + 20px);
    width: 3px;
    height: 240px;
    background-color: var(--colorwh);
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle a{
    color: var(--colorwm);
}
.hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpbbinfohh .hhconts{
    margin-bottom: 45px;
}
.itbbinfohh .thumb{
    margin-bottom: 25px;
}
.itbbinfohh .thumb a{
    display: block;
    border: 1px solid var(--coloree);
    position: relative;
    overflow: hidden;
    padding-top: calc(100% - 2px);
}
.itbbinfohh:hover .thumb a{
    border-color: var(--colorwm);
}
.itbbinfohh .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 28px);
    max-height: calc(100% - 28px);
}
.itbbinfohh .decss{
    text-align: center;
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.itbbinfohh .dstitle a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itbbinfohh:hover .dstitle a{
    color: var(--colorwm);
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    margin-bottom: 30px;
}
.hpccinfohh{
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 650px;
    padding: 60px 20px 120px;
}
.hpccinfohh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color00);
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
}
.hpccinfohh, .hpccinfohh a{
    color: var(--colorff);
}
.hpccinfohh .hhwrap{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.tpccinfohh .hhcapts{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 3px 0 0 rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.tpccinfohh .hhtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 3px 0 0 rgba(0, 0, 0, 0.5);
}
.tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
}
.tpccinfohh .hhconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    text-shadow: 3px 0 0 rgba(0, 0, 0, 0.5);
}
.tpccinfohh .hhviews a{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 14px 40px;
    border: none;
    background-color: var(--colorwh);
    color: var(--colorff);
    text-align: center;
    border-radius: 25px;
    font-weight: 600;
}
.tpccinfohh .hhviews a:hover{
    background-color: var(--colorwm);
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    margin-bottom: 65px;
    padding-top: 115px;
    position: relative;
}
.hpddinfohh .hhcapts{
    position: absolute;
    top: -20px;
    right: 0;
    color: var(--color00);
    opacity: 0.03;
    font-size: 120px;
    line-height: 120px;
    pointer-events: none;
}
.hpddinfohh .hhtitle{
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    position: relative;
}
.hpddinfohh .hhtitle::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    bottom: calc(100% + 20px);
    width: 3px;
    height: 240px;
    background-color: var(--colorwh);
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle a{
    color: var(--colorwm);
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.hpddinfohh .hhconts{
    margin-bottom: 45px;
}
.slddinfohh .slick-list{
    margin: 0 -28px;
}
.slddinfohh .slick-slide{
    padding: 0 28px;
}
.itddinfohh{
    position: relative;
    padding-left: 20px;
}
.itddinfohh .vdates{
    position: absolute;
    top: 52px;
    left: 6px;
    transform: rotate(-90deg);
    transform-origin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.itddinfohh .thumb{
    margin-bottom: 15px;
}
.itddinfohh .decss{
    position: relative;
    padding-left: 40px;
}
.itddinfohh .decss::before{
    content: '';
    position: absolute;
    left: 20px;
    height: 90px;
    width: 2px;
    background-color: var(--colorwh);
    top: -60px;
    pointer-events: none;
}
.itddinfohh .dstitle{
    margin-bottom: 10px;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.itddinfohh .dstitle a{
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itddinfohh .dsconts{
    color: var(--color66);
    font-size: 13px;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    padding: 32px 0;
    background-color: var(--colorf5);
}
.sleeinfohh .slick-list{
    margin: 0 -12px;
}
.sleeinfohh .slick-slide{
    padding: 0 12px;
}
.iteeinfohh a{
    border: 1px solid transparent;
    background-color: var(--colorff);
}
.iteeinfohh a:hover{
    border-color: var(--colorwm);
}
/* <=== eeinfohome ===> */
@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    /* <=== aainfohome ===> */
    .itaainfohh:nth-child(odd) .hhgrip .mcol{
        order: 2;
    }
    .itaainfohh .dsviews a:hover::before{
        width: 100%;
    }
    .itaainfohh .dsviews a:hover{
        padding: 5px 25px 5px 35px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .bannerhome{
        margin: 0 -20px;
        margin-bottom: 25px;
    }
    .slbannerhh .csinner{
        padding: 0 10px;
    }
    .slbannerhh .cstitle{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .slbannerhh .banvdimg{
        min-height: 188px;
    }
    .slbannerhh .csviews{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding-top: 30px;
    }
    .hpaainfohh .hhtitle::before{
        height: 80px;
    }
    .hpaainfohh .hhtitle{
        margin-bottom: 10px;
    }
    .hpaainfohh .hhtitle, .hpaainfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpaainfohh .hhcapts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 20px;
    }
    .hpaainfohh .hhviews{
        margin-bottom: 38px;
    }
    .itaainfohh{
        margin-bottom: 40px;
    }
    .itaainfohh:last-child{
        margin-bottom: 0;
    }
    .itaainfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itaainfohh .hhgrip .hcol{
        width: 100%;
    }
    .itaainfohh .decss{
        padding: 0;
    }
    .itaainfohh .dstitle{
        padding-bottom: 0;
        margin-bottom: 8px;
    }
    .itaainfohh .dstitle::before{
        display: none;
    }
    .itaainfohh .dstitle, .itaainfohh .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itaainfohh .dsconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding-top: 100px;
        margin-bottom: 40px;
    }
    .hpbbinfohh .hhtitle::before{
        height: 80px;
    }
    .hpbbinfohh .hhtitle{
        margin-bottom: 30px;
    }
    .hpbbinfohh .hhtitle, .hpbbinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpbbinfohh .hhconts{
        margin-bottom: 25px;
    }
    .itbbinfohh .thumb{
        margin-bottom: 12px;
    }
    .itbbinfohh .thumb a img{
        max-width: calc(100% - 16px);
        max-height: calc(100% - 16px);
    }
    .itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        margin: 0 -20px;
    }
    .hpccinfohh{
        min-height: 460px;
        padding: 40px 20px 72px;
    }
    .tpccinfohh .hhtitle{
        margin-bottom: 10px;
    }
    .tpccinfohh .hhtitle, .tpccinfohh .hhtitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpccinfohh .hhconts{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
        text-align: justify;
        text-align-last: center;
    }
    .tpccinfohh .hhviews a{
        font-size: 12px;
        line-height: 25px;
        padding: 10px 34px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding-top: 55px;
        margin-bottom: 40px;
    }
    .hpddinfohh .hhtitle::before{
        height: 80px;
    }
    .hpddinfohh .hhtitle{
        margin-bottom: 30px;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpddinfohh .hhconts{
        margin-bottom: 25px;
    }
    .slddinfohh .slick-list{
        margin: 0 -10px;
    }
    .slddinfohh .slick-slide{
        padding: 0 10px;
    }
    .itddinfohh .thumb{
        margin-bottom: 10px;
    }
    .itddinfohh .decss{
        padding-left: 26px;
    }
    .itddinfohh .decss::before{
        height: 60px;
        top: -40px;
        left: 10px;
    }
    .itddinfohh .dstitle{
        margin-bottom: 5px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itddinfohh .dstitle a{
        max-height: 42px;
    }
    .itddinfohh .dsconts{
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .sleeinfohh .slick-list{
        margin: 0 -5px;
    }
    .sleeinfohh .slick-slide{
        padding: 0 5px;
    }
    /* <=== eeinfohome ===> */
}
@media all and (max-width: 767px){

}