/* Text selection */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Regular.otf'),
        url('../fonts/NotoSansCJKtc-DemiLight.otf'),
        url('../fonts/NotoSansCJKtc-Thin.otf'),
        url('../fonts/NotoSansTC-Black.otf'),
        url('../fonts/NotoSansTC-Bold.otf'),
        url('../fonts/NotoSansTC-Light.otf'),
        url('../fonts/NotoSansTC-Medium.otf'),
        url('../fonts/NotoSansTC-Thin.otf')
}

:root {
    --plyr-color-main: #C49461 !important;
}

::-moz-selection {
    /* Code for Firefox */
    color: inherit;
    background: #C49461;
}

::selection {
    color: inherit;
    background: #C49461;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans TC", sans-serif !important;
    font-weight: bold !important;
}

h1 {
    font-size: 25px !important;
    letter-spacing: .1em;
    line-height: 1.4em !important;
}

h2 {
    font-size: 25px !important;
    letter-spacing: .4em !important;
    line-height: 1.4em !important;
    font-weight: bold !important;
}

h3 {
    font-size: 20px !important;
    letter-spacing: .1em !important;
    line-height: 1.3em !important;
}

h4 {
    font-size: 14px !important;
    letter-spacing: .05em !important;
    line-height: 1.3em !important;
}

p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.2em !important;
}

img {
    width: 100%;
    height: auto;
}

.hover-underline:hover {
    text-decoration: underline;
}

.bg-dark {
    background-color: #0F1519 !important;
    color: #C49461 !important;
}

.bg-dark a {
    color: #C49461 !important;
}

.bg-dark a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.bg-dark-b {
    background-color: #0F1519 !important;
    color: #C49461 !important;
}

.bg-dark-b a {
    color: #C49461 !important;
}

.bg-dark-b a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.background-dark {
    background-color: #1F2B33 !important;
}

.text-black {
    color: #2D3F49 !important;
}

.bg-gold {
    background-color: #C49461 !important;
}

.bg-black {
    background-color: #1F2B33 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-black-lighter {
    background-color: #2D3F49 !important;
}

.bg-bottom {
    background-position: bottom !important;
}

.bg-top {
    background-position: top !important;
}

.border-gold {
    border: 1px solid #C49461 !important;
    border-width: 1px;
}

.border-black {
    border-color: #1F2B33 !important;
    border-width: 1px;
}

.border-black-lighter {
    border-color: #2D3F49;
    border-width: 1px;
}

.border-bottom-1 {
    border-bottom: 1px solid #2D3F49;
}

.align-item-bottom {
    align-self: flex-end;
}

.hover-b-g {
    color: #C49461 !important;
}

.hover-b-g:hover {
    background-color: #C49461;
    color: #FFFFFF !important;
}

.hover-w-g {
    color: #C49461 !important;
}

.hover-g-lg:hover {
    background-color: #E6BC8F !important;
}

.hover-w-g:hover {
    background-color: #C49461 !important;
    color: #FFFFFF !important;
}

.text-lighter {
    font-weight: lighter;
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 42px !important;
        letter-spacing: .4em;
        line-height: 1.2em !important;
    }

    h2 {
        font-size: 42px !important;
        letter-spacing: .4em !important;
        line-height: 1.2em !important;
    }

    h3 {
        font-size: 24px;
        letter-spacing: .1em;
        line-height: 1.3em;
    }

    h4 {
        font-size: 20px !important;
        letter-spacing: .05em !important;
        line-height: 1.4em !important;
    }

    p {
        font-size: 20px !important;
        font-weight: 400 !important;
        letter-spacing: .15em !important;
        line-height: 1.2em !important;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1440px !important;
    }
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

/*-------------------------- hr --------------------------*/

hr {
    background-color: #C49461;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    width: 100%;
}

hr:after {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    content: "";
    position: relative;
    height: 5px;
    top: -2.5px;
    display: block;
    background-color: #C49461;
}

hr.start-0:after {
    width: 0;
}

.without-content hr::after {
    content: unset;
}

hr.vertical-line {
    transform: rotate(90deg);
    transform-origin: left top;
    width: 220%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
}

hr.start-10:after {
    width: 10%;
    margin-left: unset;
    margin-right: auto;
}

hr.start-20:after {
    width: 20%;
    margin-left: unset;
    margin-right: auto;
}

hr.start-30:after {
    width: 30%;
    margin-left: unset;
    margin-right: auto;
}

hr.start-50:after {
    width: 50%;
    margin-left: unset;
    margin-right: auto;
}

hr.start-60:after {
    width: 60%;
    margin-left: unset;
    margin-right: auto;
}

hr.start-70:after {
    width: 70%;
    margin-left: unset;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .w-lg-60 {
        width: 60%;
    }
}

/*-------------------------- icon --------------------------*/
.icon-logo,
.icon-logo-half,
.icon-logo-empty,
.icon-bookmark,
.icon-purchase-now,
.icon-tick,
.icon-tick-g,
.icon-close,
.icon-close-g,
.icon-time,
.icon-time-w,
.icon-view {
    width: 50px;
    max-width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-pin,
.icon-pin-g,
.icon-like,
.icon-like-g,
.icon-forward,
.icon-forward-g,
.icon-message,
.icon-message-g,
.icon-bin,
.icon-bin-g,
.icon-gift,
.icon-gift-g {
    width: 40px;
    height: 40px;
    max-width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-download,
.icon-download-g {
    width: 23px;
    height: 23px;
    max-width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-logo.inline,
.icon-logo-half.inline,
.icon-logo-empty.inline,
.icon-bookmark.inline,
.icon-purchase-now.inline,
.icon-tick.inline,
.icon-tick-g.inline,
.icon-close.inline,
.icon-close-g.inline,
.icon-time.inline,
.icon-time-w.inline,
.icon-view.inline {
    width: 1.1em;
    margin: 0 .1em;
    vertical-align: bottom;
}

.icon-logo::before,
.icon-logo-half::before,
.icon-logo-empty::before,
.icon-bookmark::before,
.icon-purchase-now::before,
.icon-tick::before,
.icon-tick-g::before,
.icon-close::before,
.icon-close-g::before,
.icon-time::before,
.icon-time-w::before,
.icon-view::before {
    padding-top: 100%;
    content: "";
    display: table;
}

.icon-logo {
    background-image: url("../images/background/icon-logo.svg");
}

.icon-logo-half {
    background-image: url("../images/background/icon-logo-half.svg");
}

.icon-logo-empty {
    background-image: url("../images/background/icon-logo-empty.svg");
}

.icon-bookmark {
    background-image: url("../images/background/icon-bookmark.svg");
}

.icon-purchase-now {
    background-image: url("../images/svg/cart-icon.svg");
}

.icon-purchase-now.active {
    background-image: url("../images/svg/cart-icon-g.svg");
}

.icon-tick {
    background-image: url("../images/background/icon-tick.svg");
}

.icon-tick-g {
    background-image: url("../images/background/icon-tick-g.svg");
}

.icon-close {
    background-image: url("../images/background/icon-close.svg");
}

.icon-close-g {
    background-image: url("../images/background/icon-close-g.svg");
}

.icon-time {
    background-image: url("../images/background/icon-time.svg");
}

.icon-time-w {
    background-image: url("../images/background/icon-time-w.svg");
}

.icon-view {
    background-image: url("../images/background/icon-view.svg");
}

.video-icon.icon-pin {
    background-image: url("../images/tutorPage/icon-pin.svg");
}

.video-icon.icon-pin:hover {
    background-image: url("../images/tutorPage/icon-pin-g.svg");
}

.video-icon.icon-like {
    background-image: url("../images/tutorPage/icon-like.svg");
}

.video-icon.icon-like:hover {
    background-image: url("../images/tutorPage/icon-like-g.svg");
}

.video-icon.icon-like.active {
    background-image: url("../images/tutorPage/icon-like-g.svg");
}

.video-icon.icon-forward {
    background-image: url("../images/tutorPage/icon-forward.svg");
}

.video-icon.icon-forward:hover {
    background-image: url("../images/tutorPage/icon-forward-g.svg");
}

.video-icon.icon-message {
    background-image: url("../images/tutorPage/icon-message.svg");
}

.video-icon.icon-message:hover {
    background-image: url("../images/tutorPage/icon-message-g.svg");
}

.video-icon.icon-bin {
    background-image: url("../images/tutorPage/icon-bin.svg");
}

.video-icon.icon-bin:hover {
    background-image: url("../images/tutorPage/icon-bin-g.svg");
}

.video-icon.icon-gift {
    background-image: url("../images/tutorPage/icon-gift.svg");
}

.video-icon.icon-gift:hover {
    background-image: url("../images/tutorPage/icon-gift-g.svg");
}

/*-------------------------- card --------------------------*/
.card-wrapper {
    border: 2px solid #2D3F49;
    height: 100% !important;
}

.card-wrapper:hover {
    cursor: pointer;
    border-color: #C49461;
}

.card-wrapper .card-image-wrapper {
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0);
}

.card-wrapper .card-image-wrapper::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.card-wrapper .card-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.card-wrapper .card-image-wrapper .icon-logo {
    width: 28px;
    position: absolute;
    left: 7px;
    top: 7px;
}

.card-wrapper .card-image-wrapper .purchase-now,
.card-wrapper .card-image-wrapper .bookmark {
    height: 60px;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.card-wrapper .card-image-wrapper .purchase-now {
    left: 0;
}

.card-wrapper .card-image-wrapper .bookmark {
    right: 0;
    width: 60px;
}
.card-wrapper .card-image-wrapper .purchase-now .icon-purchase-now {
    width: 40px;
}
.card-wrapper .card-image-wrapper .purchase-now:hover .icon-purchase-now {
    background-image: url("../images/svg/cart-icon-g.svg");
    z-index: 3;
}
.card-wrapper .card-image-wrapper .purchase-now span.purchase-now-text {
    z-index: 2;
    width: 0;
    height: auto;
    font-weight: 300;
    background-color: rgb(255, 255, 255, 0.85);
    transition: all 0.15s ease-in-out 0s;
    transform: translateX(-24px);
}
.card-wrapper .card-image-wrapper .purchase-now:hover span.purchase-now-text {
    width: auto;
    text-indent: 15px;
    padding: 0 10px;
    border: #c49461a7 1px solid;
    border-radius: 1em;
    white-space: nowrap;
    transform: translateX(-27px);
}
.card-wrapper .card-image-wrapper .purchase-now:hover span.purchase-now-text::before {
    content: attr(data-title);
    transition-delay: 0.5s;
}

.card-wrapper .card-image-wrapper .bookmark:hover .icon-bookmark {
    background-image: url("../images/background/icon-bookmark-g.svg");
}

.card-wrapper .info-wrapper .author,
.card-wrapper .info-wrapper .profession,
.card-wrapper .info-wrapper .date {
    font-size: 12px !important;
    margin-bottom: .5em !important;
    font-weight: 300 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-wrapper .info-wrapper .time,
.card-wrapper .info-wrapper .view {
    font-size: 12px !important;
    margin-bottom: .5em !important;
    color: #BABABA !important;
}

.card-wrapper:hover .icon-time {
    background-image: url("../images/background/icon-time-w.svg");
}

.card-wrapper:hover .icon-view {
    background-image: url("../images/background/icon-view-w.svg");
}

@media only screen and (min-width: 992px) {
    .card-wrapper .card-image-wrapper .icon-logo {
        width: 35px;
        left: 17px;
        top: 17px;
    }
}

/*-------------------------- course card --------------------------*/
.course-card-wrapper a:hover {
    color: #C49461 !important;
}

.course-card-wrapper .card-image-wrapper::after {
    padding-top: 67%;
}

.course-card-wrapper .info-wrapper {
    padding: 17px !important;
}

.rating-wrapper .icon-logo-empty:hover {
    background-image: url("../images/background/icon-logo.svg");
}

.course-card-wrapper .info-wrapper h4 {
    height: 2.8em  !important;
    max-height: 2.8em !important;
    margin-bottom: 17px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.course-card-wrapper:hover .info-wrapper .icon-logo {
    color: #FFFFFF !important;
}

.course-card-wrapper .info-wrapper .score-icon-container span {
    width: 17px !important;
}

.course-card-wrapper .info-wrapper .score {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

.course-card-wrapper .info-wrapper .price {
    font-size: 15px !important;
    font-weight: bold !important;
}

@media only screen and (min-width: 992px) {
    .course-card-wrapper .info-wrapper {
        padding: 28px 17px 23px !important;
    }
}

/*-------------------------- tutor card --------------------------*/
.tutor-card-wrapper .card-image-wrapper::after {
    padding-top: 92%;
}

.tutor-card-wrapper .info-wrapper {
    padding: 12px 12px 3px !important;
    color: #FFFFFF !important;
    background: #2D3F49 url("../images/background/logo-bg.svg") right bottom/auto 70% no-repeat !important;
}

.tutor-card-wrapper .info-wrapper h4 {
    height: 2.6em !important;
    margin-bottom: 9px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}


@media only screen and (min-width: 992px) {
    .tutor-card-wrapper .info-wrapper {
        padding: 14px 12px 10px !important;
    }

    .tutor-card-wrapper .info-wrapper h4 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
}

/*-------------------------- slider section --------------------------*/
.slider-section-container {
    padding: 10px 0;
}

.slider-section {
    margin-top: 64px;
    margin-bottom: 64px;
}

.slider-section .section-title {
    margin-bottom: 19px;
}

.slider-section .section-title+hr {
    margin-bottom: 40px !important;
}

@media only screen and (min-width: 992px) {
    .slider-section {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .slider-section .section-title {
        margin-bottom: 26px;
    }

    .slider-section .section-title+hr {
        margin-bottom: 77px !important;
        max-width: 800px;
    }
}

/*-------------------------- splide slider --------------------------*/
.slider-container {
    padding-bottom: 70px;
}

.splide__arrows {
    display: none;
}

.splide__pagination {
    bottom: -70px !important;
}

.splide__pagination__page {
    background-color: #C49461 !important;
    margin: 15px !important;
    position: relative;
}

.splide__pagination__page.is-active {
    transform: none;
    background-color: #C49461;
}

.splide__pagination__page.is-active::after {
    content: "";
    display: block;
    position: absolute;
    width: 300%;
    height: 300%;
    left: -100%;
    top: -100%;
    border-radius: 50%;
    border: 1px solid #C49461;
}

@media only screen and (min-width: 992px) {
    .slider-container {
        padding: 0 90px 70px;
    }

    .splide__arrows {
        display: block;
    }

    .splide__arrow {
        background: transparent !important;
        border: 1px solid #C49461 !important;
        fill: #C49461 !important;
    }

    .splide__arrow:hover {
        background: #C49461 !important;
        fill: #FFFFFF !important;
    }

    .splide__arrow--prev {
        left: -90px !important;
    }

    .splide__arrow--next {
        right: -90px !important;
    }
}

/*-------------------------- Breadcrumb --------------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
    content: ">" !important;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #ffffff !important;
}

.breadcrumb-item:hover a {
    color: #C49461 !important;
}

.breadcrumb {
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    padding-left: 0px !important;
    margin-bottom: 3px !important;
}

@media only screen and (min-width: 992px) {
    .breadcrumb {
        font-size: 14px !important;
        margin-bottom: 0px !important;
        padding-top: 40px !important;
    }
}

/*-------------------------- pagination --------------------------*/
.pagination {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
}

.pagination .page-item .page-link {
    z-index: 3;
    color: #C49461;
    border-color: #C49461;
    background-color: transparent;
    border-radius: 50% !important;
    margin: 0 10px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item .page-link:hover {
    color: white !important;
    border-color: white !important;
}

.pagination .page-item.active .page-link {
    color: #ffffff !important;
    background-color: #C49461 !important;
    border-color: #C49461;
}

/*-------------------------- gallery  --------------------------*/
#service-course .gallery-image {
    display: none;
}

#service-course .gallery-image.active {
    display: block;
}

#service-course .image-selector {
    cursor: pointer;
}

#service-course .image-selector:hover {
    border: 1px solid;
}

#service-course .image-selector.active {
    border: 3px solid;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#site-header {
    border-top: 4px solid #C49461;
    background-color: #0F1519;
}

#site-header .navbar .navbar-brand img {
    cursor: pointer;
    max-height: 45px;
    width: auto;
}

#site-header .navbar .nav-item a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
}

#site-header .navbar .nav-item .nav-link {
    cursor: pointer;
}

