.default-page.course-page {
    padding-top: 0;
}

.default-page.course-page.inner-page {
    padding-top: 30px;
}

.course-page ul.-list-group li {
    width: 25%
}

.course-page ul.default-list-group li a figure {
    height: 500px;
}

.course-page .top-content {
    background-color: #fcfcfc;
    position: relative;
}

.course-page .top-content:before {
    content: '';
    background-image: url(../image/background/top-content-before.png);
    background-repeat: no-repeat;
    background-position: left top;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.course-page .top-content:after {
    content: '';
    background-image: url(../image/background/top-content-after.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.course-page .top-content .container {
    position: relative;
    z-index: 1;
    background-color: rgba(252, 252, 252, 0.7);
    padding-top: 40px;
    padding-bottom: 80px;
}

.course-page .top-content .content-box .stat-box {
    margin: 0 0 30px 0;
}

.course-page .top-content .editor-content {
    /* margin-top: 15px; */
    padding: 30px;
    margin-bottom: 0;
}

.course-page .top-content .align {
    text-align: right;
    margin-top: -80px;
}

.course-page .top-content .cover {
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow);
    /* width: 413px;
    display: inline-block; */
}

.course-page .top-content .shadow {
    -webkit-box-shadow: 0px 12px 65px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 12px 65px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 65px 0px rgba(0, 0, 0, 0.3);
}

.course-page .top-content .sub-title {
    font-size: var(--typo-md);
    color: #666666;
    margin-bottom: 10px;
    font-weight: bold;
    /* font-family: 'Silapakorn72'; */
}

.course-page .top-content .sub-desc {
    font-size: var(--typo-sm);
    color: var(--color-primary);
    margin-bottom: 10px;
    padding-left: 15px;
    /* font-family: 'Silapakorn72'; */
}


/* .course-page .label-box {
    background-color: #5E7AA2;
    width: 690px;
    height: 170px;
    display: table;
    margin-top: -35px;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
} */

.course-page .label-box .inner {
    /* display: table-cell; */
    /* vertical-align: middle; */
    font-size: var(--typo-lg);
    line-height: 1.1em;
    color: var(--color-primary);
    font-weight: bold;
    /* padding: 0 45px; */
}

.course-page .course-list {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #f5f5f5;
}

.course-page .course-list .title {
    font-size: var(--typo-sm);
    color: #5E7AA2;
    font-weight: bold;
    margin-bottom: 10px;
}

.course-page .course-list .title:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../image/icon/icon-course.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    background-color: var(--color-gray-200);
    border-radius: var(--rounded-circle);
}

.course-page .course-list ul {
    padding: 0 0 0 75px;
    margin: 0;
    list-style: none;
}

.course-page .course-list ul:after {
    content: '';
    display: block;
    clear: both;
}

.course-page .course-list ul>li {
    float: left;
    width: 50%;
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
}

.course-page .course-list ul>li:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--color-secondary);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.course-page .course-list ul>li>a {
    font-size: var(--typo-xs);
    color: #666666;
}

.course-page .course-list ul>li>a:hover {
    color: #333333;
}

.course-page .clearfix {
    height: 50px;
    display: block;
}

.course-page .tab-content {
    position: relative;
}

.course-page .tab-content .title {
    /* color: var(--color-primary); */
    font-size: var(--typo-md);
    font-weight: bold;
    margin: 15px 0;
}

.course-page .tab-content .editor-content {
    min-height: 275px;
}

.course-page.inner-page .inner-table {
    width: 145px;
    padding-right: 15px;
}

.course-page .content-box {
    position: relative;
}

.course-page:not(.inner-page) .top-content .content-box::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    background-color: var(--color-gray-200);
}

@media (max-width:1600px) {
    .course-page ul.default-list-group li a figure {
        height: 420px;
    }
}

@media (max-width:1440px) {
    /* .course-page ul.default-list-group li a figure {
        height: 400px;
    } */
}

@media (max-width:1199px) {
    .course-page ul.default-list-group li a figure {
        height: 340px;
    }
}

@media (max-width:991px) {
    .course-page .top-content .shadow {
        width: 100%;
    }
    /* .course-page .top-content .sub-title {
        font-size: 18px;
    }
    .course-page .top-content .sub-desc {
        font-size: 16px;
    } */
    /* .course-page .label-box {
        width: 100%;
        height: 100px;
    } */
    .course-page .label-box .inner {
        font-weight: normal;
    }
    /* .course-page .course-list ul>li>a {
        font-size: 18px;
    } */
    .course-page ul.-list-group li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .course-page ul.default-list-group li a figure {
        height: 300px;
    }
    .course-page .top-content .editor-content {
        padding: 15px;
    }
}

@media (max-width:575px) {
    .course-page:not(.inner-page) .top-content .content-box::before {
        width: 100%;
    }
    .course-page .label-box .inner {
        /* padding: 15px 25px; */
        text-align: center;
    }
    /* .course-page .course-list .title {
        font-size: 18px;
        font-weight: normal;
    } */
    .course-page .course-list .title:before {
        width: 30px;
        height: 25px;
        margin-right: 5px;
    }
    .course-page .course-list ul {
        padding: 0 0 0 45px;
    }
    .course-page .course-list ul>li {
        padding-right: 0;
    }
    .course-page .course-list ul>li:before {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }
    .course-page .course-list ul>li>a {
        /* font-size: 15px; */
    }
    .course-page .tab-content .title {
        /* font-size: 20px; */
        font-weight: normal;
    }
}