@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
.clearfix:before, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.uc-class .more-items,.prev-class .more-items {
    display: none;
}

img.lazy.loaded {
    width: 100%;
    height: 100%;
}

.uc-class h2,.prev-class h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.5px;
    color: #294563;
    margin: 60px 0 26px;
}

@media (max-width: 767px) {
    .uc-class h2,.prev-class h2 {
        font-size:20px;
        line-height: 2.25;
        letter-spacing: 0.3px;
        margin: 15px 0 10px;
    }
}

.uc-class .live-lesson,.prev-class .live-lesson {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    margin-bottom: 16px;
    background-color: #fff;
    transition: all 0.2s ease-out;
    position: relative;
    display: flex;
}

@media (max-width: 767px) {
    .uc-class .live-lesson,.prev-class .live-lesson {
        overflow:hidden;
        flex-wrap: wrap;
    }
}

.uc-class .live-lesson:hover,.prev-class .live-lesson:hover {
    border: 1px solid #294563;
    box-shadow: 0px 1px 8px 0px #294563;
}

.uc-class .live-lesson.-writing:hover,.prev-class .live-lesson.-writing:hover {
    border: 1px solid #faaa5a;
    box-shadow: 0px 1px 8px 0px #faaa5a;
}

.uc-class .live-lesson.-writing .live-lesson__time-box,.prev-class .live-lesson.-writing .live-lesson__time-box {
    background-color: #FFEECE;
}

@media (max-width: 767px) {
    .uc-class .live-lesson.-writing .lesson-type,.prev-class .live-lesson.-writing .lesson-type {
        background-color:#faaa5a;
    }
}

.uc-class .live-lesson.-reading:hover,.prev-class .live-lesson.-reading:hover {
    border: 1px solid #327846;
    box-shadow: 0px 1px 8px 0px #327846;
}

.uc-class .live-lesson.-reading .live-lesson__time-box,.prev-class .live-lesson.-reading .live-lesson__time-box {
    background-color: #CFEBD7;
}

@media (max-width: 767px) {
    .uc-class .live-lesson.-reading .lesson-type,.prev-class .live-lesson.-reading .lesson-type {
        background-color:#327846;
    }
}

.uc-class .live-lesson.-speaking:hover,.prev-class .live-lesson.-speaking:hover {
    border: 1px solid #c86478;
    box-shadow: 0px 1px 8px 0px #c86478;
}

.uc-class .live-lesson.-speaking .live-lesson__time-box,.prev-class .live-lesson.-speaking .live-lesson__time-box {
    background-color: #FED6DE;
}

@media (max-width: 767px) {
    .uc-class .live-lesson.-speaking .lesson-type,.prev-class .live-lesson.-speaking .lesson-type {
        background-color:#c86478;
    }
}

.uc-class .live-lesson.-listening:hover,.prev-class .live-lesson.-listening:hover {
    border: 1px solid #32b4c8;
    box-shadow: 0px 1px 8px 0px #32b4c8;
}

.uc-class .live-lesson.-listening .live-lesson__time-box,.prev-class .live-lesson.-listening .live-lesson__time-box {
    background-color: #CCFBFF;
}

@media (max-width: 767px) {
    .uc-class .live-lesson.-listening .lesson-type,.prev-class .live-lesson.-listening .lesson-type {
        background-color:#32b4c8;
    }
}

.uc-class .live-lesson.-abroad:hover,.prev-class .live-lesson.-abroad:hover {
    border: 1px solid #294563;
    box-shadow: 0px 1px 8px 0px #294563;
}

@media (max-width: 767px) {
    .uc-class .live-lesson.-abroad .lesson-type,.prev-class .live-lesson.-abroad .lesson-type {
        background-color:#294563;
    }
}