#site-header .navbar .dropdown:hover>a,
#site-header .navbar .dropdown:focus>a,
#site-header .navbar .dropdown.active>a,
#site-header .navbar .dropdown.show>a {
    color: #C49461;
}

#site-header .navbar .dropdown-menu {
    background-color: rgba(15, 21, 25, .9);
    padding: 0;
    margin: 0;
}

#site-header .navbar a.dropdown-item {
    padding: 15px 0 15px 60px;
    font-size: 16px;
    cursor: pointer;
}

#site-header .navbar .dropdown-item:hover,
#site-header .navbar .dropdown-item:active,
#site-header .navbar .dropdown-item:focus,
#site-header .navbar .dropdown-item.active {
    background-color: rgb(196, 148, 97, 0.6);
}

#site-header .navbar .iconify {
    display: none;
    margin-right: 10px;
    font-size: 1.4em;
}

#site-header .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='menu-icon' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='35' height='35' fill='none'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-322 -21)'%3E%3Crect id='Rectangle_52' data-name='Rectangle 52' width='24' height='2' rx='1' transform='translate(328 38)' fill='%23c49461'/%3E%3Crect id='Rectangle_53' data-name='Rectangle 53' width='24' height='2' rx='1' transform='translate(328 46)' fill='%23c49461'/%3E%3Crect id='Rectangle_54' data-name='Rectangle 54' width='24' height='2' rx='1' transform='translate(328 30)' fill='%23c49461'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#site-header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='menu-icon' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='35' height='35' fill='none'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-322 -21)'%3E%3Crect id='Rectangle_53' data-name='Rectangle 53' width='24' height='2' rx='1' transform='translate(331 45.971) rotate(-45)' fill='%23c49461'/%3E%3Crect id='Rectangle_54' data-name='Rectangle 54' width='24' height='2' rx='1' transform='translate(332.414 29) rotate(45)' fill='%23c49461'/%3E%3C/g%3E%3C/svg%3E%0A");
}


@media only screen and (min-width: 992px) {
    #site-header .container-fluid {
        max-width: 1440px;
    }

    #site-header .navbar {
        padding-top: 22px;
        padding-bottom: 26px;
    }

    #site-header .navbar .navbar-brand img {
        max-height: 72px;
    }

    #site-header .navbar .nav-item a {
        font-size: 16px;
        font-weight: 300;
    }

    #site-header .navbar .dropdown-menu {
        padding: 0;
        margin: 0;
        border-top: 2px solid #C49461;
        left: 50%;
        transform: translateX(-50%);
    }

    #site-header .navbar a.dropdown-item {
        padding: 12px 0;
        text-align: center;
    }

    #site-header .navbar .iconify {
        display: inline;
    }
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#site-footer {
    background: url("../images/banner/footer-bg.png") center/cover;
    background-color: black;
}

#site-footer .footer-container {
    padding-top: 50px;
}

#site-footer .footer-logo {
    max-width: 50%;
}

#site-footer .footer-title {
    color: #C49461;
    margin-top: 43px;
    margin-bottom: 13px;
}

#site-footer .footer-item {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 14px;
}

#site-footer .footer-item a {
    color: #FFFFFF;
}

#site-footer .footer-item .iconify {
    margin-right: 14px;
    font-size: 14px;
}

#site-footer .footer-remark {
    color: #BABABA;
    font-size: 10px !important;
    font-weight: 300 !important;
}

#site-footer .copyright {
    background-color: #0F1519;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

#site-footer .copyright p {
    color: #FFFFFF;
    font-size: 10px !important;
    font-weight: 300 !important;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    #site-footer .footer-container {
        padding-top: 68px;
    }

    #site-footer .footer-logo {
        max-width: 390px;
    }

    #site-footer .footer-title {
        font-size: 18px !important;
        margin-top: 0;
        margin-bottom: 40px !important;
    }

    #site-footer .footer-item {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }

    #site-footer .footer-item .iconify {
        margin-right: 12px !important;
        font-size: 16px !important;
    }

    #site-footer .footer-remark {
        font-size: 12px !important;
    }

    #site-footer .copyright p {
        font-size: 12px !important;
    }

}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/
.carousel-indicators li {
    width: 2px !important;
    border-radius: 50% !important;
    height: 2px !important;
    border: 2px solid#C49461 !important;
    margin-right: 6px;
    margin-left: 6px;
    background-color: transparent;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #C49461;
}

@media only screen and (min-width: 992px) {
    .carousel-indicators li {
        width: 5px !important;
        height: 5px !important;
        margin-right: 14px;
        margin-left: 14px;
        margin-bottom: 30px;
    }
}


/*-------------------------- Login & Register --------------------------*/
#student-tutor-form .container {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#student-tutor-form .container-wrapper {
    background-color: #ffffff;
    height: 100%;
    max-width: 1110px;
    /* max-height: 900px; */
    border-radius: 10px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

#student-tutor-form .student-tutor-login-form {
    width: 100%;
    padding: 15px;
}

#student-tutor-form .student-tutor-login {
    margin-top: 20px;
}

#student-tutor-form .col-6 {
    padding: unset;
}

#student-tutor-form .row {
    margin: unset;
}

#student-tutor-form .pw-input {
    position: relative;
}

#student-tutor-form .section-title {
    font-size: 18px !important;
    letter-spacing: 0.3em;
    line-height: 20px !important;
}

#student-tutor-form .login {
    font-size: 18px;
    border-bottom: 5px solid #C49461;
    padding-bottom: 4px;
    letter-spacing: 0.3rem;
    text-align: left;
}

#student-tutor-form .register {
    font-size: 10px;
    border-bottom: 1px solid #C49461;
    margin-bottom: 18.5px;
    text-align: right;
    margin-top: 4px;
    letter-spacing: 4px;
    color: #C49461;
}
#student-tutor-form .register:hover {
    color: #C49461 !important;
}

#student-tutor-form .input100 {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 14px !important;
    padding-left: 43px;
    height: 40px;
}

#student-tutor-form .input80 {
    display: inline-block !important;
    height: 40px;
    padding-left: 10px !important;
    margin-bottom: 14px !important;
}

#student-tutor-form .pw-input {
    position: relative;
}

#student-tutor-form .text-box {
    height: 100px !important;
}

#student-tutor-form .user-icon {
    background-image: url('../images/login/userID-icon.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .user-icon-gold {
    background-image: url('../images/svg/user-icon-gold.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .user-icon-black {
    background-image: url('../images/login/userID-icon-black.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .email-icon {
    background-image: url('../images/login/email-icon.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .pw-icon {
    background-image: url('../images/login/pw-icon.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .contact-icon {
    background-image: url('../images/svg/contact-card.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .star-icon {
    background-image: url('../images/svg/star.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .eye-icon {
    background-image: url('../images/svg/eye-icon.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .eye-slash-icon {
    background-image: url('../images/svg/eye-slash-icon.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .contact-icon {
    background-image: url('../images/svg/contact-card.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}
#student-tutor-form .star-icon {
    background-image: url('../images/svg/star.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-tutor-form .container-login100-form-btn {
    margin-top: 8px;
    text-align: center;
}

#student-tutor-form .login100-form-btn {
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    color: #ffffff;
    margin-bottom: 9px;
}

#student-tutor-form .login-btn:hover {
    background-color: #DDC1A3 !important;
}

#student-tutor-form .forget-pw {
    font-size: 14px !important;
    color: #2D3F49 !important;
    letter-spacing: 0.1em !important;
}

#student-tutor-form .student-tutor-social-login {
    text-align: center;
}

#student-tutor-form .separator {
    margin-top: 5px;
    color: black;
}

#student-tutor-form .student-tutor-social-login hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border-top: 1px solid #C49461;
    width: 50%;
}

#student-tutor-form .student-tutor-social-login hr::after {
    content: unset;
}

#student-tutor-form .text-or {
    width: 50%;
    letter-spacing: 0.1rem;
    font-size: 14px;
}

#student-tutor-form .login100-form-social {
    margin-top: 4px;
    width: 100%;
}

#student-tutor-form .social-login-btn {
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 7px 0;
}

#student-tutor-form a.login100-form-social-item {
    display: block;
    width: 100%;
}

#student-tutor-form .social-login-text {
    color: #FFFFFF !important;
    align-self: center;
    font-size: 14px !important;
    display: inline;
}

#student-tutor-form .login100-form-social .bg-google {
    background-color: #4285F4;
}

#student-tutor-form .login100-form-social .bg-fb {
    background-color: #1877F2;
}

#student-tutor-form .login100-form-social .bg-wechat {
    background-color: #00D20A;
}

#student-tutor-form .login-icon {
    margin-right: 20px;
    width: 27px;
    height: 27px;
}

#student-tutor-form .tutor-btn:hover {
    background-color: #516D7C;
}

#student-tutor-form a.switch-student-login {
    color: #ffffff !important;
}

#student-tutor-form a.switch-student-login:hover {
    color: #77542F;
}

#student-tutor-form a.switch-tutor-login {
    color: #ffffff !important;
    display: block;
}

#student-tutor-form .login100-student-img {
    width: 40%;
    height: auto;
    position: relative;
    z-index: 1;
}

#student-tutor-form .login100-student-img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    background-image: url('../images/AMW_web_login_graphic_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#student-tutor-form .login100-tutor-img {
    width: 40%;
    height: auto;
    position: relative;
    z-index: 1;
}

#student-tutor-form .login100-tutor-img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    background-image: url('../images/AMW_web_login_graphic_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#student-tutor-form .tnc-text a:hover {
    color: #C49461;
}

#student-tutor-form .pw-visible {
    display: inline-block;
    width: 40px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-7px);
    right: 10px;
}

#student-login-form .pw-visible,
#tutor-login-form .pw-visible,
#student-register-form .pw-visible {
    transform: translateY(-20px);
}

#student-forget-pw .container-wrapper,
#tutor-forget-pw .container-wrapper {
    height: 562px;
}

#student-tutor-form .desc-1 {
    margin-top: 30px;
    letter-spacing: 2px;
}

#student-tutor-form .desc-2 {
    font-weight: lighter;
    letter-spacing: 4px;
}

#student-tutor-form .container-login100-form-btn.tutor-btn {
    margin-top: 50px;
    margin-bottom: 12px;
}

#student-tutor-form .container-login100-form-btn.login-btn {
    margin-top: 217px;
    margin-bottom: 0;
}

#student-tutor-form .tnc-text {
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 0;
}

#student-tutor-form .login100-form-btn {
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    color: #ffffff;
    margin-bottom: 9px;
}

#tutor-login .login100-form-btn {
    margin-bottom: 27px;
}

#tutor-login .container-login100-form-btn {
    margin-top: 36px;
}

