
/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 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);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 60px 0;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.slbannerhh .csinner{
    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: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    text-shadow: 3px 5px 0 rgba(0, 0, 0, 0.35);
}
.slbannerhh .cstends{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
}
.slbannerhh .slick-dots{
    left: 35px;
    right: unset;
    top: 0;
    bottom: 0;
    padding: 20px 0;
    display: block;
    margin-top: 0;
}
.slbannerhh .slick-dots li{
    margin-bottom: 15px;
}
.slbannerhh .slick-slide:nth-child(3n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(3.6);
    -ms-transform: scale(3.6);
    -o-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(2n + 2) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 1) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current.slick-slide:nth-child(2n + 2) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/* <=== bannerhome ===> */

/* <=== aboutshome ===> */
.aboutshome{
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.aboutshome::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/abback.png');
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    max-width: 666px;
    max-height: 661px;
    width: 95%;
    height: 95%;
    pointer-events: none;
}
.hpaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -100px;
}
.hpaboutshh .hhgrip > div{
    padding: 0 100px;
}
.hpaboutshh .hhgrip .mcol{
    width: calc(50% - 40px);
}
.hpaboutshh .hhgrip .hcol{
    width: calc(50% + 40px);
}
.tpaboutshh .dscapts{
    margin-bottom: 15px;
    color: #666666;
    font-size: 20px;
    line-height: 30px;
}
.tpaboutshh .dstitle{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #e3b562;
    letter-spacing: -0.2px;
}
.tpaboutshh .dstitle, .tpaboutshh .dstitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}
.tpaboutshh .dsconts{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}
.tpaboutshh .thumb a{
    display: block;
    position: relative;
}
.tpaboutshh .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url('../images/abplay.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 100%;
    animation: pulse_toa 2s infinite;
}
.tpaboutshh .thumb a img{
    width: 100%;
}
/* <=== aboutshome ===> */

/* <=== aboutshome ===> */
.itcoursehh{
    position: relative;
    padding-right: 76px;
}
.itcoursehh .hhsolus{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 76px;
    letter-spacing: 1.1px;
}
.itcoursehh .hhsolus a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 0.5px 1px;
    text-align: center;
    background-color: #08509e;
    color: #fff;
    text-transform: uppercase;
}
.itcoursehh .hhinfos{
    position: relative;
    overflow: hidden;
}
.itcoursehh .ifthumb a{
    display: block;
    padding-top: 54.928%;
    position: relative;
    overflow: hidden;
}
.itcoursehh .ifthumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itcoursehh .ifdecss{
    position: absolute;
    right: 0;
    bottom: 115px;
    max-width: 450px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 30px 30px 40px;
    pointer-events: none;
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itcoursehh .ifdecss{
    transform: unset;
    transition-delay: 0.8s;
}
.itcoursehh .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 29px;
    position: relative;
}
.itcoursehh .dstitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background-color: #08509e;
}
.itcoursehh .dstitle, .itcoursehh .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.itcoursehh .dsconts{
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slcoursehh .slick-arrow{
    top: unset;
    transform: unset;
    bottom: 35px;
}
.slcoursehh .slick-prev{
    left: unset;
    right: 85px;
    color: #fff;
}
.slcoursehh .slick-next{
    right: 25px;
}
/* <=== aboutshome ===> */

/* <=== ttwildhome ===> */
.ttwildhome{
    background-image: url('../images/dgback.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 75px;
} 
.itttwildmm{
    background-color: #fff;
}
.tpttwildhh{
    /* max-width: 1080px;
    margin: 0 auto; */
}
.itttwildhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -35px;
}
.itttwildhh .hhgrip > div{
    padding: 0 35px;
}
.itttwildhh .hhgrip .mcol{
    width: 41.7399%;
}
.itttwildhh .hhgrip .hcol{
    width: calc(100% - 41.7399%);
}
.itttwildhh .thumb{
    position: relative;
}
.itttwildhh .thumb::before{
    content: '“';
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 150px;
    line-height: 100px;
    font-weight: 600;
    color: #08509e;
    z-index: 1;
}
.itttwildhh .thumb .timg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden; 
    border-radius: 100%;
}
.itttwildhh .thumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.itttwildhh .decss{
    position: relative;
    padding: 45px 75px 45px 0;
}
.itttwildhh .decss::before{
    content: '“';
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #1c1c1c;
    font-size: 150px;
    line-height: 0;
    font-weight: 600;
    color: #1c1c1c;
    opacity: 0.1;
}
.itttwildhh .dsname{
    color: #08509e;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.itttwildhh .dschuc{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.itttwildhh .dscont{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.sltoolwild{
    padding: 0 30px;
    margin-left: auto;
    margin-top: 30px;
}
.sltoolwild .togrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -5px;
}
.sltoolwild .togrip > div{
    padding: 0 5px;
}
.sltoolwild .witotal{
    display: flex;
    align-items: center;
    align-content: center;
    color: #08509e;
    font-size: 15px;
    line-height: 20px;
}
.sltoolwild .witotal .tnum{
    font-size: 18px;
    font-weight: bold;
}
.sltoolwild .witotal .tnum, .sltoolwild .witotal .tsum{
    display: flex;
}
.sltoolwild .witotal.vchange .tnum::before, .sltoolwild .witotal.vchange .tsum::before{
    content: '0';
}
.sltoolwild .wiarrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}
.sltoolwild .wiarrow::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: 45px;
}
.sltoolwild .wiprev::before{
    content: '\f30a';
}
.sltoolwild .winext::before{
    content: '\f30b';
}
/* <=== ttwildhome ===> */

