#vs-bottom-menu {
    display: none !important;
}

#upgrade-main {
    max-width: 1236px;
    display: block;
    margin: 0 auto;
    color: #f3f5f7;
    padding-bottom: 200px;
}

div#upgrade-main .title-img {
    max-width: 500px;
    display: block;
    margin: 30px auto 15px auto;
}

.quote {
    text-align: center;
    background-color: #FFFFFF;
    padding: 50px 50px;
    margin: 10px auto;
    border-radius: 25px;
    color: #555;
    line-height: 2;
    font-size: 19px;
    max-width: 650px;
    margin-top: 25px;
}
.quote .fa-quote-left {
    font-size: 35px;
    color: #676767;
}


.author {
    margin-top: 20px;
}

.author .name {
    opacity: 0.9;
    font-size: 15px;
}

p.author img {
    width: 45px !important;
    max-width: 45px !important;
    border-radius: 60px;
}

p.subtitle {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
}

.dangkihocBnt {
    background-color: #3481fd;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 19px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 250px;
    text-align: center;
    margin-top: 15px;
}
a.dangkihocBnt:hover {
    color: white;
}
.paymentBnt {
    background-color: #3481fd;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 19px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 250px;
    text-align: center;
    margin-top: 15px;
}

a.paymentBnt:hover {
    color: white;
}


/* Pronunciation */
.main-video {
    max-width: 800px;
    margin: 30px auto 10px auto;
}

.video-divider {
    height: 4px;
    background-color: #e8e8e8;
    width: 150px;
    margin: 20px auto;
    border-radius: 10px;
}

.main-text {
    max-width: 800px;
    margin: 20px auto;
}

p.subtitle {
    font-size: 17px;
    padding: 0 12px 15px 12px;

}

h2.subtitle2 {
    text-align: center;
    font-size: 42px;
}

.main-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
}

.requirements .title,
.benefits .title {
    font-size: 43px;
    font-family: "Gotham", sans-serif;
    text-align: center;
    line-height: 1.3;
    margin: 10px auto 15px auto;
}

.requirements {
    line-height: 2.5;
}

.requirements p {
    padding-top: 10px;
    padding-left: 5px;
}


.lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-top: 35px;
}

.lists:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 10px;
    bottom: 0;
    width: 2px;
    background-color: #f3f3f3;
    z-index: -10;
}

.lists p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    padding-bottom: 20px;
}



.fa-chalkboard-teacher,
.fa-check-circle,
.fa-user-shield,
.fa-user-edit,
.fa-book {
    color: #ffffff;
    background: linear-gradient(-45deg, #ffffff, #ffffff, #2fc685, #28b679);
    background-size: 400% 100%;
    padding: 10px;
    border-radius: 30px;
}

span.bf-text {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

span.bf-text-title {
    font-size: 23px;
    color: #10f894;
    margin-top: -2px;
}

span.bf-text-description {
    font-size: 18px;
}


.payment {
    max-width: 800px;
    line-height: 2;
    margin: 30px auto;
}

.pricing-title {
    font-size: 43px;
    font-family: "Gotham", sans-serif;
    text-align: center;
    line-height: 1.3;
    margin: 10px auto;
}

p.pricing-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

.pro-pricing {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    color: #1b1b1b;
    align-items: center;
    align-content: center;
    padding: 20px;
    border-radius: 35px;
    width: 96%;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
}

img.sticky-note {
    position: absolute;
    top: -25px;
}

.pricing-container {
    padding: 30px 0px;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.original-price {
    font-family: Fira Mono, DejaVu Sans Mono, Menlo, Consolas, Liberation Mono, Monaco, Lucida Console, monospace !important;
    font-size: 34px;
    text-decoration: line-through;
    color: #828282;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
}

.sale-price {
    font-family: 'Gotham';
    font-size: 45px;
    color: #ff5b5b;
    line-height: 1;
    padding: 15px 0;
}

p.final-note {
    text-align: center;
    color: #505050;
}


.sale-off-text {
    text-align: center;
}

span.off {
    background-color: #fc5959;
    color: #fffefe;
    border-radius: 20px;
    padding: 5px 12px;
}

.hurry-up {
    margin-top: 15px;
}

.countdown-timer .title {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.4px;
}

div#timer {
    text-align: center;
}

.countdown-number {
    background: #4d4d4d;
    padding: 2px 4px;
    border-radius: 2px;
    color: white;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin: 10px 0;
}

.inner-progress-bar {
    width: 88%;
    background: linear-gradient(-45deg, #ffffff, #ffffff, #0c759a, #1ebe99);
    background-size: 400% 100%;
    height: 26px;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 15px;
}


.reg-successful {
    display: none;
    text-align: center;
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

p.reg-title {
    color: #333333;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bold;
}

.reg-successful img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}



i.fas.fa-arrow-circle-right {
    margin-right: 10px;
}

.spinner {
    display: none;
    width: 48px;
    height: 48px;
    background: #3481fd;
    animation: rotate 1s linear infinite;
    position: relative;
    margin: 0 auto 25px auto;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(0.2);
        border-radius: 10%;
    }

    50% {
        transform: rotate(180deg) scale(1.5);
        border-radius: 50%;
    }

    100% {
        transform: rotate(360deg) scale(0.2);
        border-radius: 10%;
    }
}

.footer {
    display: flex;
    flex-direction: column;
    background-color: #181818;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 2;
}

.footer span {
    font-size: 14px;
}

/* MOBILE  */
@media (max-width: 768px) {
    div#upgrade-main .title-img {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 30px auto 15px auto;
    }

    .quote {
        text-align: center;
        background-color: #FFFFFF;
        padding: 30px 15px;
        margin: 10px auto;
        border-radius: 20px;
        color: #555;
        line-height: 2;
        font-size: 18px;
    }

    .quote .author {
        margin-top: 10px;
        font-size: 17px;
    }





    p.subtitle {
        font-size: 17px;
        padding: 0 12px 15px 12px;

    }

    h2.subtitle2 {
        font-size: 32px;
    }

    .main-text {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 0 10px;
    }

    .requirements .title,
    .benefits .title {
        font-size: 35px;
    }

    .requirements {
        line-height: 2;
    }

    .lists p {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        font-size: 18px;
        font-weight: normal;
        line-height: 2;
    }

    span.bf-text-title {
        font-size: 20px;
        color: #10f894;
    }

    .pricing-title {
        font-size: 35px;
    }

}

/* Pronunciation */








/* MasterClass Registration */

h2.title {
    font-size: 42px;
    text-align: center;
    color: #eace39;
}

p.sub-title {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.pricing-table {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    margin: 20px;
    padding: 15px 15px 30px 15px;
    border-radius: 28px;
    align-items: center;
    color: #181818;
    min-height: 150px;
    justify-content: center;
}

.pricing-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

span.number {
    font-family: Gotham, sans-serif;
    font-size: 55px;
    color: #41a445;
    line-height: 1;
}

span.info {
    color: #181818;
    text-align: center;
    font-size: 19px;
    padding: 15px;
}

.chooseBnt {
    background-color: #2aa44a;
    color: #fff;
    padding: 5px 55px;
    border-radius: 35px;
    font-size: 19px;
    cursor: pointer;
}

button.chooseBnt:hover {
    background: #ed5858;
}

.loadingSpinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 5px solid #e45655;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    background-color: #e45655;
    margin-top: 10px;
}

.loadingSpinner::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.errorMessage {
    text-align: center;
    padding: 15px;
    color: #e45655;
}

/* MasterClass Registration */