#tutor-forget-pw-form .input100,
#student-forget-pw-form .input100 {
    margin-top: 25px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    #student-tutor-form.pt-101 {
        padding: 101px 0;
    }

    #student-tutor-form .student-tutor-login-form {
        width: 60%;
        display: block;
        background-color: #f7f7f7;
        padding: 45px;
        padding-bottom: 23px;
    }

    #student-tutor-form .student-tutor-login {
        margin-top: 27px;
    }

    #student-tutor-form .section-title {
        font-size: 26px !important;
    }

    #student-tutor-form .login {
        font-size: 26px;
    }

    #student-tutor-form .register {
        font-size: 14px;
    }

    #student-tutor-form .input100 {
        margin-bottom: 20px !important;
        height: 60px !important;
    }
    
    #student-tutor-form .input80 {
        margin-bottom: 20px;
        height: 60px;
    }

    #student-tutor-form .login100-form-btn {
        padding: 20px;
        margin-bottom: 16px;
        font-size: 20px;
    }

    #student-tutor-form .forget-pw {
        font-size: 16px !important;
    }

    #student-tutor-form .separator {
        margin-top: 28px;
    }

    #student-tutor-form .text-or {
        font-size: 20px;
    }

    #student-tutor-form .login100-form-social {
        margin-top: 2px;
    }

    #student-tutor-form .social-login-btn {
        margin-bottom: 15px;
        padding: 12px 0;
    }

    #student-tutor-form .social-login-text {
        font-size: 18px;
    }

    #student-tutor-form .container-login100-form-btn.tutor-btn {
        margin-top: 35px;
    }

    #student-tutor-form .tnc-text {
        font-size: 16px;
        margin-top: 20px;
    }

    #student-tutor-form .desc-1 {
        font-size: 26px;
        letter-spacing: 4px;
    }

    #student-tutor-form .desc-2 {
        font-size: 16px;
    }

    #student-forget-pw .container-wrapper,
    #tutor-forget-pw .container-wrapper {
        height: 758px;
    }

    #tutor-login-form.student-tutor-login {
        margin-top: 50px;
    }

    #tutor-login-form .input100 {
        margin-bottom: 40px;
    }

    #tutor-login-form .login100-form-btn {
        margin-bottom: 30px;
    }

    #tutor-forget-pw-form .input100,
    #student-forget-pw-form .input100 {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    #student-tutor-form .login100-student-img {
        display: none;
    }

    #student-tutor-form .login100-tutor-img {
        display: none;
    }
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
body.home #site-content {
    background: url("../images/banner/home-instructors-bg.png") center/cover;
}

body.home #hero {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

body.home #hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.home #tag-line {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../images/banner/home-intro.png") center/cover;
}

body.home #tag-line .section-title {
    margin-bottom: 19px;
}

body.home #tag-line .section-title+hr {
    margin-bottom: 40px !important;
}

body.home #tag-line .section-desc {
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    body.home #tag-line .section-title {
        margin-bottom: 28px;
    }

    body.home #tag-line .section-title+hr {
        max-width: 800px;
    }

    body.home #tag-line .section-desc {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        color: #FFFFFF;
    }
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
body.home #site-content {
    background: url("../images/banner/home-instructors-bg.png") center/cover;
}

body.home #hero {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

body.home #hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.home #tag-line {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../images/banner/home-intro.png") center/cover;
}

body.home #tag-line .section-title {
    margin-bottom: 19px;
}

body.home #tag-line .section-title+hr {
    margin-bottom: 40px !important;
}

body.home #tag-line .section-desc {
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    body.home #tag-line .section-title {
        margin-bottom: 28px;
    }

    body.home #tag-line .section-title+hr {
        max-width: 800px;
    }

    body.home #tag-line .section-desc {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        color: #FFFFFF;
    }
}

/*-------------------------- Course Page --------------------------*/
div#course-page {
    padding-bottom: 80px;
}

#course-page.background {
    background-image: url('../images/banner/home-instructors-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#course-menu .pagination {
    margin-top: 45px;
}

#course-page .course-menu {
    margin-top: 30px;
}

#course-page .page-title {
    text-align: center;
}

#course-page .select-menu {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

#course-page .custom-select {
    margin-top: 12px;
    margin-bottom: 19px;
    color: #ffffff !important;
    text-align-last: center;
    background: unset;
    background-color: #C49461;
    border: 1px solid #C49461;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-image: url('../images/courses/menu-arrow.svg');
    background-repeat: no-repeat;
    background-position: center 15px;
    background-position-y: center;
    background-position-x: 95%;
    height: 35px;

}

#course-page .list-group-item {
    position: relative;
    display: block;
    background-color: #C49461;
    border: 1px solid #C49461;
    color: #ffffff !important;
    text-align: left;
    width: 90%;
    padding: .75rem 1.75rem;
}

#course-page .list-group-item.active {
    z-index: 2;
    color: #C49461 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    opacity: 0.9;
}

#course-page .page-link {
    z-index: 3;
    color: #C49461;
    border-color: #C49461;
    background-color: transparent;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: 0 10px;
}

#course-page .page-item.active .page-link {
    color: #ffffff;
    background-color: #C49461;
}

#course-page .pagination {
    margin-top: 25px;
}

#course-page .page-item .page-link {
    padding: .5rem .85rem;
    width: 38px;
    height: 38px;
}

#course-page .page-item .page-link:hover {
    color: white;
    border-color: white;
}

#course-page .courses-container {
    margin-top: 65px;
}

#course-page .section-title {
    text-align: center;
    margin-bottom: 19px;
    font-weight: 400;
}

#course-page .slider-container {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) {
    #course-page.background {
        padding-bottom: 140px;
    }

    #course-page .course-menu {
        margin-top: 40px;
    }

    #course-page .select-menu {
        margin-top: unset;
    }

    #course-page .custom-select {
        margin-top: unset;
        margin-bottom: unset;
        text-align-last: left;
        width: 90%;
        font-size: 16px;
        height: 50px;
        padding: .75rem 1.75rem;
    }

    #course-page .list-group-item:hover {
        background-color: #ffffff;
        opacity: 0.9;
        color: #C49461 !important;
    }

    #course-page .courses-container {
        margin-top: 140px;
    }

    #course-page .section-title {
        margin-bottom: 28px;
    }

    #course-page .slider-container {
        margin-top: 75px;
    }
}

.bookmarked {
    border-radius: 50%;
    background-color: #216ed9;
}

.bookmark.disabled:hover {
    pointer-events: none !important;
}

/*-------------------------- Quiz --------------------------*/
#quiz-page #site-content {
    background-image: url("../images/tutorPage/popular-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 40px;
}

#quiz-page .quiz-container {
    padding-bottom: 25px;
}

#quiz-page .quiz-container .quiz-title-container {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 17px;
}

#quiz-page .quiz-container .quiz-title-container .icon-time-w {
    margin-right: .5em;
}

#quiz-page .quiz-container .quiz-card-container {
    position: relative;
    background-color: #FFFFFF;
    color: #122A38;
    border: 1px solid #C49461;
    border-radius: 5px;
    padding: 15px;
}

#quiz-page .quiz-container .quiz-card-container .quiz-desc {
    text-align: center;
    margin-bottom: 35px;
}

#quiz-page .quiz-container .quiz-card-container .quiz-info {
    display: inline-block;
}

#quiz-page .quiz-container .quiz-card-container .quiz-time {
    margin-bottom: 18px;
}

#quiz-page .quiz-container .quiz-card-container .quiz-total-question {
    margin-bottom: 38px;
}

#quiz-page .quiz-container .quiz-card-container .icon-time {
    width: 1.5em;
    vertical-align: text-top;
    margin-right: .7em;
}

#quiz-page .quiz-container .quiz-card-container .quiz-start,
#quiz-page .quiz-container .quiz-card-container .quiz-redo,
#quiz-page .quiz-container .quiz-card-container .quiz-download,
#quiz-page .quiz-container .quiz-card-container .quiz-return {
    text-align: center;
}

#quiz-page .quiz-container .quiz-card-container .quiz-start a,
#quiz-page .quiz-container .quiz-card-container .quiz-redo a,
#quiz-page .quiz-container .quiz-card-container .quiz-download a,
#quiz-page .quiz-container .quiz-card-container .quiz-return a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5em;
    width: 70%;
    text-align: center;
}

#quiz-page .quiz-container .quiz-card-container .quiz-start a {
    background-color: #DDDBDB;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-start a:hover {
    background-color: #C39465;
    color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .quiz-redo a {
    background-color: #2D3F49;
    color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .quiz-redo a:hover {
    background-color: #C39465;
    color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .quiz-download a {
    background-color: #C49461;
    color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .quiz-download a:hover {
    background-color: #2D3F49;
}

#quiz-page .quiz-container .quiz-card-container .quiz-return a {
    color: #2D3F49;
}

#quiz-page .quiz-container .quiz-card-container .quiz-return a:hover {
    background-color: #2D3F49;
    color: #FFFFFF;
}


@media only screen and (min-width: 992px) {
    #quiz-page .quiz-container {
        padding-bottom: 100px;
    }

    #quiz-page .quiz-container .quiz-title-container {
        font-size: 34px;
        margin-top: 40px;
        margin-bottom: 28px;
    }

    #quiz-page .quiz-container .quiz-card-container {
        min-height: 560px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-desc {
        text-align: left;
        margin-top: 70px;
        margin-bottom: 51px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-time {
        margin-bottom: 26px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-total-question {
        margin-bottom: 54px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-start,
    #quiz-page .quiz-container .quiz-card-container .quiz-redo,
    #quiz-page .quiz-container .quiz-card-container .quiz-download,
    #quiz-page .quiz-container .quiz-card-container .quiz-return {
        margin-bottom: 25px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-start a,
    #quiz-page .quiz-container .quiz-card-container .quiz-redo a,
    #quiz-page .quiz-container .quiz-card-container .quiz-download a,
    #quiz-page .quiz-container .quiz-card-container .quiz-return a {
        font-size: 24px;
        max-width: 350px;
    }
}

/*-------------------------- Quiz Questions --------------------------*/
#quiz-page .quiz-container .quiz-card-container .quiz-question {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
}

#quiz-page .quiz-container .quiz-card-container .quiz-answer-container {
    padding: 16px 0 30px;
}

#quiz-page .quiz-container .quiz-card-container .custom-radio {
    margin-bottom: 16px;
    font-size: 12px;
    padding-left: 40px;
}

#quiz-page .quiz-container .quiz-card-container .custom-control-label::before {
    border-color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23C49461'/%3e%3c/svg%3e");
}

#quiz-page .quiz-container .quiz-card-container .page-container {
    color: #C49461;
    text-align: center;
}

#quiz-page .quiz-container .quiz-card-container .page-container .last-question,
#quiz-page .quiz-container .quiz-card-container .page-container .next-question {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    border: 1px solid #C49461;
}

#quiz-page .quiz-container .quiz-card-container .page-container .last-question:hover,
#quiz-page .quiz-container .quiz-card-container .page-container .next-question:hover {
    background-color: #C49461;
    color: #FFFFFF;
}

#quiz-page .quiz-container .quiz-card-container .page-container .page-num {
    margin: 0 22px;
}

@media only screen and (min-width: 992px) {
    #quiz-page .quiz-container .quiz-card-container .quiz-answer-container {
        padding: 33px 0 30px;
    }

    #quiz-page .quiz-container .quiz-card-container .custom-radio {
        margin-bottom: 25px;
        font-size: 15px;
    }

    #quiz-page .quiz-container .quiz-card-container .page-container {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: inline-block;
    }
}

/*-------------------------- Quiz Result --------------------------*/
#quiz-page .quiz-container .quiz-card-container .quiz-complete {
    margin-top: 29px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-score {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 500;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-unit {
    margin-bottom: 15px;
    font-size: 20px;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-correct {
    margin-bottom: 3px;
    font-size: 12px;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-incorrect {
    margin-bottom: 28px;
    font-size: 12px;
    color: #C49461;
}

#quiz-page .quiz-container .quiz-card-container .quiz-message {
    margin-bottom: 25px;
    font-size: 14px;
}

@media only screen and (min-width: 992px) {
    #quiz-page .quiz-container .quiz-card-container .quiz-complete {
        margin-top: 66px;
        margin-bottom: 0;
        font-size: 45px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-score {
        font-size: 45px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-unit {
        margin-bottom: 19px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-correct {
        margin-bottom: 3px;
        font-size: 16px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-incorrect {
        margin-bottom: 33px;
        font-size: 16px;
    }

    #quiz-page .quiz-container .quiz-card-container .quiz-message {
        margin-bottom: 42px;
        font-size: 16px;
    }
}

/*-------------------------- Search --------------------------*/
.search-container {
    background-image: url('../images/banner/home-instructors-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.search-container .search-box input.form-control,
.search-container .search-box select.form-control {
    height: 3em;
    padding-left: 30px;
    padding-right: 30px;
}

/*--------------------------------------------------------------
cart Page
--------------------------------------------------------------*/
#cart-page #site-content {
    background-color: #1F2B33 !important;
    padding-top: 26px;
    padding-bottom: 10px;
}

#cart-page #cart-header {
    color: #FFFFFF;
    padding: 20px 15px;
    border-bottom: 1px solid #FFFFFF;
}

#cart-page .cart-item-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2D3F49;
}

#cart-page .cart-item-wrapper .close {
    color: #2D3F49;
    width: 20px;
}

#cart-page .cart-item-wrapper .close:hover .icon-close {
    background-image: url("/assets/images/background/icon-close-g.svg");
}

#cart-page .cart-item-wrapper .product-img-wrapper {
    border: 1px solid #C49461;
    position: relative;
}

#cart-page .cart-item-wrapper .product-img-wrapper img {
    max-height: 147px;
    max-width: 147px;
    object-fit: cover;
}

#cart-page .cart-item-wrapper .product-img-wrapper .icon-logo {
    width: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

#cart-page .cart-item-wrapper .product-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 8px;
}

#cart-page .cart-item-wrapper .author,
#cart-page .cart-item-wrapper .profession {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-bottom: 0;
}

#cart-page .cart-item-wrapper .cart-save {
    color: #FFFFFF !important;
    background-color: #2D3F49 !important;
    padding: 11px 23px;
    font-size: 12px !important;
    width: 100%;
    max-width: 200px;
    margin-top: 7px;
}

