.intro-bar .right img{
    width: 442px;
}

.section-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
}

.section-block{
    background-color: #fff;
    padding: 24px 28px 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    margin-bottom: 18px;
}

.section-block:last-of-type{
    margin-bottom: 0;
}

.section{
    margin-bottom: 50px;
}

.section:last-of-type{
    margin-bottom: 0;
}

.bottom-tab{
    padding-top: 15px;
}

.block-title{
    padding-bottom: 12px;
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.block-title::after{
    content: "";
    background-color: #ff0000;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
}

.block-desc{
    font-size: 16px;
    line-height: calc(30em / 16);
    min-height: 70px;
}

.section-block.recommend-lesson-list{
    padding-top: 0;
    padding-bottom: 0;
    max-height: 470px;
}

.recommend-lesson-list a{
    position: relative;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 18px;
    display: block;
    width: 100%;
    height: auto;
    flex: 0 0 auto;

    border-bottom: 1px solid #e6e6e6;
}

.recommend-lesson-list .swiper-scrollbar{
    height: 94% !important;
    top: 3% !important;
    right: 20px !important;
    width: 2px !important;
}

.recommend-lesson-list .swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #ff0000;
}

.recommend-lesson-list .no-result-hint{
    padding-top: 60px;
    padding-bottom: 60px;
}

.recommend-lesson-list a:last-of-type{
    border-bottom: none;
}

