/*==============  last sale pickup  ==================*/
.last-sale-container {
    background-color: #5D6A76;
    display: none;
}

.last-sale-item {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    color: white;
}

.last-sale-text {
    margin-right: 20px;
}

#last-sale-countdown-timer span {
    border-radius: 5px;
    background-color: white;
    color: #5D6A76;
    padding: 5px;
}

.last-sale-item.non-closed {
    display: flex;
}

.last-sale-close-button {
    border: none;
    position: absolute;
    background-color: unset;
    right: 10px;
}

.report-filter {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

select#report-period-select {
    outline: none;
    border: none;
    border-radius: 50px;
    padding: 3px 30px;
}

.period-filter-outline {
    border: 2px solid #5D6A76;
    max-width: 180px;
    border-radius: 50px;
    margin-left: 10px;
}


.income-report-table {
    margin-top: 15px;
}

.report-table-details {
    font-weight: bold;
}

.table-detail-row {
    padding: 0px 18px;
}

.report-table {
    margin-top: 15px;
}

#report-container .total-row, #monthly-report-container .total-row {
    padding: 18px;
    margin-top: 25px;
    border-top: 2px dashed #888;
    font-weight: bold;
}

#report-container .total-value, #monthly-report-container .total-value {
    text-align: right;
}

.income-row {
    padding: 18px;
}

    .income-row:nth-child(odd) {
        background-color: #F5F5F5;
    }

.income-row-title {
    font-weight: bold;
}

.income-row-content {
    text-align: right;
}

.image-content {
    background-color: #F5F5F5;
    padding: 20px;
}

    .image-content .member-data-title {
        margin-bottom: 10px;
    }

    .image-content .organizer-image {
        border-radius: 10px;
        max-width: 100%;
    }

.cert-testing-container {
    text-align: right;
    align-self: center;
}

.cert-testing {
    font: 16px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
    border: none;
    padding: 10px 40px;
    width: 185px;
    border-radius: 25px;
    color: white;
    background-color: #D2C978;
    text-align: center;
}
/*====================================================*/
/*===========  register/login section  ===============*/
.register-login-button-container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.register-login-button {
    font: 16px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
    border: none;
    padding: 10px 20px;
    width: 185px;
    border-radius: 25px;
    color: white;
    background-color: #D2C978;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .register-login-button img {
        margin-right: 10px;
    }

#mobile .register-login-button {
    font: 16px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
    border: none;
    padding: 0px;
    width: unset;
    border-radius: 0px;
    color: inherit;
    background-color: unset;
    background-image: none;
}

.register-login-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
    flex-direction: column;
    overflow-y: scroll;
}

.register-login-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.scroll-disable {
    overflow: hidden;
}

.login-form-container {
    z-index: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}

.login-form-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
    color: #6a6a6f;
}

.direct-to-register {
    font-family: "Open Sans";
    margin-bottom: 10px;
    font-weight: bold;
    color: #6a6a6f;
}

a#register-direct {
    color: #5D6A76;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.direct-to-login {
    font-family: "Open Sans";
    margin-bottom: 10px;
    font-weight: bold;
    color: #6a6a6f;
}

a#login-direct {
    color: #5D6A76;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.login-form {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 15px 30px 20px;
}

.login-form-provider {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 15px 30px 20px;
    margin-bottom: 20px;
}

.login-provider-btn-container {
    margin-bottom: 15px;
}

.provider-btn {
    border: none;
    padding: 0px;
}

.provider-img {
    width: 218px;
}

    .provider-img:hover, .provider-img:focus {
        content: url("/media/x11nxfbl/btn_google_signin_dark_focus_web-2x.png");
    }

.register-form {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 15px 30px 20px;
}

.form-column-border {
    display: flex;
    background-color: white;
    padding: 8px 20px;
    border-radius: 21px;
    border: 1px solid #C5C5C5;
}

.mb-3 {
    margin-bottom: 15px;
}

    .mb-3 input {
        border: none;
        outline: none;
        width: 100%;
        margin-left: 10px;
        font-size: 16px;
    }

.forgetpassword-reset-container {
    max-width: 600px;
    padding: 50px 20px;
    margin: 0px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

.forgetpassword-reset-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
    color: #6a6a6f;
}

.forgetpassword-reset {
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 15px 30px 20px;
}

a.login-url, a.login-url:visited {
    color: #5D6A76;
    font-size: 20px;
    line-height: 24px;
}

.reset-success {
    color: grey;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
}

.validation-success {
    color: grey;
    font-size: 30px;
    line-height: 30px;
}

.validation-fail {
    font-size: 24px;
    line-height: 24px;
}

.validation-msg-container {
    margin: 100px auto;
    justify-content: center;
    display: flex;
    text-align: center;
}

.username-icon::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/media/vuqlo41t/form-icon-username.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
}

.user-icon::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/media/aeodgf2q/form-icon-user.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
}

.password-icon::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/media/wy1dllqf/form-icon-password.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
}

.forget-password-link::before {
    content: "?";
    width: 15px;
    height: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #707070;
    color: #ffffff;
    border-radius: 30px;
}

.forget-password-link {
    text-align: left;
    margin-bottom: 20px;
}

.btn-primary {
    font: 16px "Open Sans", "Noto Sans TC",'Noto Sans SC', sans-serif;
    border: none;
    padding: 10px 20px;
    width: 100%;
    border-radius: 25px;
    color: white;
    background-color: #D2C978;
}

.form-inner-text {
    font-family: "Open Sans";
    font-weight: bold;
    color: #6a6a6f;
    margin-bottom: 20px;
}

.agreed-announcement {
    font-size: 14px;
    margin-bottom: 15px;
}

.register-form-container {
    display: none;
    z-index: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}

.register-form-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 30px;
    color: #6a6a6f;
}

.forget-password-form-container {
    display: none;
    z-index: 1;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    width: 400px;
}

.forget-password-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 30px;
    color: #6a6a6f;
}

.reset-password-form {
    background-color: #f5f5f5;
    padding: 15px 30px;
    border-radius: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    padding-bottom: 30px;
    color: #6a6a6f;
}

.reset-password-input-div {
    display: flex;
    background-color: white;
    border: 1px solid #999;
    border-radius: 20px;
}

#reset-password-input {
    width: 100%;
    border: none;
    padding: 8px 0px 8px 20px;
    border-radius: 0px 30px 30px 0px;
    font-size: 16px;
}

    #reset-password-input:focus {
        outline: none;
    }

.reset-password-input-icon {
    padding-left: 20px;
}

    .reset-password-input-icon::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url(/media/aeodgf2q/form-icon-user.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 6px;
    }

.password-change-success {
    color: #5D6A76;
    font-weight: bold;
}

.reset-password-btn {
    font: 16px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
    border: none;
    padding: 5px 20px;
    width: 100%;
    border-radius: 25px;
    color: white;
    background-color: #D2C978;
}

.registration-success-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px auto;
    justify-content: center;
}

    .registration-success-box .text-success {
        font-size: 24px;
        color: #5D6A76 !important;
    }

.close-form-btn {
    font-family: "Open Sans";
    font-size: 18px;
    margin-top: 10px;
    color: white;
    z-index: 1;
}

.close-form-btn-img {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
    width: 100%;
    max-width: 22px;
}
/*====================================================*/