#cart-page .cart-item-wrapper .cart-save:hover {
    background-color: #C49461 !important;
}

.cart-item-wrapper .qty-wrapper {
    background-color: #2D3F49;
    margin-left: 1em;
    margin-right: 1em;
}

.cart-item-wrapper .qty-wrapper .minus-qty {
    position: relative;
    left: -1em;
    width: 2em;
    height: 2em;
    background-image: url("../images/cart/icon-minus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart-item-wrapper .qty-wrapper .minus-qty-disable {
    position: relative;
    left: -1em;
    width: 2em;
    height: 2em;
    background-image: url("../images/cart/icon-minus-disable.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.cart-item-wrapper .qty-wrapper .plus-qty {
    position: relative;
    right: -1em;
    width: 2em;
    height: 2em;
    background-image: url("../images/cart/icon-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cart-item-wrapper .qty-wrapper .plus-qty-disable {
    position: relative;
    right: -1em;
    width: 2em;
    height: 2em;
    background-image: url("../images/cart/icon-plus-disable.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#cart-page .cart-item-wrapper .price {
    font-size: 16px !important;
    font-weight: bold !important;
}

#cart-page .cart-total-container {
    background-color: #2D3F49;
    padding: 22px 15px 20px;
}

#cart-page .title {
    text-align: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #C49461;
    margin-bottom: 0;
    font-weight: 500 !important;
    font-size: 18px !important;
}

#cart-page .total-price {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #C49461;
    margin-bottom: 27px;
    font-weight: 500 !important;
    font-size: 30px !important;
    letter-spacing: .1em !important;
}

#cart-page .coupon {
    margin-top: 27px;
    margin-bottom: 27px;
    width: 100%;
    height: 45px;
    padding-left: 12px;
    font-size: 14px !important;
}

#cart-page .cart-pay {
    width: 100%;
    font-size: 14px !important;
    padding: 13px;
    margin-bottom: 15px;
}

#cart-page .remark {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px !important;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {

    #cart-page .cart-item-wrapper .author,
    #cart-page .cart-item-wrapper .profession {
        margin-bottom: 3px;
    }

    #cart-page .cart-item-wrapper .cart-save {
        margin-top: 24px;
    }

    .cart-item-wrapper .qty-wrapper {
        font-size: 14px !important;
    }
}

/* -----------
Cart Page End
----------- */

/*--------------------------------------------------------------
Tutor Page
--------------------------------------------------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
    content: ">" !important;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #ffffff !important;
}

.tutor-page-background {
    /* background-color: #0F1519; */
    background-image: url('../images/tutorPage/popular-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* padding-bottom: 40px; */
}

#tutorial-video .video-title {
    margin-top: 15px;
}

#tutorial-video .video-title .title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
}

#tutorial-video .video-title .author {
    letter-spacing: 0.1em !important;
}

#tutorial-video .video-wrapper {
    margin-top: 14px;
}

#tutorial-video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

#tutorial-video .video-container .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tutorial-video .video-desc {
    margin-top: 11px;
}

#tutorial-video .button-item {
    border: 1px solid #BABABA;
    background-color: transparent;
    color: #BABABA !important;
    padding: 5px 5px;
    font-size: 12px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: lighter !important;
}

#tutorial-video .button-item:hover {
    background-color: #C39465;
    color: #FFFFFF !important;
}

#tutorial-video .icon-wrapper .btn {
    padding: 0px;
}

#tutorial-video .video-icon {
    width: 50px;
    height: 50px;
}

#tutorial-video .icon-desc {
    font-size: 14px !important;
    color: #BABABA !important;
    margin-top: 50px;
}

#tutorial-video .icon-bookmark::before {
    content: unset
}

#tutorial-video .video-icon.icon-bookmark:hover {
    background-image: url("../images/tutorPage/icon-bookmark-g.svg");
}

#tutorial-video .video-price {
    margin-top: 18px;
    margin-bottom: 45px;
}

#tutorial-video .video-price .content {
    white-space: pre-line;
}

#tutorial-video .video-price p,
#tutorial-video .video-price h3 {
    letter-spacing: 0.05em !important;
    white-space: pre-line;
}

#tutorial-video .video-price p {
    font-weight: lighter !important;
}

#tutorial-video .add-to-cart .btn {
    width: 100%;
    font-size: 18px !important;
}

#tutorial-video.add-to-cart.bg-white {
    border-radius: 5px;
}

#tutorial-video .video-info .video-clips-title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
}

#tutorial-video .video-info .video-duration,
#tutorial-video .video-info .video-views,
#tutorial-video .video-info .like-count {
    font-size: 12px !important;
    color: #BABABA !important;
}

#tutorial-video .video-info .like-count .fa.fa-heart-o {
    width: 12px;
    height: 12px;
    transform: scale(0.75);
}

#tutorial-video .video-info img {
    width: 12px;
    margin-right: 7px;
}

#tutorial-video .panel-body {
    margin-top: 35px;
    background-color: #0F1519;
    height: 300px;
    overflow-y: scroll;
}
.panel-body::after {
    content: " ";
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%)
}
/* change scroll bar color */ 
    .panel-body{
        scrollbar-face-color: #367CD2;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #FFFFFF;
    }

    /* Let's get this party started */
    .panel-body::-webkit-scrollbar {
        width: 8px;
    }
    
    /* Track */
    .panel-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    /* Handle */
    .panel-body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff; 
        -webkit-box-shadow: inset 0 0 6px #ffffff; 
    }
/* end of change scroll bar color */

#tutorial-video .list-group-item {
    position: relative;
    display: block;
    padding: .75rem;
    background-color: transparent;
    border: unset;
    color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 10px;
    font-weight: lighter !important;
}

#tutorial-video .list-group-item img {
    width: 16px;
    margin-right: 9px;
}

#tutorial-video .list-group a.active {
    background-color: #C49461;
}

#tutorial-video .list-group-item:hover {
    background-color: #C49461;
}

.panel-body::after {
    content: " ";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 100%)
}

/* change scroll bar color */
.panel-body {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.panel-body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.panel-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.panel-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 0 6px #ffffff;
    -webkit-box-shadow: inset 0 0 6px #ffffff;
}

/* end of change scroll bar color */
.buy-immediately {
    width: 100%;
}

.pop-up .modal-header {
    border-bottom: unset;
    display: block;
}

.pop-up .modal-title {
    text-align: center;
}

.pop-up .modal-body {
    min-height: 150px;
}

.pop-up .modal-footer {
    border-top: unset;
    justify-content: space-between;
    padding: 0;
}

.pop-up .confirm-btn,
.pop-up .close-btn {
    width: 50%;
    height: 65px;
    border-radius: 0;
}

.pop-up .confirm-btn {
    background-color: #C49461;
    border-color: #C49461;
}

.pop-up .close-btn {
    background-color: #DDDBDB;
    border-color: #DDDBDB;
}

.snackbar {
    position: relative;
    height: 75px;
}

.snackbar .fade {
    transition: opacity 3s !important;
}

.snackbar .toast {
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
}

img.snackbar-icon {
    width: 50px !important;
    margin-right: 20px !important;
}

span.snackbar-desc {
    align-self: center !important;
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

.snackbar-success .toast {
    background-color: #C49461 !important;
}

.snackbar-info .toast {
    background-color: #BABABA !important;
}

.snackbar-fail .toast {
    background-color: #DE404E !important;
}

#payment-modal .modal-header {
    border-bottom: unset;
}

#payment-modal .modal-header .close {
    padding: 0;
    border: 2px solid #C49461;
    border-radius: 50%;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    opacity: 1;
}

#payment-modal .modal-header .close-btn {
    color: #C49461;
}

#payment-modal .modal-title .title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 11px;
    line-height: 20px !important;
}

#payment-modal .modal-content .payment-form {
    margin-top: 23px;
    margin-bottom: 6px;
}

#payment-modal .modal-content .form-check {
    margin-bottom: 24px;
}

#payment-modal .modal-content .payment-icon {
    width: 120px;
    margin-bottom: 8px;
    margin-left: 15px;
}

#payment-modal .modal-content .pay-container {
    text-align: center;
    margin-bottom: 44px;
}

#payment-modal .modal-content .payment-desc {
    font-size: 10px !important;
    opacity: 0.8;
    letter-spacing: 0.1em !important;
    margin-left: 15px;
}

#payment-modal .modal-content .modal-buy {
    width: 80%;
    background-color: #DDDBDB;
    color: #C49461 !important;
    font-size: 16px !important;
    letter-spacing: 0.2em !important;
    border-radius: 0;
}

#payment-modal .modal-content input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C49461;
    border-radius: 50%;
    outline: none;
}

#payment-modal .modal-content input[type='radio']:hover {
    box-shadow: unset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    margin: 50% auto;
    border-radius: 50%;
    transform: translateY(-50%);
}

#payment-modal .modal-content input[type='radio']:checked:before {
    background: #C49461;
}

#payment-modal .modal-buy:hover {
    background-color: #C39465;
    color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
    #tutorial-video .video-title {
        margin-top: 33px;
    }

    #tutorial-video .video-title .title {
        font-size: 38px !important;
    }

    #tutorial-video .video-wrapper {
        margin-top: 37px;
    }

    #tutorial-video .video-desc {
        margin-top: 15px;
    }

    #tutorial-video .video-info .video-clips-title,
    #tutorial-video .video-info .video-duration,
    #tutorial-video .video-info .video-views,
    #tutorial-video .video-info .like-count {
        font-size: 12px !important;
        color: #BABABA !important;
        letter-spacing: 0.05em !important;
    }

    #tutorial-video .button-item {
        padding: 5px 17px;
        font-size: 16px !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #tutorial-video .video-icon img {
        width: 50px;
    }

    #tutorial-video .video-icon {
        margin-left: 10px;
    }

    #tutorial-video .video-price {
        margin-top: 22px;
        margin-bottom: 0px;
    }

    #tutorial-video .video-price p {
        font-size: 14px !important;
    }

    #tutorial-video .video-price h3 {
        font-size: 28px !important;
    }

    #tutorial-video .add-to-cart {
        margin-top: 13px;
        width: 100%;
    }

    #tutorial-video .add-to-cart .btn {
        padding: 14px 0;
    }

    #tutorial-video .panel-body {
        margin-top: unset;
        height: 56%;
        margin-bottom: 20px;
    }

    #tutorial-video .next-video {
        width: 100%;
    }

    #tutorial-video .next-video .img-wrapper {
        height: 140px;
        overflow: hidden;
        position: relative;
        background-color: rgba(0, 0, 0);
    }

    #tutorial-video .next-video .img-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    #tutorial-video .next-text {
        color: #ffffff;
        font-size: 12px !important;
        font-weight: lighter;
        margin-top: 15.5px;
    }

    #tutorial-video .next-title {
        font-size: 16px !important;
        margin-top: 5px;
    }

    #payment-modal .modal-dialog {
        max-width: 1100px;
    }

    #payment-modal .modal-body {
        padding-right: 10%;
        padding-left: 10%;
    }

    #payment-modal .modal-content .modal-wrapper {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #payment-modal .modal-title .title {
        font-size: 30px !important;
        letter-spacing: 0.4em !important;
        margin-bottom: 15px;
        line-height: 50px !important;
    }

    #payment-modal .modal-content .payment-form {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    #payment-modal .modal-content .form-check {
        margin-bottom: 36px;
    }

    #payment-modal .modal-content .payment-icon {
        width: 150px;
        margin-bottom: 7px;
        margin-left: 20px;
    }

    #payment-modal .modal-content .payment-desc {
        font-size: 14px !important;
        opacity: 0.8 !important;
        margin-left: 20px;
    }

    #payment-modal .modal-content .modal-buy {
        font-size: 24px !important;
        letter-spacing: 0.4em !important;
    }
}

@media only screen and (min-width: 1200px) {
    #tutorial-video .panel-body {
        height: 56.25% !important;
    }
}

#rating-review {
    text-align: center;
    margin-top: 15px;
}

#rating-review .container {
    padding-top: 22px;
    padding-bottom: 22px;
}

#rating-review .rating-title {
    font-size: 18px !important;
    margin-bottom: 21px !important;
    letter-spacing: 0.2em !important;
}

#rating-review .rating-score {
    font-size: 30px !important;
    letter-spacing: 0.2em !important;
    font-weight: 600 !important;
    margin-bottom: 21px !important;
    margin-top: 18px !important;
}

#rating-review .icon-logo,
#rating-review .icon-logo-half,
#rating-review .icon-logo-empty {
    width: 20px;
    height: 20px;
    margin: 0 7px;
}

#rating-review .rating-comment {
    color: #BABABA;
    letter-spacing: 0.2em !important;
    margin-top: 24px;
    line-height: 20px !important;
    font-weight: lighter !important;
}

#tutorial-rating {
    margin-bottom: 17px;
}

#tutorial-review {
    color: #FFFFFF;
    margin-top: 15px;
    background-color: #080B0D;
}

#tutorial-review .review-comment {
    margin-top: 24px;
    text-align: left;
}

#tutorial-review .review-title {
    font-size: 16px !important;
    text-align: left;
}

#tutorial-review .col-6 .review-title {
    font-size: 12px !important;
}

#tutorial-review .review-title.text-gold {
    color: #C49461;
}

@media only screen and (min-width: 992px) {
    #rating-review {
        margin-top: 0px;
    }

    #rating-review .rating-score {
        font-size: 50px !important;
        margin-bottom: 20px !important;
        margin-top: 23px !important;
    }

    #rating-review .rating-comment {
        font-size: 14px !important;
    }

    #tutorial-review .review-comment {
        font-size: 14px !important;
    }

    #tutorial-rating {
        margin-bottom: 42px !important;
    }

    #tutorial-review .review-title {
        font-size: 18px !important;
    }

    #tutorial-review .col-6 .review-title {
        font-size: 14px !important;
    }

    #tutorial-review hr.start-30:after {
        width: 70%;
        margin-left: unset;
        margin-right: auto;
    }
}