/* <=== ttnewshome ===> */
.ttnewshome{
    padding: 35px 0;
}
.itttnewshh{
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 70px;
    height: 100%;
}
.itttnewshh .decss{
    padding: 20px 30px 0;
}
.itttnewshh .dsdates{
    color: #888888;
    margin-bottom: 10px;
}
.itttnewshh .dstitle{
    margin-bottom: 5px;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.itttnewshh .dstitle, .itttnewshh .dstitle a{
    color: #08509e;
}
.itttnewshh .dstitle a:hover{
    color: #e3b562;
}
.itttnewshh .dsviews{
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    z-index: 1;
}
.itttnewshh .dsviews a{
    display: inline-block;
    color: #555555;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.itttnewshh .dsviews a::before{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #08509e;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttnewshh .dsviews a:hover::before{
    right: -30px;
}
.itttnewshh .dsviews a::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #08509e;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itttnewshh .dsviews a:hover::after{
    right: 0;
    opacity: 1;
}
/* <=== ttnewshome ===> */

/* <=== albumshome ===> */
.albumshome{
    padding: 30px 0 45px;
    background-image: url('../images/alback.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}
.slalbumshh .swiper-wrapper{
	transition-timing-function: linear !important;
    align-items: center;
    align-content: center;
}
.slalbumshh{
    position: relative;
}
/* .slalbumshh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 2;
    width: 10000px;
}
.slalbumshh::after{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 2;
    width: 10000px;
} */
.slalbumshh.swiper-container{
    overflow: unset;
}
.slalbumshh .swiper-slide{
    width: 367px;
}
/* <=== albumshome ===> */

@media all and (max-width: 1200px){
    /* <=== aboutshome ===> */
    .aboutshome{
        padding: 50px 0 100px;
    }
    .aboutshome::before{
        max-width: 600px;
    }
    .hpaboutshh .hhgrip{
        margin: 0 -20px;
    }
    .hpaboutshh .hhgrip > div{
        padding: 0 20px;
    }
    .tpaboutshh .dstitle, .tpaboutshh .dstitle h2{
        font-size: 40px;
        line-height: 50px;
    }
    .tpaboutshh .dsconts{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== aboutshome ===> */
    
    /* <=== coursehome ===> */
    .itcoursehh{
        padding-top: 45px;
        padding-right: 0;
    }
    .itcoursehh .hhsolus{
        right: unset;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .itcoursehh .ifthumb a{
        height: 0;
        padding-top: 54.928%;
    }
    .itcoursehh .ifdecss{
        pointer-events: auto;
        max-width: 100%;
        position: relative;
        bottom: 0;
        transform: unset;
        padding: 20px 20px 40px;
    }
    .itcoursehh .dstitle, .itcoursehh .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .slcoursehh .slick-prev{
        left: 10px;
    }
    .slcoursehh .slick-next{
        right: 10px;
        color: #fff;
    }
    /* <=== coursehome ===> */

    /* <=== ttwildhome ===> */
    .ttwildhome{
        padding: 25px 0 30px;
    }
    .itttwildhh .dsname{
        font-size: 20px;
        line-height: 30px;
    }
    .itttwildhh .dschuc{
        font-size: 15px;
        line-height: 23px;
    }
    .itttwildhh .dscont{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== ttwildhome ===> */
}
@media all and (min-width: 1026px){
    /* <=== coursehome ===> */
    .slcoursehh .slick-arrow{
        top: unset!important;
        transform: unset!important;
    }
    /* <=== coursehome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 0;
        padding: 15px 0;
    }
    .slbannerhh .cstitle{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
    }
    .slbannerhh .slick-dots{
        left: 15px;
    }
    .slbannerhh .slick-dots li{
        margin-bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 52.106%;
        min-height: 198px;
    }
    .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 ===> */

    /* <=== aboutshome ===> */
    .aboutshome{
        padding: 20px 0 48px;
    }
    .aboutshome::before{
        top: 35px;
        left: 10px;
        transform: unset;
        max-width: 100%;
        max-height: 100%;
    }
    .hpaboutshh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 45px;
    }
    .hpaboutshh .hhgrip .hcol{
        width: 100%;
    }
    .tpaboutshh .dscapts{
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 27px;
    }
    .tpaboutshh .dstitle{
        margin-bottom: 10px;
    }
    .tpaboutshh .dsconts{
        margin-bottom: 20px;
    }
    .tpaboutshh .thumb a::before{
        width: 65px;
        height: 65px;
    }
    /* <=== aboutshome ===> */

    /* <=== ttwildhome ===> */
    .itttwildhh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .itttwildhh .hhgrip .hcol{
        width: 100%;
    }
    .itttwildhh .thumb{
        max-width: 250px;
        margin: 0 auto;
    }
    .itttwildhh .thumb::before{
        font-size: 91px;
        line-height: 100px;
        top: 20px;
    }
    .itttwildhh .decss{
        padding: 0;
    }
    .itttwildhh .decss::before{
        display: none;
    }
    .itttwildhh .dsname{
        text-align: center;
    }
    .itttwildhh .dschuc{
        margin-bottom: 10px;
        text-align: center;
    }
    .itttwildhh .dscont{
        text-align-last: center;
        letter-spacing: -0.2px;
    }
    .sltoolwild{
        width: 100%;
        margin-top: 10px;
    }
    .sltoolwild .togrip{
        justify-content: center;
    }
    /* <=== ttwildhome ===> */
    .ttnewshome{
        padding: 25px 0;
    }
    .itttnewshh{
        padding-bottom: 40px;
    }
    .itttnewshh .decss{
        padding: 10px 10px 0;
    }
    .itttnewshh .dstitle, .itttnewshh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    .itttnewshh .dsviews{
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .itttnewshh .dsviews a{
        font-size: 12px;
    }
    /* <=== ttnewshome ===> */

    /* <=== albumshome ===> */
    .slalbumshh .swiper-slide{
        width: 250px;
    }
    /* <=== albumshome ===> */
}
@media all and (max-width: 767px){

}