/*================ course section ====================*/
.course-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.course-type-container {
    position: relative;
}

.course-item-type {
    position: absolute;
    width: max-content;
    padding: 3px 18px;
    border-radius: 0px 0px 10px 0px;
    background-color: #5D6A76;
    color: white;
    text-align: center;
    line-height: 32px;
}

    .course-item-type.audio-book-color {
        background-color: #FF6F00;
    }

.course-details-type-container {
    margin-bottom: 10px;
}

.course-details-item-type {
    width: 70px;
    padding: 2px;
    border-radius: 10px;
    background-color: #5D6A76;
    font-size: 12px;
    color: white;
    text-align: center;
}

    .course-details-item-type.audio-book-color {
        background-color: #FF6F00;
    }

.mobile-course-item-thumbnail .course-item-type {
    left: 5px;
    bottom: 5px;
}

.page-tab-container {
    overflow: hidden;
}

.page-tab {
    padding: 10px 10px 20px;
    max-width: 100vw;
    overflow: auto;
    white-space: nowrap;
}

    .page-tab a {
        margin: 0px 10px;
    }

.course-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 85%;
    padding: 0px 30px 50px;
    margin-top: -120px;
    overflow: hidden;
    margin-left: auto;
}

.course-listing {
    max-width: 1600px;
}

.course-item-usericon {
    max-width: 55px;
    max-height: 55px;
    border: 3px solid #fafafe;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    top: 26px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.course-item-thumbnail {
    display: flex;
}

    .course-item-thumbnail img {
        width: 100%;
    }



.index-event-section {
    margin: 50px 60px 70px;
    position: relative;
}

.index-event-background {
    background-color: #f5f5f5;
    height: 573px;
    position: absolute;
    right: -60px;
    top: 30px;
    width: 100%;
    z-index: -1;
    border-radius: 50px 0 0 0;
}

.index-event-section .title-contain {
    display: flex;
    margin-bottom: 60px;
}

.index-event-section .title {
    font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    font-size: 2.625rem;
    line-height: 60px;
    font-weight: 500;
    margin-right: 10px;
}

.index-event-section .sub-title {
    font-size: 1.375rem;
    line-height: 40px;
    align-content: flex-end;
}

.event-item {
    border-radius: 5px;
    overflow: hidden;
    width: 25%;
}

.event-list {
    display: flex;
    gap: 2%;
}

.event-data {
    background-color: #5D6A76;
    border-top: none;
    padding: 14px;
    color: #E8E6D7;
}

.event-status-container {
    position: relative;
}

.event-item-status {
    position: absolute;
    width: max-content;
    padding: 3px 18px;
    border-radius: 0px 0px 10px 0px;
    background-color: #5D6A76;
    color: white;
    text-align: center;
    line-height: 32px;
}

    .event-item-status[data-statuscolor="green"] {
        background-color: #609E59;
    }

    .event-item-status[data-statuscolor="orange"] {
        background-color: #E19346;
    }

    .event-item-status[data-statuscolor="red"] {
        background-color: #BE1D17;
    }

.event-item-thumbnail img {
    width: 100%;
}

.event-date-contain {
    margin-bottom: 12px;
}

    .event-date-contain .event-date {
        font-size: 14px;
        line-height: 18px;
    }

    .event-date-contain .event-time {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }

.event-item-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    height: 57px;
    font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    font-weight: 600;
}

.multiline-ellipsis-event-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.event-item-subcontent-container .event-item-subcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    align-items: flex-end;
    margin-bottom: 40px;
}

.event-item-subcontent-container .provider {
    font-size: 12px;
    line-height: 24px;
    height: 18px;
    margin-bottom: 10px;
}

.event-item-subcontent-container .event-item-btn {
    background-color: #F2EEDF;
    padding: 10px;
    border-radius: 22px;
    color: #5D6A76;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .event-item-subcontent-container .event-item-btn svg {
        margin-left: 10px;
        stroke: #E8E7D8;
    }

.event-s1 {
    margin: 50px 0 -50px 15%;
    background-color: #F5F5F5;
    padding: 25px 40px;
    border-radius: 50px 0 0 0;
    height: 200px;
}

    .event-s1 .event-list-filter {
        display: flex;
        gap: 15px;
        margin-bottom: 25px;
    }

    .event-s1 .filter-select {
        border: 1px solid #596671;
        border-radius: 22px;
        width: 200px;
        background-color: unset;
        color: #596671;
        padding: 5px 15px;
        display: flex;
        align-items: center;
    }

        .event-s1 .filter-select img {
            margin-left: auto;
        }

.event-s2 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
}

    .event-s2 .event-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1.333%;
        margin-bottom: 90px;
    }

    .event-s2 .event-item {
        border-radius: 5px;
        width: 24%;
    }

        .event-s2 .event-item:hover {
            border-radius: 5px;
            box-shadow: 0px 3px 10px #00000033;
        }

    .event-s2 .event-item-thumbnail {
        border-radius: 5px;
        overflow: hidden;
    }

    .event-s2 .event-data {
        background: unset;
        color: #5D6A76;
    }

    .event-s2 .event-item-subcontent-container .event-item-subcontent {
        margin-bottom: unset;
    }

    .event-s2 .event-item-subcontent-container .event-item-btn {
        background-color: #5D6A7617;
        color: #5D6A76;
    }

    .event-s2 .event-item:hover .event-item-subcontent-container .event-item-btn {
        background-color: #5D6A76;
        color: #E8E7D8;
    }

    .event-s2 .event-item-subcontent-container svg {
        stroke: #5D6A76;
    }

    .event-s2 .event-item:hover .event-item-subcontent-container svg {
        margin-left: 10px;
        stroke: #E8E7D8;
    }

.index-course-introduction-contain {
    background-image: url(/media/ysqnxgpz/panorama-view-sunrise-tokyo-city-skyline-japan.png);
    background-size: cover;
    margin-left: 60px;
    border-radius: 30px 0 0 30px;
    padding: 30px 45px;
    height: 500px;
    display: flex;
}

    .index-course-introduction-contain .introduction {
        color: #FFF;
        margin-right: 10px;
    }

    .index-course-introduction-contain .title-contain {
        display: flex;
        margin-bottom: 25px;
    }

    .index-course-introduction-contain .title {
        font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
        font-size: 2.625rem;
        line-height: 60px;
        font-weight: 500;
        margin-right: 10px;
    }

    .index-course-introduction-contain .sub-title {
        font-size: 1.375rem;
        line-height: 40px;
        align-content: flex-end;
    }

    .index-course-introduction-contain .intro {
        margin-bottom: 50px;
    }

.course-item {
    border-radius: 5px;
    overflow: hidden;
}

.course-item-details {
    box-shadow: 0px 3px 6px #00000029;
}

.course-data {
    background-color: #F2EFDF;
    border-top: none;
    padding: 14px;
    color: #5D6A76;
}

.course-item-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    height: 57px;
    font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    font-weight: bold;
}

.course-item-username {
    display: none;
}