#tutorial-tab {
    margin-top: 45px;
}

#popular-courses.tutor-page-background,
#tab-rating-review.tutor-page-background {
    background-position: bottom;
}

#tab-rating-review {
    margin-top: 57px;
}

#tutorial-tab .nav-tabs .nav-link.active {
    color: #C49461 !important;
    background-color: transparent !important;
}

#tutorial-tab .nav-tabs .nav-link {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-color: unset;
    border: unset;
}

#tutorial-tab .nav-tabs {
    border-bottom: unset;
}

#tutorial-tab hr {
    margin-top: 25px !important;
}

#tutorial-tab .tab-pane {
    margin-top: 30px;
}

#tutorial-tab .tab-title h4 {
    font-size: 16px !important;
}

#tutorial-tab .tab-title .title {
    letter-spacing: 0.2em !important;
}

#tutorial-tab .tab-content .content {
    margin-top: 22.5px !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    color: #FFFFFF !important;
    line-height: 18px !important;
    font-weight: lighter !important;
    white-space: pre-line !important;

}

#tutorial-tab .tab-content {
    margin-top: 25px;
    margin-bottom: 36px;
}

#tutorial-tab .avatar-container {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0;
}

#nav-tutor img.tutor-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #C49461;
    object-fit: cover !important;
}

#nav-tutor .tab-title {
    margin-top: 34px;
}

#nav-comment .comment-container {
    margin-top: 29px;
    margin-bottom: 15px;
}

#nav-comment .filter {
    width: 100%;
    text-align: right
}

#nav-comment .filter img {
    width: 14.75px;
    margin-right: 12.2px;
}

#nav-comment .filter .custom-select {
    font-size: 16px !important;
    color: #FFFFFF;
    border: unset;
    background: #0F1519;
    cursor: pointer;
}

#nav-comment .vertical-line {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 200%;
    border-left: 1.5px solid #FFFFFF;
    height: 100%;
}

#nav-comment hr {
    margin-top: unset !important;
}

#nav-comment .avatar-container img {
    width: 40px;
}

#nav-comment .student-bio p {
    color: #FFFFFF;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 13px !important;
    margin-bottom: 5px !important;
}

#nav-comment .student-name {
    font-weight: 500 !important;
}

#nav-comment .student-role {
    font-weight: lighter;
}

#tutorial-tab .updated-time p {
    color: #FFFFFF;
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
    line-height: 15px !important;
}

#nav-comment .tab-content .content {
    margin-top: 16.5px;
    font-size: 10px !important;
    line-height: 15px !important;
    font-weight: lighter !important;
}

#nav-comment .btn {
    padding: 0px;
}

#nav-comment .btn img {
    width: 33px;
}

#nav-comment .reply-container {
    margin-top: 32px;
}

#nav-comment .tutor-bio p {
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 13px !important;
    margin-bottom: 5px !important;
}

#nav-comment .tutor-bio {
    padding-right: 0;
}

#nav-comment .updated-time {
    padding-left: 0;
}

#nav-rating .avatar-container {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0;
}
#nav-rating .comment-input {
    width: 100%;
    background-color: transparent;
    border-color: #C49461;
    padding: 1rem;
    color: #FFFFFF;
}
#nav-rating .comment-container {
    margin-top: 29px;
    margin-bottom: 15px;
}
#nav-rating .filter {
    width: 100%;
    text-align: right
}
#nav-rating .filter img {
    width: 14.75px;
    margin-right: 12.2px;
}
#nav-rating .filter .custom-select {
    font-size: 16px !important;
    color: #FFFFFF;
    border: unset;
    background: #0F1519;
    cursor: pointer;
}
#nav-rating .vertical-line{
    position: absolute;
    top: 40px;
    left: 50%;
    width: 200%;
    border-left: 1.5px solid #FFFFFF;
    height: 100%;
}
#nav-rating hr {
    margin-top: unset !important;
}

#nav-rating .avatar-container img {
    width: 40px;
}
#nav-rating .student-bio p {
    color: #FFFFFF;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 13px !important;
    margin-bottom: 5px !important;
}
#nav-rating .student-name {
    font-weight: 500 !important;
}
#nav-rating .student-role {
    font-weight: lighter;
}
#tutorial-tab .updated-time p {
    color: #FFFFFF;
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
    line-height: 15px !important;
}
#nav-rating .tab-content .content {
    margin-top: 16.5px;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: lighter !important;
    white-space: pre-line !important;
}
#nav-rating .btn {
    padding: 0px;
}
#nav-rating .btn img {
    width: 33px;
}
#nav-rating .reply-container {
    margin-top: 32px;
}
#nav-rating .tutor-bio p {
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 13px !important;
    margin-bottom: 5px !important;
}
#nav-rating .tutor-bio {
    padding-right: 0;
}
#nav-rating .updated-time {
    padding-left: 0;
}

#tutorial-tab .pagination {
    margin-top: 40px;
    align-items: center;
}

#tutorial-tab .pagination img {
    width: 20px
}

#tutorial-tab .pagination h4 {
    font-size: 16px !important;
    line-height: 15px !important;
    margin: 0 16px;
    color: #FFFFFF;
}

#tutorial-tab .page-item img:hover {
    background-color: #C49461;
    border-radius: 50%;
}

#nav-quiz .tab-content .time {
    margin-top: 12px;
    margin-bottom: 12px;
}

#nav-quiz .start-quiz {
    margin-top: 2em;
    font-size: 14px !important;
    background-color: #2D3F49;
    padding: 13px 18px;
}

#nav-quiz .start-quiz a {
    color: #FFFFFF;
}

#nav-quiz .start-quiz a:hover {
    color: #C49461;
}

#nav-quiz .start-quiz .iconify {
    margin-left: 18px;
}

#nav-material .resource-container {
    margin-bottom: 30px;
}

#nav-material .clip-image {
    margin-bottom: 30px;
    width: 100%;
}

#nav-material .clip-image .img-container {
    padding-bottom: 56.77%;
    position: relative;
}

#nav-material .clip-image .img-container .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: black;
    border: 3.5px solid #C49461;
}

#nav-material .clip-image .img-container .img-wrapper img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#nav-material .tab-title h4 {
    letter-spacing: 0.2em !important;
    line-height: 20px !important;
}

#nav-material .updated-time {
    padding-left: 0;
}

#nav-material .tab-title {
    padding-right: 0;
}

#nav-material hr {
    margin-top: 7px !important;
}

#nav-material .material-list {
    height: 160px;
    overflow-y: scroll;
}

#nav-material .list-group {
    margin-top: 17px;
}

#nav-material .material-item {
    position: relative;
    background-color: transparent;
}

#nav-material .download-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    right: 0;
    width: 24px;
    margin-right: 5%;
    background-image: url("../images/tutorPage/icon-download.svg");
}

#nav-material .download-icon:hover {
    background-image: url("../images/tutorPage/icon-download-g.svg");
}

#nav-material .list-group-item {
    background-color: unset;
    border: unset;
    color: #FFFFFF;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    font-weight: lighter !important;
}

#nav-material .bg-blue {
    background-color: #2D3F49;
}

#nav-material .bg-white {
    opacity: 0.1;
}

#nav-material .material-item .text {
    opacity: 1;
    color: #0F1519;
}

@media only screen and (min-width: 992px) {

    #tab-rating-review.tutor-page-background {
        background-position: top;
        padding-top: 62px;
    }

    #tutorial-tab {
        margin-top: 0px;
    }

    #tutorial-tab .nav-tabs .divider {
        border-right: 1px solid white;
    }

    #tutorial-tab hr {
        margin-top: 17px !important;
    }

    #tutorial-tab .tab-pane {
        margin-top: 54px;
    }

    #tutorial-tab .tab-title h4 {
        font-size: 18px !important;
    }

    #tutorial-tab .tab-title hr {
        margin-top: 8px !important;
    }

    #tutorial-tab .tab-content .content {
        margin-top: 20px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    #nav-comment .avatar-container img {
        width: 60px;
    }

    #nav-comment .vertical-line {
        top: 60px;
    }

    #nav-comment .student-bio p {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    #nav-comment .tutor-bio p {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    
    #nav-rating .avatar-container img {
        width: 60px;
    }
    #nav-rating .vertical-line {
        top: 60px;
    }
    #nav-rating .student-bio p {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    #nav-rating .tutor-bio p {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    #nav-material .resource-container {
        margin-bottom: 40px;
    }

    #nav-material .material-list {
        height: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    #nav-material .material-list {
        height: 185px;
    }
}

@media only screen and (min-width: 1500px) {
    #nav-material .material-list {
        height: 260px;
    }
}

#email-subscription.subscription-background {
    position: relative;
    background-image: url('../images/tutorPage/subscription-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#email-subscription .title {
    text-align: center;
    padding-top: 53px;
    letter-spacing: 0.4em !important;
    font-size: 18px !important;
    margin-bottom: 8px;
}

#email-subscription hr:after {
    width: 55%;
}

#email-subscription .input-wrapper {
    margin-top: 18px;
}

#email-subscription .input-area,
#email-subscription .input-area {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

#email-subscription .login100-form-btn {
    text-align: center;
}

#email-subscription .form-btn {
    color: #FFFFFF;
    padding: 7px 42px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
    #email-subscription .container {
        padding: 0 10%;
    }

    #email-subscription .title {
        padding-top: 53px;
        font-size: 34px !important;
        margin-bottom: 18px;
    }

    #email-subscription .input-wrapper {
        margin-top: 45px;
    }

    #email-subscription .input-area {
        padding: 18px 30px;
        margin-bottom: 30px;
    }

    #email-subscription .form-btn {
        margin-top: 15px;
        padding: 13px 91px;
        margin-bottom: 78px;
    }
}

#popular-courses.slider-section {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 40px;
    padding-bottom: 140px;
}

@media only screen and (min-width: 992px) {
    #popular-courses.slider-section {
        margin-top: unset;
        margin-bottom: unset;
        padding-top: 118px;
        padding-bottom: 140px;
    }
}

/*-------------------------- VIP Page --------------------------*/
#vip-course .video-info {
    margin-top: 20px;
}

#vip-tab .login100-form-btn {
    width: 80%;
}

#vip-tab .text {
    margin-top: 18.5px;
}

#vip-question-form .container-login100-form-btn {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) {
    #vip-tab .login100-form-btn {
        width: 60%;
    }
}

/*-------------------------- Service --------------------------*/
#service-home .ads-container {
    margin-top: 17px;
    /* margin-bottom: 48px; */
}

#service-course .all-images {
    margin-top: 12px;
}

#service-course .course-details {
    margin-top: 25px;
    margin-bottom: 31px;
}

#service-course .course-title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
}

#service-course .rating-container {
    align-items: center;
}

#service-course .rating-score {
    font-size: 25px !important;
    letter-spacing: 0.1em !important;
    line-height: 20px !important;
}

#service-course .course-rating .icon-logo,
#service-course .course-rating .icon-logo-half,
#service-course .course-rating .icon-logo-empty {
    width: 25px;
    margin-right: 18px;
}

#service-course .course-rating {
    margin-bottom: 30px;
}

#service-course .price-course {
    border: 1px solid rgb(196, 148, 97, 0.4);
    text-align: center;
    padding: 15px 0;
}

#service-course .cart-item-wrapper {
    margin-top: 34px;
}

#service-course .qty-wrapper {
    height: 33px;
}

#service-course .cart-item-wrapper .qty-wrapper .minus-qty {
    width: 2.5em;
    height: 2.5em;
}

#service-course .cart-item-wrapper .qty-wrapper .plus-qty {
    width: 2.5em;
    height: 2.5em;
}

#service-course .buy-container {
    margin-top: 50px;
}

#service-course .buy-container .btn {
    padding: 13.2px 0;
    width: 100%;
}

#service-course .share-container {
    margin-top: 50px;
}

#service-course button.btn.share-icon {
    padding: 0;
    width: 47px;
    height: 47px;
}

#service-course .image-container {
    margin-bottom: 30px;
}

#tutorial-rating.bg-black-lighter {
    background-color: rgb(15, 63, 73, 0.4) !important;
}

#tab-rating-review.service {
    margin-top: 57px;
}

@media only screen and (min-width: 992px) {
    #service-home .ads-container {
        margin-top: unset;
    }

    #service-home .ads-container img {
        width: 100%;
        height: 100%;
    }

    #service-course .course-container {
        padding-top: 70px;
    }

    #service-course .all-images {
        margin-top: 20px;
    }

    #service-course .course-details {
        margin-top: unset;
    }

    #service-course .class-title {
        font-size: 38px !important;
    }

    #service-course .rating-score {
        font-size: 35px !important;
    }

    #service-course .course-rating .icon-logo,
    #service-course .course-rating .icon-logo-half,
    #service-course .course-rating .icon-logo-empty {
        width: 32px;
        margin-right: 23px;
    }

    #service-course .price-course {
        font-size: 38px !important;
        padding: 21px 0;
    }

    #service-course .qty-wrapper {
        height: 52px;
    }

    #service-course .cart-item-wrapper .qty-wrapper .minus-qty {
        left: -2em;
        width: 4em;
        height: 4em;
    }

    #service-course .cart-item-wrapper .qty-wrapper .plus-qty {
        right: -2em;
        width: 4em;
        height: 4em;
    }

    #service-course .share-container {
        -ms-flex-order: unset;
        order: unset;
        margin-top: 35px;
    }

    #tab-rating-review.service {
        margin-top: 205px;
    }
}

/*-------------------------- Product --------------------------*/
#product-course .text-order {
    margin-top: 47px;
    font-size: 12px !important;
}

