<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

.m-btn-loading {
    position: relative;
}

.m-btn-loading:before {
    display: inline-block;
    content: '';
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 0;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: translate(-0%, -50%);
    filter: brightness(0.1);
}

.loading .m-btn-loading:before,
.m-btn-loading.loading:before {
    background-size: contain;
}

.m-btn-loading:hover:before {
    filter: none;
}

.mt-3 {
    margin-top: 3rem;
}

.ins__btn.mt-3 {
    margin-top: calc(3rem + 1.5rem);
}

.m-cus-btn-submit input {
    background: transparent;
}

.m-cus-btn-submit:hover input {
    color: #fff;
}

.wpcf7 .ajax-loader {
    position: absolute;
}

.wpcf7-not-valid-tip {
    margin-top: -20px;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

.mona-custom-checkbox input {
    display: none;
}

.form__cbox.check::after {
    -webkit-animation: bigbabol2 0.5s linear forwards;
    animation: bigbabol2 0.5s linear forwards;
}

.wpcf7 form .wpcf7-response-output {
    margin: 12px 0;
}

.related-position {
    position: relative;
}

.related-position .ajax-loader {
    /* position: absolute; */
    left: 150px;
    bottom: 5px;
}

.wrap-collection-btn-loadmore .m-loadmore {
    margin-top: 0;
}

.wrap-collection-btn-loadmore {
    margin-bottom: 8rem;
}

.shop-dt__co.disabled {
    /* filter: grayscale(1); */
    pointer-events: none;
}

.shop-dt__item .pd__out::after {
    font-size: 8px;
    text-shadow: 0.5px 0.5px 4px #000000a3;
}

.f-ita.m-return-error {
    color: red;
    margin-top: -20px;
}

#f-data-pd.m-price .big {
    transition: .2s all;
}

#f-data-pd.loading .m-price .big {
    background-color: aliceblue
}

.shop-dt__btn.disabled {
    filter: grayscale(1);
    background-color: #47474c6b;
    border: 1px solid #47474c6b;
    pointer-events: none;
    user-select: none;
}

.f-ita.m-return-error-add-cart {
    margin-top: 20px;
    color: red
}

span.woocommerce-Price-amount.amount,
span.woocommerce-Price-amount.amount span {
    margin-right: 0;
}

.pd__item .pd__price {
    color: #e2002a;
}

.m-wishlist.shop-dt__like.loading img {
    display: none;
}

.m-wishlist.shop-dt__like.loading:hover:before {
    filter: brightness(0.1);
}

.m-remove-wishlist.m-btn-loading:before {
    left: 0;
}

.m-remove-wishlist.m-btn-loading.loading i {
    display: none;
}

.ft__mb__wrap .menu .menu-item a {
    padding: 5px;
    margin-left: -5px;
    color: #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    display: block;
}

.ft__mb__wrap .menu .menu-item {
    margin-bottom: 2.3rem;
}

@media screen and (min-width: 1200px) {
    .ft__mb__wrap .menu .menu-item a:hover {
        font-family: 'SVN-Futura Medium', sans-serif;
    }
}

.ft__mb__wrap .menu {
    height: inherit;
    position: static;
}

@media screen and (max-width: 480px) {
    .ft .textwidget {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
}

.m-btn-loading.disabled {
    filter: grayscale(1);
    pointer-events: none;
}

div#response-login {
    color: red;
}

#response-register {
    color: red;
}

.mt-2 {
    margin-top: 2rem;
}

#mona-foget-submit-form h3.success {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.box-loading:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(62, 62, 62, 0.173);
    z-index: 9;
}

.box-loading.loading:after {
    display: block;
}

.m-btn-loading.rto-box.box-loading:before {
    height: 50px;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading .m-btn-loading.m-wishlist:before {
    background-size: 0;
}

.check__cp .text-response {
    margin-top: 12px;
}

.wrap-total.box-loading.m-btn-loading:before {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-custom-con {}

.con.m-custom-con {
    max-width: 70rem;
    padding: 2rem;
    background: #d6d6d626;
}

.woocommerce-notice {
    font-size: 2rem;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 1rem;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 1rem 1rem 1rem 0;
    width: 50%;
    border: navajowhite;
    margin: 0;
}

.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    background: transparent;
    color: #000
}

section.woocommerce-order-details {
    margin-top: 2rem;
}

.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 2rem;
    margin: 2rem 0;
}