.course-item-subcontent-container {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    color: #5D6A76
}

    .course-item-subcontent-container .course-item-subcontent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 14px;
        align-items: flex-end;
        margin-bottom: 40px;
    }

    .course-item-subcontent-container .provider {
        font-size: 12px;
        line-height: 24px;
        height: 18px;
        margin-bottom: 10px;
    }

    .course-item-subcontent-container .course-item-btn {
        background-color: #5D6A76;
        padding: 10px;
        border-radius: 22px;
        color: #F2EEDF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .course-item-subcontent-container .course-item-btn img {
            margin-left: 10px;
        }


.course-item-time-apply {
    display: flex;
    flex-direction: column;
}

.course-item-duration {
    color: #6A6A6F;
}

.course-favorite-item-icon-container {
    position: relative;
}

.course-favorite-item {
    position: absolute;
    right: 3px;
    bottom: 7px;
    width: 32px;
}

.mobile-course-item-thumbnail .course-favorite-item {
    right: 3px;
    bottom: 3px;
}

.course-item-purchased-user {
    color: #6A6A6F;
}

.course-price {
    font-size: 24px;
    color: #5D6A76;
}

.course-item-duration::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/mjoda35w/course-duration.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.course-item-purchased-user::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/lm5dywak/couse-apply.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.course-item-subcontent-view::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/3g1falyz/course-view.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.course-item-subcontent-like::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/ervfushu/couse-like.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.course-view-all-button {
    font: 16px "Open Sans", "Noto Sans TC",'Noto Sans SC', sans-serif;
    border: none;
    padding: 10px 20px;
    width: 185px;
    border-radius: 25px;
    background-color: #FFF;
    -webkit-appearance: button;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}

a.course-view-all-button {
    color: #5D6A76;
}

.index-course-others-contain {
    display: flex;
    gap: 30px 2%;
    margin: 0px 20px;
}

.index-course-others {
    display: flex;
    max-width: 504px;
    box-shadow: 0px 3px 10px #00000012;
    border-radius: 5px;
    overflow: hidden;
    color: #5D6A76;
}


    .index-course-others .content-contain {
        padding: 20px;
        background-color: #E8E6D7;
    }

    .index-course-others .title {
        font-size: 24px;
        line-height: 24px;
        font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .index-course-others .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index-course-others:nth-child(2) .content-contain {
        background-color: #E3E3E3;
    }

.index-event-intro-section {
    background-color: #EFEFEF;
    padding: 55px 0px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}

.backgroun-image-contain img {
    width: 30%;
}

.backgroun-image-contain {
    display: flex;
}

.event-intro-contain {
    position: absolute;
    background-color: #EFEFEF;
    max-width: 400px;
    padding: 0 30px 60px;
    color: #5D6A76;
    border-radius: 0 0 10px 10px;
    height: 400px;
    top: 55px;
    left: 10%;
    z-index: 1;
}

    .event-intro-contain .sub-title {
        line-height: 34px;
        margin-bottom: 10px;
    }

    .event-intro-contain .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .event-intro-contain .content {
        line-height: 34px;
    }

.background-image-contain {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .background-image-contain .image-row,
    .background-image-contain .image-row-2 {
        display: flex;
        flex-direction: row;
        gap: 20px;
        position: relative;
    }

        .background-image-contain .image-row img,
        .background-image-contain .image-row-2 img {
            width: 100%;
        }

    .background-image-contain .image-row {
        left: -150px;
    }

    .background-image-contain .image-row-2 {
        right: 100px;
    }

.introduction-section {
    padding: 100px 0px;
}

.introduction-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px;
}

.introduction-div {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    text-align: center;
    gap: 30px;
}

.introduction-div-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 130px;
}

.introduction-div-card {
    width: calc(33.33333% - 20px);
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
}

.introduction-div-card-image {
    max-width: 76px;
}

.introduction-div-card-title {
    margin: 10px 0px;
    font-size: 24px;
    font-weight: bold;
}

.introduction-div-card-content {
    text-align: center;
}

.cooperative-company-section {
    color: white;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0px;
}

.cooperative-company-text-div {
    text-align: center;
    padding-bottom: 100px;
}

.cooperative-company-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cooperative-company-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    row-gap: 15px;
}

.cooperative-company-card {
    max-width: 300px;
}
/*====================================================*/

/*=============== profile section ====================*/
.profile-header {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 50px;
}

.course-details-back {
    max-width: 1600px;
    margin: 20px 20px 40px;
}

    .course-details-back a {
        border: 2px solid #5D6A76;
        padding: 5px 30px;
        border-radius: 20px;
    }