#product-course .video-container {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    #tab-rating-review.product {
        margin-top: 110px;
    }

    #product-course .text-order {
        margin-top: 36px;
        font-size: 14px !important;
    }

}

/*-------------------------- Master Login --------------------------*/
#master-login .master-banner {
    position: relative;
}

#master-login .master-banner {
    background-image: url("../images/login/banner-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 100%;*/
}

#master-login .banner-container {
    padding-top: 65px;
    padding-bottom: 103px;
}

#master-login .banner-container .banner-text {
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    line-height: 20px !important;
    color: #42210B;
    margin-bottom: 0.2em;
}

#master-login .banner-container .banner-text.larger-text {
    font-size: 14px !important;
}

#master-login .banner-container .banner-title {
    font-size: 24px !important;
    letter-spacing: 0.05em !important;
    color: #42210B;
    margin-bottom: 7px;
}

#master-login .banner-container.without-hr hr {
    height: 5px;
    text-align: left;
    width: 50%;
    margin-left: 0;
}

#master-login .banner-container.without-hr hr::after {
    height: unset;
}

#master-login .scroll-down {
    position: relative;
    width: 80px;
    margin-top: -40px;
    margin-bottom: -40px;
    left: 50%;
    transform: translateX(-40px);
}

#master-login .background {
    background-color: #1F2B33;
}

#master-login .section-two.background {
    background-color: #24343C;
}

#master-login .title-container {
    padding-top: 40px;
}

#master-login .section-title {
    margin-bottom: 17px;
    letter-spacing: 0.1em !important;
    font-weight: 300 !important;
}

#master-login .cards-wrapper {
    padding-bottom: 90px;
    z-index: 5;
}

#master-login .card-background-blue,
#master-login .card-background-gold {
    position: relative;
    z-index: 5;
}

#master-login .card-background-blue::after {
    content: '';
    background-color: #2D3F49;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}

#master-login .card-background-gold::after {
    content: '';
    background-color: #C39465;
    opacity: 40%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}

#master-login .card-image {
    margin-top: 50px;
    margin-bottom: 34px;
}

#master-login .title {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
}

#master-login .content {
    margin-top: 25px;
    padding-bottom: 41px;
}

#master-login .content-text {
    letter-spacing: 0.05em !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

#master-login .master-register {
    padding-top: 51px;
    padding-bottom: 112px;
}

#master-login .form-title {
    text-align: center;
}

#master-login .form-title .title {
    font-size: 25px !important;
    letter-spacing: 0.2em !important;
}

#master-login .form-title .text {
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
}

#master-login .master-register hr:after {
    width: 60%;
}

#master-register-form .input-container {
    margin-top: 37px;
}

#master-register-form .input-title {
    font-size: 16px !important;
}

#master-register-form .input100 {
    margin-top: 14px;
}

#master-register-form .login-btn {
    width: 70%;
}

#master-register-form .col-12 {
    padding-left: 0;
}

#master-register-form .underline {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    #master-login .banner-container {
        padding-top: 280px;
        padding-bottom: 416px;
    }

    #master-login .banner-container .banner-title {
        font-size: 70px;
        margin-bottom: 23px;
    }

    #master-login .banner-container .banner-text.larger-text {
        font-size: 38px !important;
    }

    #master-login .banner-container.without-hr hr {
        height: 5px;
        text-align: left;
        margin-left: 0;
    }

    #master-login .banner-container hr.lg-width:after {
        width: 20%;
    }

    #master-login .banner-container .banner-text {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #master-login .card-container {
        margin-top: 190px;
    }

    #master-login img.banner {
        max-height: 870px;
    }

    #master-login .title {
        margin-bottom: 25px;
    }

    #master-login .title-container {
        padding-top: 89px;
        padding-bottom: 14px;
    }

    #master-login .section-title {
        margin-bottom: 28px;
    }

    #master-login .cards-wrapper {
        padding-bottom: 180px;
    }

    /*#master-login .card-background-blue,
    #master-login .card-background-gold {
        padding-bottom: 165px;
    }*/

    #master-login .card-background-blue::after {
        bottom: unset;
        top: -10%;
        width: 60%;
        height: 90%;
    }

    #master-login .card-background-gold::after {
        bottom: unset;
        top: -10%;
        width: 60%;
        height: 90%;
    }

    #master-login .card-background-blue.left-card::after {
        right: unset;
        left: 0;
    }

    #master-login .card-background-blue.left-card .container {
        padding-left: 95px;
    }

    #master-login .card-image {
        margin-top: unset;
        margin-bottom: unset;
    }

    #master-login .card-background-blue .container {
        padding-right: 95px;
    }

    #master-login .card-background-gold .container {
        padding-left: 95px;
    }

    #master-login .title {
        font-size: 34px !important;
    }

    #master-login .content-text {
        letter-spacing: 0.1em !important;
        line-height: 30px !important;
        font-size: 20px !important;
    }

    #master-login .last-card {
        padding-bottom: 150px;
    }

    #master-login .master-register {
        padding-top: 145px;
    }

    #master-login .form-title .title {
        font-size: 40px !important;
        letter-spacing: 0.4em !important;
    }

    #master-login .form-title .text {
        font-size: 28px !important;
        letter-spacing: 0.4em !important;
    }

    #master-login .form-title {
        padding: 0 10%;
    }

    #master-register-form .input-title {
        font-size: 20px !important;
    }

    #master-register-form .login-btn {
        width: 70%;
        margin-top: 105px;
    }
}

/*-------------------------- Hope Page --------------------------*/
#hope-page .master-banner {
    background-image: url("../images/hope/banner-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#hope-page .banner-container {
    padding-top: 78px;
    padding-bottom: 83px;
}

#hope-page .banner-container .banner-title {
    color: #2D3F49;
    margin-bottom: 0.2em;
}

#hope-page .banner-container .banner-title.text-gold {
    color: #C49461;
}

#hope-page .banner-container .banner-title.text-gold,
#hope-page .banner-container.without-hr hr {
    margin-left: 36px;
}

#hope-page .banner-container hr {
    margin-top: 4px !important;
    margin-bottom: unset !important;
}

#hope-page .tutor-page-background {
    background-position: bottom;
}

#hope-page .subscription-title {
    padding-top: 64px;
}

@media only screen and (min-width: 992px) {
    #hope-page .banner-container {
        padding-top: 263px;
        padding-bottom: 413px;
    }

    #hope-page .banner-container .banner-title.text-gold,
    #hope-page .banner-container.without-hr hr {
        margin-left: 95px;
    }

    #hope-page .title {
        font-size: 34px !important;
    }

    #hope-page .content-text {
        letter-spacing: 0.1em !important;
        line-height: 30px !important;
        font-size: 20px !important;
    }
    #hope-page .cards-wrapper {
        padding-bottom: 225px;
    }
}

/*-------------------------- About Us Page --------------------------*/
#about-us-page .about-content {
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 20px !important;
    margin-top: 37px;
}

.about-us-background {
    /* background-color: #0F1519; */
    background-image: url('../images/aboutUs/about-us-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#about-us-page .tutor-page-background {
    background-position: bottom;
}

#about-us-page .title-container {
    padding-top: 72px;
    padding-bottom: 68px;
    margin-top: unset;
}

@media only screen and (min-width: 992px) {
    #about-us-page .about-content {
        font-size: 20px !important;
        letter-spacing: 0.15em !important;
        line-height: 27px !important;
        margin-top: 42px;
    }

    #about-us-page .title-container {
        padding-top: 134px;
        padding-bottom: 178px;
    }

    #about-us-page .bg-wrapper {
        padding-top: 38px;
    }
}

/*-------------------------- Collaboration Page --------------------------*/
#collaboration-page .master-banner {
    background-image: url("../images/Collaboration/banner-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#collaboration-page .banner-container {
    padding-top: 48px;
    padding-bottom: 48px;
}

#collaboration-page .banner-container hr {
    margin-top: 7px !important;
    margin-bottom: 20px !important;
}

#collaboration-page .background {
    background-color: #24343C;
}

#collaboration-page .bg-wrapper .container {
    padding: 0 15px;
}

#ambassador-form .text-box {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 55px;
    padding: 8px 15px !important;
}

#ambassador-form .form-btn {
    margin-bottom: 123px;
}
#collaboration-page .subscription-title {
    padding-top: 64px;
    font-size: 20px !important;
    margin-bottom: 14px;
}
#collaboration-page .input-wrapper {
    margin-top: 44px;
}
@media only screen and (min-width: 992px) {
    #collaboration-page .banner-container {
        padding-top: 264px;
        padding-bottom: 388px;
    }
    #collaboration-page .cards-wrapper {
        padding-bottom: 150px;
    }
    #collaboration-page .title-container {
        padding-top: 133px;
    }
    #ambassador-form .text-box {
        margin-bottom: 80px;
        padding: 18px 30px !important;
    }
    #collaboration-page .subscription-title {
        padding-top: 90px;
        font-size: 34px !important;
        margin-bottom: 18px;
    }
    #collaboration-page .input-wrapper {
        margin-top: 30px;
    }
}

/*-------------------------- Promotion Page --------------------------*/
#promotion-page .master-banner {
    background-image: url("/assets/images/promotion/banner-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 100%;
}

#promotion-page .banner-container {
    padding-top: 60px;
    padding-bottom: 56px;
}

#promotion-page .banner-container hr {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
}

#promotion-page .card-background-blue {
    padding-bottom: 39px;
}

#promotion-page .cards-wrapper {
    padding-bottom: 62px;
}

#promotion-page .card-container .title {
    margin-bottom: 18px;
}

#promotion-page .text-bg {
    background-image: url("/assets/images/promotion/banner-text-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#promotion-page .text-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

#promotion-page .content {
    padding-bottom: 0;
}

#promotion-page .bracket {
    font-size: 100px !important;
    line-height: 80px !important;
}

#promotion-page .bracket-text {
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
}

#promotion-page .bracket-content {
    font-size: 24px !important;
    letter-spacing: 0.1em !important;
}

#promotion-page .left-bracket {
    padding: 0;
    text-align: right;
}

#promotion-page .right-bracket {
    padding: 0;
    text-align: left;
}

#promotion-page .text-banner .col-10 {
    padding: 0;
}

#promotion-page .subscription-title {
    padding-top: 64px;
    font-size: 20px !important;
    margin-bottom: 14px;
}

#promotion-page .input-wrapper {
    margin-top: 44px;
}

@media only screen and (min-width: 992px) {
    #promotion-page .banner-container {
        padding-top: 287px;
        padding-bottom: 395px;
    }

    #promotion-page .cards-wrapper {
        padding-bottom: 180px;
    }
    #promotion-page .card-container .title {
        margin-bottom: 12px;
        margin-top: 64px;
    }

    #promotion-page .text-banner {
        padding-top: 192px;
        padding-bottom: 192px;
    }

    #promotion-page .bracket {
        font-size: 150px !important;
    }

    #promotion-page .bracket-text {
        font-size: 32px !important;
    }

    #promotion-page .bracket-content {
        font-size: 48px !important;
    }
    #promotion-page .subscription-title {
        padding-top: 90px;
        font-size: 34px !important;
        margin-bottom: 18px;
    }
    #promotion-page .input-wrapper {
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
Informative Page
--------------------------------------------------------------*/
#info-page .page-title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important;
    line-height: 20px !important;
    margin-bottom: 0.5em;
}

#info-page .content-container {
    margin-top: 25px;
    color: #FFFFFF;
}

#info-page .page-content {
    font-size: 14px !important;
    letter-spacing: 0.05em !important;
    line-height: 18px !important;
}

@media only screen and (min-width: 992px) {
    #info-page .content-container {
        margin-top: 38px;
    }

    #info-page .page-title {
        font-size: 38px !important;
        line-height: 40px !important;
    }

    #info-page .page-content {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #info-page .title-container hr.start-70:after {
        width: 40%;
    }
}

/*-------------------------- Privacy Page --------------------------*/
#privacy-page .container {
    padding-top: 25px;
    padding-bottom: 122px;
}

#privacy-page a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    #privacy-page .container {
        padding-top: 52px;
        padding-bottom: 143px;
    }
}

/*-------------------------- Terms and Condition Page --------------------------*/
#terms-page .container {
    padding-top: 25px;
    padding-bottom: 122px;
}

@media only screen and (min-width: 992px) {
    #terms-page .container {
        padding-top: 52px;
        padding-bottom: 197px;
    }
}

/*-------------------------- FAQ Page --------------------------*/
#faq-page .container {
    padding-top: 25px;
    padding-bottom: 51px;
}

#faq-page .sub-title {
    font-size: 14px !important;
    letter-spacing: 0.2em !important;
    text-align: right;
}

#faq-page .switch-item {
    padding: .5rem 1rem;
}

#faq-page .divider {
    border-left: 1px solid #FFFFFF;
    height: 50%;
}

#faq-page .sub-title:hover {
    color: #C49461 !important;
}

#faq-page .tutor-faq-wrapper {
    margin-top: 31px;
    margin-bottom: 52px;
}

#faq-page .faq-title {
    font-size: 16px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 10px;
}

#faq-page .question-container {
    border-bottom: 1px solid #2D3F49;
}

#faq-page .faq-container a.down-button {
    width: 100%;
}

#faq-page .faq-question {
    margin-top: 11px;
    letter-spacing: 0.1em !important;
    line-height: 20px !important;
    margin-bottom: 14px;
}

#faq-page .question-container .fa-chevron-down {
    color: #FFFFFF;
    font-size: 10px !important;
}

#faq-page .collapsed .question-container .down-icon {
    transform: rotate(180deg);
}

#faq-page .question-container .down-icon {
    width: 11px;
    position: absolute;
    right: 30px;
    top: calc(50% - 5.5px);
}

#faq-page .answer-container {
    margin-top: 15px;
    margin-bottom: 32px;
}

#faq-page .faq-answer {
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 20px !important;
}

