.listClassDuo{
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px 24px 24px;
    overflow-x: hidden;
}
.listClassDuo p{
    font-size: 14px;
    color: #250A03;
    opacity: 0.6;
    font-weight: 400;
    margin-bottom: 16px;
}
.listClassDuo__title{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}
.listClassDuo__listSubject{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.listClassDuo__listSubject .oneSubject{
    width: 316px;
    height: 342px;
    border-radius: 8px;
    padding: 24px;
    color: #fff;
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    margin-right: 20px;
    white-space: normal;
    background-size: cover;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}
.listClassDuo__listSubject .oneSubject ._new{
    position: absolute;
    right: 16px;
    top: -16px;
    max-width: 100%;
    width: 72px;
}
.listClassDuo__listSubject .oneSubject:last-child{
    margin-right: 0;
}
.oneSubject--yellow{
    background-image: url(/assets/imgs/duo/tiengviet.png);
}
.oneSubject--blue{
    background-image: url(/assets/imgs/duo/tienganh.png);
}
.oneSubject--orange{
    background-image: url(/assets/imgs/duo/toan.png);
}
.oneSubject.advanced{
    background-image: url(/assets/imgs/duo/advanced.png);
}
.oneSubject.basic{
    background-image: url(/assets/imgs/duo/toan.png);
}

.oneSubject--purple{
    background-image: url(/assets/imgs/duo/ly.png);
}
.oneSubject--dark_yellow{
    background-image: url(/assets/imgs/duo/hoa.png);
}
.oneSubject--green{
    background-image: url(/assets/imgs/duo/sinh.png);
}
.oneSubject--blue_white{
    background-image: url(/assets/imgs/duo/khtn.png);
}
.oneSubject--dgnl_dhhn{
    background-image: url(/assets/imgs/duo/subject_bg_dgnl_dhhn.png);
}
.oneSubject--dgnl_dhhcm{
    background-image: url(/assets/imgs/duo/subject_bg_dgnl_dhhcm.png);
}
.oneSubject--dgtd_dhbk{
    background-image: url(/assets/imgs/duo/subject_bg_dgtd_dhbk.png);
}

.oneSubject__top{
    position: absolute;
    top:24px;
    left: 24px;
    width: calc(100% - 48px);
}
.oneSubject__top__total{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.12) 100%);
    border-radius: 24px;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
} 
.oneSubject__top__vip{
    position: absolute;
    left: 92px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 32px;
    color:#000000;
    text-transform: uppercase;
    font-weight: 600;
} 
.oneSubject__top__vip img{
    margin-right: 6px;
    width: 20px !important;
}
.oneSubject__top__lessonInWeek{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top:0;
    height: 32px;
    line-height: 32px;
}
.oneSubject__title{
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    top:68px;
    left: 24px;
}
.btn__choice__class{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 24px;
    left: 24px;
    background: unset;
    outline: none;
    border: none;
}
.btn__choice__class svg{
    margin-left: 4px;
}
.listClassDuo__empty{
    text-align: center;
}
.listClassDuo__empty img{
    width: 111px;
    margin-bottom: 10px;
}
.listClassDuo__empty .title__empty{
    font-weight: 600;
    font-size: 18px;
    color: #FF5F04;
    margin-bottom: 10px;
}
.listClassDuo__empty .contact__empty{
    font-weight: 500;
    font-size: 16px;
    color: #131313;
}
.listClassDuo__empty .contact__empty a{
    color:#006CCF;
    text-decoration: none;
}
@media screen and  (max-width: 1660px) {
    .listClassDuo__listSubject .oneSubject{
        width: 100%;
        padding: 16px;
    }
    .oneSubject__top, .oneSubject__title, .btn__choice__class{
        left: 16px;
    }
    .oneSubject__top{
        top:16px;
        width: calc(100% - 32px);
    }
}