.profile-header-row {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.profile-header-content {
    margin-right: 360px;
}

.profile-course-progress {
    font-size: 30px;
    line-height: 34px;
    padding-top: 55px;
    padding-bottom: 20px;
}

.profile-invoice-list {
    font-size: 30px;
    line-height: 34px;
    padding-top: 55px;
    padding-bottom: 20px;
}

.profile-view-edit {
    font-size: 30px;
    line-height: 34px;
    padding-top: 55px;
    padding-bottom: 20px;
}

.profile-view-member-data {
    margin-bottom: 25px;
}

.profile-view-member-data-list {
    margin-top: 30px;
    margin-bottom: 60px;
}

.member-email-container {
    margin-bottom: 30px;
}

.member-email-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

    .member-email-title::before {
        content: "";
        display: inline-flex;
        width: 22px;
        height: 22px;
        background-image: url("/media/aeodgf2q/form-icon-user.png");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 5px;
    }

.member-email {
    margin-left: 27px;
}

.member-data-title {
    color: #000;
    font-weight: bold;
}

.profile-view-icon img {
    border-radius: 50%;
    width: 100%;
    max-width: 160px;
}

.profile-purchased-course-content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.profile-purchased-course-content {
    min-height: 600px;
    padding: 50px 20px;
}

.profile-purchased-course-content-row {
    margin-right: 375px;
}

.profile-content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.profile-content {
    min-height: 600px;
    padding: 50px 20px;
}

.profile-content-row {
    margin-right: 375px;
}

.profile-function-menu {
    position: absolute;
    width: 300px;
    padding: 30px 25px;
    top: 200px;
    right: 60px;
    background: white;
    box-shadow: 0px 5px 6px #00000029;
}

.course-editing-form {
    margin: 50px 0px;
}

.unit-editing-form {
    margin: 50px 0px;
}

.profile-function-menu-item {
    padding: 20px;
    color: #5D6A76;
    font-size: 18px;
    border-bottom: 3px dotted #999;
}

.profile-menu-btn {
    border: none;
    background-color: unset;
    padding: 0px;
    color: #5D6A76;
}

.profile-view-containter {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
    min-height: 400px;
}

.profile-view-row {
    margin-right: 375px;
}

.profile-view-content {
    padding: 40px 0px;
}

.profile-edit-btn-container {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

.member-iconimage-container.edit {
    position: relative;
    display: inline-block;
}

.member-iconimage.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.edit-image-icon {
    max-width: 50px;
    border-radius: unset;
}

.edit-image-icon-text {
    color: white;
    font-size: 18px;
    padding-top: 10px;
}

a.profile-edit-btn {
    color: white;
    background-color: #5D6A76;
    padding: 5px 40px;
    border-radius: 20px;
}

.profile-submit-btn {
    color: white;
    background-color: #5D6A76;
    padding: 5px 40px;
    border-radius: 20px;
    outline: none;
    border: none;
}

.member-edit-input {
    max-width: 400px;
    width: 100%;
    border: 1px solid #C5C5C5;
    outline: none;
    padding: 5px 20px;
    border-radius: 30px;
}

.member-edit-radio {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.profile-purchased-course-filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
}

.profile-purchased-course-title {
    font-size: 30px;
}

.profile-purchased-course-filter {
    border: 2px solid #5D6A76;
    padding: 8px 10px;
    border-radius: 25px;
    max-width: 100px;
}

    .profile-purchased-course-filter select {
        font-size: 18px;
        border: none;
    }

        .profile-purchased-course-filter select:focus {
            outline: none;
        }

.profile-purchased-course-list {
    padding-top: 30px;
}

.profile-purchased-course-item {
    display: flex;
    flex-wrap: wrap;
    border-top: 5px solid #f4d3ae;
    box-shadow: 10px 10px 0px -2px rgba(221, 221, 221, 1);
    margin-bottom: 20px;
}

.purchased-course-thumbnail {
    display: flex;
    flex-wrap: wrap;
}

    .purchased-course-thumbnail img {
        width: 100%;
        object-fit:cover;
    }

.purchased-course-details-contain {
    display: flex;
}

.purchased-course-details {
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.purchased-course-progress-contain {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
}

    .purchased-course-progress-contain > :not(:first-child):not(:last-child) {
        justify-content: space-between;
    }

.purchased-list-course-progress {
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}

.purchased-course-progress {
    display: flex;
    width: 100%;
    padding: 15px;
}

.purchased-course-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
}

.purchased-course-title {
    padding-bottom: 10px;
}

.recommand-course-container {
    background-color: #f5f5f5;
    padding: 30px 0px 50px;
}

.recommand-course-row {
    max-width: 1600px;
    display: flex;
    margin: 0px auto;
    flex-direction: column;
    gap: 10px;
    padding: 0px 20px;
}

.recommand-course-title {
    font-size: 30px;
}

.recommand-course-subtitle {
    font-size: 20px;
}

.recommand-course {
    max-width: 100%;
    justify-content: space-between;
}

/*====================================================*/

/*=============== course detail page =================*/
.course-details-header {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 50px;
}

.course-details-header-row {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.course-details-header-content-container {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.course-details-header-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-details-creatorinfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.course-details-courseinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.course-details-courseinfo-data {
    height: 100%;
}

.course-details-creatorinfo-user-icon {
    display: flex;
    max-width: 40px;
}

    .course-details-creatorinfo-user-icon img {
        border-radius: 30px;
        box-shadow: 0px 3px 6px #00000029;
    }


.course-details-header-image img {
    border-radius: 15px;
}

.course-details-creatorinfo-user-name {
    font-size: 20px;
    line-height: 24px;
}

.course-details-course-name {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
}

.sharethis-inline-share-buttons {
    margin-bottom: 30px;
}

.course-details-course-description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.mp-container {
    margin-bottom: 25px;
    line-height: 1.75em;
}

.course-details-mp {
    margin-bottom: 15px;
    margin-bottom: 15px;
    padding: 18px;
    background-color: white;
    border-radius: 15px;
    display: flex;
}

.mp-title {
    font-weight: bold;
    color: #5D6A76;
}

.mp-content {
    margin-left: 10px;
}

.active-btn {
    display: block !important;
}

.course-details-cancel-favourite-btn {
    display: none;
    max-width: 120px;
    border: 2px solid #5D6A76;
    border-radius: 6px;
    background-color: unset;
    padding: 8px 15px;
}

.course-details-add-favourite-btn {
    display: none;
    max-width: 120px;
    border: 2px solid #5D6A76;
    border-radius: 6px;
    background-color: #5D6A76;
    padding: 8px 15px;
}

.course-details-course-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.course-details-course-tag {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: white;
}

.course-details-main-content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 100px;
}

.course-details-main-content {
    display: flex;
}

.course-details-purchase-container {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 30px 0px 50px;
}

.course-details-lesson-info-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.course-details-lesson-info-box {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
}

.course-details-lesson-info-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 25px;
    max-width: 1200px;
    column-gap: 50px;
}

.course-details-course-favourite {
}

.course-details-lesson-info-icon {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 40px;
}

.course-details-lesson-info {
    display: flex;
    flex-wrap: wrap;
}

.lession-item-data {
    margin-left: 10px;
}

.lesson-info-icon {
    display: block;
    width: 6px;
    height: fit-content;
    background-color: #5D6A76;
    border-radius: 16px;
    margin-right: 45px;
}

.lession-item-data-title {
    font-size: 14px;
    color: #707070;
}

.lession-item-data-value {
    font-size: 20px;
    font-weight: bold;
}

.duration-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/fo1dgxf4/lessoninfo-duration.png) 0% 0% no-repeat;
}

.unit-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/kahd3uq2/lessoninfo-unit.png) 0% 0% no-repeat;
}

.apply-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/htuhvcmc/lessoninfo-apply.png) 0% 0% no-repeat;
}

.chapter-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/bmuo5aqo/lessoninfo-chapter.png) 0% 0% no-repeat;
}

.works-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/tbkbstq0/lessoninfo-work.png) 0% 0% no-repeat;
}

.viewlimit-icon::after {
    content: "";
    display: flex;
    position: relative;
    left: 15px;
    width: 22px;
    height: 22px;
    background: url(/media/dkymqf1z/lessoninfo-viewlimit.png) 0% 0% no-repeat;
}

.course-details-purchase-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    color: #5D6A76;
    font-size: 24px;
    gap: 10px;
}

.course-details-purchase-text {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

.course-details-purchase-prices {
    font-size: 26px;
}

.course-details-price {
    font-size: 45px;
    line-height: 45px;
}

a.course-details-purchase-btn, a.course-details-purchase-btn:visited {
    color: white;
}

.course-details-purchase-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #5D6A76;
    padding: 15px 0px;
    margin-top: 25px;
    border-radius: 50px;
    justify-content: center;
    font-size: 24px;
    border: none;
    outline: none;
    color: white;
}


.purchased-item {
    background-color: gray;
}
/*====================================================*/
/*============= purchased course page ================*/
.purchased-course-details-data {
    position: absolute;
    width: 300px;
    padding: 10px 25px 15px;
    top: 200px;
    right: 60px;
    background: white;
    box-shadow: 0px 5px 6px #00000029;
}

.purchased-course-introduction {
    padding-top: 30px;
}

.purchased-course-introduction-title {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
}

.purchased-course-introduction-description {
    font-size: 20px;
    line-height: 24px;
}

.purchased-course-details-data-item {
    display: flex;
    padding: 15px;
    border-bottom: 3px dotted #999;
}

.profile-course-progress-container {
    padding-bottom: 10px;
}