@media only screen and (min-width: 992px) {
    #faq-page .container {
        padding-top: 52px;
        padding-bottom: 105px;
    }

    #faq-page .title-container .row {
        align-items: center;
    }

    #faq-page .sub-title {
        font-size: 20px !important;
    }

    #faq-page .tutor-faq-wrapper {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #faq-page .faq-title {
        font-size: 20px !important;
        margin-bottom: 0px;
    }

    #faq-page .faq-question {
        margin-top: 24px;
        margin-bottom: 18px;
    }

    #faq-page .answer-container {
        margin-bottom: 37px;
    }

    #faq-page .faq-answer {
        font-size: 16px !important;
    }
}

/* User Profile */

.user-profile-container .profile-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px #C49461 solid;
    margin-left: auto;
    margin-right: auto;
}

.user-profile-container .setting-btn {
    position: relative;
}

.user-profile-container .setting-btn .setting-icon-bg {
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    margin-left: auto;
}

.user-profile-container .setting-btn .setting-icon-bg circle {
    fill: transparent !important;
    transition: fill ease-in-out 0.5s;
}

.user-profile-container .setting-btn .setting-icon {
    position: absolute;
    display: inline-block;
    height: 50px !important;
    width: 50px !important;
    right: 0;
    top: 0;
    margin-left: auto;
}

.user-profile-container .setting-btn:hover .setting-icon-bg circle {
    fill: #2d3f49 !important;
}

.user-profile-container .course-detail-tab-title a,
.user-profile-container .course-detail-tab-title a:hover,
.user-profile-container .course-detail-tab-title a:visited {
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
}

.user-profile-container .course-detail-tab-title a:first-child {
    padding-left: 0;
}

.user-profile-container .course-detail-tab-title a:not(:last-child) {
    border-right: 1px #ffffff solid;
}

.user-profile-container .course-detail-tab-title a .title {}

.user-profile-container .course-detail-tab-title a.active .title {
    border-bottom: 4px #C49461 solid;
    color: #C49461 !important;
}

.user-profile-container .instructor-item .instructor-img {
    height: 250px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.user-profile-container .instructor-item .instructor-img img {
    width: 60px;
    height: auto;
}

.user-profile-container .instructor-item .instructor-info-div {
    height: 150px !important;
    background-color: #2d3f49;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.user-profile-container .instructor-item .instructor-info-div a,
.user-profile-container .instructor-item .instructor-info-div a:hover,
.user-profile-container .instructor-item .instructor-info-div a:active {
    text-decoration: none;
}

.user-profile-container .instructor-item:hover .instructor-info-div {
    background-color: #c59461;
}

.user-profile-container .instructor-item .instructor-info div {
    z-index: 3;
}

.user-profile-container .instructor-item .instructor-info .instructor-bookmark svg {
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    right: 0;
}

.user-profile-container .instructor-item .instructor-info .instructor-bookmark svg.bookmark-icon {
    margin-top: 2px;
    padding-left: 2px;
}

.user-profile-container .instructor-item .instructor-info .instructor-bookmark svg:hover path {
    fill: #2d3f49;
}

.user-profile-container .instructor-item .instructor-info .instructor-bookmark svg.bookmark-icon:hover {
    fill: transparent;
}

.user-profile-setting-nav {
    /* display: none; */
    opacity: 0;
    position: absolute;
    background: #04080b;
    top: 50px;
    width: 200px;
    right: 0px;
    text-align: center;
}

.user-profile-setting-nav ul li:not(:last-child) {
    border-bottom: 1px #C49461 solid;
}

.setting-btn:hover .user-profile-setting-nav {
    /* display: block !important; */
    opacity: 1;
    transition: all ease-in 1s;
}

.user-profile-setting-nav ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.setting-nav-item {
    letter-spacing: 10px !important;
}

.user-profile-setting-nav ul li.setting-nav-item a,
.user-profile-setting-nav ul li.setting-nav-item a:hover,
.user-profile-setting-nav ul li.setting-nav-item a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.text-gold {
    color: #C49461 !important;
}

.mouse-pointer {
    cursor: pointer !important;
}

.hover-filter:hover {
    background-color: #c49461 !important;
    color: white !important;
}

.dg-btn {
    font-weight: 500 !important;
}

.dg-btn--cancel {
    border-color: #FFF !important;
    color: #c49461 !important;
    background-color: #FFFFFF !important;
}

.dg-btn--ok {
    border-color: #c49461 !important;
    color: #FFFFFF !important;
    background-color: #c49461 !important;
}

.dg-main-content {
    background-color: rgb(49, 49, 49) !important;
}

.dg-view-wrapper::before {
    min-width: 100%;
    content: '系統提示';
    color: #c49461 !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.dg-content-body {
    width: 100%;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 30px;
    border-bottom: 2px solid #c49461 !important;
    border-top: 2px solid #c49461 !important;
}

.dg-content-body .dg-title {
    color: #ffffffc4 !important;
    font-weight: bold;
}

.dg-content {
    color: #ffffffc4 !important;
    margin-top: 8px;
}

/*-------------------------- Bookmark Page --------------------------*/
#bookmark-page .container {
    padding-top: 25px;
    padding-bottom: 122px;
}

#bookmark-page .page-title {
    font-size: 18px !important;
    letter-spacing: 0.2em;
    line-height: 20px !important;
    margin-bottom: 0.5em;
}

#bookmark-page .divider {
    border-left: 1px solid #FFFFFF;
}

#bookmark-page .switch-item {
    padding: .5rem 1rem;
}

#bookmark-page .section-title {
    border: 1px solid;
    width: 75%;
    border-radius: 50px;
    margin: 50px auto;
    padding: 5px 0;
}

@media only screen and (min-width: 992px) {
    #bookmark-page .container {
        padding-top: 52px;
        padding-bottom: 143px;
    }

    #bookmark-page .page-title {
        font-size: 38px !important;
        line-height: 40px !important;
    }

    #bookmark-page .title-container .row {
        align-items: center;
    }

    #bookmark-page .section-title {
        width: 50%;
        margin: 80px auto;
        padding: 15px 0;
    }
}

/*-------------------------- Header Notification Bell Icon --------------------------*/
#notification-bell .btn-secondary {
    background-color: transparent;
    border-color: transparent;
}

#notification-bell .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

#notification-bell .dropdown-menu {
    background-color: rgb(0, 0, 0);
    border-top: 2px solid #C49461;
    width: 100%;
    padding: 1rem 0;
    height: 300px;
    overflow-y: scroll;
}

#notification-bell .dropdown-toggle::after {
    border-top: unset;
}

#notification-bell .dropdown-item {
    position: relative;
    margin-bottom: 10px;
    padding: .9rem 1rem;
    cursor: pointer;
}

#notification-bell .notification-avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
}

#notification-bell .comment {
    margin-left: 60px;
}

#notification-bell .opacity-5 {
    opacity: 0.5;
}

#notification-bell .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #C49461;
}

@media only screen and (min-width: 992px) {
    #notification-bell .dropdown-menu {
        background-color: rgb(0, 0, 0);
        border-top: 2px solid #C49461;
        width: 50%;
    }
}

/*-------------------------- Profile Page --------------------------*/
#profile-home .container {
    padding-top: 25px;
    padding-bottom: 122px;
}

#profile-home .avatar img {
    width: 100px;
    height: 100px;
    border: 1px solid #C49461;
    border-radius: 50%;
}

#profile-home .avatar,
#profile-home .details,
#profile-home .text-right.setting {
    align-self: center;
}

#profile-home .setting img {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 10px;
}

#profile-home .setting-icon:hover {
    border-color: #C49461;
}

#profile-home .section-title {
    border: 1px solid;
    width: 75%;
    border-radius: 50px;
    margin: 50px auto;
    padding: 5px 0;
}

@media only screen and (min-width: 992px) {
    #profile-home .container {
        padding-top: 52px;
        padding-bottom: 197px;
    }

    #profile-home .avatar img {
        width: 100%;
        height: 100%;
    }

    #profile-home .setting img {
        width: 50px;
        height: 50px;
    }

    #profile-home hr.start-70 {
        margin-top: 20px !important;
    }

    #profile-home .section-title {
        width: 50%;
        margin: 80px auto;
        padding: 15px 0;
    }
}

/*-------------------------- Profile Setting Page --------------------------*/
#profile-setting .container {
    padding-top: 25px;
    padding-bottom: 20px;
}

#profile-setting .row {
    margin: 20px 0;
}

#profile-setting .userID {
    margin-top: 20px;
}

#profile-setting .section-title {
    padding-left: 45px;
    margin-top: 20px;
}

#profile-setting .user-icon {
    background-position-x: unset;
}

#profile-setting img#preview {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    display: block;
    border: 2px solid;
    border-radius: 50%;
}

#profile-setting .custom-file-label {
    height: 40px;
    padding: .5rem .75rem;
}

.custom-file-label::after {
    height: 100%;
    padding: .5rem .75rem;
}

#profile-setting .input100 {
    padding-left: 10px !important;
}

#profile-setting .student-input.first-name {
    margin-top: 20px;
}

#profile-setting textarea {
    padding-top: 10px;
}

#profile-setting .date::after {
    content: "";
    background-image: url("/assets/images/svg/calendar.svg");
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

#class-edit-form .date::after {
    content: "";
    background-image: url("/assets/images/svg/calendar.svg");
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

#profile-setting .iti {
    display: inline;
}

#profile-setting .userPhone-input .input100 {
    padding-left: 50px !important;
    display: inline-block !important;
}

#profile-setting .login100-form-btn {
    width: 20%;
    border-radius: 5px;
    padding: 12px;
    color: #ffffff;
    margin-bottom: 9px;
}

#profile-setting .button-container {
    margin-top: 50px;
}

#profile-setting .cancel {
    background-color: transparent;
}

@media only screen and (min-width: 992px) {
    #profile-setting .container {
        padding-top: 52px;
        padding-bottom: 50px;
    }

    #profile-setting .row {
        margin: 50px 0;
    }

    #profile-setting .userID {
        margin-top: unset;
    }

    #profile-setting .section-title {
        padding-left: 55px;
        margin-top: 40px;
    }

    #profile-setting img#preview {
        width: 200px;
        height: 200px;
        margin: 50px auto;
        margin-top: 0;
    }

    #profile-setting .student-input.first-name {
        margin-top: unset;
    }

    #profile-setting .custom-file-label {
        height: 60px;
        padding: .9rem .75rem;
    }

    .custom-file-label::after {
        padding: .9rem .75rem;
    }

    #profile-setting .date::after {
        transform: translateY(50%) translateY(-10px);
    }

    #class-edit-form .date::after {
        transform: translateY(50%) translateY(-10px);
    }

    #profile-setting .userPhone-input .input100 {
        padding-left: 60px;
    }

    #profile-setting .button-container {
        margin-top: 100px;
    }
}

.multi-select-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 1.5em;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 0.4em;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 5;
}

.multi-select-menu input {
    margin-right: 0.3em;
    vertical-align: 0.1em;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.6em 0.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 100%;
    height: 40px;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    vertical-align: 0.1em;
    position: absolute;
    vertical-align: 0.1em;
    right: 15px;
    top: 50%;
    transform: translateY(-2px);
}

label.multi-select-menuitem {
    display: block;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

@media only screen and (min-width: 992px) {
    .multi-select-button {
        padding: 1.2em 0.6em;
        height: 60px;
    }

    .multi-select-menu {
        top: 2em;
    }
}

/*-------------------------- Purchase History --------------------------*/
#purchase-history .section-title {
    font-size: 28px !important;
    letter-spacing: 0.2em !important;
    line-height: 40px !important;
    font-weight: 500 !important;
}

#purchase-history .history-item-wrapper {
    border: 1px solid;
    margin-top: 27px;
}

#purchase-history .history-item-wrapper .container {
    margin-top: 20px;
    margin-bottom: 20px;
}

#purchase-history .wrapper-title {
    font-weight: bold !important;
    letter-spacing: 0.05em;
}

#purchase-history .course-title:hover {
    text-decoration: underline;
}

#purchase-history .course-title {
    margin-bottom: 7px;
}

#purchase-history .total-price-wrapper {
    border-top: 1px solid rgba(186, 186, 186, 0.2);
    padding-top: 20px;
}

#purchase-history .history-wrapper {
    border-top: 1px solid rgba(186, 186, 186, 0.2);
    padding-top: 20px;
}

@media only screen and (min-width: 992px) {
    #purchase-history .section-title {
        font-size: 38px !important;
    }

    #purchase-history hr.start-60:after {
        width: 40%;
    }

    #purchase-history .wrapper-title {
        font-size: 16px !important;
    }

    #purchase-history .course-title {
        margin-bottom: 2px;
    }

    #purchase-history .quantity {
        text-align: center;
    }

    #purchase-history .lg-text-right {
        text-align: right;
    }

    #purchase-history .history-wrapper {
        border-top: unset;
        padding-top: unset;
    }
}

.login-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 90px;
}

.login-overlay .login-panel {
    background: #ffffff;
}

.login-overlay .login-panel .login-google {
    background-color: #5684ec;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.login-overlay .login-panel .login-google img {
    width: 15px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
}

.login-overlay .login-panel .login-facebook {
    background-color: #435a94;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.login-overlay .login-panel .login-facebook img {
    width: 15px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
}