.recommend-lesson-list a::before{
    content: "";
    width: 6px;
    height: 10px;
    background: url("../images/support/icon_lesson_arr.svg") center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lesson-table .col1, .lesson-table .col2, .lesson-table .col3{
    border-right: none;
}

.lesson-table .col1{
    width: 70%;
    padding-left: 0;
}
.lesson-table .col2{
    width: 15%;
}
.lesson-table .col3{
    width: 15%;
}
.lesson-table .col2-1{
    border-right: none;
}

.lesson-row{
    cursor: auto;
}

.lesson-row:hover{
    box-shadow: none;
    border-bottom-color: #dfdfdf;
}

.lesson-row:hover .col1{
    color: inherit;
}

.related-material-table .file-download::before{
    display: none;
}

.related-material-table .file-download{
    color: #014877;
}

.related-material-table .file-download::after{
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    border-radius: 50%;
    background: url("../images/icons/download_solid.svg") center/contain no-repeat;
    margin-left: .4em;
}

.related-material-table .file-download:hover{
    text-decoration: underline;
}

.related-material-table{
    padding-top: 0;
    padding-bottom: 0;
}

.day{
    display: flex;
    align-items: flex-start;
    line-height: 1.5em;
    justify-content: space-between;

    border-bottom: 1px solid #e6e6e6;
}

.day-name{
    color: #fff;
    background-color: #bdbdbd;
    padding: .5em;
    width: 110px;
    text-align: center;
    margin-top: 12px;
}

.day-schedule{
    width: calc(100% - 140px);
    flex: 0 0 auto;
}

.time-slot{
    border-bottom: 1px solid #e6e6e6;

    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.time-slot-str{
    width: 230px;
    font-size: 20px;
}

.time-slot-content{
    width: calc(100% - 260px);
}

.time-slot-content,
.time-slot-content p{
    line-height: calc(30em / 16);
}

.time-slot:last-child{
    border-bottom: none; 
}

.customize-hint-ctn{
    text-align: right;
}

.m-table .view-detail,
.customize-hint-ctn .m-button{
    background-color: #e71f19;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}


.m-table .view-detail{
    padding: 8px .5em;
}

.m-table.style2 th{
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-weight: bold;
}

.m-table.style2 th:first-of-type{
    text-align: left;
}

.m-table.style2 .desc-cell{
    position: relative;
    z-index: 240;
}

.m-table.style2 .desc-cell-dropdown{
    border: 1px solid #014877;
    border-radius: 3px;
    padding: .25em;
    color: #014877;
    cursor: pointer;
    width: 80px;
    display: block;
    margin: auto;
}
.desc-cell .desc-options a:hover, .desc-cell .desc-options a.active{
    background-color: #014877;
}

.section.section-schedule{
    position: relative;
    z-index: 300;
}

.m-table.style2 thead tr:last-of-type{
    border-bottom: 2px solid #bdbdbd;
}

.m-table tr{
    border-bottom-color: #e6e6e6;
}

.m-table tr:last-of-type{
    border-bottom-color: #e6e6e6;
}
.m-table td{
    border-right-color: #e6e6e6;
}

.expired{
    background-color: #ebebeb;
    color: #999;
}

/*.m-table .view-detail,
.customize-hint-ctn .m-button{
    font-size: 16px;
    width: 90px;
    height: 34px;
    line-height: 24px;
    padding: 4px;
    border: 1px solid #014877;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    color: #014877;
    background-color: transparent;
}*/

.m-table .view-detail{
    display: block;
}

/*.m-table .view-detail:hover,
.customize-hint-ctn .m-button:hover{
    background-color: #014877;
    border-color: #014877;
    color: #fff;
}*/

.customize-hint-ctn .m-button{
    margin-right: 0;
}

.m-table .center{
    text-align: center;
}

.m-table .view-detail.disabled{
    border-color: #bdbdbd;
    background-color: #bdbdbd;
    color: #fff;
}

.m-table .date{
    position: relative;
    padding-left: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.m-table .date .year-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background-color: #fff;
    border-right: #e6e6e6 1px solid;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header .section-title{
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .section-block{
        padding-left: 20px;
        padding-right: 20px;
    }

    .intro-bar .right img{
        width: 320px;
    }

    .recommend-lesson-list a{
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .section-block.recommend-lesson-list{
        max-height: 423px;
    }

}

@media (max-width: 960px) {
    .intro-bar .breadcrumb-bar .wrapper{
        justify-content: center;
    }
    .intro-bar .right{
        width: 60%;
        margin-bottom: 20px;
        text-align: center;
    }

    .intro-bar .right img{
        width: 100%;
    }

    .intro-bar .wrapper{
        padding-top: 30px;
        padding-bottom: 30px;

        display: flex;
        flex-direction: column-reverse;
    }

    .intro-bar .left{
        width: 100%;
        display: block;
    }

    .banner-bar{
        background-position: center;
    }

    .intro-bar .banner-title{
        font-size: 22px;
    }

    .intro-bar .splitter{
        margin-bottom: 16px;
        width: 80px;
        height: 6px;
    }

    .intro-bar .btn-ctn{
        margin-top: 20px;
    }

    .intro-bar .flash-hint{
        margin-top: 20px;
    }

    .main .wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title{
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 12px;
    }

    .section-block{
        padding: 12px 15px 15px;
        margin-bottom: 10px;
    }

    .block-title{
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .block-desc{
        font-size: 14px;
    }

    .recommend-lesson-list{
        font-size: 14px;
    }

    .recommend-lesson-list a{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .lesson-table .col1{
        width: 100%;
        display: block;
    }

    .lesson-table .col2,
    .lesson-table .col3{
        width: 50%;
    }

    .section-block.related-material-table{
        padding: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .lesson-row .col1::before{
        display: none;
    }

    .lesson-row:hover{
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    }

    .section.section-schedule .section-block{
        padding: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .time-slot-str{
        width: 180px;
    }

    .time-slot-content{
        width: calc(100% - 200px);
    }
}

@media (max-width: 750px) {
    .day{
        display: block;
    }

    .day .day-name{
        margin-bottom: 0;
        font-size: 20px;
        line-height: 2em;
        padding: 0;
        width: 100%;
        margin-top: 0;
        background: rgb(189,189,189, 1);
    }

    .day .day-schedule{
        width: 100%;
    }

    .time-slot{
        padding: 10px 0;
    }

    .time-slot-str{
        width: 38%;
        font-size: 16px;
        line-height: 1.5em;
    }

    .time-slot-content{
        width: 58%;
    }
}

@media (max-width: 480px) {

    .intro-bar .right{
        width: 80%;
    }
}