progress {
    width: 100%;
    border-radius: 30px;
    border: 2px solid #5D6A76;
    height: 16px;
}

    progress::-webkit-progress-bar {
        border-radius: 30px;
        background-color: #FFF;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1422 800" width="1422" height="800"><g transform="scale(0.5) rotate(0) translate(0 0) skewX(0) skewY(0)" transform-origin="711 400"><rect width="2844" height="1600" x="-711" y="-400" fill="url(%23rrreplicate-pattern1)"></rect></g><defs><pattern id="rrreplicate-pattern1" width="142" height="142" patternUnits="userSpaceOnUse" patternTransform="rotate(39)" stroke-width="4" fill="none" stroke="%232ca9b5" stroke-opacity="0.23"><line x1="5.916666666666667" y1="0" x2="5.916666666666667" y2="142"></line><line x1="17.75" y1="0" x2="17.75" y2="142"></line><line x1="29.583333333333336" y1="0" x2="29.583333333333336" y2="142"></line><line x1="41.416666666666664" y1="0" x2="41.416666666666664" y2="142"></line><line x1="53.25" y1="0" x2="53.25" y2="142"></line><line x1="65.08333333333334" y1="0" x2="65.08333333333334" y2="142"></line><line x1="76.91666666666667" y1="0" x2="76.91666666666667" y2="142"></line><line x1="88.75000000000001" y1="0" x2="88.75000000000001" y2="142"></line><line x1="100.58333333333334" y1="0" x2="100.58333333333334" y2="142"></line><line x1="112.41666666666667" y1="0" x2="112.41666666666667" y2="142"></line><line x1="124.25000000000001" y1="0" x2="124.25000000000001" y2="142"></line><line x1="136.08333333333334" y1="0" x2="136.08333333333334" y2="142"></line></pattern></defs></svg>');
        height: 12px;
    }

    progress::-webkit-progress-value {
        border-radius: 30px 30px;
        height: 12px;
        background-color: #5D6A76;
    }

.profile-course-progress-bar-value {
    font-size: 18px;
    font-weight: bold;
    color: #5D6A76;
}

.unit-content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.unit-content-row {
    padding: 100px 0px;
}

.unit-content-view {
    font-size: 30px;
    line-height: 34px;
    color: #5D6A76;
    margin-bottom: 20px;
}

