.course_title{
    font-weight: 700;
    font-size: 24px;
    color: #482B20;
}

.list-course{
    background-color: #f4f0eb;
    padding-top: 144px;
}

.list-course__intro{
    display: flex;
    align-items: center;
    gap: 10vw;
    margin-bottom: 146px;
}

.list-course__intro-text{
    color: #482B20;
}

.list-course__intro-text > span{
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
}

.list-course__intro-text > h1{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.list-course__intro-text > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}

.list-course__intro-text > .btn1{
    margin-top: 50px;
}

.list-course__intro-pic img{
    height: 400px;
    border-radius: 200px 0 0 200px;
}


.day-video {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.day-video__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.day-video__box {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #000;
    border-radius: 10px;
}

.day-video__box video {
    width: 100%;
    height: auto;
    display: block;
}

.day-video__close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.day-video__play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.day-video.hide{
    display: none;
}

.day-video__play.hide{
    display: none;
}

@media (max-width:1366px) {
    .list-course__intro{
        gap: 5vw;
    }

    .list-course__intro-pic img{
        height: 360px;
    }
}





.resc{
    margin-bottom: 60px;
}

.recs__head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}


.recs__operation{
    display: flex;
    gap: 20px;
}

.recs__arrow{
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.recs__arrow.swiper-button-disabled{
    opacity: .5;
    cursor: not-allowed;
}

.recs__list{
    padding-bottom: 33px;
    position: relative;
    
}

.recs__list::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1350px;
    height: 1px;
    background-color: #DCD9D6;
}

.recs__list .swiper-slide{
    width: 450px;
} 

.recs__item-pic{
    width: 450px;
    /* height: 255px; */
    margin-bottom: 20px;
}

.recs__item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recs__item h3{
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 13px;
}

.recs__item p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}








.chanting{
    padding: 60px 0;
}

.chanting .course-title{
    margin-bottom: 40px;
}

.chanting__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 70px 35px;
}

.chanting__item h3{
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
}

.chanting__item p{
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.chanting__item-pic{
    max-width: 100%;
    margin-bottom: 35px;
}

.chanting__item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .list-course .pagination{
    margin-bottom: 100px;
} */

/* @media (max-width:1440px) {
    .recs__item-pic{
        width: 420px;
    }
} */


@media (max-width:1200px) {
    .chanting__list{
        grid-template-columns: repeat(2,1fr);
    }

    .list-course__intro-pic img {
        width: 400px;
        object-fit: cover;
        border-radius: 0;
    }

}

@media (max-width:1023px) {
    .list-course__intro{
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .list-course{
        padding-top: 40px;
    }



    .chanting__list{
        gap: 10px 10px;
    }
    .chanting__item h3{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .chanting__item p{
        font-size: 10px;
    }

    .chanting__item-pic{
        margin-bottom: 10px;
    }

    .chanting{
        padding: 40px 0;
    }

    .chanting .course-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
