@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
    font-size: 14px;
    font-family: Inter, sans-serif;
    scroll-behavior: smooth;
}

:root {
    --font-family: Inter, sans-serif;
}

.header {
    background: white;
    padding: 1rem 0;
}

.header .container .btn {
    background: linear-gradient(to right, #ef4444, #f59e0b);
    border: 0;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
    color: white;
}

.header img {
    width: 240px;
}

@media (max-width: 1280px) {
    .header img {
        width: 200px;
    }

    .header .container .btn {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .header img {
        width: 140px;
    }

    .header .container .btn {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}

.hero {
    background: linear-gradient(180deg, #232c75 0%, #0f35ad 100%);
}
.course-default .container {
    max-width: 1400px !important;
}

.hero .container {
    padding-top: 84px;
    padding-bottom: 84px;
}

.main-heading {
    max-width: 966px;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    color: #ffbc01;
    /* text-align: center; */
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub-heading {
    max-width: 577px;
    /* margin: 0 auto; */
    margin-bottom: 40px;
    color: #fff;
    /* text-align: center; */
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 127.273% */
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.action-buttons button {
    color: white;
}

.action-buttons .buy-course-btn {
    padding-left: 0;
    border-radius: 99999px;
    border: 1px solid #ffa688;
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);
    box-shadow: 0px -1px 11px 0px #ffa868 inset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 800;
}

.action-buttons .buy-course-btn-icon {
    padding: 10px;
    border-radius: 9999px;
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);
}

.action-buttons .try-free-btn {
    padding-left: 0;
    border-radius: 99999px;
    border: 1px solid #89b3ff;
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
    box-shadow: 0px -1px 11px 0px #688bff inset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    min-width: 210px;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 800;
}

.action-buttons .try-free-btn-icon {
    padding: 10px;
    border-radius: 9999px;
    border-radius: 56px;
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
}
.banner-col {
    position: relative;
}
.banner-col:after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, #232c75 0%, #0f35ad 100%);
    width: calc(100vw + 3000px);
    left: -1000px;
    z-index: 1;
}
.wrap-banner-col {
    position: relative;
    z-index: 10;
    padding-top: 65px;
    padding-bottom: 65px;
}
@media (max-width: 1280px) {
    .main-heading {
        font-size: 3.5rem;
    }

    .sub-heading {
        font-size: 1.5rem;
    }

    .action-buttons .try-free-btn,
    .action-buttons .buy-course-btn {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .main-heading {
        font-size: 2.75rem;
    }

    .sub-heading {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .sub-heading {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .action-buttons {
        gap: 0.25rem;
    }

    .action-buttons .try-free-btn,
    .action-buttons .buy-course-btn {
        font-size: 0.75rem;
        min-width: 150px;
    }
}

.course-default {
    background: #fff;
}

.course-default > .container {
    background-color: white;
    border-radius: 20px;
    padding: 12px 13px;
    padding-bottom: 50px;
}

@media (max-width: 1280px) {
    .course-default {
        padding: 0 1.5rem;
    }
}

.course-default .youtube-video-container > .video-container {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 15px;
}

.course-default .youtube-video-container > .video-container .poster-wrapper {
    position: absolute;
    inset: 0px;
    z-index: 10;
}

.main
    .youtube-video-container
    > .video-container
    .poster-wrapper
    .play-button-container {
    position: absolute;

    inset: 0px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.main
    .youtube-video-container
    > .video-container
    .poster-wrapper
    .play-button-container
    .play-button {
    display: flex;

    height: 92px;

    width: 92px;

    align-items: center;

    justify-content: center;

    border-radius: 9999px;

    background-color: transparent;

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 300ms;
    border: none;
}

.main
    .youtube-video-container
    > .video-container
    .poster-wrapper
    .play-button-container
    .play-button:hover {
    transform: scaleX(1.1) scaleY(1.1);
}

.course-default .youtube-video-container > .video-container .iframe-container {
    display: none;
    width: 100%;
    height: 100%;
}

.course-default
    .youtube-video-container
    > .video-container
    .iframe-container.active {
    display: block;
}

.main
    .youtube-video-container
    > .video-container
    .iframe-container.active
    iframe {
    position: absolute;

    inset: 0px;

    height: 100%;

    width: 100%;
}

@media (max-width: 640px) {
    .main
        .youtube-video-container
        > .video-container
        .poster-wrapper
        .play-button-container
        .play-button {
        height: 4rem;
        width: 4rem;
    }
}

.course-default .pill {
    width: 192px;
    margin: 0 auto;
    padding: 0.5rem 0;
    border-radius: 9999px;
    background: linear-gradient(270deg, #0043c0 0%, #064ed0 100%);

    color: var(--White-color, #fff);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 20.97px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.13px;
    /* 105.53% */
}

.course-default .title {
    color: #1a1d24;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 162.5% */
    margin-bottom: 0.25rem;
}

.course-default .sub-title {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.089px;
    /* 141.698% */
    margin-bottom: 3rem;
}

.course-default .module-card {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.course-default .course-container {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.course-default .course-list {
    width: 100%;
}

.course-default .course-sale {
    /* border-radius: 8.315px; */
    /* background: #fff; */
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); */
}
.sale-content {
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    padding: 18px 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.course-sale {
    margin-top: 25px;
}
@media (min-width: 992px) {
    .course-sale {
        position: relative;
        margin-top: 0;
    }
    .sale-content {
        position: absolute;
        margin-top: 50px;
    }
    .sticky-sale {
        position: sticky;
        top: 0px;
        z-index: 10;
        /* margin-top: 65px;
        margin-bottom: 65px; */
        /* padding-left: 25px; */
    }
}
.my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.main .module-card > div[aria-expanded="false"] .toggle-btn-icon-collapse {
    display: none;
}

.main .module-card > div[aria-expanded="true"] .toggle-btn-icon-expand {
    display: none;
}

.free-badge {
    border: 1px solid #89b3ff;
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
}

.pro-trial-badge {
    border: 1px solid #ffa688;
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);
}

.important-badge {
    border: 1px solid #89b3ff;
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
}

.premium-trial-badge {
    border: 1px solid #ffa688;
    background: linear-gradient(270deg, #000 0%, #eb2b05 100%);
}

.course-default .module-item {
    background: #670a00;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.course-default .module-header {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff2e4;
}

.course-default .module-header > div {
    width: 100%;
    padding: 8px 14px 8px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .module-item.active .module-header {
    background-color: #fa8128;
    border-radius: 15px 15px 0 0;
}

.main .module-item.active .module-title h3,
.main .module-item.active .module-details,
.main .module-item.active .module-details span {
    color: #fff;
}

.main .module-header > div[aria-expanded="true"] h3 {
    color: #dc3f2e;
}

.main .module-header > div[aria-expanded="true"] .toggle-btn-icon-expand {
    display: none;
}

.main .module-header > div[aria-expanded="false"] .toggle-btn-icon-collapse {
    display: none;
}

.course-default .module-title h3 {
    font-weight: 700;
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

.course-default .module-details {
    display: flex;
    gap: 10px;
    color: #666;
    font-size: 14px;
}

.course-default .module-details > span {
    display: inline-flex;
    align-items: center;
}

.course-default .module-details span {
    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.course-default .module-details strong {
    font-weight: 800;
}

.course-default .video-count img,
.course-default .duration img {
    margin-right: 5px;
}

.course-default .module-content {
    background-color: #670a00;
    color: white;
    padding: 0;
}

.main .module-content .accordion-body {
    padding: 16px 16px 28px;
}

.main .module-content .module-content-description {
    color: var(--White-color, #fff);

    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18.881px;
    /* 133.333% */
    margin-bottom: 10px;
}

.course-default .lesson-item {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #a61808;
}

.course-default .lesson-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.course-default .lesson-item-title {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */
    min-height: 24px;
    margin-bottom: 8px;
}

.course-default .lesson-item > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.course-default .badge {
    height: 20px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 9px 0 4px;
    margin-right: 9px;
}

.course-default .duration-small {
    display: flex;
    color: white;
    align-items: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.course-default .duration-small img {
    margin-right: 4px;
    filter: brightness(0) invert(1);
}

.course-default .video-info {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.course-default .video-info i {
    margin-right: 5px;
}

.course-default .video-info span {
    margin-right: 15px;
}

.course-default .free-tag {
    background-color: #ff6a00;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.course-default .btn-view {
    background-color: #ff6a00;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    border: none;
    margin-right: 10px;
}

.course-default .btn-continue {
    background-color: #0d6efd;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    border: none;
}

.course-default .zoom-badge {
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
    width: fit-content;
    margin: 12px auto;
    display: flex;
    align-items: center;
    gap: 0.375rem;

    color: #008dff;
    font-kerning: none;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    /* 130% */
}

.course-default .register-card {
    border-radius: 20px;
    background: #fff2e4;
    padding: 24px 16px 32px;
    text-align: center;
}

.course-default .register-title {
    color: #333;
    text-align: center;
    font-kerning: none;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 26.5px;
    /* 120.455% */
}

.course-default .register-subtitle {
    color: #eb2805;
    font-kerning: none;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 26.5px;
    margin-bottom: 22px;
}

.course-default .countdown-container {
    border-radius: 18px;
    padding: 4px 32px 8px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    width: fit-content;
}

.course-default .countdown-text {
    color: #333;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.27px;
    /* 137.5% */
    margin-bottom: 0.25rem;
}

.course-default .countdow-content {
    color: #105ce4;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.875;
    /* 87.5% */
    letter-spacing: 2.293px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-default .price-container {
    position: relative;
}

.course-default .original-price {
    position: absolute;

    left: 2.5rem;

    top: -30px;

    display: inline-block;

    border-radius: 9999px;

    background-color: #0240b6;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 1.875rem;

    line-height: 2.25rem;
    font-style: italic;

    font-weight: 700;

    color: #fff;

    text-decoration-line: line-through;
}

.course-default .current-price-container {
    margin-top: 50px;
    margin-right: 50px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    border-radius: 9999px 0 0 9999px;
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);

    padding: 1.5rem;

    text-align: center;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-style: italic;

    color: rgb(255, 255, 255);
}

.course-default .current-price-label {
    margin-right: 0.5rem;

    white-space: nowrap;
}

.course-default .current-price {
    border-width: 0px;

    padding-top: 0px;

    padding-bottom: 0px;

    text-align: center;

    font-size: 35px;
    line-height: 1;

    font-weight: 700;

    font-style: italic;

    color: rgb(255, 255, 255);

    text-shadow: 1px 2px 1px rgb(0, 32, 132, 1);
}

.course-default .hot-deal {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.course-default .hot-deal img {
    width: 100px;
    height: auto;
}

.course-default .btn-icon {
    margin-right: 5px;
}

.course-default .info-section {
    margin-top: 20px;
    text-align: left;
}

.course-default .info-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;

    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.104px;
    /* 113.148% */

    margin-bottom: 1rem;
}

.course-default .info-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.course-default .info-item {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.198px;
    /* 114.656% */
}

.course-default .module-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.course-default .module-meta i {
    margin-right: 5px;
    color: #ff6a00;
}

.course-default .module-meta span {
    margin-right: 15px;
}

.course-default .toggle-icon {
    color: #ff6a00;
    font-size: 18px;
}

.course-default .action-buttons {
    justify-content: center;
    gap: 5px;
    margin-top: 22px;
    margin-bottom: 2rem;
}

.action-buttons.action-buttons2 {
    gap: 16px;
    justify-content: start;
}

.action-buttons2 .buy-course-btn,
.action-buttons2 .try-free-btn {
    width: 250px !important;
}

.course-default .buy-course-btn,
.course-default .try-free-btn {
    border: none;
    padding-left: 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    gap: 10px;
    width: 50%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18.63px;
    font-style: normal;
    font-weight: 800;
    line-height: 27.945px;
    /* 150% */
    padding: 5px 0;
}

.course-default .buy-course-btn {
    border-radius: 9999px;
    border: 1px solid #ffa688;
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);
    box-shadow: 0px -1px 11px 0px #ffa868 inset;
}

.course-default .buy-course-btn-icon {
    background: linear-gradient(270deg, #eb2805 0%, #fbc30b 100%);
}

.course-default .try-free-btn {
    border-radius: 9999px;
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
}

.course-default .try-free-btn-icon {
    background: linear-gradient(270deg, #105ce4 29.9%, #45c3fa 100%);
}

.course-default .buy-course-btn-icon,
.course-default .try-free-btn-icon {
    border-radius: 50%;
    padding: 10px;
    width: fit-content;
    flex-shrink: 0;
}

.main .buy-course-btn > span:last-child,
.main .try-free-btn > span:last-child {
    display: inline-block;
    /* width: 100%; */
}

@media (max-width: 1280px) {
    .course-default .pill {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .course-default .title {
        font-size: 2rem;
        margin-top: 0.5rem;
        line-height: 1.5;
    }

    .course-default .sub-title {
        font-size: 1.5rem;
        line-height: 1.125;
        margin-bottom: 2rem;
    }

    .course-default .module-title h3 {
        font-size: 1.125rem;
        line-height: 1.25;
    }

    .main .module-content .module-content-description {
        font-size: 1rem;
        line-height: 1.25;
    }

    .course-default .lesson-item-title {
        font-size: 1rem;
        line-height: 1.25;
        min-height: unset;
    }

    .course-default .zoom-badge {
        font-size: 1.25rem;
    }

    .course-default .register-title,
    .course-default .register-subtitle {
        font-size: 1.5rem;
    }

    .course-default .register-subtitle {
        margin-bottom: 1.25rem;
    }

    .course-default .countdown-text {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .course-default .countdow-content {
        font-size: 2.5rem;
    }

    .course-default .original-price {
        font-size: 1.75rem;
    }

    .course-default .current-price {
        font-size: 2.5rem;
    }

    .main .current-price-container {
        margin-right: 0;
        border-radius: 9999px;
    }

    .course-default .original-price {
        left: 2rem;
    }

    .course-default .hot-deal {
        transform: translateY(-65%) translateX(25%);
        width: 75px;
    }

    .course-default .info-item {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .course-default .register-card {
        padding-bottom: 24px;
    }

    .course-default .buy-course-btn,
    .course-default .try-free-btn {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 1024px) {
    .course-default .course-container {
        flex-direction: column;
    }

    .course-default .course-list,
    .course-default .course-sale {
        width: 100%;
    }

    .course-default .hot-deal {
        transform: translateY(-50%) translateX(25%);
    }
}

@media (max-width: 768px) {
    .course-default .countdown-container {
        padding: 8px 32px;
    }
}

@media (max-width: 640px) {
    .course-default {
        padding: 0;
    }

    .course-default .pill {
        font-size: 1rem;
        width: 140px;
    }

    .course-default .title {
        font-size: 1.5rem;
    }

    .course-default .sub-title {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .course-default .module-title h3 {
        font-size: 1rem;
    }

    .course-default .module-details {
        margin-top: 0.25rem;
        flex-direction: column;
        gap: 0rem;
    }

    .course-default .badge {
        margin-right: 0;
    }

    .course-default .lesson-link > div {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .course-default .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .course-default .buy-course-btn,
    .course-default .try-free-btn {
        width: 220px !important;
    }

    .course-default .original-price {
        font-size: 1.25rem;
        line-height: 1;
        top: -22px;
        left: 1rem;
    }

    .main .current-price-container {
        padding: 1rem 1.25rem;
        font-size: 1rem;
        line-height: 1.25;
    }

    .course-default .current-price {
        font-size: 1.5rem;
    }

    .course-default .hot-deal {
        transform: translateY(-35%) translateX(30%);
        width: 60px;
    }
}

.course-default .faq > .container .shopee-faq-section .main-title {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1a1d24;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 162.5% */
}

.course-default .faq > .container .shopee-faq-section .faq-item {
    border-radius: 5.5px;
    background: #fff;
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

.course-default .faq > .container .shopee-faq-section .faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.course-default .faq > .container .shopee-faq-section .faq-question:focus {
    outline: none;
}

.course-default .faq > .container .shopee-faq-section .question-text {
    color: #333;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.899px;
    /* 128.817% */
    margin: 0;
    transition: color 0.3s ease;
}

/* Highlight the active item's title */
.course-default
    .faq
    > .container
    .shopee-faq-section
    .faq-item.active
    .question-text {
    color: #dc3f2e;
    font-weight: 600;
}

.course-default .faq > .container .shopee-faq-section .faq-answer {
    padding: 0 50px 20px 20px;
    color: #333;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.089px;
    /* 141.698% */
}

.course-default .faq > .container .shopee-faq-section .faq-answer.collapsed {
    display: none;
}

.course-default
    .faq
    > .container
    .shopee-faq-section
    .faq-item.active
    .toggle-btn {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.course-default .faq > .container .shopee-faq-section .faq-item .toggle-btn {
    width: 20px;
    flex-shrink: 0;
}

.main
    .faq
    > .container
    .shopee-faq-section
    .faq-item.active
    .toggle-btn-icon.toggle-btn-icon-expand {
    display: block;
}

.main
    .faq
    > .container
    .shopee-faq-section
    .faq-item
    .toggle-btn-icon.toggle-btn-icon-expand {
    display: none;
}

.main
    .faq
    > .container
    .shopee-faq-section
    .faq-item
    .toggle-btn-icon.toggle-btn-icon-collapse {
    display: block;
}

.main
    .faq
    > .container
    .shopee-faq-section
    .faq-item.active
    .toggle-btn-icon.toggle-btn-icon-collapse {
    display: none;
}

.course-default .faq > .container .shopee-faq-section hr {
    margin: 0;
    opacity: 0.1;
}

@media (max-width: 640px) {
    .wrap-banner-col {
        padding-bottom: 30px;
    }
    .faq .container {
        padding: 0;
    }

    .course-default .faq > .container .shopee-faq-section .main-title {
        font-size: 1.5rem;
        margin: 1.5rem 0;
    }

    .course-default
        .faq
        > .container
        .shopee-faq-section
        .faq-item
        .question-text {
        font-size: 1.15rem;
    }

    .course-default .faq > .container .shopee-faq-section .faq-answer {
        font-size: 1rem;
    }
}

.footer {
    margin-top: -20px;
    background: linear-gradient(0deg, #232c75 0%, #0f35ad 100%);
    padding: 1rem 0;
}

.footer img {
    width: 200px;
    height: auto;
    object-fit: cover;

    filter: url(#faded-comp-l4og338c);
    object-position: center;
}

@media (max-width: 640px) {
    .footer {
        margin-top: -50px;
    }
}