.unit-content-collapse-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.unit-content-collapse-item {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

    .unit-content-collapse-item.current-unit {
        border: 1px solid #5D6A76;
    }

.display-tag {
    display: none;
}

    .display-tag.current-unit-tag {
        display: block;
        border-radius: 25px;
        background-color: #5D6A76;
        font-size: 16px;
        font-weight: normal;
        padding: 0px 7px;
        color: white;
        margin-left: 5px;
    }

.unit-content-collapse-item-title-row {
    display: flex;
    justify-content: space-between;
}

.unit-content-collapse-item-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.unit-content-collapse-item-btn {
    display: flex;
    border: none;
    background: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px
}

.unit-content-collapseitem-details {
    border-top: 1px solid #d3d3d3;
    font-size: 20px;
    margin: 15px 20px 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unit-content-collapseitem-details-left {
    width: 68%;
}

.unit-content-collapseitem-details-right {
    width: 30%;
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.unit-content-collapseitem-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.unit-content-collapseitem-progress-bar {
    margin: 10px 0px;
}

a.unit-content-collapseitem-btn-continue {
    margin: 10px 0px;
    border: none;
    background-color: #5D6A76;
    border-radius: 30px;
    padding: 12px 0px;
    color: white;
    text-align: center;
}

.unit-content-collapseitem-btn-reset {
    margin: 10px 0px;
    border: none;
    background-color: #f27721;
    border-radius: 30px;
    padding: 12px 0px;
    color: white;
    text-align: center;
}

.video-resetsuccess {
    background-color: grey;
}

.unit-content-collapseitem-details-description {
    margin-bottom: 20px;
}

.unit-content-collapseitem-details-subcate-list {
    display: flex;
    flex-wrap: wrap;
}

.unit-content-collapseitem-details-subcate-item {
    width: 50%;
    margin-bottom: 40px;
}

.unit-content-collapseitem-details-subcate-item-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    color: #707070;
}

.subcate-info-icon {
    display: block;
    width: 6px;
    height: auto;
    background-color: #5D6A76;
    border-radius: 16px;
    margin-right: 4px;
}

.unit-content-collapseitem-details-subcate-item-content {
    margin-left: 10px;
    font-size: 1.375rem;
    font-weight: bold;
}

.about-tutor-container {
    background-color: #f5f5f5;
    padding: 95px 0px;
}

.about-tutor-row {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.about-tutor-title {
    font-size: 30px;
    margin-bottom: 30px;
}

.about-tutor-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tutor-icon {
    max-width: 40px;
}

    .tutor-icon img {
        border-radius: 30px;
        box-shadow: 0px 3px 6px #00000029;
    }

.tutro-info {
    display: flex;
    flex-wrap: wrap;
}

.tutor-banner {
    width: 38%;
}

    .tutor-banner img {
        border-radius: 10px;
        width: 100%;
    }

.tutor-details {
    width: 60%;
}

.tutor-name {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.tutor-descriptions {
    line-height: 32px;
    padding: 10px 0px;
}
/*====================================================*/

/*================= course listing ===================*/
.course-content-video-content {
    display: flex;
    flex-direction: column;
}


.course-content-progress-info {
    background-color: white;
    padding: 20px 15px;
    border-radius: 15px;
}

.course-content-progress-info-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.course-content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.course-content-description {
    font-size: 30px;
    margin-bottom: 17px;
}

.stamp-row {
    padding: 10px;
}

.time-stamp {
    margin-bottom: 10px;
    font-weight: bold;
}

.stamp-tab {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #5D6A76;
    border-radius: 16px;
    margin-right: 4px;
}

.course-unit-stamp {
    padding-bottom: 10px;
    border-bottom: 2px dashed;
}

.course-listing-header {
    padding-top: 20px;
    background-color: #f5f5f5;
}

.page-path {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.current-hot-course-container {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 50px;
}

.current-hot-course-row {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.current-hot-course-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.current-hot-course-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

.current-hot-course-content-item {
    display: flex;
    flex-wrap: wrap;
}

.current-hot-course-content-item-info {
    display: flex;
    flex-direction: column;
}

.current-hot-course-content-item-thumbnail {
    margin-bottom: 10px;
}

    .current-hot-course-content-item-thumbnail > img {
        border-top: 5px solid #f4d3ae;
        width: 100%;
    }

.current-hot-course-content-item-info-title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    height: 57px;
}

.current-hot-course-content-item-info-creatorid {
    color: #6a6a6f;
    padding-bottom: 10px;
}

.current-hot-course-content-item-info-coursedata {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6a6a6f;
}

.current-hot-course-content-item-info-duration::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/mjoda35w/course-duration.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.current-hot-course-content-item-info-duration {
    margin-right: 40px;
}

.current-hot-course-content-item-info-apply::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/media/lm5dywak/couse-apply.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
}

.current-hot-course-content-item-info-prices {
    padding-top: 20px;
}

.course-listing-container {
    padding: 50px 0px;
}

.course-listing-row {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.course-filter-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.course-filter {
    border: 2px solid #5D6A76;
    border-radius: 50px;
    padding: 8px 20px;
    display: flex;
}

    .course-filter select {
        border: none;
        outline: none;
        width: 125px;
        font-size: 18px;
    }

.course-ordering {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.course-ordering-split-line {
    margin: 0px 20px;
}
/*====================================================*/
.current-hot-course-content-item-info > * {
    display: flex;
}

.favourite-courses-listing-container {
    padding-top: 20px;
    background-color: #f5f5f5;
    padding-bottom: 100px;
}

.favourite-courses-listing-row {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px 20px;
}

.favourite-courses-counting {
    margin: 10px 0px;
}

.cancel-favourite-btn {
    margin-top: 20px;
    background-color: white;
    outline: none;
    border: none;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
}

.cancel-favourite-text {
    font: 16px/22px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
}

    .cancel-favourite-text:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(/media/ervfushu/couse-like.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 3px;
    }

.add-favourite-btn {
    display: none;
    margin-top: 20px;
    background-color: #5D6A76;
    outline: none;
    border: none;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
}

.add-favourite-text {
    font: 16px/22px "Open Sans", "Noto Sans TC", 'Noto Sans SC',sans-serif;
    color: white
}

    .add-favourite-text:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(/media/c5hhlho4/course-non-favorite.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 3px;
    }

.headline-section {
    background-color: #f5f5f5;
}

.container-normal {
    max-width: 1600px;
    margin: 0px auto;
    padding: 20px 20px;
}

.container-small {
    max-width: 1550px;
    margin: 0px auto;
    padding: 60px 20px;
}

.header-text {
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
}

.text-xxl {
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
}

.text-lg {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.text-md {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.text-sm {
}

.linehight-lg {
    line-height: 50px;
}

.text-box-center {
    width: fit-content;
    margin: auto;
}

    .text-box-center * {
        width: fit-content;
    }

.form-control,
.form-select {
    border-radius: 20px;
    border: 1px solid #c5c5c5;
}




textarea {
    height: 400px;
}

.ml-auto {
    margin-left: auto;
}

.purchase-success-msg-container {
    display: flex;
    flex-direction: column;
    margin: 100px auto;
}

.purchase-success-msg {
    margin: 20px auto;
    padding: 0 20px;
    font-size: 30px;
    line-height: 34px;
    color: #5D6A76;
    text-align: center;
}

.list-course-progress {
    max-width: 160px;
}

.post-detail-content {
    margin-bottom: 60px;
    padding: 0px 60px;
}

    .post-detail-content p {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0px;
    }

.contact-form-submit-success {
    font-size: 30px;
    line-height: 34px;
    color: #5D6A76;
}

.featured-function {
    align-items: center;
}

.faq-shortcut-container {
    padding: 20px;
    background-color: #F9F9F9;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .faq-shortcut-container:hover {
        color: #5D6A76;
    }

.faq-question-container {
    display: none
}

.partner-faq .faq-question-container {
    display: flex;
}

.faq-active {
    display: flex;
}

.faq-collapse-item {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin: 10px 0;
}

.faq-collapse-item-title-row {
    display: flex;
    justify-content: space-between;
}

.faq-collapse-item-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.faq-collapse-item-btn {
    display: flex;
    border: none;
    background: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    color: #454545;
    width: 100%
}

.faq-collapseitem-details {
    border-top: 1px solid #d3d3d3;
    font-size: 18px;
    padding: 15px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-collapseitem-details-left {
    width: 68%;
}

.faq-collapseitem-details-right {
    width: 30%;
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.termsorpolicy-container {
    border-bottom: 2px dashed #EBEBEB;
    margin-bottom: 15px;
    padding: 20px 0px;
}

    .termsorpolicy-container li {
        padding-bottom: 8px;
    }

.search-result-count {
    padding: 10px 0px 20px;
    font-size: 20px;
    font-weight: bold;
}

.search-result-empty {
    padding: 10px 0px 20px;
    font-size: 24px;
    font-weight: bold;
}

.post-detail-image-container {
    margin: 0px 10px 30px;
    display: flex;
    align-items: center;
}

.post-detail-image {
    max-width: 90px;
}

.post-detail-image-text {
    font-size: 30px;
    color: #5D6A76;
}

#cert-container {
    display: none;
    margin-top: 20px;
}

.cert-icon {
    margin-right: 10px;
    width: 25px;
    height: 25px
}

a.cert-download, a.cert-download:visited {
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    background-color: #5D6A76;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    max-width: 200px;
}

.l-con-r-img {
    margin: 80px auto 30px;
}

.l-con {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

.r-img {
    width: 100%;
}

.f-width-intro-cen {
    margin: 10px auto 30px;
    max-width: 1100px;
}

.intro-cen-block {
    font-size: 20px;
    line-height: 24px;
    background-color: #F5F5F5;
    padding: 40px 50px;
    border-radius: 10px
}

.aboutus-header-container {
    background: url('/media/sfjm0sji/aboutus_bg.png') 50% 100% scroll no-repeat;
    background-size: cover;
    height: 1100px;
}

.aboutus-content {
    font-size: 20px;
    line-height: 40px;
    color: white;
    max-width: 1100px;
    margin: 20px auto;
    font-weight: 100;
    padding: 0px 50px;
}

.aboutus-page-path {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .aboutus-page-path > *, .aboutus-page-path > a:visited {
        color: white;
        font-weight: 100;
    }

.course-completed-stamp-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.course-completed-stamp {
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #5D6A76;
    color: white;
}

.edit-icon-btn {
    color: white;
    margin-top: 20px;
    background-color: #5D6A76;
    padding: 5px 20px;
    border-radius: 20px;
    outline: none;
    border: none;
    text-align: center;
    max-width: 178px;
}

#notification-data .member-data-edit-content {
    background-color: #ebebeb;
    padding: 20px 12px;
    margin-top: 10px;
}

.price-before-discount {
    justify-content: flex-end;
    display: flex;
    text-decoration: line-through;
    color: #6a6a6f;
}

.course-discounting {
    color: #FF6F00;
}

.profile-image-edit-btn {
    color: white;
    background-color: #5D6A76;
    padding: 5px 40px;
    border-radius: 20px;
    outline: none;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.edit-description {
    font-weight: bold;
    font-size: 14px;
}

a.holder-course-view-button {
    font: 16px "Open Sans", "Noto Sans TC",'Noto Sans SC', sans-serif;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #D2C978;
    -webkit-appearance: button;
    display: flex;
    justify-content: center;
    color: white;
}

    a.holder-course-view-button.greenblue:not(:last-child) {
        margin-bottom: 10px;
    }

    a.holder-course-view-button.greenblue {
        background-color: #5D6A76;
        background-image: none;
        color: white;
    }

.form-input-row {
    margin-top: 40px;
}

.column-title {
    color: #5D6A76;
    font-size: 30px;
    line-height: 44px;
}

.column-detail {
    padding-top: 5px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #999;
}

    .column-detail label {
        margin-right: 30px;
        font-weight: bold;
    }

.column-detail-row {
    margin: 0px 0px 20px;
}

    .column-detail-row.question, .column-detail-row.answer-container {
        margin: 0px;
    }

input::file-selector-button {
    border: unset;
    border-radius: 25px;
    background-color: #5D6A76;
    color: white;
    padding: 7px 35px;
}

.column-detail-row > input[type="text"] {
    border-radius: 25px;
    outline: unset;
    border: 1px solid #c5c5c5;
    padding: 7px 20px;
}

.column-detail-row .title-column {
    place-self: center;
    font-weight: bold;
}

    .column-detail-row .title-column.question {
        place-self: unset;
        margin-top: 5px;
    }


.column-detail-row .input-column {
    padding-left: 0px;
}

.column-detail-row .button-column {
    padding-left: 0px;
}

.secondary-button {
    border: none;
    background-color: #5D6A76;
    border-radius: 25px;
    color: white;
    padding: 7px 35px;
}

.column-newUnit {
    background-color: #F5F5F5;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeStamp-title {
    color: #707070;
    font-size: 14px;
    line-height: 30px;
}

.timeStamp-timeData {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
}

.time-col {
    margin-bottom: 10px;
}

.question-col-input {
    border-radius: 25px;
    outline: unset;
    border: 1px solid #c5c5c5;
    padding: 7px 20px;
    margin-bottom: 10px;
    display: flex;
}

    .question-col-input input {
        border: none;
        outline: unset;
        width: 100%;
    }

.time-row {
    display: flex;
    flex-wrap: wrap;
}

.time-icon {
    width: 25px;
    margin-top: 2px;
    margin-right: 5px;
}

.input-remove-button {
    content: "";
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    background-image: url("/media/ksmmdofw/remove-btn.png");
    border-radius: 50%;
    background-position: center;
    background-color: #707070;
    background-repeat: no-repeat;
}

.input-add-button::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url("/media/do4otfq5/add-btn.png");
    background-position: center;
    background-color: #5D6A76;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.input-add-button {
    border: none;
    outline: none;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lang-switch {
    border: none;
    outline: none;
    padding: 5px 20px;
    background-color: unset;
    color: white;
    border-radius: 7px;
}

.news-section {
    background-color: #F5F5F5;
}


#newsList {
    max-width: 1600px;
    margin: 0px auto;
    padding: 30px 20px 80px;
}

.news-cards {
    width: 400px;
    height: 420px;
    background-color: white;
    box-shadow: 5px 5px #dddddd;
    margin: 0px auto;
}

.news-details {
    padding: 10px 10px;
}

.post-date {
    margin-bottom: 10px;
}

.news-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.new-deatils-section {
    background-color: #F5F5F5;
}

    .new-deatils-section .container-normal {
        padding: 50px 20px;
    }

.news-details-bottom {
    padding-top: 30px;
    border-top: 2px dashed #999;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.page-button {
    padding: 10px 40px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.index-latest-news-section .title-contain {
    width: fit-content;
    margin: 0 auto;
}

.index-latest-news-section .title {
    font-size: 2.625rem;
    line-height: 60px;
    font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    font-weight: 500;
    color: #5D6A76;
}

.index-latest-news-section .sub-title {
    font-size: 1.375rem;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    font-weight: 500;
    color: #5D6A76;
}

.index-latest-news-section .social-media-contain {
    background-color: #E8E6D7;
    border-radius: 24px;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto -160px;
    position: relative;
    z-index: 1;
}



.index-latest-news-section .media-list {
    display: flex;
    gap: 65px;
    width: fit-content;
    margin: 0px auto 50px;
}


.index-latest-news-section .indication {
    border-radius: 22px;
    background-color: #FFF;
    width: fit-content;
    padding: 28px 13px;
    margin: 0 auto;
}

.event-details-s1 {
    margin: 20px 60px 60px;
    position: relative;
}

    .event-details-s1 .event-details-background {
        background-color: #f5f5f5;
        height: 400px;
        position: absolute;
        right: -60px;
        top: 95px;
        width: 100%;
        z-index: -1;
        border-radius: 50px 0 0 0;
    }

    .event-details-s1 .event-title {
        color: #215663;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 75px;
        font-family: "Open Sans", "Noto Serif TC", 'Noto Serif SC', serif;
    }

    .event-details-s1 .thumbnail-contain {
        display: flex;
        gap: 20px 2%;
        flex-wrap: wrap;
    }

    .event-details-s1 .image-contain {
        width: 60%;
    }

        .event-details-s1 .image-contain img {
            width: 100%;
        }

    .event-details-s1 .datetime-provider-contain {
        width: 38%;
        color: #5D6A76;
        display: flex;
        flex-direction: column;
    }

    .event-details-s1 .event-datetime {
        font-size: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .event-details-s1 .event-provider {
        font-size: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 75px;
    }

    .event-details-s1 .datetime-provider-contain .icon {
        margin-right: 12px;
        width: 33px;
        text-align: center;
    }

    .event-details-s1 .price {
        font-family: "Noto Serif TC", 'Noto Serif SC', serif;
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 25px;
    }

    .event-details-s1 .event-item-btn {
        padding: 10px;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D6A76;
        color: #E8E7D8;
        width: 50%;
        outline: none;
        border: none;
    }

        .event-details-s1 .event-item-btn svg {
            margin-left: 10px;
            stroke: #E8E7D8;
        }

        .event-details-s1 .event-item-btn.sold-out {
            opacity: 0.5;
        }

    .event-details-s1 .event-price {
        margin-top: auto;
    }

.event-details-s2 {
    max-width: 1280px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

    .event-details-s2 .more-detail-contain {
        padding: 35px;
        display: flex;
        justify-content: space-between;
    }

        .event-details-s2 .more-detail-contain .item-contain {
            display: flex;
            width: 23%;
        }

        .event-details-s2 .more-detail-contain .icon {
            width: 45px;
            margin-right: 6px;
        }

            .event-details-s2 .more-detail-contain .icon img {
                margin-top: 5px;
            }

        .event-details-s2 .more-detail-contain .text-contain {
            width: calc(100% - 45px);
        }

        .event-details-s2 .more-detail-contain .title {
            font-size: 14px;
        }

        .event-details-s2 .more-detail-contain .detail {
            font-weight: bold;
        }
.event-details-s3 {
    max-width: 1280px;
    margin: 0 auto 120px;
    padding: 0 20px;
}

    .event-details-s3 .event-content {
        font-size: 18px;
        font-weight: 300;
        line-height: 32px;
    }

#chooseTicket .modal-content {
    border-radius: 60px 0px 0px 0px;
    background-color: #F5F5F5;
}

#chooseTicket .modal-header {
    padding: 25px 45px;
    border-bottom: none;
    position: relative;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
}

    #chooseTicket .modal-header .title {
        font-family: "Noto Serif TC", 'Noto Serif SC', serif;
        font-size: 2.625rem;
        font-weight: bold;
        line-height: 44px;
        margin-bottom: 25px;
        color: #215663;
    }

    #chooseTicket .modal-header .btn-close {
        position: absolute;
        width: 33px;
        height: 33px;
        background-size: cover;
        top: 15px;
        right: 15px;
        margin: 0;
        padding: 0;
    }

    #chooseTicket .modal-header .date-time-contain {
        display: flex;
        align-items: center;
    }

    #chooseTicket .modal-header .organizer-contain {
        display: flex;
        align-items: center;
    }

    #chooseTicket .modal-header .details {
        display: flex;
        column-gap: 75px;
        font-size: 12px;
    }

#chooseTicket .modal-body {
    background-color: #FFF;
    border-radius: 60px 0 0 0;
    padding: 35px 45px;
    display: flex;
    position: relative;
    min-height: 500px;
    color: #000;
}

    #chooseTicket .modal-body .control-btn {
        border: none;
        outline: none;
        background-color: #F5F5F5;
        border-radius: 5px;
        width: 36px;
        height: 36px;
    }

    #chooseTicket .modal-body .ticket-contain {
        width: 63%;
    }

    #chooseTicket .modal-body .order-contain {
        background-color: #EFEFEF;
        width: 33%;
        height: 100%;
        border-radius: 60px 0 0 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 35px;
        font-family: "Noto Sans TC", 'Noto Sans SC', serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
        display: flex;
        flex-direction: column;
    }

    #chooseTicket .modal-body .ticket-type-contain {
        display: flex;
        padding-bottom: 35px;
    }

        #chooseTicket .modal-body .ticket-type-contain:not(:first-child) {
            padding: 35px 0px;
        }

        #chooseTicket .modal-body .ticket-type-contain:not(:last-child) {
            border-bottom: 1px solid #f5f5f5;
        }

    #chooseTicket .modal-body .ticket-detail {
        display: flex;
        flex-direction: column;
        font-family: "Noto Sans TC", 'Noto Sans SC', serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
        gap: 10px;
    }

    #chooseTicket .modal-body .ticket-select-price {
        margin-left: auto;
    }

    #chooseTicket .modal-body .sold-out {
        text-align: right;
        margin-bottom: 20px;
        font-family: "Noto Sans TC", 'Noto Sans SC', serif;
        font-size: 28px;
        line-height: 28px;
    }

    #chooseTicket .modal-body .ticket-price {
        text-align: right;
        margin-bottom: 20px;
        font-family: "Noto Sans TC", 'Noto Sans SC', serif;
        font-size: 24px;
        line-height: 28px;
    }

    #chooseTicket .modal-body .ticket-value {
        outline: none;
        border: none;
        font-weight: bold;
        text-align: center;
        width: 40px;
    }

    #chooseTicket .modal-body .selected-ticket {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    #chooseTicket .modal-body .total-amount {
        padding-top: 20px;
        display: flex;
    }

    #chooseTicket .modal-body .ticket-data {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    #chooseTicket .modal-body .amount {
        font-weight: 400;
        margin-left: auto;
    }

    #chooseTicket .modal-body .event-item-purchase-btn {
        margin-top: auto;
        padding: 10px;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #5D6A76;
        color: #E8E7D8;
        outline: none;
        border: none;
    }

        #chooseTicket .modal-body .event-item-purchase-btn svg {
            margin-left: 10px;
            stroke: #E8E7D8;
        }