.login-overlay .login-panel .login-apple {
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.login-overlay .login-panel .login-apple img {
    width: 15px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
}

.login-overlay .login-panel .divider {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #8c969b;
    color: #99a2a6;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.login-overlay .login-panel .divider span {
    background: #fff;
    padding: 0 10px;
}

.login-overlay .login-panel .login-field {
    text-align: left !important;
}

.login-overlay .login-panel .login-field input {
    border-radius: 30px;
    border: 2px #656565 solid;
}

.login-overlay .login-panel .login-btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.login-overlay .login-panel .terms-conditions a,
.login-overlay .login-panel .terms-conditions a:hover,
.login-overlay .login-panel .terms-conditions a:visited {
    color: #000000;
}

.login-overlay .login-panel .forgot-password-btn,
.login-overlay .login-panel .register-btn {
    color: #656565;
    text-decoration: underline #000000;
}

.login-overlay .login-panel .login-field select {
    border-radius: 30px;
    border: 2px #656565 solid;
}

/*v-select style*/
.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
    border: none;
    color: gray;
}

/*Image uploader style*/
.avatar-uploader .el-upload {
    border: 1px dashed #C49461;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #caa782;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #C49461;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

/*-------------------------- Student Comment Page --------------------------*/
#student-comments .container {
    padding-top: 25px;
    padding-bottom: 51px;
}

#student-comments .page-title {
    font-size: 28px !important;
    letter-spacing: 0.2em !important;
    line-height: 40px !important;
    font-weight: 500 !important;
}

#student-comments .comment-wrapper {
    background-color: rgba(36, 52, 60, 0.25);
}

#student-comments .vertical-line {
    height: 80%;
}

#student-comments .vertical-line.show {
    display: block !important;
}

#student-comments .text-gold {
    color: #C49461 !important;
}

#student-comments button.btn.reply-btn {
    border: 1px solid #C49461;
    padding: 5px 15px;
}

#student-comments .hover-g-lg:hover {
    color: #FFFFFF;
}

#student-comments .course-img {
    width: 64px;
    height: 64px;
}

#student-comments .comment-input {
    width: 100%;
    background-color: transparent;
    border-color: #C49461;
    padding: 1rem;
    color: #FFFFFF;
}

#student-comments button.btn.tutor-reply-btn {
    border: 1px solid #C49461;
    padding: 5px 15px;
}

#student-comments button.btn.cancel-btn {
    border: 1px solid #ffffff;
    padding: 5px 15px;
    margin-right: 15px;
}

#student-comments .pagination {
    margin-top: 30px;
}

#tutor-page .image-container {
    position: relative;
}

#tutor-page .play-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

@media only screen and (min-width: 992px) {
    #purchase-history .page-title {
        font-size: 38px !important;
    }

    button.btn.reply-btn {
        padding: 12px 30px;
    }

    #student-comments .pagination {
        margin-top: 60px;
    }
}

/*-------------------------- Class Edit Form Page --------------------------*/
#class-edit-form .text-gold {
    color: #C49461 !important;
}

#class-edit-form .container {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #ffffff;
}

#class-edit-form .section-title {
    font-size: 25px !important;
    letter-spacing: 0.2em !important;
    line-height: 40px !important;
    font-weight: 500 !important;
}

#class-edit-form a:hover {
    text-decoration: underline;
}

#class-edit-form .setting-wrapper {
    margin-top: 20px;
}

#class-edit-form .input100 {
    padding-left: 10px !important;
}

#class-edit-form .date::after {
    background-image: url(/assets/images/svg/calendar-gold.svg);
}

#class-edit-form .price-input {
    position: relative;
}

#class-edit-form .price-wrapper::before {
    content: " ";
    display: block;
    background-color: #C49461;
    width: 30%;
    position: absolute;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#class-edit-form .price-wrapper::after {
    content: "HKD $";
    display: block;
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    height: 100%;
    text-align: center;
    color: #ffffff;
}

#class-edit-form .package-wrapper {
    position: relative;
}

#class-edit-form .profit {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #525252;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

#class-edit-form .tutor-profit {
    right: 0;
    width: 35%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#class-edit-form .platform-profit {
    right: 35.2%;
    width: 35%;
}

#class-edit-form .percentage {
    right: 70.5%;
    width: 10%;
}

#class-edit-form .price-wrapper input.form-control.input100 {
    padding-left: 35% !important;
}

#class-edit-form .custom-file-label::after {
    content: " ";
    display: none;
}

#class-edit-form .custom-file-label {
    background-color: #C49461;
    text-align: center;
    color: #ffffff;
    height: 60px;
    padding: 17px 0;
}

#class-edit-form .upload-button {
    margin-bottom: 30px;
}

#offline-course-edit .title-container.course-setting {
    margin-top: 50px;
}

#offline-course-edit .title-container.time-setting {
    margin-top: 30px;
}

#class-edit-form .schedule-setting {
    border: 1px solid;
    border-radius: 5px;
}

#class-edit-form td {
    font-weight: 400;
}

#class-edit-form .schedule-setting.container {
    display: block;
    flex-wrap: unset;
}

#class-edit-form .date-btn,
#class-edit-form .save-btn {
    background-color: #C49461;
}

#class-edit-form .add-date {
    margin-left: 5%;
}

#class-edit-form .time::after {
    content: "";
    background-image: url(/assets/images/svg/clock-icon.svg);
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

#class-edit-form .delete-btn {
    background-color: transparent;
}

@media only screen and (min-width: 992px) {
    #class-edit-form .container {}

    #class-edit-form .section-title {
        font-size: 38px !important;
    }

    #class-edit-form .input-wrapper {
        margin-top: 20px;
    }

    #class-edit-form .input100 {
        padding-left: 17px !important;
    }

    #class-edit-form .price-wrapper::before {
        width: 20%;
    }

    #class-edit-form .price-wrapper::after {
        width: 20%;
    }

    #class-edit-form .price-wrapper input.form-control.input100 {
        padding-left: 22% !important;
    }

    #class-edit-form .profit {
        padding: 18px 0;
        font-size: 16px;
    }

    #offline-edit-form .title-container.course-setting {
        margin-top: 100px;
    }

    #class-edit-form .add-date-selector {
        width: 30%;
    }

    #class-edit-form .date-select {
        width: 70%;
    }

    #class-edit-form .upload-button {
        margin-bottom: unset;
    }

    #class-edit-form .form-check-inline .form-check-input {
        width: 30px;
        height: 30px;
    }

    #class-edit-form label.form-check-label.text-black {
        font-size: 18px;
    }

    #class-edit-form .time::after {
        transform: translateY(50%) translateY(-10px);
    }
}

/*-------------------------- Live course Edit Form Page --------------------------*/
#live-course-edit .time-setting,
#service-edit .time-setting {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) {

    #live-course-edit .time-setting,
    #service-edit .time-setting {
        margin-top: 73px;
    }
}

/*-------------------------- Product Edit Form Page --------------------------*/
#product-edit .overall-setting,
#product-edit .fee-setting {
    border: 1px solid #BABABA;
    border-radius: 5px;
}

#product-edit .overall-setting.container {
    justify-content: left;
}

#product-edit td {
    width: 33%;
}

#product-edit .table thead th {
    border-bottom: 2px solid #C49461;
}

#product-edit th {
    border-top: unset;
    font-weight: 400;
}

@media only screen and (min-width: 992px) {}

/*-------------------------- Service Edit Form Page --------------------------*/
#service-edit .table-wrapper {
    overflow-x: scroll;
}

#service-edit .table {
    white-space: nowrap;
}

#service-edit thead th {
    border-right: 2px solid #ffffff;
    font-weight: 400;
}

#service-edit tbody td {
    border-right: 2px solid #ffffff;
}

#service-edit .time-wrapper {
    position: relative;
}

#service-edit .icon {
    display: inline;
    background-image: url(/assets/images/svg/delete-icon.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #DC3645;
    border-radius: 50%;
    margin-left: 10px;
}

#service-edit .schedule-wrapper {
    border: 1px solid #BABABA;
    border-radius: 5px;
    padding: 2%;
}

#service-edit .reset-btn {
    width: unset;
    float: right;
    border: 1px solid #DE404E;
    color: #DE404E;
}

#service-edit .reset-icon {
    display: inline-block;
    background-image: url(/assets/images/svg/reset-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    transform: translateY(3px);
}

#service-edit .add-btn {
    width: unset;
    float: right;
    padding: 18px 32px;
}

@media only screen and (min-width: 992px) {}

/*-------------------------- Tutor Profile Page --------------------------*/
#tutor-profile .profile-container {
    border-top: 1px solid;
}

#tutor-profile .tutor-avatar {
    border-radius: 50%;
    border: 3px solid;
    width: 150px;
    height: 150px;
    object-fit: cover !important;
}

#tutor-profile .profile-title,
#tutor-profile .common-wrapper {
    margin-bottom: 20px;
}

#tutor-profile .desc {
    font-weight: 400;
    color: #ffffff;
    white-space: pre-line;
}

@media only screen and (min-width: 992px) {
    #tutor-profile .tutor-avatar {
        width: 240px;
        height: 240px;
        object-fit: cover !important;
    }

    #tutor-profile .profile-title,
    #tutor-profile .common-wrapper {
        margin-bottom: 40px;
    }
}


/*-------------------------- Order Record Page --------------------------*/
#order-record .order-switcher {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#order-record select.input100.custom-select {
    background-color: #C49461;
    border-color: #C49461;
    color: #ffffff;
}

#order-record .content-container .login100-form-btn {
    padding: 12px;
    margin-bottom: 16px;
    font-size: unset;
}

#order-record .table td,
#order-record .table th {
    border-top: unset;
    border-bottom: unset;
}

#order-record .table-dark {
    color: #fff;
    background-color: #0F1519;
}

#order-record th.wider {
    min-width: 100px;
}

#order-record td.details {
    min-width: 120px;
}

@media only screen and (min-width: 992px) {
    td.wider {
        width: 20%;
    }
}

/*-------------------------- Stduent List Page --------------------------*/
#student-list .search-icon {
    background-image: url(../images/svg/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 10px;
    background-position-y: 50%;
}

#student-list .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#student-list .bookmark-icon {
    background-image: url(../images/svg/bookmark-icon.svg);
}

#student-list .bookmark-icon:hover {
    background-image: url(../images/svg/bookmark-icon-g.svg);
}

#student-list .menu-icon {
    background-image: url(../images/svg/menu-icon.svg);
}

#student-list .menu-icon:hover {
    background-image: url(../images/svg/menu-icon-g.svg);
}

#student-list .input100 {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 14px !important;
    padding-left: 43px;
    height: 50px;
}

#student-list .searchStudent {
    width: 50%;
}

#student-list .add-btn {
    width: 130px;
}

#student-list .add-btn button {
    width: 100%;
    height: 50px;
}

#student-list .student-list-wrapper {
    border: 1px solid;
}

#student-list .image-container {
    width: 100%;
    max-width: 120px;
}

#student-list .action img {
    max-width: 50px;
}

#student-list .progress-bar {
    background-color: #C49461;
}

#student-list .wrapper-title {
    margin-bottom: 17px;
}

@media only screen and (min-width: 992px) {
    #student-list .image-container {
        max-width: unset;
    }
}

/*-------------------------- Student Status Page --------------------------*/
#student-status .title {
    width: 15%;
}

#student-status .userSex-input {
    width: 80%;
}

#student-status .userSex-input .custom-select {
    background-color: #C49461;
    color: #FFFFFF;
    padding-left: 10px;
}

#student-status .content-container {
    background-color: rgba(36, 52, 60, 0.25);
    padding-top: 18px;
    padding-bottom: 18px;
}

#student-status .progress-wrapper {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 18px;
}

#student-status .course-title {
    color: #525252;
    font-size: 16px !important;
}

#student-status .status-sign {
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 0;
    font-size: 16px !important;
    min-width: 130px;
    text-align: center;
}

#student-status .completed,
#student-status .pass {
    background-color: #21AA26;
}

#student-status .incomplete,
#student-status .fail {
    background-color: #C42D3B;
}

#student-status .fresh {
    background-color: #525252;
}

#student-status .exam {
    margin-top: 37px;
}

#student-status .pagination {
    margin-bottom: unset;
    padding-bottom: 50px;
}

@media only screen and (min-width: 992px) {
    #student-status .title {
        width: 10%;
    }

    #student-status .userSex-input {
        width: 50%;
    }
}

/*-------------------------- OLE CSS --------------------------*/
.fixed-toast-top {
    max-height: 75px;
    top: 15%;
    right: 0;
    position: fixed;
    z-index: 10001;
}

@media (min-width: 992px) {
    .fixed-toast-top {
        width: 15vw !important;
    }
}

@media (min-width: 576px) {
    .fixed-toast-top {
        width: 50vw !important;
    }
}

@media (max-width: 575px) {
    .fixed-toast-top {
        width: 75vw !important;
    }
}

.toast-fade-enter-active {
    transition: opacity 0.2s;
}

.toast-fade-leave-active {
    transition: opacity 1.2s;
}

.toast-fade-enter,
.toast-fade-leave-to {
    opacity: 0;
}
.my-select{
    min-height: 40px;
}
@media only screen and (min-width: 992px) {
    .my-select{
        min-height: 60px  !important;
    }
}

#nav-rating .icon-logo,
#nav-rating .icon-logo-half,
#nav-rating .icon-logo-empty,
#nav-comment .icon-logo,
#nav-comment .icon-logo-half,
#nav-comment .icon-logo-empty {
    width: 25px;
    max-width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#tutorial-video .dropdown-menu.show .dropdown-item:hover,
#tutorial-video .dropdown-menu.show .dropdown-item:active {
    background: #C49461 !important
  }
  
#forget-password form .input-new-pw,
#forget-password form .input-email {
    height: 60px !important;
}

  .purchased-ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
  }
  .purchased-ribbon::before,
  .purchased-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #C49461;
  }
  .purchased-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    background-color: #C49461;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding: 2px 0
  }
  /* top right*/
  .purchased-ribbon-top-right {
    top: -20px;
    right: -20px;
  }
  .purchased-ribbon-top-right::before,
  .purchased-ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .purchased-ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .purchased-ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .purchased-ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  .not-available {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.7);
    border-radius: 50%;
  }
  .not-available span::before {
    content: attr(data-status);
    color: white;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
  }