.uc-class .live-lesson__time-box,.prev-class .live-lesson__time-box {
    position: relative;
    padding: 42px 15px 15px;
    width: 15.99%;
    text-align: center;
    background-color: #E8F2FC;
    top: 0;
    bottom: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__time-box,.prev-class .live-lesson__time-box {
        width:21.79%;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__time-box,.prev-class .live-lesson__time-box {
        position:relative;
        width: 100%;
        padding: 12px 0 12px 86px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__date-info,.uc-class .live-lesson__time-info,.prev-class .live-lesson__date-info,.prev-class .live-lesson__time-info {
        line-height:1;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__date-info,.prev-class .live-lesson__date-info {
        margin-bottom:3px;
    }
}

.uc-class .live-lesson__day,.prev-class .live-lesson__day {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #294563;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__day,.prev-class .live-lesson__day {
        display:inline-block;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.2px;
        margin-bottom: 0;
    }
}

.uc-class .live-lesson__month,.prev-class .live-lesson__month {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #294563;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media (min-width: 992px) and (max-width:1199px) {
    .uc-class .live-lesson__month,.prev-class .live-lesson__month {
        font-size:16px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__month,.prev-class .live-lesson__month {
        font-size:18px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__month,.prev-class .live-lesson__month {
        display:inline-block;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.2px;
        margin-bottom: 0;
    }
}

.uc-class .live-lesson__time-info,.prev-class .live-lesson__time-info {
    line-height: 1.2;
}

.uc-class .live-lesson__time,.uc-class .live-lesson__utc,.prev-class .live-lesson__time,.prev-class .live-lesson__utc {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #294563;
    display: inline-block;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__time,.uc-class .live-lesson__utc,.prev-class .live-lesson__time,.prev-class .live-lesson__utc {
        display:inline-block;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.1px;
    }
}

.uc-class .live-lesson__main-info,.prev-class .live-lesson__main-info {
    width: 61.2%;
    position: relative;
    padding-bottom: 20px;
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 991px) and (max-width:1024px) {
    .uc-class .live-lesson__main-info,.prev-class .live-lesson__main-info {
        width:73%;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__main-info,.prev-class .live-lesson__main-info {
        width:72%;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__main-info,.prev-class .live-lesson__main-info {
        width:100%;
        padding: 30px 19px 0;
        padding-bottom: 0;
        text-align: center;
    }
}

.uc-class .live-lesson__other-info,.prev-class .live-lesson__other-info {
    width: 22.81%;
    padding: 27px 35px 0 35px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info,.prev-class .live-lesson__other-info {
        width:28%;
        padding: 20px 10px 25px;
    }
}

@media (min-width: 991px) and (max-width:1024px) {
    .uc-class .live-lesson__other-info,.prev-class .live-lesson__other-info {
        width:27%;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info,.prev-class .live-lesson__other-info {
        width:100%;
        padding: 23px 19px 25px;
    }
}

.uc-class .live-lesson__other-info a,.prev-class .live-lesson__other-info a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 8px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-radius: 4px;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info a,.prev-class .live-lesson__other-info a {
        height:auto;
        min-height: 40px;
        line-height: 1.2;
        font-size: 14px;
    }
}

.uc-class .live-lesson__other-info a.wbn-bt,.prev-class .live-lesson__other-info a.wbn-bt {
    max-width: 182px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.wbn-bt,.prev-class .live-lesson__other-info a.wbn-bt {
        max-width:initial;
    }
}

.uc-class .live-lesson__other-info a.join-free,.prev-class .live-lesson__other-info a.join-free {
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.join-free,.prev-class .live-lesson__other-info a.join-free {
        margin:0;
    }
}

.uc-class .live-lesson__other-info a.register,.prev-class .live-lesson__other-info a.register {
    margin-bottom: 20px;
    background-color: #294563;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin-top: 26px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info a.register,.prev-class .live-lesson__other-info a.register {
        margin-bottom:15px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.register,.prev-class .live-lesson__other-info a.register {
        margin-bottom:15px;
        margin-top: 0;
    }
}

.uc-class .live-lesson__other-info a.register:hover,.prev-class .live-lesson__other-info a.register:hover {
    background-color: #4D6B89;
}

.uc-class .live-lesson__other-info a.join,.prev-class .live-lesson__other-info a.join {
    background-color: #f9a95a;
}

.uc-class .live-lesson__other-info a.join:hover,.prev-class .live-lesson__other-info a.join:hover {
    background-color: #BB7F44;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info a.join,.prev-class .live-lesson__other-info a.join {
        margin-bottom:15px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.join,.prev-class .live-lesson__other-info a.join {
        margin-bottom:15px;
        margin-top: 0;
    }
}

.uc-class .live-lesson__other-info a.registered,.prev-class .live-lesson__other-info a.registered {
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    background-color: #cccccc;
    color: #ffffff;
    margin-top: 26px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info a.registered,.prev-class .live-lesson__other-info a.registered {
        margin-bottom:15px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.registered,.prev-class .live-lesson__other-info a.registered {
        margin-bottom:15px;
        margin-top: 0;
    }
}

.uc-class .live-lesson__other-info a.registered:hover,.prev-class .live-lesson__other-info a.registered:hover {
    background-color: rgba(204,204,204,0.9);
}

.uc-class .live-lesson__other-info a.view-dt,.prev-class .live-lesson__other-info a.view-dt {
    letter-spacing: 0.2px;
    color: #294563;
    font-weight: bold;
    border: none;
    margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__other-info a.view-dt,.prev-class .live-lesson__other-info a.view-dt {
        margin-bottom:0;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.view-dt,.prev-class .live-lesson__other-info a.view-dt {
        margin-bottom:0;
    }
}

.uc-class .live-lesson__other-info a.view-dt:hover,.prev-class .live-lesson__other-info a.view-dt:hover {
    text-decoration: underline;
}

.uc-class .live-lesson__other-info a.rewatch,.prev-class .live-lesson__other-info a.rewatch {
    margin-top: 26px;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    background-color: #294563;
    position: relative;
}

.uc-class .live-lesson__other-info a.rewatch span,.prev-class .live-lesson__other-info a.rewatch span {
    position: absolute;
    padding: 8px 9px 10px;
    font-size: 9px;
    line-height: 1.33;
    letter-spacing: 0.1px;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: calc(100% + 8px);
    background: #294563;
    border-radius: 4px;
    color: #fff;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__other-info a.rewatch span,.prev-class .live-lesson__other-info a.rewatch span {
        padding:6px 9px 6px;
    }
}

.uc-class .live-lesson__other-info a.rewatch span:after,.prev-class .live-lesson__other-info a.rewatch span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #294563;
    bottom: -5px;
    left: 38%;
}

.uc-class .live-lesson__other-info a.rewatch.disabled,.prev-class .live-lesson__other-info a.rewatch.disabled {
    background-color: #cccccc;
}

.uc-class .live-lesson__other-info a.rewatch.disabled:hover,.prev-class .live-lesson__other-info a.rewatch.disabled:hover {
    background-color: #cccccc;
}

.uc-class .live-lesson__other-info a.rewatch:hover,.prev-class .live-lesson__other-info a.rewatch:hover {
    background-color: #4D6B89;
}

.uc-class .live-lesson__other-info a.join,.prev-class .live-lesson__other-info a.join {
    margin-top: 26px;
    margin-bottom: 20px;
    border: none;
    position: relative;
}

.uc-class .live-lesson__price,.prev-class .live-lesson__price {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: right;
    color: #2EB872;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__price,.prev-class .live-lesson__price {
        position:absolute;
        top: 78px;
        left: 18px;
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.2px;
    }
}

.uc-class .live-lesson__lesson-name,.prev-class .live-lesson__lesson-name {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.3px;
    color: #294563;
    margin: 16px 0 22px;
    width: 100%;
}

.uc-class .live-lesson__lesson-name a{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.3px;
    color: #294563;
    margin: 16px 0 22px;
    width: 100%;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__lesson-name,.prev-class .live-lesson__lesson-name {
        font-size:20px;
        margin: 16px 0;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__lesson-name,.prev-class .live-lesson__lesson-name {
        font-size:16px;
        line-height: 1.38;
        letter-spacing: 0.2px;
        margin: 15px 0;
        text-align: left;
    }
}

.uc-class .live-lesson__tt-avatar,.prev-class .live-lesson__tt-avatar {
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #d5d5d5;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__tt-avatar,.prev-class .live-lesson__tt-avatar {
        width:66px;
        height: 66px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__tt-avatar,.prev-class .live-lesson__tt-avatar {
        width:80px;
        height: 80px;
        float: left;
        margin-right: 0;
    }
}

.uc-class .live-lesson__lesson-info,.prev-class .live-lesson__lesson-info {
    overflow: hidden;
    width: calc(100% - 110px);
    padding-left: 18px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__lesson-info,.prev-class .live-lesson__lesson-info {
        overflow:visible;
        position: relative;
        width: calc(100% - 80px);
        float: left;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__lesson-info ul,.prev-class .live-lesson__lesson-info ul {
        min-height:80px;
    }
}

@media (max-width: 767px) and (max-width:767px) {
    .uc-class .live-lesson__lesson-info ul,.prev-class .live-lesson__lesson-info ul {
        order:1;
    }
}

.uc-class .live-lesson__lesson-info li,.prev-class .live-lesson__lesson-info li {
    float: left;
    margin-right: 16px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__lesson-info li,.prev-class .live-lesson__lesson-info li {
        float:none;
        margin-right: 0;
    }
}

.uc-class .live-lesson__tt-name,.prev-class .live-lesson__tt-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #282828;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__tt-name,.prev-class .live-lesson__tt-name {
        font-size:14px;
        line-height: 1.29;
        letter-spacing: 0.2px;
        margin-bottom: 5px;
    }
}

.uc-class .live-lesson__tt-level,.uc-class .live-lesson__language,.prev-class .live-lesson__tt-level,.prev-class .live-lesson__language {
    font-size: 14px;
    line-height: 1.88;
    letter-spacing: 0.2px;
    color: #282828;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__tt-level,.uc-class .live-lesson__language,.prev-class .live-lesson__tt-level,.prev-class .live-lesson__language {
        font-size:12px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__tt-level,.uc-class .live-lesson__language,.prev-class .live-lesson__tt-level,.prev-class .live-lesson__language {
        font-size:11px;
        line-height: 1.36;
        letter-spacing: 0.1px;
    }
}

.uc-class .live-lesson__language,.prev-class .live-lesson__language {
    position: relative;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__language,.prev-class .live-lesson__language {
        padding:3px 0 3px 20px;
    }
}

.uc-class .live-lesson__language:before,.prev-class .live-lesson__language:before {
    content: "\f075";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: #F9B169;
}

@media (max-width: 767px) {
    .uc-class .live-lesson__language:before,.prev-class .live-lesson__language:before {
        font-size:12px;
    }
}

.uc-class .live-lesson__mobile-price,.prev-class .live-lesson__mobile-price {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #2EB872;
    letter-spacing: 0.2px;
    margin-top: 3px;
}

.uc-class .live-lesson__desc,.prev-class .live-lesson__desc {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    color: #9d9d9d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 73px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__desc,.prev-class .live-lesson__desc {
        font-size:12px;
        max-height: 66px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__desc,.prev-class .live-lesson__desc {
        max-height:45px;
        min-height: 45px;
        margin-top: 11px;
        font-size: 11px;
        line-height: 1.45;
        letter-spacing: 0.1px;
        margin-left: -98px;
        order: 3;
    }
}

.uc-class .live-lesson__source,.prev-class .live-lesson__source {
    background-color: #fff;
    display: inline-flex;
    border: 1px solid #d5d5d5;
    margin-top: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__source,.prev-class .live-lesson__source {
        font-size:12px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__source,.prev-class .live-lesson__source {
        order:2;
        font-size: 12px;
        margin-top: 0;
    }
}

.uc-class .live-lesson__source-logo,.prev-class .live-lesson__source-logo {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
    margin-right: 6px;
}

.uc-class .live-lesson__ex-price,.prev-class .live-lesson__ex-price {
    display: block;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 1.71;
    letter-spacing: 0.2px;
    text-align: right;
}

@media (min-width: 768px) and (max-width:991px) {
    .uc-class .live-lesson__ex-price,.prev-class .live-lesson__ex-price {
        font-size:13px;
    }
}

@media (max-width: 767px) {
    .uc-class .live-lesson__ex-price,.prev-class .live-lesson__ex-price {
        display:inline;
        font-size: 11px;
    }
}

.uc-class .sm-bt,.prev-class .sm-bt {
    max-width: 170px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 4px;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    color: #9d9d9d;
    border: 1px solid #cccccc;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.uc-class .sm-bt:hover,.prev-class .sm-bt:hover {
    background-color: #f7f7f7;
}

.lesson-type {
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    left: -1px;
    right: 0;
    top: -1px;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 4px;
    padding: 0 15px;
    color: #fff;
    z-index: 9;
    text-align: center;
    background-color: #294563;
}

@media (max-width: 767px) {
    .lesson-type {
        width:86px;
        font-size: 14px;
        top: 0;
        border-radius: 4px 0 0 0;
        line-height: 1.6;
        padding: 0 13px;
        text-align: left;
        display: inline-block;
        left: 0;
        right: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.img-center {
    display: block;
    margin: 50px auto;
}


/* colors */
.-abroad .lesson-type {
    background-color: #294563;
}

.-abroad .wbn-bt.join {
    background-color: #294563;
}

.-abroad .wbn-bt.join:hover {
    background-color: #2f5376;
}

.-writing .lesson-item__col-left {
    background-color: #FFEECE;
}

.-writing .class-item__lesson-type,.-writing .lesson-type {
    background-color: #faaa5a;
}

.-writing .class-item__lecturer {
    border: 2px solid #faaa5a;
}

.-writing .wbn-bt.join {
    background-color: #faaa5a;
}

.-writing .wbn-bt.join:hover {
    background-color: #F9B169;
}

.-reading .lesson-item__col-left {
    background-color: #CFEBD7;
}

.-reading .class-item__lesson-type,.-reading .lesson-type {
    background-color: #327846;
}

.-reading .class-item__lecturer {
    border: 2px solid #327846;
}

.-reading .wbn-bt.join {
    background-color: #327846;
}

.-reading .wbn-bt.join:hover {
    background-color: #468558;
}

.-speaking .lesson-item__col-left {
    background-color: #FED6DE;
}

.-speaking .class-item__lesson-type,.-speaking .lesson-type {
    background-color: #c86478;
}

.-speaking .class-item__lecturer {
    border: 2px solid #c86478;
}

.-speaking .wbn-bt.join {
    background-color: #c86478;
}

.-speaking .wbn-bt.join:hover {
    background-color: #CE7486;
}

.-listening .lesson-item__col-left {
    background-color: #CCFBFF;
}

.-listening .class-item__lesson-type,.-listening .lesson-type {
    background-color: #32b4c8;
}

.-listening .class-item__lecturer {
    border: 2px solid #32b4c8;
}

.-listening .wbn-bt.join {
    background-color: #32b4c8;
}

.-listening .wbn-bt.join:hover {
    background-color: #47bbcd;
}

.live-lesson__lesson-info ul {
    list-style: none;
}