#chooseTicket .ticket-type-contain.disable {
    pointer-events: none;
    color: #999;
}

    #chooseTicket .ticket-type-contain.disable input {
        pointer-events: none;
        color: #999;
    }

    #chooseTicket .ticket-type-contain.disable button {
        pointer-events: none;
        color: #999;
    }

@media screen and (max-width: 1180px) {
    .current-hot-course-content {
        row-gap: 20px;
    }

    .current-hot-course-content-item {
        width: 100%;
    }

    .profile-function-menu {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 30px 25px;
        margin: 0 auto;
        top: 0;
        right: 0;
        background: white;
        box-shadow: unset;
    }

    .profile-purchased-course-content-row {
        margin: 0px;
    }

    .profile-content-row {
        margin: 0px;
    }

    .profile-view-row {
        margin-right: 0px;
    }

    .index-event-section {
        margin: 50px 0px 70px 20px;
        overflow: hidden;
    }

        .index-event-section .event-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            width: 100%;
            padding: 0px 0px 50px;
            overflow: hidden;
        }

        .index-event-section .event-listing {
            max-width: 1600px;
        }

    .index-course-others-contain {
        flex-wrap: wrap;
    }

    .index-course-others {
        margin: 0 auto;
    }

    .event-intro-contain {
        left: 0;
        border-radius: 0 0 10px 0;
    }

    .index-course-introduction-contain {
        margin-left: 20px;
        padding: 30px 0px 30px 25px;
        flex-direction: column-reverse;
        justify-content: start;
    }

        .index-course-introduction-contain .logo-image {
            max-width: 200px;
            margin-bottom: 10px;
        }

        .index-course-introduction-contain .title-contain {
            margin-bottom: 10px;
        }

        .index-course-introduction-contain .intro {
            margin-bottom: 20px;
        }
    .event-s2 .event-item {
        width: 49%;
    }

    .event-s2 .event-list {
        gap: 20px 2%;
    }
    .event-s1 .event-list-filter {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .event-details-s1 {
    margin:20px 20px 60px;
    }
        .event-details-s1 .image-contain {
            width: 100%;
        }

        .event-details-s1 .datetime-provider-contain {
            width: 100%;
        }
        .event-details-s1 .event-datetime {
            margin-bottom: 20px;
        }

        .event-details-s1 .event-provider {
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 768px) {
    .introduction-div-card {
        width: 100%;
        padding-bottom: 20px;
    }

    .post-detail-content {
        padding: 0px 30px;
    }

    .login-form-container {
        width: 96%;
        margin: 0px auto;
    }

    .course-container {
        padding: 0px 15px 50px;
    }

    .course-listing {
        row-gap: 20px;
    }

    .course-item-usericon {
        display: none;
    }

    
    .course-item-username {
        display: block;
    }

    .course-item-subcontent-container {
        align-items: baseline;
    }

    .course-item-time-apply {
        flex-direction: row;
        column-gap: 8px;
    }

    .course-item-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
        height: 42px;
    }

    .index-course-title {
        padding-left: 10px;
    }

    .introduction-div-card-container {
        padding-bottom: 80px;
    }

    .purchased-course-details-data {
        position: relative;
        width: 100%;
        padding: 10px 25px 15px;
        top: 0px;
        right: 0px;
        background: white;
        box-shadow: unset;
    }

    .profile-header-content {
        margin: 0px;
    }

    .course-details-lesson-info-item {
        width: 100%;
    }

    .course-details-lesson-info-box {
        position: unset;
    }

    .course-details-lesson-info-item {
        width: 100%;
    }

    .course-details-lesson-info-row {
        row-gap: 10px;
    }

    .favourite-courses-listing .course-item-card {
        margin-bottom: 20px;
    }

    .time-col.button-col {
        padding-left: 0px;
    }
    .event-details-s2 .more-detail-contain {
        padding: 35px 0px;
        flex-direction: column;
        gap: 20px;
    }
    #chooseTicket .modal-body .ticket-contain {
        width: 100%;
        padding: 35px 45px;
    }

    #chooseTicket .modal-body .order-contain {
        width: 100%;
        position: unset;
        margin-top: auto;
    }

    #chooseTicket .modal-body {
        padding: unset;
        flex-direction: column;
        overflow-y: unset;
    }

        #chooseTicket .modal-body .event-item-purchase-btn {
            margin-top: 30px;
        }
    .event-details-s2 .more-detail-contain .item-contain {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .course-details-lesson-info-box {
        position: unset;
    }

    .course-details-lesson-info-item {
        width: 100%;
    }

    .course-details-lesson-info-row {
        column-gap: 0px;
        row-gap: 10px;
    }

    .last-sale-item {
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
        padding: 10px 25px;
    }

    .last-sale-text {
        margin-right: 0px;
    }

    .last-sale-close-button {
        right: 5px;
    }

    .index-course-others {
        flex-wrap: wrap;
    }

        .index-course-others img {
            width: 100%;
            height: 140px;
            object-fit: cover;
        }
}
