.ah-slide-item{
    background-size: cover;
    background-position: center;
    height: 500px;
}
.ah-slider{
    min-height: 300px;
}
.ah-slider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
}
.owl-prev,
.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    font-size: 12px;
    transform: rotate(180deg);
}
.owl-prev span,
.owl-next span{
    font-size: 50px;
    color: #fff;
    margin: 10px;
    transform: rotate(180deg) !important;
    display: inline-block;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.owl-next{
    left: 0;
    right: auto;
}
.ah-content{
    padding-top: 0;
}
.ah-teacher{
    margin: 130px 50px 0;
    position: relative;
}
.ah-teacher-info{
    width: 100%;
    padding-right: 430px;
    padding-bottom: 50px;
    min-height: 200px;
}
.ah-teacher-img{
    width: 300px;
    height: 300px;
    position: absolute;
    right: 50px;
    bottom: 0;
    background: linear-gradient(45deg, #24a56a, #ffffff00);
    border-radius: 61% 39% 30% 70% / 71% 76% 24% 29%;
    z-index: 2;
}
.ah-teacher-desc,
.ah-teacher-honor{
    font-size: 15px;
}
/*.ah-teacher-honor{
    color: #999;
    position: relative;
    padding-right: 12px;
}
.ah-teacher-honor:not(:first-child){
    margin-right: 4px;
}
.ah-teacher-honor:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #eee;
    border-radius: 8px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.ah-teacher-img-cover {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0;
    background: #0392c959;
    border-radius: 36% 64% 30% 70% / 71% 76% 24% 29%;
    /* top: -25%; */
    right: 50px;
    bottom: 0;
    z-index: 1;
}
.ah-teacher-name{
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #008c44;
    padding: 0 0 0 10px;
    border-bottom-style: dashed;
    margin-bottom: 15px;
    line-height: 38px;
    font-family: DanaRegular !important;
    font-weight: bold;
    color: #008c44;
}
.ah-teacher-desc{
    margin-top: 5px;
}
.ah-teacher:nth-child(even) .ah-teacher-info{
    padding-left: 430px;
    padding-right: 0;
}
.ah-teacher:nth-child(even) .ah-teacher-img,
.ah-teacher:nth-child(even) .ah-teacher-img-cover{
    left: 50px;
    right: auto;
}
.ah-movies{
    background: #000;
    padding: 80px 0;
    margin-top: 130px;
    background-image: url('../../images/chess-bg2.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.ah-movies .ah-separator{
    top: 0;
}
.ah-movie-title{
    background: #1c1c1c;
    padding: 10px 5px;
    border-radius: 42px;
    color: #dfdfdf;
}
.ah-movies .ah-separator svg{
    transform: rotateX(0deg);
}
.ah-movies .ah-separator path{
    fill: #fff !important;
}
.ah-movie{
    width: 29.33%;
    margin: 0 2%;
}
.ah-movies video{
    width: 100%;
}
.ah-movie-title {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.ah-movie-player video{
    border-radius: 10px;
}
.ah-user-comments {
    background: #f6f6fe;
    padding: 60px 0;
    margin-top: 60px;
}
.ah-user-comment{
    width: 40%;
    margin: 30px 5%;
}
.ah-user-comment-box{

}
.ah-user-comment-box {
    position: relative;
    box-shadow: 0 10px 20px 0 rgb(9 30 66 / 8%);
    background-color: hsla(0,0%,100%,.7);
    border-radius: 9px;
    padding: 30px;
}
.ah-user-comment-more{
    font-size: 12px;
    vertical-align: middle;
    color: #2594a3;
    border-bottom: 1px dashed #2594a3;
    line-height: 13px;
    display: inline-block;
    margin: 0 7px;
    cursor: pointer;
}
.ah-user-comment-text-full{
    display: none;
}
.ah-user-comment-text{
    min-height: 96px;
}
.ah-user-comment-box img{
    position: absolute;
    right: -34px;
    top: -34px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0 rgb(9 30 66 / 13%);
    border: 3px solid #fff;
    cursor: pointer;
    background-color: #fff;
}
.ah-user-comment-name{
    text-align: left;
    color: #41b354;
    margin-top: 15px;
    font-size: 12px;
}
.ah-user-comment:nth-child(1),
.ah-user-comment:nth-child(2),
.ah-user-comment:nth-child(5),
.ah-user-comment:nth-child(6){
    padding-left: 50px;
}
.ah-user-comment:nth-child(3),
.ah-user-comment:nth-child(4){
    padding-right: 50px;
}
.ah-honor img{
    width: 200px;
}
.nocomments{
    display: none;
}
.ah-honors{
    margin: 60px 0 0;
}
.ah-honors-box-title,
.ah-movies-box-title,
.ah-user-comment-box-title{
    text-align: center;
    font-size: 22px;
    margin: 0 0 50px;
}
.ah-movies-box-title{
    color: #eee;
}
.ah-honor{
    text-align: center;
}
.ah-honor-year {
    color: #b1b1b1;
}
.ah-honor-title {
    margin-top: 8px;
}
.ah-honor-image{
    padding: 10px;
}
.ah-article{
    width: calc(50% - 18px);
    margin: 9px;
    overflow: hidden;
    border-radius: 10px;
}
.ah-article-item{
    position: relative;
    width: 100%;
    height: 260px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
}
.ah-article-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000CF 70%);
    color: #fff;
    padding: 35px 20px 10px;
    z-index: 2;
}
.ah-article-title div:first-child{
    font-size: 20px;
    font-weight: bold;
}
.ah-articles{
    padding: 70px 0;
}
.ah-article-cover{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    z-index: 3;
}
.ah-article-image,
.ah-article-cover{
    transition: all .35s ease-in-out;
}
.ah-article:hover .ah-article-image{
    transform: scale(1.05) rotate(-1deg);
}
.ah-article:hover .ah-article-cover{
    opacity: 1;
}
.ah-article-image{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
}
.ah-separator{
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: -78px;
}
.ah-separator svg{
    width: calc(100% + 1.3px);
    height: 78px;
    transform: rotateX(180deg);
}
.ah-area{
    position: relative;
}


.ah-user-comments .ah-separator path{
    fill: #f6f6fe
}
.ah-movies .ah-separator path{
    fill: #f439f71f
}

.owl-theme .owl-dots .owl-dot span{
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: none;
    border: 2px solid #fff;
    transform: scale(1.3);
}

@media only screen and (max-width: 920px) {
    .ah-teacher-info{
        padding: 0 !important;
        min-height: auto;
        text-align: center;
    }
    .ah-teacher-honor{
        width: 100%;
    }
    .ah-teacher{
        margin: 0 auto;
        padding-top: 312px;
    }
    .ah-teacher-img,
    .ah-teacher-img-cover{
        top: 0 !important;
        margin: 0 auto;
        left: 0 !important;
        right: 0 !important;
    }
    .ah-teacher:first-child{
        margin-bottom: 60px;
    }
    .ah-movies{
        margin-top: 70px;
    }
}
@media only screen and (max-width: 740px) {
    .ah-article{
        width: calc(100% - 18px);
    }
    .ah-movie{
        width: 46%;
        margin: 0 2% 15px;
    }
}
@media only screen and (max-width: 530px) {
    .ah-movie{
        width: 96%;
    }
    .ah-teacher-name{
        padding: 0 10px;
    }
    .owl-carousel .owl-item img{
        padding: 40px;
    }
    .ah-movies .ah-separator svg{
        width: 140%;
    }
}