h2.woocommerce-column__title {
    font-size: 2rem;
    margin: 2rem 0px;
}

.woocommerce-notices-wrapper {
    display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}

a.dp-block.cart__sub__btn.disabled {
    filter: grayscale(1);
    pointer-events: none;
}

span.w-not-found {
    margin: 2.2rem 0;
    display: block;
}

.wrap-mini-cart.box-loading.m-btn-loading:before {
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}


/* .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232;
position: absolute;
top: 55px;
} */

.blog .blog-list .blog-card .description {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-list .not-found {
    margin: 2rem 0;
}

.mona-content .wp-block-quote {
    display: flex;
    gap: 15px;
    padding: 30px;
    background: #F5F5F5;
    border-radius: 7px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.main-blog-detail .blog-post .blog-content p {
    margin-bottom: 10px;
}

.main-blog-detail .right-side .recent-post .post-item .img-post {
    object-fit: cover;
}

#commentform.box-loading.loading:before {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mona-report-comment.success {
    color: green;
}

.mona-report-comment.error {
    color: red
}

.mona-report-comment {
    margin-top: 12px;
}

.privacy .p-slide {
    line-height: 1.5;
    opacity: 0.7;
}

.popup-join .form-group .drop-select {
    width: 22px;
    height: 15px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 2px;
    /* transform: translateY(-50%); */
}

.popup-join .form-group select {
    color: #000
}

.footer .wpcf7 .ajax-loader {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    color: #fff;
}

.footer .wpcf7 form .wpcf7-not-valid-tip {
    margin-left: 20px;
}

.main-blog-detail .blog-post .post-img {
    object-fit: cover;
}

input[type="button"],
button {
    -webkit-appearance: button;
}

.main-chinese-kid .section-banner .content {
    max-width: 750px;
}

.main-chinese-kid .section-banner .content .heading {
    white-space: inherit;
}

.main-chinese-kid .section-banner .content .description p {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: 20px;
    opacity: 0.7;
}

.main-chinese-kid .section-banner .content .m-btn-join:hover {
    transition: 0.2s;
    background-color: #F89E1B;
    box-shadow: 0px 8px 16px 0px rgb(248 158 27 / 30%);
}

.main-chinese-kid .section-banner .content .m-btn-join {
    border: 0;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    outline: 0;
    background: 0;
    cursor: pointer;
    width: 223px;
    height: 60px;
    background-color: #F23276;
    color: white;
    font-size: 18px;
    border-radius: 7px;
    transition: 0.2s;
    box-shadow: 0px 8px 16px 0px rgb(242 50 118 / 30%);
}

input[type="submit"] {
    cursor: pointer;
}

.wrap-submit-form .form-submit {
    color: #fff
}

.main-chinese-kid .main-content .left-side {
    width: 69%;
}

.main-chinese-kid .main-content .right-side {
    width: calc(100% - 69%);
}

.banner-gold .style-description {
    color: white;
    line-height: 1.5;
}

.navbar-tools .tools-cart::before {
    left: -10px
}

.navbar-tools .tools-cart {
    display: inline-block
}

.main-chinese-kid .blog-slider-wrapper .blog-card .description {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .info .item.item-price .price {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-home .book-card .content .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-home .courses-slide-swiper .course-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.main-home .blog-slider-wrapper .blog-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.blog-card .info .item.item-price .price img {
    margin-right: 10px;
}

.blog-card .info .item.item-price .price p {
    font-size: 18px;
    color: #f89e1b;
}

del {
    font-size: 90%;
    color: #00000078;
}

.main-chinese-kid .main-content .book-card .content .description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-tools .tools-teacher {
    display: block;
    text-align: center;
    padding-top: 8px;
}

.navbar-tools {
    display: flex;
    align-items: center;
}

.main-home .teachers .describe {
    margin-bottom: 27px;
    opacity: 0.7;
    line-height: 1.5;
}

.main-home .teachers .describe.mb-0 {
    margin-bottom: 0;
}

.section-banner .program-wrapper .program-card img {
    max-height: 40px;
    width: auto;
}

.main-home .section-banner .program-wrapper .swiper-slide:last-child .program-card::before {
    display: block;
}

.blog .blog-list .blog-card {
    display: flex;
    flex-direction: column;
}

.blog .blog-list .blog-card .content {
    flex-grow: 1;
}

.book-slider-wrapper a.m-btn-join {
    padding: 12px;
    background-color: #F23276;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    transition: 0.2s;
    margin: 10px 0;
    box-shadow: 0 8px 16px 0 rgb(242 50 118 / 30%);
}

.book-slider-wrapper a.m-btn-join:hover {
    transition: 0.2s;
    background-color: #F89E1B;
    box-shadow: 0 8px 16px 0 rgb(248 158 27 / 30%);
}

.swiper-thumb-sm .teacher-single img {
    width: 90px;
    object-fit: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90px;
}

.echinese-about.page-teacher2 .main-description.mona-content span {
    display: inline;
}

.teachers .content.aos-init.aos-animate .container p {
    margin-bottom: 27px;
    opacity: 0.7;
    width: 60%;
    line-height: 1.5;
}

.calender-wrap .wpcf7 .ajax-loader {
    position: absolute;
    left: 173px;
    bottom: 37px;
}

.bank-note-txt.mona-content.mona-bank-note strong {
    font-weight: 700;
}

.bank-note-txt.mona-content.mona-bank-note p {
    line-height: normal;
}

.container .box-join .wpcf7 .ajax-loader {
    position: absolute;
    left: 15rem;
    bottom: 3rem;
}

.benefit-left .benefit-content {
    width: 100%;
}

.popup-join .wpcf7-not-valid-tip,
.box-join-wrapper .wpcf7-not-valid-tip {
    margin-top: -20px;
    position: absolute;
    font-size: 0.7rem;
    right: 13px;
    bottom: -12px;
}

.footer .register-email #form-email {
    overflow: hidden;
    position: relative;
}

.route-item {
    height: 90px;
}

.video-box {
    margin-top: 0px;
}

iframe {
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.intro-video .container {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.video-box {
    margin-top: 0px;
}

.intro-video {
    padding-top: 50%;
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
}

.intro-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 678px) {
    .box-join-wrapper.mona-discount .box-join .flex-gr img {
        display: none;
    }
    .calender.pd-100 .box-join .flex-gr img {
        display: none;
    }
}

.box-item.aos-init.aos-animate:hover img.img {
    filter: brightness(0) invert(1);
}


/* .blog-swiper .swiper-slide {
height: inherit;
}

.main-home .blog-slider-wrapper .blog-card,
.main-home .blog-slider-wrapper .blog-card .content {
height: 100%;
display: flex;
flex-direction: column;
}

.main-home .blog-slider-wrapper .blog-card .more {
margin-top: auto;
} */

.main-teacher .progress .bar .fill {
    width: 0;
    transition: 0.6s ease-in-out;
}

.main-teacher .progress .bar .fill.--80.ani {
    width: 80% !important;
}

.main-teacher .progress .bar .fill.--60.ani {
    width: 60% !important;
}

.main-teacher .progress .bar .fill.--50.ani {
    width: 50% !important;
}

.main-teacher .progress .bar .fill.--40.ani {
    width: 40% !important;
}

.main-teacher .progress .bar .fill.--30.ani {
    width: 30% !important;
}

.main-teacher .progress .bar .fill.--20.ani {
    width: 20% !important;
}

.main-teacher .progress .bar .fill.--10.ani {
    width: 10% !important;
}

.main-teacher .progress .bar .fill.--0.ani {
    width: 0% !important;
}

.footer .sub-menu {
    display: none;
}

.bottom-bar .policy {
    width: 100%;
    display: flex;
}

.bottom-bar .policy li {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .bottom-bar .policy {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .main-teacher .box-join .flex-gr {
        display: block;
    }
    .main-teacher .box-join .flex-gr img,
    .main-home.main-about .box-join {
        width: 100%;
        margin-top: 25px;
    }
    .feedback-list.gallery {
        display: block;
    }
    .feedback-list.gallery .feedback-col {
        width: 100%;
    }
}

.echinese-about .box-wrapper .box-item.aos-init.aos-animate {
    width: 100%;
}

.main-home .book-card {
    width: 100%;
}

.contact .location-wrapper .location {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .contact .location-wrapper .location {
        width: 100%;
    }
}

button.btn-join a {
    color: white;
    text-transform: uppercase;
}

.m-box-video-product {
    margin-bottom: 5rem;
}

.blog-card .content .sub-heading {
    margin-bottom: 1.8rem;
}

.blog-card .content .sub-heading a {
    font-size: 1.2rem;
    color: #F23276;
    font-weight: 800;
    padding-left: 0;
}

.route-content-list .route-content-text {
    font-size: 1.1rem;
}

.route-options-img img {
    width: 12rem;
    height: 12rem;
}

.bank .bank-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.m-mobile-qr {
    display: none;
}

@media screen and (max-width: 650px) {
    .img-qr-bank {
        display: none;
    }
    .m-mobile-qr {
        display: block;
    }
    .info-card-bank {
        display: flex;
        justify-content: space-around;
        margin-bottom: 1rem;
    }
    .bank .bank-content {
        flex-direction: column;
    }
}

.m-popup-html-api {
    width: 85vw !important;
    height: 85vh;
    transition: 0.4s;
    transform: translate(-50%, calc(-50% + 2rem));
}

.m-popup-html-api.visible {
    transform: translate(-50%, -50%);
}

.m-popup-html-api iframe {
    background: white;
}

.book-slider-wrapper .sub-heading a {
    font-size: 12px;
    color: #F23276;
    font-weight: 800;
    margin-bottom: 22px;
    padding-left: 10px;
}

.teach .about-group.center {
    display: flex;
    flex-direction: row-reverse !important;
}

.main-home .courses-wrapper .course-card .sub-heading,
.main-home .courses-slide-swiper .course-card .sub-heading {
    font-size: 1rem;
    line-height: 1.5rem;
}

.students-feedback .students-slider-wrapper .swiper-slide-thumb-active::before {
    background-image: linear-gradient(to left bottom, #F23276, transparent 35%) !important;
    opacity: 1 !important;
    transition: 0.2s;
}

.students-feedback .students-slider-wrapper .swiper-slide-thumb-active .img-student img {
    filter: grayscale(0);
}

.swipper-desc-student {
    width: calc(100% - 75%);
    overflow: hidden;
}

.main-home .students-feedback .content p {
    width: 100%;
}

.main-home .students-feedback .mona-content {
    max-height: 17rem;
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    .swipper-desc-student {
        width: calc(100% - 67%);
        overflow: hidden;
    }
}

@media screen and (max-width: 576px) {
    .swipper-desc-student {
        width: 100%;
    }
}

aside.right-side .m-btn-join.m-popup-html-api-btn {
    padding: 12px;
    background-color: #F23276;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    transition: 0.2s;
    margin: 10px 0;
    box-shadow: 0 8px 16px 0 rgb(242 50 118 / 30%);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

aside.right-side .m-btn-join.m-popup-html-api-btn:hover {
    transition: 0.2s;
    background-color: #F89E1B;
    box-shadow: 0 8px 16px 0 rgb(248 158 27 / 30%);
}

.main-home .learning-path .learning-wrapper .learning .title {
    padding: 0 1rem;
    text-align: center;
    line-height: 2rem;
}

.main-chinese-kid .main-content .course-resource .heading {
    color: #F23276;
    font-size: 1.5rem;
}

.main-chinese-kid .main-content .course-resource .book-card img {
    width: 24px;
    height: 24px;
}

.main-chinese-kid .main-content .course-resource .book-card .content {
    margin: auto 0 auto 10px;
}

.main-chinese-kid .main-content .course-resource .book-card .content a {
    color: #20272F;
}

.main-chinese-kid .main-content .course-resource .book-card .content a:hover {
    color: #F23276;
}

.main-chinese-kid .main-content .course-resource .book-card {
    margin-bottom: 40px;
}

.main-chinese-kid .main-content .course-resource .book-card:after {
    bottom: -19px;
}

.single-product .main.main-chinese-kid .main-content .course-resource {
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .main-chinese-kid .main-content .right-side {
        width: 100%;
    }
}

.blog-list .blog-card .sub-heading {
    color: #F23276;
    font-weight: 800;
    margin-bottom: 18px;
    padding-left: 10px;
}

.m-popup-html-api {
    /* width: 50vw;
    height: 65vh; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 103;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
    .main-teacher .pop-vid {
        width: 85vw;
        height: 45vh;
    }
}

.m-popup-html-api .btn-close {
    width: 30px;
    height: 30px;
    background-color: #F23276;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: -10px;
    right: -10px;
    transition: 0.15s ease-in-out;
}

.m-popup-html-api .btn-close span {
    position: relative;
    bottom: 2px;
    font-size: 20px;
}

.m-popup-html-api .btn-close:hover {
    background-color: #20272F;
}

.m-popup-html-api.visible {
    opacity: 1;
    visibility: visible;
}

.blog-card .info .item.item-price .price img,
.main-home .book-card .content .info .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.collapse-body {
    display: none;
}

.collapse-block {
    margin-bottom: 5rem;
}

.collapse-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rew-plus {
    width: 14px;
    height: 14px;
    position: relative;
}

.rew-plus::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #0d3961;
}

.rew-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #0d3961;
    transition: 0.3s ease-in-out;
}

.collapse-item.active .rew-plus::after {
    transform: rotate(90deg);
}

.main-home .book-card .img-book {
    width: 100%;
    height: 100%;
}

.main-home .courses-slide-swiper .course-card .img-course {
    height: 100%;
}

a.btn-arrow.m-popup-video-open button {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1199px) {
    .footer .bottom-bar .social {
        display: flex;
    }
}

.footer .bottom-bar .social a:hover img {
    bottom: 5px;
}


.main-home .blog-slider-wrapper .blog-card .description {
    height: auto !important;
}

#menu-main-menu .menu-item.current-menu-item &gt; a{
    color: #F23276;
}

#menu-main-menu .submenu .menu-item.current-menu-item &gt; a {
    background: #f89e1b;
    color: white;
}

.back-to-top {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background-color: #F23276;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 7;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .back-to-top {
      right: 1.5rem;
    }
  }
  .back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
  }
  .back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
  }
  .back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
  }
  .back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
  }
  @media only screen and (min-width: 901px) {
    .back-to-top:hover {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

.popup-overlay {
    background-color: rgb(0 0 0 / 67%);
}

.w-50{
    width: 50%;
}

.right-side .book-card .content {
    width: 50%;
}

.main-teacher .blog-slider-wrapper .blog-card .info{
    margin-top: auto;
    height: auto;
}

.partner-slide-wrapper {
    position: relative;
}

.main-about .swiper-pagination-custom-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-60px);
    bottom: 0;
}

.main-about .swiper-pagination-custom-1 .swiper-pagination-bullet-active {
    width: 60px;
    background: #F23276;
    border-radius: 7px;
    animation: 0.5s pagination;
}

.main-about .echinese-about {
    margin-bottom: 0;
}

.m-info.info strong {
    font-weight: 700;
}

.book-card .m-info.info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 1rem 0;
}

.dflex-icon {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.dflex-icon img {
    display: block;
    width: 1.2rem;
}

.book-card .m-info.info {
    border-top: 1px #8080805c solid;
    border-bottom: 1px #80808070 solid;
    padding: 1rem 0;
}

.recent-post ul li {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
}

.recent-post ul li a {
    margin-bottom: 0.5rem;
    font-weight: 700;
    transition: 0.3s;
}

.recent-post ul li a:hover {
    color: #f23276;
}


@media screen and (min-width: 1199px) {
    .about-group-partner.container {
        margin-top: 8rem;
    }
}

.footer-menu-wrapper .app-download {
    color: white;
}

@media screen and (max-width: 1200px)
{
    .main-about .about-group.center .about-img {
        width: 100% !important;
    }
    .main-about .about-group .about-slider-swiper .swiper-slide img {
        object-fit: contain;
    }
    .about-group-commitment .about-group.center {
        flex-direction: column !important;
    }
    .about-group-commitment .about-group.center  .about-img img {
        object-fit: contain;
    }
}



.main-home .section-banner .program-wrapper .program-card {
    display: block;
}

@media screen and (max-width: 1024px){
    .di-hidden {
        display: block;
    }
    #menu-main-menu .menu-item.dropdown .submenu .menu-item a {
        width: 13rem;
    }
}
</pre></body></html>