/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/**
 * Reset box-sizing
 */
/* https://-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Roboto", "Noto Sans TC", -apple-system, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

/**
   * Status
   */
:disabled,
[disabled] {
    cursor: not-allowed;
}

/**
   * Link
   */
a {
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
    -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

    a, a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

/**
   * Form
   */
/*
   * Clear `clear` button on input with 'password' type in IE
   * https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-clear
   * https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-reveal
   */
input {
    font-family: inherit;
}

    input::-ms-clear, input::-ms-reveal {
        display: none;
    }

    input:hover, input:focus {
        outline: none;
    }

/**
   * Reset button
   */
button {
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    background: transparent;
    border: none;
}

    button:hover, button:focus {
        outline: none;
    }

/* Turn off textarea resize in Chrome */
textarea {
    font-family: inherit;
    resize: none;
}

    textarea:hover, textarea:focus {
        outline: none;
    }

/**
   * Image
   */
/* Remove default margin */
figure {
    margin: 0;
}

/* https://-tricks.com/almanac/properties/v/vertical-align/ */
img {
    border: none;
    vertical-align: middle;
}

/**
   * Typography
   */
/* Remove defalut margin / padding / list-style */
ul,
ol,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, -webkit-filter 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, -webkit-filter 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, filter 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, filter 0.3s linear, -webkit-filter 0.3s linear;
    color: inherit;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #183265;
    font-size: 16px;
    font-weight: 300;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.6rem;
}

img {
    max-width: 100%;
}

._align_center {
    text-align: center;
}

._align_right {
    text-align: right;
}

._bold {
    font-weight: bold;
}

._m_show {
    display: none;
}

@media (max-width: 709px) {
    ._m_show {
        display: block;
    }
}

@media (max-width: 709px) {
    ._pc_show {
        display: none;
    }
}

._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col-1 {
    position: relative;
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2 {
    position: relative;
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-3 {
    position: relative;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-4 {
    position: relative;
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-5 {
    position: relative;
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-6 {
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
}

label.copySuccess {
    background: #4cc764;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    position: fixed;
    top: 60px;
    left: 50%;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    min-width: 200px;
    max-width: 95%;
    display: none;
    -webkit-box-shadow: 0 4px 10px rgba(196, 194, 193, 0.4);
    box-shadow: 0 4px 10px rgba(196, 194, 193, 0.4);
    z-index: 999;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (max-width: 709px) {
    label.copySuccess {
        top: 20px;
    }
}

label.copySuccess:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/copy_success.svg) no-repeat center/24px auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -6px;
}

label.copySuccess.open {
    display: block;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(-100px) translateX(-50%);
        transform: translateY(-100px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(-100px) translateX(-50%);
        transform: translateY(-100px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

.button_wrap {
    text-align: center;
}

.button {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 52px;
    text-align: center;
    cursor: pointer;
}

    .button:focus {
        outline: none;
    }

    .button[data-theme=blue] {
        color: #ffffff;
        background-color: #0000FF;
    }

        .button[data-theme=blue]:hover {
            background-color: #afc6e9;
        }

        .button[data-theme=blue]:disabled {
            cursor: not-allowed;
            color: #cfcdc9;
            background-color: #ffffff;
        }

    .button[data-theme=gold] {
        color: #03328d;
        background-color: #dac7a7;
    }

        .button[data-theme=gold]:hover {
            background-color: #e2c592;
        }

        .button[data-theme=gold]:disabled {
            cursor: not-allowed;
            color: #f0eeeb;
            background-color: #7A8496;
        }

    .button[data-theme=pink] {
        color: #ffffff;
        background-color: #ED4C7C;
    }

        .button[data-theme=pink]:hover {
            background-color: #FF82A7;
        }

        .button[data-theme=pink]:disabled {
            cursor: not-allowed;
            color: #ffffff;
            background-color: #A9B0BB;
        }

    .button[data-theme=purple] {
        color: #ffffff;
        background-color: #5A64F2;
    }

        .button[data-theme=purple]:hover {
            background-color: #989FFC;
        }

        .button[data-theme=purple]:disabled {
            cursor: not-allowed;
            color: #ffffff;
            background-color: #A9B0BB;
        }

    .button[data-theme=default] {
        color: #03328d;
        background-color: #ffffff;
    }

        .button[data-theme=default]:hover {
            background-color: #FFBCD0;
        }

        .button[data-theme=default]:disabled {
            cursor: not-allowed;
            color: #A9B0BB;
            background-color: #A9B0BB;
        }

    .button[data-size=xs] {
        padding: 0px 18px;
        font-size: 16px;
        font-weight: 500;
        min-width: 96px;
        min-height: 40px;
        line-height: 40px;
    }

@media (max-width: 709px) {
    .button[data-size=xs] {
        padding: 0px 24px;
        font-size: 18px;
        min-width: 128px;
        min-height: 40px;
        line-height: 40px;
    }
}

.button[data-size=sm] {
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 500;
    min-width: 104px;
    min-height: 54px;
    line-height: 54px;
}

@media (max-width: 709px) {
    .button[data-size=sm] {
        padding: 0px 24px;
        font-size: 18px;
        min-width: 112px;
        min-height: 50px;
        line-height: 50px;
    }
}

.button[data-size=md] {
    padding: 0px 44px;
    font-size: 28px;
    font-weight: 700;
    min-width: 104px;
    min-height: 70px;
    line-height: 70px;
}

@media (max-width: 709px) {
    .button[data-size=md] {
        padding: 0px 24px;
        font-size: 22px;
        min-width: 112px;
        min-height: 46px;
        line-height: 46px;
    }
}

.button[data-size=full] {
    padding: 0px;
    font-size: 18px;
    min-width: 100%;
    min-height: 52px;
    line-height: 52px;
}

@media (max-width: 709px) {
    .button[data-size=full] {
        padding: 0px;
        font-size: 20px;
        min-width: 100%;
        min-height: 40px;
        line-height: 40px;
    }
}

.button[data-is-outline=true][data-theme=blue] {
    color: #525B68;
    background-color: transparent;
    border: 2px solid #03328d;
}

    .button[data-is-outline=true][data-theme=blue]:hover {
        background-color: #afc6e9;
    }

    .button[data-is-outline=true][data-theme=blue]:disabled {
        cursor: not-allowed;
        color: #cfcdc9;
        border-color: #f0eeeb;
        background-color: #ffffff;
    }

.button[data-is-outline=true][data-theme=gold] {
    color: #dac7a7;
    background-color: transparent;
    border: 2px solid #dac7a7;
}

    .button[data-is-outline=true][data-theme=gold]:hover {
        background-color: #f0eeeb;
    }

    .button[data-is-outline=true][data-theme=gold]:disabled {
        cursor: not-allowed;
        color: #f0eeeb;
        border-color: #f0eeeb;
        background-color: #ffffff;
    }

.button[data-is-outline=true][data-theme=pink] {
    color: #ED4C7C;
    background-color: transparent;
    border: 2px solid #ED4C7C;
}

    .button[data-is-outline=true][data-theme=pink]:hover {
        background-color: #FFBCD0;
    }

    .button[data-is-outline=true][data-theme=pink]:disabled {
        cursor: not-allowed;
        color: #ffffff;
        border-color: #f0eeeb;
        background-color: #ffffff;
    }

.button[data-is-outline=true][data-theme=purple] {
    color: #5A64F2;
    background-color: transparent;
    border: 2px solid #5A64F2;
}

    .button[data-is-outline=true][data-theme=purple]:hover {
        background-color: #DEE0FC;
    }

    .button[data-is-outline=true][data-theme=purple]:disabled {
        cursor: not-allowed;
        color: #ffffff;
        border-color: #f0eeeb;
        background-color: #ffffff;
    }

.button[data-is-outline=true][data-theme=default] {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #EEEFFD;
}

    .button[data-is-outline=true][data-theme=default]:hover {
        background-color: #989FFC;
    }

    .button[data-is-outline=true][data-theme=default]:disabled {
        cursor: not-allowed;
        color: #A9B0BB;
        border-color: #f0eeeb;
        background-color: #ffffff;
    }

.button[data-type=secondary] {
    border-radius: 12px;
}

    .button[data-type=secondary]:hover {
        background-color: #afc6e9;
    }

.button[data-type=secondary] {
    border-radius: 12px;
}

    .button[data-type=secondary]:hover {
        background-color: #f0eeeb;
    }

.button[data-type=secondary] {
    border-radius: 12px;
}

    .button[data-type=secondary]:hover {
        background-color: #FFBCD0;
    }

.button[data-type=secondary] {
    border-radius: 12px;
}

    .button[data-type=secondary]:hover {
        background-color: #DEE0FC;
    }

.button[data-type=secondary] {
    border-radius: 12px;
}

    .button[data-type=secondary]:hover {
        background-color: #989FFC;
    }

.title_wrap {
    text-align: center;
    margin-bottom: 60px;
}

    .title_wrap .head_title {
        font-weight: 900;
        font-size: 42px;
        line-height: 150%;
        color: #03328d;
    }

        .title_wrap .head_title::after {
            content: "";
            display: block;
            width: 66px;
            height: 6px;
            background-color: #FFBCD0;
            margin: 0 auto;
            margin-top: 15px;
            border-radius: 10px;
            overflow: hidden;
        }

        .title_wrap .head_title._white {
            color: #ffffff;
        }

    .title_wrap .sub_title {
        color: #2F5398;
        max-width: 480px;
        margin: 0 auto;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        padding-top: 20px;
    }

    .title_wrap .section_title {
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
    }

    .title_wrap .section_sub_title {
        font-weight: 900;
        font-size: 32px;
        line-height: 150%;
        color: #ffffff;
    }

        .title_wrap .section_sub_title::after {
            content: "";
            display: block;
            width: 66px;
            height: 6px;
            background-color: #FFBCD0;
            margin: 0 auto;
            margin-top: 15px;
            border-radius: 10px;
            overflow: hidden;
        }

@media (max-width: 1023px) {
    .title_wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 709px) {
    .title_wrap {
        margin-bottom: 30px;
    }

        .title_wrap .head_title {
            font-weight: 900;
            font-size: 26px;
            line-height: 150%; /*enn*/
        }

        .title_wrap .section_title {
            font-weight: 700;
            font-size: 22px;
            line-height: 150%;
        }

        .title_wrap .sub_title {
            font-weight: 400;
            font-size: 20px;
            line-height: 160%;
        }

        .title_wrap .section_sub_title {
            font-weight: 900; /*enn*/
            font-size: 28px; /*enn*/
            line-height: 120%;
        }
}

.block_info_with_img .block_title {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .block_info_with_img .block_title h5 {
        text-align: center;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        color: #03328d;
    }

.block_info_with_img .block_content {
    text-align: center;
}

    .block_info_with_img .block_content p {
        max-width: 480px;
        margin: 0 auto;
        margin-bottom: 20px;
        color: #2F5398;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
    }

    .block_info_with_img .block_content picture {
        display: block;
    }

@media (max-width: 709px) {
    .block_info_with_img .block_title h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .block_info_with_img .block_title picture {
        text-align: center;
    }

    .block_info_with_img .block_content p {
        font-weight: 400;
        font-size: 20px;
        line-height: 160%;
    }
}

.icon_vedio_play {
    position: relative;
}

    .icon_vedio_play::before {
        display: block;
        content: "";
        width: 60px;
        height: 60px;
        margin: auto;
        background: url(../img/icon/video-play.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        pointer-events: none;
    }

    .icon_vedio_play.play::before {
        display: none;
    }

.card_lesson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .card_lesson.swiper {
        max-width: 1380px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .card_lesson.swiper .item:not(:nth-of-type(2n+1)) {
            margin-left: 0px;
        }

        .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
            background-color: #ffffff;
            width: 60px;
            height: 60px;
            border-radius: 50px;
            overflow: hidden;
            -webkit-box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
            box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
            visibility: hidden;
        }

        .card_lesson.swiper .swiper-button-prev {
            left: 20%;
        }

        .card_lesson.swiper .swiper-button-next {
            right: 20%;
        }

            .card_lesson.swiper .swiper-button-prev::after, .card_lesson.swiper .swiper-button-next::after {
                font-size: 26px;
                color: #5A64F2;
            }

@media (min-width: 1440px) and (max-width: 1023px) {
    .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
        visibility: visible;
    }
}

@media (max-width: 1023px) {
    .card_lesson.swiper .swiper-slide.item {
        min-height: 520px;
    }

    .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
        visibility: visible;
    }
}

@media (max-width: 709px) {
    .card_lesson.swiper .swiper-slide.item {
        min-height: auto;
    }

    .card_lesson.swiper .swiper-button-prev, .card_lesson.swiper .swiper-button-next {
        visibility: hidden;
    }
}

.card_lesson .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .card_lesson .item:nth-of-type(1), .card_lesson .item:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .card_lesson .item:not(:nth-of-type(2n+1)) {
        margin-left: 20px;
    }

    .card_lesson .item .info {
        padding: 40px 50px;
        margin-bottom: 200px;
    }

    .card_lesson .item h3 {
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
        color: #FFE78B;
        margin-bottom: 20px;
    }

    .card_lesson .item p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .card_lesson .item._ox {
        width: calc(60% - 20px);
        background-color: #03328d;
        background-image: url(../img/bg/feature-card-oxford-desktop.svg);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: contain;
    }

    .card_lesson .item._dcgs {
        width: 40%;
        background-color: #ED4C7C;
        background-image: url(../img/bg/feature-card-dcgs-desktop.svg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-size: 150%;
    }

    .card_lesson .item._disney {
        width: calc(50% - 10px);
        background-color: #5A64F2;
        background-image: url(../img/bg/feature-card-disney-desktop.png?v=20220921000000);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-size: 120%;
    }

    .card_lesson .item._program {
        width: calc(50% - 10px);
        background-color: #FFCF1A;
        background-image: url(../img/bg/feature-card-program-desktop.svg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-size: 120%;
    }

        .card_lesson .item._program h3 {
            color: #03328d;
        }

        .card_lesson .item._program p {
            color: #03328d;
        }

        .card_lesson .item._program .button {
            color: #03328d;
        }

.card_lesson.card_one .swiper-button-prev {
    display: none;
}

.card_lesson.card_one .swiper-button-next {
    display: none;
}

.card_lesson.card_one .item._ox,
.card_lesson.card_one .item._dcgs {
    max-width: 450px;
    margin: 0 auto;
}

.card_lesson.card_one .item._disney,
.card_lesson.card_one .item._program {
    display: none;
}

@media (max-width: 1023px) {
    .card_lesson .item {
        margin-bottom: 20px;
    }

        .card_lesson .item:not(:nth-of-type(2n+1)) {
            margin-left: 0px;
        }

        .card_lesson .item._ox, .card_lesson .item._dcgs, .card_lesson .item._disney, .card_lesson .item._program {
            width: 100%;
        }

        .card_lesson .item._ox {
            background-image: url(../img/bg/feature-card-oxford-mobile.svg);
        }

        .card_lesson .item._dcgs {
            background-size: 100%;
        }

        .card_lesson .item._disney {
            background-size: 100%;
        }

        .card_lesson .item._program {
            background-size: 100%;
        }
}

@media (max-width: 709px) {
    .card_lesson .item h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .card_lesson .item .info {
        padding: 40px 20px;
        margin-bottom: 100px;
    }

    .card_lesson .item._ox {
        background-image: url(../img/bg/feature-card-oxford-mobile.png);
        padding-bottom: 10%;
    }

    .card_lesson .item._dcgs {
        background-image: url(../img/bg/feature-card-dcgs-mobile.svg);
        background-size: 120%;
        padding-bottom: 10%;
    }

    .card_lesson .item._disney {
        background-image: url(../img/bg/feature-card-disney-mobile.png?v=20220921000000);
        background-size: 120%;
        padding-bottom: 10%;
    }

    .card_lesson .item._program {
        background-image: url(../img/bg/feature-card-program-mobile.svg);
        background-size: 120%;
        padding-bottom: 10%;
    }
}

.card .item {
    padding: 20px 30px;
    border-radius: 20px;
    overflow: hidden;
}

    .card .item._pink {
        background-color: #FFF4F8;
        -webkit-box-shadow: 0px 6px 0px #FF82A7;
        box-shadow: 0px 6px 0px #FF82A7;
    }

    .card .item._purple {
        background-color: #EEEFFD;
        -webkit-box-shadow: 0px 6px 0px #989FFC;
        box-shadow: 0px 6px 0px #989FFC;
    }

    .card .item._yellow {
        background-color: #FFF9E0;
        -webkit-box-shadow: 0px 6px 0px #FFE78B;
        box-shadow: 0px 6px 0px #FFE78B;
    }

.card_guarantee.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

    .card_guarantee.card .item {
        text-align: center;
        width: 300px;
    }

        .card_guarantee.card .item:not(:nth-last-of-type(1)) {
            margin-right: 20px;
        }

        .card_guarantee.card .item img {
            margin-bottom: 5px;
        }

        .card_guarantee.card .item h4 {
            color: #03328d;
            font-weight: bold;
            font-size: 24px;
            margin-bottom: 15px;
        }

        .card_guarantee.card .item p {
            color: #525B68;
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
        }

@media (max-width: 1439px) {
    .card_guarantee.card .item {
        width: 260px;
    }
}

@media (max-width: 1023px) {
    .card_guarantee.card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .card_guarantee.card .item {
            width: 45%;
            margin-bottom: 20px;
        }

            .card_guarantee.card .item:nth-of-type(2) {
                margin-right: 0px;
            }
}

@media (max-width: 709px) {
    .card_guarantee.card .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .card_guarantee.card .item:not(:nth-last-of-type(1)) {
            margin-right: 0px;
        }

        .card_guarantee.card .item div {
            text-align: left;
        }

        .card_guarantee.card .item img {
            width: 72px;
            margin-right: 15px;
        }

        .card_guarantee.card .item h4 {
            font-size: 22px;
        }
}

.list_advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 40px;
}

    .list_advantage li {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 40px;
        padding-left: 20px;
    }

        .list_advantage li .icon {
            margin-right: 16px;
            width: 80px;
        }

            .list_advantage li .icon + div {
                width: calc(100% - 80px);
            }

        .list_advantage li p {
            font-weight: 500;
            font-size: 20px;
            line-height: 150%;
        }

        .list_advantage li:nth-last-of-type(1), .list_advantage li:nth-last-of-type(2) {
            margin-bottom: 0;
        }

@media (max-width: 1023px) {
    .list_advantage {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .list_advantage li .icon {
            width: 60px;
        }

            .list_advantage li .icon + div {
                width: calc(100% - 60px);
            }
}

@media (max-width: 709px) {
    .list_advantage {
        max-width: 330px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

        .list_advantage li {
            width: 100%;
            margin-bottom: 20px;
            padding-left: 0px;
        }

            .list_advantage li .icon {
                margin-right: 10px;
            }

            .list_advantage li:nth-last-of-type(2) {
                margin-bottom: 20px;
            }
}

.list_qulity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

    .list_qulity li {
        width: 30%;
        text-align: center;
        padding: 20px;
        margin: 0 1%;
    }

        .list_qulity li > div {
            white-space: nowrap;
        }

        .list_qulity li .num {
            font-size: 40px;
            color: #ED4C7C;
            font-weight: bold;
            vertical-align: middle;
            text-align: center;
        }

        .list_qulity li p {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #525B68;
        }

@media (max-width: 709px) {
    .list_qulity li {
        width: 100%;
    }

        .list_qulity li > div {
            margin-bottom: 10px;
        }

        .list_qulity li .num {
            font-size: 36px;
        }
}

@-webkit-keyframes glint {
    0%, 40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    60%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes glint {
    0%, 40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    60%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.subject_level_wrap {
    max-width: 1200px;
    margin: 0 auto; /*padding: 0 20px;*/
}

    .subject_level_wrap .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #ED4C7C;
    }

@media (max-width: 1439px) {
    .subject_level_wrap {
        width: 90%;
        margin: 0 auto;
    }
}

.subject_level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
}

    .subject_level::-webkit-scrollbar {
        display: none;
    }

    .subject_level .level_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
    }

        .subject_level .level_content > div {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .subject_level .level_content .ox_books .title {
            padding-top: 0px;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

        .subject_level .level_content .level {
            width: 100%;
            margin-bottom: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .subject_level .level_content .level p {
                width: 100%;
                padding: 10px 0;
                border-radius: 8px;
                overflow: hidden;
                text-align: center;
                margin: 5px;
            }

                .subject_level .level_content .level p:nth-of-type(1) {
                    background-color: #FFF9E0;
                    width: 285px;
                }

                .subject_level .level_content .level p:nth-of-type(2) {
                    background-color: #FFE1EA;
                    width: 274px;
                }

                .subject_level .level_content .level p:nth-of-type(3) {
                    background-color: #DEE0FC;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

                .subject_level .level_content .level p:nth-of-type(4) {
                    background-color: #afc6e9;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

    .subject_level .title {
        width: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        margin-right: 20px;
        padding-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        font-weight: bold;
        color: #525B68;
        position: sticky;
        left: 0;
        top: 0;
        background-color: #ffffff;
    }

    .subject_level .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .subject_level .item {
        width: 100%;
        text-align: center;
        min-height: 40px;
        vertical-align: middle;
        margin: 5px;
        white-space: nowrap;
        border-radius: 8px;
        overflow: hidden;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .subject_level .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subject_level .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 120px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .subject_level .top .item {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            color: #ffffff;
            font-size: 34px;
            font-weight: 900;
        }

        .subject_level .top ._pink {
            background-color: #FF82A7;
        }

        .subject_level .top ._yellow {
            background-color: #FFCF1A;
        }

        .subject_level .top ._purple {
            background-color: #989FFC;
        }

        .subject_level .top ._blue {
            background-color: #03328d;
        }

    .subject_level .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .subject_level .bottom .item {
            width: 100%;
        }

        .subject_level .bottom ._yellowToPink {
            background: -webkit-gradient(linear, left top, right top, from(#FFF9E0), to(#FFE1EA));
            background: linear-gradient(90deg, #FFF9E0 0%, #FFE1EA 100%);
        }

    .subject_level .group:nth-of-type(1) {
        width: 350px;
        margin-right: 5px;
    }

        .subject_level .group:nth-of-type(1) .bottom .item {
            width: 18%;
            background-color: #FFF9E0;
        }

            .subject_level .group:nth-of-type(1) .bottom .item.ratio_2 {
                width: 126px;
            }

            .subject_level .group:nth-of-type(1) .bottom .item.ratio_3 {
                width: 200px;
            }

            .subject_level .group:nth-of-type(1) .bottom .item.ratio_full {
                width: 100%;
            }

    .subject_level .group:nth-of-type(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 5px;
    }

        .subject_level .group:nth-of-type(2) .bottom .item {
            background-color: #FFE1EA;
        }

    .subject_level .group:nth-of-type(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 5px;
    }

        .subject_level .group:nth-of-type(3) .bottom .item {
            background-color: #DEE0FC;
        }

    .subject_level .group:nth-of-type(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .subject_level .group:nth-of-type(4) .bottom .item {
            background-color: #afc6e9;
        }

    .subject_level ._L1 {
        height: 46px;
    }

    .subject_level ._L2 {
        height: 52px;
    }

    .subject_level ._L3 {
        height: 58px;
    }

    .subject_level ._L4 {
        height: 64px;
    }

    .subject_level ._L5 {
        height: 70px;
    }

    .subject_level ._L6 {
        height: 76px;
    }

    .subject_level ._L7 {
        height: 82px;
    }

    .subject_level ._L8 {
        height: 88px;
    }

    .subject_level ._L9 {
        height: 94px;
    }

    .subject_level ._L10 {
        height: 100px;
    }

    .subject_level ._L11 {
        height: 106px;
    }

    .subject_level ._L12 {
        height: 112px;
    }

@media (max-width: 709px) {
    .subject_level .title {
        width: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        white-space: pre-line;
    }

    .subject_level .dcgs_books {
        height: 132px;
    }
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
    box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
}

.swiper .swiper-button-prev {
    left: 10%;
}

.swiper .swiper-button-next {
    right: 10%;
}

    .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
        font-size: 26px;
        color: #5A64F2;
    }

.swiper .swiper-pagination-bullet {
    background: #DEE0FC;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background: #ED4C7C;
}

@media (max-width: 1023px) {
    .swiper .swiper-button-prev {
        left: 5%;
    }

    .swiper .swiper-button-next {
        right: 5%;
    }
}

.card_witness.swiper {
    margin-bottom: 60px;
}

    .card_witness.swiper .swiper-slide {
        border-radius: 20px;
        overflow: hidden;
        opacity: 0.3;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

        .card_witness.swiper .swiper-slide.swiper-slide-active {
            opacity: 1;
        }

        .card_witness.swiper .swiper-slide a {
            display: block;
            height: 0;
            padding-bottom: 60%;
            position: relative;
        }

            .card_witness.swiper .swiper-slide a::before {
                width: 100%;
                height: 100%;
                content: "";
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 107, 242, 0)), to(rgba(90, 100, 242, 0.9)));
                background: linear-gradient(180deg, rgba(90, 107, 242, 0) 0%, rgba(90, 100, 242, 0.9) 100%);
                position: absolute;
                left: 0;
                bottom: 0;
                pointer-events: none;
            }

        .card_witness.swiper .swiper-slide .icon_play {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%), translateY(-50%);
            transform: translateX(-50%), translateY(-50%);
        }

        .card_witness.swiper .swiper-slide p {
            width: 90%;
            color: #ffffff;
            font-weight: 500;
            font-size: 20px;
            line-height: 150%;
            text-align: center;
            position: absolute;
            left: 5%;
            bottom: 22px;
            z-index: 1;
        }

    .card_witness.swiper .swiper-pagination {
        position: static;
        margin-top: 40px;
    }

        .card_witness.swiper .swiper-pagination .swiper-pagination-bullet {
            background-color: #5A64F2;
        }

        .card_witness.swiper .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ED4C7C;
        }

@media (max-width: 1023px) {
    .card_witness.swiper {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 709px) {
    .card_witness.swiper {
        margin-bottom: 30px;
    }

        .card_witness.swiper .swiper-pagination {
            margin-top: 20px;
        }

        .card_witness.swiper .swiper-slide p {
            font-size: 22px;
            bottom: 12px;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }
}

@-webkit-keyframes moveToRight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes moveToRight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.teacherSwiper {
    position: relative;
    padding: 28px 0;
    overflow: hidden;
    margin-bottom: 80px;
}

    .teacherSwiper .swiper-slide {
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: auto !important;
    }

        .teacherSwiper .swiper-slide::before, .teacherSwiper .swiper-slide::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 8px;
            left: 0;
            display: none;
        }

        .teacherSwiper .swiper-slide::before {
            background: #FFBCD0;
            bottom: -20px;
        }

        .teacherSwiper .swiper-slide::after {
            background: #ED4C7C;
            bottom: -20px;
            width: 50%;
        }

        .teacherSwiper .swiper-slide .wrapper {
            position: relative;
            width: 330px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 20px;
            overflow: hidden;
            border: 5px solid white;
        }

            .teacherSwiper .swiper-slide .wrapper::before {
                display: block;
                content: "";
                width: 100%;
                height: 100%;
                background-color: rgba(90, 100, 242, 0.5);
                position: absolute;
                left: 0;
                top: 0;
                z-index: 5;
            }

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.teacherSwiper .swiper-slide .cover {
    width: 330px;
    height: 470px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    background: url(../img/teacher/bg-teacher.jpg) center center no-repeat;
}

    .teacherSwiper .swiper-slide .cover img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    .teacherSwiper .swiper-slide .cover video {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: auto;
    }

        .teacherSwiper .swiper-slide .cover video.none {
            -webkit-animation: fadeout 0.3s linear both;
            animation: fadeout 0.3s linear both;
        }

.teacherSwiper .swiper-slide .tl__n {
    position: absolute;
    font-size: 1.6em;
    color: #fff;
    bottom: 15px;
    right: 20px;
    font-weight: 700;
    z-index: 3;
}

.teacherSwiper .swiper-slide.swiper-slide-active::after {
    -webkit-animation: moveToRight 5s linear both;
    animation: moveToRight 5s linear both;
}

.teacherSwiper .swiper-slide.swiper-slide-active .wrapper {
    margin-right: 165px;
    margin-left: 165px;
    overflow: visible;
}

    .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .cover {
        -webkit-transform: translateX(165px);
        transform: translateX(165px);
        border-radius: 0 20px 20px 0;
        overflow: hidden;
    }

    .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .tl__content {
        -webkit-transform: translateX(-165px);
        transform: translateX(-165px);
        border-radius: 20px 0 0 20px;
    }

    .teacherSwiper .swiper-slide.swiper-slide-active .wrapper::before {
        display: none;
    }

.teacherSwiper .swiper-pagination {
    display: none;
}

.teacherSwiper .tl__content {
    position: absolute;
    width: 330px;
    height: 100%;
    top: 0;
    left: 0;
    background: #F4F5FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px;
}

    .teacherSwiper .tl__content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .teacherSwiper .tl__content .tl__content_t h5 {
        color: #03328d;
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .teacherSwiper .tl__content .tl__content_t .rate::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../img/icon/icon-star.svg) center center no-repeat;
    }

    .teacherSwiper .tl__content .tl__content_t p {
        color: #ED4C7C;
        display: none;
    }

    .teacherSwiper .tl__content .tl__content_b {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .teacherSwiper .tl__content span {
        padding-left: 21px;
        background: url(../img/star.png) no-repeat left center/14px auto;
        color: #03328d;
        font-weight: bold;
        font-size: 0.9em;
    }

    .teacherSwiper .tl__content .openModal {
        color: #ED4C7C;
    }

        .teacherSwiper .tl__content .openModal::after {
            display: inline-block;
            vertical-align: middle;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../img/icon/arrow-sm-right.svg) center center no-repeat;
            margin-left: 6px;
        }

@media (max-width: 1023px) {
    .teacherSwiper {
        padding: 24px 0 84px;
        margin-bottom: 80px;
    }

        .teacherSwiper::before, .teacherSwiper::after {
            height: 12px;
            bottom: 60px;
        }

        .teacherSwiper .swiper-slide {
            width: 100% !important;
        }

            .teacherSwiper .swiper-slide::before, .teacherSwiper .swiper-slide::after {
                display: block;
            }

            .teacherSwiper .swiper-slide .wrapper {
                width: 100%;
                border: none;
            }

            .teacherSwiper .swiper-slide.swiper-slide-active .wrapper {
                width: 100%;
                margin: 0;
            }

                .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .cover {
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }

                .teacherSwiper .swiper-slide.swiper-slide-active .wrapper .tl__content {
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }

            .teacherSwiper .swiper-slide .cover {
                width: 200px;
                height: 290px;
            }

            .teacherSwiper .swiper-slide .tl__content {
                width: calc(100% - 200px);
            }

            .teacherSwiper .swiper-slide .tl__content_b {
                -webkit-box-orient: vertical;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
            }

        .teacherSwiper .swiper-pagination {
            display: block;
        }

            .teacherSwiper .swiper-pagination .swiper-pagination-bullet {
                background: #03328d;
            }
}

@media (max-width: 709px) {
    .teacherSwiper {
        margin-bottom: 0;
        padding-bottom: 30px;
    }

        .teacherSwiper .tl__content .openModal {
            display: block;
        }
}

.teacher_modal {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    .teacher_modal .tl__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 27px;
    }

        .teacher_modal .tl__content.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .teacher_modal .tl__content .tl__content_t h5 {
            color: #03328d;
            font-size: 1.6em;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .teacher_modal .tl__content .tl__content_t .rate::before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(../img/icon/icon-star.svg) center center no-repeat;
        }

        .teacher_modal .tl__content .tl__content_t p {
            color: #ED4C7C;
        }

        .teacher_modal .tl__content span {
            padding-left: 21px;
            background: url(../img/star.png) no-repeat left center/14px auto;
            color: #03328d;
            font-weight: bold;
            font-size: 0.9em;
        }

        .teacher_modal .tl__content .openModal {
            display: none;
        }

@media only screen and (min-width: 1920px) {
    .posterSwiper .swiper-button-prev {
        left: 29vw;
    }

    .posterSwiper .swiper-button-next {
        right: 29vw;
    }
}

@media only screen and (max-width: 1919px) {
    .posterSwiper .swiper-button-prev {
        left: 25vw;
    }

    .posterSwiper .swiper-button-next {
        right: 25vw;
    }
}

@media only screen and (max-width: 1440px) {
    .posterSwiper .swiper-button-prev {
        left: 19vw;
    }

    .posterSwiper .swiper-button-next {
        right: 19vw;
    }
}

@media only screen and (max-width: 1199px) {
    .posterSwiper .swiper-button-prev {
        left: 15vw;
    }

    .posterSwiper .swiper-button-next {
        right: 15vw;
    }
}

.posterSwiper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

    .posterSwiper .swiper-slide a {
        display: block;
        position: relative;
        padding-bottom: 38%;
    }

    .posterSwiper .swiper-slide img {
        position: absolute;
        inset: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        border: none;
        margin: auto;
        display: block;
        width: 0px;
        height: 0px;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

@media (max-width: 1023px) {
    .posterSwiper .swiper-button-prev {
        left: 5%;
    }

    .posterSwiper .swiper-button-next {
        right: 5%;
    }
}

@media (max-width: 709px) {
    .posterSwiper .swiper-button-prev, .posterSwiper .swiper-button-next {
        display: none;
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    display: none;
}

@media (max-width: 709px) {
    .overlay {
        padding: 40px 20px;
    }
}

.modal_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 1001;
    display: none;
}

    .modal_wrapper.lg {
        max-width: 900px;
        width: 100%;
    }

    .modal_wrapper.md {
        max-width: 750px;
        width: 100%;
    }

    .modal_wrapper.sm {
        max-width: 600px;
        width: 100%;
    }

    .modal_wrapper.active {
        display: block;
    }

    .modal_wrapper.oxford {
        padding: 0;
    }

        .modal_wrapper.oxford .modal_header {
            padding: 20px;
        }

        .modal_wrapper.oxford .modal_container {
            padding: 20px;
            background-color: #EEEFFD;
            border-radius: 0px 0px 8px 8px;
            overflow: hidden;
            position: relative;
        }

    .modal_wrapper .btn_modal_close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: -15px;
        top: -15px;
        z-index: 50;
        cursor: pointer;
        background: url(../img/icon/icon_close.svg), #fff;
        background-repeat: no-repeat, no-repeat;
        background-position: center center;
        border-radius: 50px;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 10px rgba(196, 194, 193, 0.4);
        box-shadow: 0px 4px 10px rgba(196, 194, 193, 0.4);
    }

    .modal_wrapper .modal_header {
        margin-bottom: 20px;
    }

        .modal_wrapper .modal_header h4 {
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

    .modal_wrapper .modal_container {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        max-height: 70vh;
        overflow-x: hidden;
    }

    .modal_wrapper img {
        max-width: 100%;
    }

    .modal_wrapper video, .modal_wrapper iframe {
        max-width: 100%;
    }

    .modal_wrapper .video_wrap_2 {
        height: 0;
        padding-bottom: 56.333%;
        position: relative;
    }

        .modal_wrapper .video_wrap_2 iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

    .modal_wrapper.oxford {
        background: transparent;
        max-height: 95%;
    }

        .modal_wrapper.oxford .modal_header {
            background: #fff;
            border-radius: 8px 8px 0px 0px;
            margin-bottom: 0px;
        }

        .modal_wrapper.oxford .modal_scroll {
            max-height: 90vh;
            overflow-y: auto;
        }

        .modal_wrapper.oxford .modal_container {
            max-height: none;
        }

@media (max-width: 1023px) {
    .modal_wrapper[data-modal=lessonPreview] {
        height: 100%;
    }

    .modal_wrapper[data-modal=teacher] {
        height: auto;
    }
}

@media (max-width: 709px) {
    .modal_wrapper {
        height: 100%;
    }

        .modal_wrapper .modal_container {
            padding: 10px;
        }

        .modal_wrapper.oxford .modal_scroll {
            overflow-y: auto;
            border-radius: 8px;
            height: 100%;
            max-height: 100%;
        }

            .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar {
                width: 5px;
                height: 13px;
                border-radius: 5px;
                background-color: #E2E5E8;
            }

            .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar-thumb {
                background-color: #ED4C7C;
                background-clip: padding-box;
                border-radius: 5px;
                min-height: 28px;
            }

                .modal_wrapper.oxford .modal_scroll::-webkit-scrollbar-thumb:hover {
                    background-color: #ED4C7C;
                    border-radius: 5px;
                }
}

@media screen and (orientation: landscape) {
    .modal_wrapper.oxford .modal_scroll .pic img {
        max-width: 300px;
    }
}

.all_otherCourse .container {
    padding-top: 0;
}

@media (max-width: 709px) {
    .all_otherCourse {
        padding: 0 20px;
    }
}

body.active {
    height: 100%;
    overflow: hidden;
}

.wrapper {
    position: relative;
}

.site_top {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #FFE1EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site_top .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }

    .site_top span {
        display: inline-block;
        color: #525B68;
        margin-right: 20px;
        max-width: 550px;
        vertical-align: middle;
    }

    .site_top .btnClose {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

        .site_top .btnClose svg {
            fill: #03328d;
        }

@media (max-width: 709px) {
    .site_top span {
        text-align: left;
        margin-bottom: 5px;
        max-width: none;
    }

    .site_top .button {
        width: 100%;
    }

    .site_top .btnClose {
        top: 5px;
    }
}

@-webkit-keyframes shake {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(5deg) translateY(10px);
        transform: rotate(5deg) translateY(10px);
    }
}

@keyframes shake {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(5deg) translateY(10px);
        transform: rotate(5deg) translateY(10px);
    }
}

.site_right {
    position: sticky;
    left: 100%;
    bottom: 50%;
    width: 90px;
    height: 222px;
    margin-bottom: -222px;
    z-index: 55;
}

    .site_right .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .site_right a {
        display: block;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

        .site_right a:hover {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

    .site_right .rocket {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: shake 2s linear 1s infinite alternate;
        animation: shake 2s linear 1s infinite alternate;
    }

@media (max-width: 709px) {
    .site_right {
        width: 58px;
    }

        .site_right div {
            width: 58px;
            height: 60px;
        }
}

@-webkit-keyframes bottomToTop {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes bottomToTop {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.site_bottom_button {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 40px;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site_bottom_button .cta_button {
        background-color: #ffffff;
        border-radius: 50px;
        padding: 10px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
        box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.1);
    }

        .site_bottom_button .cta_button a {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
        }

        .site_bottom_button .cta_button .divider {
            height: 40px;
            width: 1px;
            background-color: #A9B0BB;
            margin: 0 20px;
        }

@media (max-width: 709px) {
    .site_bottom_button .cta_button {
        padding: 5px 25px;
    }

        .site_bottom_button .cta_button p {
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
        }
}

.site_bottom {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 50;
    background-color: #ED4C7C;
    background-image: url(../img/bg/ad_bottom_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    border-radius: 20px 20px 0px 0px;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
}

    .site_bottom.showBottomAd {
        -webkit-animation: bottomToTop 1s both;
        animation: bottomToTop 1s both;
    }

    .site_bottom .container {
        max-width: 1140px;
        height: 80px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .site_bottom span {
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
        color: #ffffff;
        margin: 0 20px 0 40px;
        font-size: 26px;
        letter-spacing: 1px;
    }

    .site_bottom #ad_lottie {
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 230px;
    }

    .site_bottom .btnClose {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10%;
        top: 30px;
        cursor: pointer;
    }

        .site_bottom .btnClose svg {
            fill: #ffffff;
        }

@media (max-width: 1439px) {
    .site_bottom span {
        margin-left: 100px;
    }
}

@media (max-width: 1023px) {
    .site_bottom .container {
        height: 136px;
    }

    .site_bottom .content {
        text-align: center;
    }

    .site_bottom #ad_lottie {
        position: static;
        width: 215px;
        height: 152px;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    .site_bottom span {
        display: block;
        margin-bottom: 10px;
        margin-left: 20px;
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .site_bottom .btnClose {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 709px) {
    .site_bottom {
        background-size: 200%;
    }

        .site_bottom .container {
            height: 160px;
            padding-top: 24px;
        }

        .site_bottom #ad_lottie {
            width: 164px;
            height: 120px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -80px;
        }
}

@-webkit-keyframes headerFix {
    0% {
        background-color: transparent;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        background-color: #fff;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes headerFix {
    0% {
        background-color: transparent;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        background-color: #fff;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.header_wrap {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 90;
}

header {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 100;
}

    header .container {
        height: 100%;
        width: 100%;
        max-width: 1700px;
        margin: 0px auto;
        padding: 0px 30px;
        display: inherit;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (min-width: 1921px) {
    header .container {
        max-width: 1980px;
        padding: 0px 30px;
    }
}

@media (max-width: 1439px) {
    header .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 1023px) {
    header .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 709px) {
    header .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

header.bg_white {
    background-color: #ffffff;
}

header.active {
    background-color: #ffffff;
}

@media (min-width: 1440px) and (max-width: 1023px) {
    header .container {
        padding: 0 20px !important;
    }
}

@media (max-width: 709px) {
    header.ScrollFixedactive {
        top: 120px;
    }
}

header .langueage, header .headerLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
    cursor: pointer;
}

    header .langueage .icon, header .headerLogin .icon {
        stroke: #03328d;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    header .langueage .icon_next, header .headerLogin .icon_next {
        margin-left: auto;
    }

    header .langueage p, header .headerLogin p {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    header .langueage:hover p, header .headerLogin:hover p {
        color: #FF82A7;
    }

    header .langueage:hover .icon, header .headerLogin:hover .icon {
        stroke: #FF82A7;
    }

header .free_trial {
    margin-right: 18px;
}

    header .free_trial .button {
        display: block;
        width: 104px;
        height: 40px;
        background-color: #0000FF;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
    }

.headerLogo {
    width: 160px;
    margin-right: 24px;
    fill: #fff;
}

@media (min-width: 1440px) and (max-width: 1023px) {
    .headerLogo {
        width: 140px;
        margin-right: 12px;
    }
}

@media (max-width: 709px) {
    .headerLogo {
        width: 118px;
    }
}

.headerContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerText {
    display: block;
    color: #03328d;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}

    .headerText:hover, .headerText.active {
        color: #FF82A7;
    }

    .headerText.right {
        margin-left: auto;
    }

@-webkit-keyframes showSubMenu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showSubMenu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.headerContentLink {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .headerContentLink .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        line-height: 80px;
    }

        .headerContentLink .menu .headerText {
            padding: 0px 14px;
        }

    .headerContentLink .hasSubMenu.active .sub_menu {
        display: block;
        -webkit-animation: showSubMenu 0.3s ease both;
        animation: showSubMenu 0.3s ease both;
    }

header .headerContentLink .hasSubMenu.active {
    background-color: #fff;
}

.headerContentLink .sub_menu {
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .headerContentLink .sub_menu p {
        line-height: 150%;
    }

    .headerContentLink .sub_menu .menuType_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .headerContentLink .sub_menu .menuType_1 a {
            display: inline-block;
            text-align: center;
            margin: 0 10px;
            color: #03328d;
        }

        .headerContentLink .sub_menu .menuType_1 img {
            width: 280px;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 10px;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .headerContentLink .sub_menu .menuType_1 a:hover p {
            font-weight: bold;
        }

        .headerContentLink .sub_menu .menuType_1 a:hover img {
            -webkit-box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
            box-shadow: 0px 10px 20px rgba(90, 100, 242, 0.3);
        }

    .headerContentLink .sub_menu .menuType_2 {
        text-align: center;
    }

        .headerContentLink .sub_menu .menuType_2 a {
            display: block;
            line-height: 150%;
        }

            .headerContentLink .sub_menu .menuType_2 a:not(:nth-last-of-type(1)) {
                margin-bottom: 20px;
            }

.headerContentLink .operate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1439px) {
    .headerContentLink .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        line-height: 80px;
    }

        .headerContentLink .menu .headerText {
            padding: 0px 10px;
        }
}

@media (min-width: 1440px) and (max-width: 1023px) {
    .headerContentLink .menu .headerText {
        padding: 0px 8px;
    }
}

.headerContentLink .mbr {
    display: none;
}

.headerContentAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.headerLogin {
    position: relative;
}

.subMenu li a {
    font-size: 16px;
    color: #606060;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

    .subMenu li a:hover {
        color: #fff;
        background: #03328d;
    }

.headerLogin:hover .subMenu {
    display: block;
}

@-webkit-keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

.loginText {
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

.headerBurger {
    width: 20px;
    fill: #fff;
    cursor: pointer;
}

header .container {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 30px;
}

@media (max-width: 1439px) {
    header .container {
        max-width: 1440px;
    }
}

.asideCover, .headerCover {
    display: none;
}

    .asideCover.isOpen, .headerCover.isOpen {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.5);
    }

.asideContentClose img {
    cursor: pointer;
}

aside .asideContent {
    width: 100%;
    max-width: 286px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 26px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    display: none;
}

    aside .asideContent .menuOperate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
        color: #03328d;
    }

    aside .asideContent .asideContentBack, aside .asideContent .asideContentClose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    aside .asideContent .asideContentClose {
        margin-left: auto;
        fill: #03328d;
        width: 22px;
    }

    aside .asideContent .asideContentBack {
        display: none;
    }

    aside .asideContent[data-open=true] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    aside .asideContent[data-open=false] {
        display: none;
    }

aside .menuLevel_1 a, aside .menuLevel_2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    color: #03328d;
    margin-bottom: 16px;
}

    aside .menuLevel_1 a:hover, aside .menuLevel_1 a.active, aside .menuLevel_2 a:hover, aside .menuLevel_2 a.active {
        color: #FF82A7;
    }

        aside .menuLevel_1 a:hover .icon_arrow, aside .menuLevel_1 a.active .icon_arrow, aside .menuLevel_2 a:hover .icon_arrow, aside .menuLevel_2 a.active .icon_arrow {
            fill: #FF82A7;
        }

        aside .menuLevel_1 a:hover .icon_men, aside .menuLevel_1 a.active .icon_men, aside .menuLevel_2 a:hover .icon_men, aside .menuLevel_2 a.active .icon_men {
            stroke: #FF82A7;
        }

aside .menuLevel_1 .icon_arrow, aside .menuLevel_2 .icon_arrow {
    width: 28px;
    height: 28px;
    margin-left: auto;
    fill: #03328d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

aside .menuLevel_1 .icon_men, aside .menuLevel_2 .icon_men {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    stroke: #03328d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

aside .menuLevel_1[data-open=false] {
    display: none;
}

aside .menuLevel_1[data-open=true] {
    display: block;
}

aside .menuLevel_1 .langueage {
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    color: #03328d;
    margin-bottom: 16px;
    cursor: pointer;
}

aside .menuLevel_1 .divider {
    width: 100%;
    height: 1px;
    background-color: #FFBCD0;
    margin-bottom: 40px;
}

aside .menuLevel_2 {
    display: none;
}

.asideCover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1440px) {
    header .container {
        padding: 0px 30px;
    }
}

@media (max-width: 1024px) {
    .headerText {
        padding: 0px 16px;
    }

    .headerLogo {
        margin-right: 12px;
    }

    header .container {
        max-width: initial;
        padding: 0px 30px;
    }

    .headerContent {
        display: none;
    }

    .free_trial {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    header {
        height: 60px;
    }

    .headerText {
        font-weight: 400;
        font-size: 16px;
    }
}

main .container {
    width: 100%;
    max-width: 1380px;
    margin: 0px auto;
    padding: 150px 30px;
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

@media (max-width: 1439px) {
    main .container {
        max-width: 1140px;
        padding: 100px 30px;
    }
}

@media (max-width: 1023px) {
    main .container {
        max-width: initial;
        padding: 100px 30px;
    }
}

@media (max-width: 709px) {
    main .container {
        max-width: initial;
        padding: 50px 20px;
    }
}

.container._full {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 709px) {
    .container._full .title_wrap {
        padding: 0 20px;
    }
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 64px 0;
    background-color: #183265;
    border-bottom: 10px solid #ED4C7C;
    margin-top: auto;
}

    footer .container {
        width: 100%;
        max-width: 1700px;
        margin: 0px auto;
        padding: 0px 30px;
        display: inherit;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }

@media (min-width: 1921px) {
    footer .container {
        max-width: 1980px;
        padding: 0px 30px;
    }
}

@media (max-width: 1439px) {
    footer .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 1023px) {
    footer .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

@media (max-width: 709px) {
    footer .container {
        max-width: 100%;
        padding: 0px 20px;
    }
}

.footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 16px;
    position: relative;
}

.footer_link_item:not(:last-of-type) {
    margin-right: 80px;
}

.footer_link_item.language {
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer_link_item.language .style_link_title {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer_link_item.language .icon {
        display: inline-block;
        stroke: #ffffff;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer_link_item.language:focus {
        outline: none;
    }

    .footer_link_item.language:hover .icon {
        stroke: #FF82A7;
    }

    .footer_link_item.language:hover .style_link_title {
        color: #FF82A7;
    }

.kidSafe {
    position: absolute;
    right: 0;
    bottom: 0;
}

.style_link_title {
    font-weight: 500;
    font-size: 14px;
    color: #FFBCD0;
    margin-bottom: 12px;
}

.style_link_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.style_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .style_link a {
        font-size: 14px;
        color: #fff;
        line-height: 180%;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .style_link a:hover {
            color: #dac7a7;
        }

.style_footer_link_icon {
    position: relative;
    width: 120px;
    height: 36px;
    cursor: pointer;
}

    .style_footer_link_icon:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .style_footer_link_icon img {
        width: 120px;
    }

.style_footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.aboutSliderBlock_neo {
    width: 100%;
    height: 570px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(../img/sliderBg.jpg);
}

.style_footer_d {
    width: 100%;
    margin-top: 48px;
    border-bottom: 1px solid #FFBCD0;
}

.style_footer_bottom_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .style_footer_bottom_social .link {
        width: 52px;
        height: 32px;
    }

        .style_footer_bottom_social .link a {
            display: block;
            height: 100%;
            background-position: center;
            background-size: auto 100%;
            background-repeat: no-repeat;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }

        .style_footer_bottom_social .link:first-child a {
            background-image: url(../img/yt_default.svg);
        }

            .style_footer_bottom_social .link:first-child a:hover {
                background-image: url(../img/yt_hover.svg);
            }

        .style_footer_bottom_social .link:nth-child(2) a {
            background-image: url(../img/ig_default.svg);
        }

            .style_footer_bottom_social .link:nth-child(2) a:hover {
                background-image: url(../img/ig_hover.svg);
            }

        .style_footer_bottom_social .link:nth-child(3) a {
            background-image: url(../img/line_default.svg);
        }

            .style_footer_bottom_social .link:nth-child(3) a:hover {
                background-image: url(../img/line_hover.svg);
            }

        .style_footer_bottom_social .link:last-child a {
            background-image: url(../img/fb_default.svg);
        }

            .style_footer_bottom_social .link:last-child a:hover {
                background-image: url(../img/fb_hover.svg);
            }

.style_footer_copyright {
    color: #FFBCD0;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .footer_link_item:not(:last-of-type) {
        margin-right: 5%;
    }
}

@media (max-width: 800px) {
    .footer_link_item:not(:last-of-type) {
        margin-right: 0;
    }

    .style_link_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .footer_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

    .style_link a {
        margin-right: 10px;
        font-size: 16px;
        line-height: 160%;
    }

    footer {
        padding: 20px 0;
        padding-bottom: 50px;
    }

    .style_footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .style_footer_bottom_social {
        margin-bottom: 10px;
    }

    .style_footer_copyright {
        line-height: 32px;
        font-weight: 300;
        font-size: 12px;
    }

    .link_icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 709px) {
    footer .container {
        padding-bottom: 40px;
    }

    .kidSafe {
        right: auto;
        left: 0;
    }

    .style_link_title {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
    }

    .style_link_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .style_link_item .style_link {
            width: 100%;
        }

        .style_link_item.link_icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .style_footer_link_icon:nth-of-type(1) {
        margin-right: 10px;
    }
}

.index_banner {
    height: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

    .index_banner .container {
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
        margin-top: 136px;
    }

    .index_banner .slogan {
        padding: 0 50px;
        position: relative;
        z-index: 100;
    }

        .index_banner .slogan .button {
            display: none;
        }

            .index_banner .slogan .button.active {
                display: block;
                -webkit-animation: showGradient 3s ease both;
                animation: showGradient 3s ease both;
            }

    .index_banner .slogan_title {
        color: #03328d;
        font-size: 50px;
        line-height: 125%;
        font-weight: 900;
        margin-bottom: 24px;
        display: none;
    }

        .index_banner .slogan_title em {
            font-style: normal;
            font-weight: 900;
            color: #0000FF;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.index_banner .slogan_title.active {
    display: block;
    -webkit-animation: fadeIn 2s linear both;
    animation: fadeIn 2s linear both;
}

.index_banner .button[data-size=md] {
    font-weight: 500;
    min-width: 104px;
    min-height: 54px;
    line-height: 54px;
    font-size: 20px;
    padding: 0 30px;
}

.index_banner .slogan_text {
    margin-bottom: 24px;
    font-size: 20px;
}

@-webkit-keyframes showGradient {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showGradient {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.index_banner .deskTop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

    .index_banner .deskTop.eng .lottie {
        bottom: -8px;
    }

    .index_banner .deskTop.program .lottie {
        bottom: -6px;
    }

    .index_banner .deskTop.eng.active::before {
        -webkit-animation: showGradient 3s ease both;
        animation: showGradient 3s ease both;
    }

    .index_banner .deskTop.eng::before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFD9E4));
        background: linear-gradient(to bottom, #fff 0%, #FFD9E4 100%);
        opacity: 0;
    }

    .index_banner .deskTop.program.active::before {
        -webkit-animation: showGradient 3s ease both;
        animation: showGradient 3s ease both;
    }

    .index_banner .deskTop.program::before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFEFB5));
        background: linear-gradient(to bottom, #fff 0%, #FFEFB5 100%);
        opacity: 0;
    }

.index_banner .switchSubject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 100;
    display: none;
}

    .index_banner .switchSubject .btn {
        display: inline-block;
        padding: 8px 14px;
        border-radius: 50px;
        color: #828B9C;
        cursor: pointer;
        -webkit-transition: background-color 0.3s linear;
        transition: background-color 0.3s linear;
    }

        .index_banner .switchSubject .btn:nth-of-type(1) {
            margin-right: 8px;
        }

        .index_banner .switchSubject .btn.active.program, .index_banner .switchSubject .btn.program:hover {
            background-color: #FFCF1A;
            color: #03328d;
            -webkit-box-shadow: 0px 10px 20px rgba(255, 207, 26, 0.3);
            box-shadow: 0px 10px 20px rgba(255, 207, 26, 0.3);
        }

        .index_banner .switchSubject .btn.active.eng, .index_banner .switchSubject .btn.eng:hover {
            background-color: #ED4C7C;
            color: #ffffff;
            -webkit-box-shadow: 0px 10px 20px rgba(237, 76, 124, 0.3);
            box-shadow: 0px 10px 20px rgba(237, 76, 124, 0.3);
        }

.index_banner .lottie {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}

@media (max-width: 1439px) {
    .index_banner {
        height: 600px;
    }

        .index_banner .container {
            max-width: 1060px;
            margin-top: 30px;
        }
}

@media (max-width: 1023px) {
    .index_banner {
        height: 680px;
    }

        .index_banner .slogan {
            padding: 0 40px;
        }

        .index_banner .lottie {
            width: 160%;
        }
}

@media (max-width: 709px) {
    .index_banner .button[data-size=md] {
        min-height: 50px;
        line-height: 50px;
        min-width: 112px;
        font-size: 18px;
        padding: 0 24px;
    }

    .index_banner .container {
        margin-top: 30px;
    }

    .index_banner .slogan {
        padding: 0 36px;
    }

    .index_banner .slogan_title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .index_banner .switchSubject {
        text-align: center;
        padding: 10px 12px;
    }

    .index_banner .lottie {
        width: 80%;
    }
}

@media (max-width: 414px) {
    .index_banner .lottie {
        width: 100%;
        bottom: -6px;
    }
}

.index_banner_wall {
    padding: 40px 0;
}

@media (max-width: 1023px) {
    .index_banner_wall {
        padding: 20px 0;
    }
}

@media (max-width: 709px) {
    .index_banner_wall {
        padding: 30px 0;
    }
}

.ox_banner {
    background-color: #183265;
    background-image: url(../img/oxford/banner_bottom_deco.svg), url(../img/oxford/banner_bg_building.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center center;
    background-size: contain, contain;
}

    .ox_banner .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1920px;
        height: 540px;
        margin: 0 auto;
        position: relative;
    }

    .ox_banner .slogan {
        text-align: center;
        color: #ffffff;
    }

        .ox_banner .slogan h1 {
            font-weight: 900;
            font-size: 50px;
            line-height: 120%;
            margin-bottom: 10%;
        }

        .ox_banner .slogan .ox_logo {
            width: 172px;
        }

        .ox_banner .slogan .slogan_text {
            font-size: 22px;
        }

    .ox_banner .slogan_title {
        width: 80%;
        margin: 0 auto;
    }

    .ox_banner .deco_left {
        width: 348px;
        height: 456px;
        background: url(../img/oxford/banner_l_deco.png) center bottom/contain no-repeat;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .ox_banner .deco_right {
        width: 465px;
        height: 262px;
        background: url(../img/oxford/banner_r_deco_pc.svg) center bottom/contain no-repeat;
        position: absolute;
        right: 0px;
        bottom: 0;
    }

@media (max-width: 1439px) {
    .ox_banner .deco_right {
        right: 5%;
        width: 360px;
    }

    .ox_banner .deco_left {
        width: 256px;
    }
}

@media (max-width: 1023px) {
    .ox_banner {
        background-size: 180%, cover;
    }

        .ox_banner .deco_left {
            width: 270px;
            height: 356px;
            left: -80px;
        }

        .ox_banner .deco_right {
            width: 288px;
            height: 180px;
            right: 0;
        }

        .ox_banner .container {
            height: 500px;
        }

        .ox_banner .slogan {
            padding: 0 20px;
        }

            .ox_banner .slogan h1 {
                font-size: 56px;
            }
}

@media (max-width: 709px) {
    .ox_banner {
        background-size: 250%, cover;
    }

        .ox_banner .slogan {
            padding: 0 20px;
            margin-bottom: 100px;
        }

            .ox_banner .slogan .slogan_title {
                width: 100%;
            }

            .ox_banner .slogan h1 {
                font-size: 36px;
                margin-bottom: 15px;
            }

        .ox_banner .deco_left {
            display: none;
        }

        .ox_banner .deco_right {
            width: 318px;
            background: url(../img/oxford/banner_r_deco_m.png) center bottom no-repeat;
            background-size: cover;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

.dcgs_banner {
    background-color: #ED4C7C;
    background-image: url(../img/DCGS/cloud.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

    .dcgs_banner .container {
        max-width: 1920px;
        height: 540px;
        margin: 0 auto;
        position: relative;
    }

    .dcgs_banner .slogan {
        color: #ffffff;
        width: 35%;
        position: absolute;
        left: 300px;
        top: 15%;
    }

        .dcgs_banner .slogan h1 {
            font-weight: 900;
            font-size: 50px;
            line-height: 120%;
        }

        .dcgs_banner .slogan .slogan_text {
            font-size: 30px;
            margin-bottom: 20px;
        }

    .dcgs_banner .deco_left {
        width: 298px;
        height: 278px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .dcgs_banner .deco_right {
        width: 650px;
        height: 508px;
        position: absolute;
        right: 100px;
        bottom: 0;
    }

@media (max-width: 1439px) {
    .dcgs_banner .slogan {
        left: 80px;
        top: 120px;
        width: 60%;
    }

        .dcgs_banner .slogan h1 {
            font-size: 36px;
        }

    .dcgs_banner .deco_left {
        display: none;
    }

    .dcgs_banner .deco_right {
        right: 40px;
        width: 550px;
        height: 430px;
    }
}

@media (min-width: 1440px) and (max-width: 1023px) {
    .dcgs_banner .slogan {
        max-width: 40%;
        left: 80px;
        top: 120px;
        width: 70%;
    }

        .dcgs_banner .slogan h1 {
            font-size: 36px;
        }
}

@media (max-width: 1023px) {
    .dcgs_banner {
        height: 540px;
    }

        .dcgs_banner .slogan {
            text-align: center;
            top: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            padding: 0 20px;
        }

        .dcgs_banner .deco_right {
            width: 384px;
            height: 300px;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media (max-width: 709px) {
    .dcgs_banner .slogan {
        top: 40px;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

        .dcgs_banner .slogan h1 {
            font-size: 36px;
        }

        .dcgs_banner .slogan .slogan_text {
            font-size: 22px;
        }
}

@media (max-width: 576px) {
    .dcgs_banner .deco_right {
        width: 70%;
        height: auto;
    }
}

.teacher_banner {
    background: url(../img/teachers/img-top.svg) center center no-repeat;
    background-size: cover;
}

    .teacher_banner .container {
        max-width: 1920px;
        height: 540px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .teacher_banner .slogan {
        color: #ffffff;
        position: absolute;
        left: 14%;
        top: 15%;
        width: calc(100% - 1020px);
    }

        .teacher_banner .slogan h1 {
            font-weight: 900;
            font-size: 50px;
            line-height: 120%;
        }

        .teacher_banner .slogan .slogan_text {
            font-size: 30px;
            margin-bottom: 20px;
            white-space: nowrap;
        }

        .teacher_banner .slogan .program {
            display: none;
        }

    .teacher_banner .deco_left {
        position: absolute;
        left: 3%;
        top: 22%;
    }

    .teacher_banner .deco_right {
        width: 680px;
        position: absolute;
        right: 7%;
        bottom: 0;
    }

        .teacher_banner .deco_right .program {
            display: none;
        }

@media (max-width: 1439px) {
    .teacher_banner {
        height: 550px;
    }

        .teacher_banner .container {
            height: 550px;
        }

        .teacher_banner .deco_left {
            display: none;
        }

        .teacher_banner .slogan {
            text-align: center;
            top: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: calc(100% - 50px);
        }

            .teacher_banner .slogan h1 {
                font-size: 48px;
                line-height: 110%;
            }

        .teacher_banner .deco_right {
            width: 470px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

@media (max-width: 709px) {
    .teacher_banner {
        background-size: cover;
    }

        .teacher_banner .slogan {
            top: 40px;
        }

            .teacher_banner .slogan h1 {
                font-size: 34px;
            }

            .teacher_banner .slogan .slogan_text {
                font-size: 20px;
            }

        .teacher_banner .deco_right {
            width: 440px;
        }
}

.about_banner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 76, 124, 0.8)), to(#ED4C7C));
    background: linear-gradient(180deg, rgba(237, 76, 124, 0.8) 0%, #ED4C7C 100%);
}

    .about_banner .container {
        max-width: 1920px;
        height: 540px;
        margin: 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 5%;
    }

    .about_banner .slogan {
        color: #ffffff;
    }

        .about_banner .slogan h1 {
            font-weight: 900;
            font-size: 50px;
            line-height: 120%;
            max-width: 600px;
            margin-bottom: 68px;
        }

        .about_banner .slogan .slogan_text {
            font-size: 30px;
            margin-bottom: 20px;
            white-space: nowrap;
        }

    .about_banner .pic {
        width: 40%;
    }

@media (max-width: 1439px) {
    .about_banner .pic {
        width: 50%;
    }

    .about_banner .slogan h1 {
        font-size: 46px;
    }

    .about_banner .container {
        height: 500px;
    }
}

@media (max-width: 1023px) {
    .about_banner .container {
        padding: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 100%;
        height: auto;
    }

    .about_banner .slogan {
        width: 100%;
        text-align: center;
    }

        .about_banner .slogan .slogan_title {
            margin-bottom: 25px;
            display: inline-block;
            max-width: 95%;
        }

    .about_banner .pic {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 709px) {
    .about_banner .slogan {
        top: 40px;
    }

        .about_banner .slogan h1 {
            font-size: 28px;
        }

        .about_banner .slogan .slogan_text {
            font-size: 22px;
        }

    .about_banner .pic {
        width: 80%;
    }
}

.disney_banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#757EFF), to(#525CF0));
    background: linear-gradient(180deg, #757EFF 0%, #525CF0 100%);
    position: relative;
    z-index: 1;
}

    .disney_banner .container {
        max-width: 1920px;
        height: 540px;
        margin: 0 auto;
        padding: 0 20px;
        background: url(../img/disney/amusing_park.svg) left bottom no-repeat;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .disney_banner .slogan {
        color: #ffffff;
        margin-left: 250px;
    }

        .disney_banner .slogan h1 {
            font-weight: 900;
            font-size: 50px;
            line-height: 120%;
        }

        .disney_banner .slogan .slogan_text {
            font-size: 30px;
            margin-bottom: 20px;
            white-space: nowrap;
        }

    .disney_banner .deco_1, .disney_banner .deco_2, .disney_banner .deco_3 {
        position: absolute;
    }

    .disney_banner .deco_1 {
        width: 343px;
        left: 20px;
        bottom: -150px;
        z-index: 1;
    }

    .disney_banner .deco_2 {
        width: 203px;
        right: 20px;
        bottom: -100px;
        z-index: 1;
    }

    .disney_banner .deco_3 {
        width: 620px;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 1439px) {
    .disney_banner {
        height: 550px;
    }

        .disney_banner .container {
            height: 550px;
        }

        .disney_banner .slogan {
            margin-left: 5%;
        }

        .disney_banner .deco_1 {
            width: 20%;
            left: 20px;
        }

        .disney_banner .deco_2 {
            width: 20%;
            right: 20px;
        }

        .disney_banner .deco_3 {
            width: 45%;
            right: 0%;
        }
}

@media (max-width: 1023px) {
    .disney_banner .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .disney_banner .slogan {
        text-align: center;
        margin-left: 0;
        margin-bottom: 20px;
    }

        .disney_banner .slogan h1 {
            font-size: 36px;
        }

        .disney_banner .slogan .slogan_text {
            font-size: 30px;
        }

    .disney_banner .deco_1 {
        width: 24%;
        bottom: -88px;
    }

    .disney_banner .deco_2 {
        width: 24%;
        bottom: -68px;
    }

    .disney_banner .deco_3 {
        width: 50%;
        position: static;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 709px) {
    .disney_banner {
        height: 500px;
    }

        .disney_banner .container {
            height: 500px;
        }

        .disney_banner .slogan {
            margin-left: 0%;
        }

            .disney_banner .slogan h1 {
                font-size: 30px;
            }

            .disney_banner .slogan .slogan_text {
                font-size: 22px;
            }

        .disney_banner .deco_1 {
            display: none;
        }

        .disney_banner .deco_2 {
            width: 30%;
            max-width: 130px;
            bottom: -12%;
        }

        .disney_banner .deco_3 {
            max-width: 380px;
            width: 95%;
        }
}

@-webkit-keyframes transLateY {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes transLateY {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes flow {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes flow {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

div[class*=disney_] .title_wrap {
    text-align: center;
}

    div[class*=disney_] .title_wrap .head_title {
        max-width: 600px;
        margin: 0 auto;
    }

    div[class*=disney_] .title_wrap .sub_title {
        max-width: 600px;
    }

.disney_video {
    position: relative;
    background: url(../img/disney/staff.svg), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFF0FF));
    background: url(../img/disney/staff.svg), linear-gradient(180deg, #FFFFFF 0%, #EFF0FF 100%);
    background-repeat: no-repeat;
    background-position: center 85%;
    background-size: contain;
}

    .disney_video .container {
        position: relative;
    }

    .disney_video .deco_1, .disney_video .deco_2, .disney_video .deco_3 {
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .disney_video .deco_1 {
        left: 8%;
        bottom: 200px;
        animation: transLateY 1s linear 0s infinite alternate-reverse;
    }

        .disney_video .deco_1 img {
            animation: flow 1s linear 0s infinite alternate-reverse;
        }

    .disney_video .deco_2 {
        left: 12%;
        bottom: 350px;
        animation: transLateY 1s linear -1s infinite alternate-reverse;
    }

        .disney_video .deco_2 img {
            animation: flow 1s linear -1s infinite alternate-reverse;
        }

    .disney_video .deco_3 {
        right: 8%;
        bottom: 300px;
        animation: transLateY 1s linear 0s infinite alternate-reverse;
    }

        .disney_video .deco_3 img {
            animation: flow 1s linear 0s infinite alternate-reverse;
        }

    .disney_video::after {
        display: block;
        content: "";
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0;
        bottom: -100px;
        background: -webkit-gradient(linear, left bottom, left top, from(#DEE0FC), to(#f4f4ff));
        background: linear-gradient(0deg, #DEE0FC 0%, #f4f4ff 100%);
        z-index: -1;
    }

@media (max-width: 1439px) {
    .disney_video .deco_1, .disney_video .deco_2, .disney_video .deco_3 {
        display: none;
    }

    .disney_video .video_wrap {
        margin-bottom: 0px;
    }
}

@media (max-width: 1023px) {
    .disney_video {
        background-position-y: center 50%;
    }
}

.disney_teaching {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE276), to(#FFD23D));
    background: linear-gradient(180deg, #FFE276 0%, #FFD23D 100%);
    border-radius: 0px 100px 0px 0px;
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
}

    .disney_teaching::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/ruond_yellow_2.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_teaching {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_teaching::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_teaching::after {
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5c93c), to(#ffd445));
    background: linear-gradient(0deg, #f5c93c 0%, #ffd445 100%);
    z-index: -1;
}

.disney_teaching .container._full {
    position: relative;
}

.disney_teaching .deco_1, .disney_teaching .deco_2 {
    position: absolute;
}

.disney_teaching .deco_1 {
    width: 20%;
    max-width: 248px;
    left: 10%;
    top: 10%;
}

.disney_teaching .deco_2 {
    width: 20%;
    max-width: 313px;
    right: 10%;
    top: -10%;
}

@media (max-width: 1439px) {
    .disney_teaching .deco_2 {
        max-width: 162px;
    }
}

@media (max-width: 1023px) {
    .disney_teaching .deco_1, .disney_teaching .deco_2 {
        display: none;
    }
}

@media (max-width: 709px) {
    .disney_teaching .deco_1 {
        display: none;
    }

    .disney_teaching .deco_2 {
        display: none;
    }
}

.gallery_teaching .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery_teaching .swiper-slide {
    text-align: center;
}

    .gallery_teaching .swiper-slide img {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .gallery_teaching .swiper-slide h3 {
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
        color: #03328d;
    }

    .gallery_teaching .swiper-slide p {
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        color: #343A42;
    }

.gallery_teaching .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.gallery_teaching .swiper-button-next, .gallery_teaching .swiper-button-prev {
    top: 26%;
}

@media (max-width: 709px) {
    .gallery_teaching .swiper-slide h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .gallery_teaching .swiper-slide p {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
    }

    .gallery_teaching .swiper-button-prev, .gallery_teaching .swiper-button-next {
        display: none;
    }
}

.disney_students {
    background: #ffffff;
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
}

    .disney_students::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/round_white.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_students {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_students::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_students::after {
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #ffffff;
    z-index: -1;
}

.disney_students .container {
    position: relative;
}

.disney_students .deco_1 {
    position: absolute;
    left: 5%;
    top: -80px;
}

.disney_students .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 180px;
}

@media (max-width: 1439px) {
    .disney_students .title_wrap {
        margin-bottom: 145px;
    }

    .disney_students .deco_1 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .disney_students .title_wrap {
        margin-bottom: 15%;
    }

    .disney_students .deco_1 {
        display: none;
    }
}

@media (max-width: 709px) {
    .disney_students .title_wrap {
        margin-bottom: 80px;
    }

        .disney_students .title_wrap h2 {
            margin: 0 2%;
        }

        .disney_students .title_wrap::before, .disney_students .title_wrap::after {
            width: 15%;
            height: 76px;
            min-width: 5%;
            background-size: contain;
        }
}

.student_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .student_list .item {
        width: calc((100% - 60px) / 3);
        padding: 40px 30px;
        text-align: center;
        overflow: visible;
    }

        .student_list .item .lottie {
            width: 50%;
            min-width: 120px;
            margin: 0 auto;
            margin-top: -40%;
            margin-bottom: 20px;
        }

        .student_list .item h3 {
            font-weight: 700;
            font-size: 28px;
            line-height: 150%;
            color: #03328d;
        }

        .student_list .item p {
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: #525B68;
        }

@media (max-width: 1023px) {
    .student_list .item h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .student_list .item .lottie {
        margin-top: -70%;
        max-width: 120px;
    }
}

@media (max-width: 709px) {
    .student_list .item {
        padding: 20px;
        width: 100%;
    }

        .student_list .item:not(:nth-last-of-type(1)) {
            margin-bottom: 60px;
        }

        .student_list .item .lottie {
            margin-top: -60px;
        }
}

.disney_level {
    background: url(../img/disney/bg-oval-purple.svg), -webkit-gradient(linear, left top, left bottom, from(#F9F9FF), color-stop(72.4%, #FFFFFF), to(#EFF0FF));
    background: url(../img/disney/bg-oval-purple.svg), linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 820px auto, contain;
    position: relative;
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
}

    .disney_level::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/ruond_purple_light.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_level {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_level::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_level::after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #f0f1ff;
    z-index: -1;
}

.disney_level .deco_1 {
    width: 330px;
    height: 224px;
    margin: 0 auto;
    margin-top: -50px;
}

@media (max-width: 1439px) {
    .disney_level .deco_1 {
        margin-top: -50px;
    }
}

@media (max-width: 1023px) {
    .disney_level .deco_1 {
        max-width: 80%;
        height: auto;
        margin-top: -80px;
    }
}

@media (max-width: 709px) {
    .disney_level {
        background-size: 700px auto;
    }
}

.level_grade_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .level_grade_card .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc((100% - 60px) / 3);
    }

    .level_grade_card .title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 20px 20px 0px 0px;
        background-color: #5A64F2;
        padding-top: 25px;
        padding-bottom: 15px;
        text-align: center;
    }

        .level_grade_card .title::before {
            content: "";
            display: block;
            width: 120px;
            height: 52px;
            margin: -50px auto auto;
        }

        .level_grade_card .title h3 {
            font-weight: 700;
            font-size: 28px;
            line-height: 150%;
            color: #ffffff;
        }

    .level_grade_card .grade_1 .title::before {
        background: url(../img/disney/level_star_1.svg) center center no-repeat;
    }

    .level_grade_card .grade_2 .title::before {
        background: url(../img/disney/level_star_2.svg) center center no-repeat;
    }

    .level_grade_card .grade_3 .title::before {
        background: url(../img/disney/level_star_3.svg) center center no-repeat;
    }

    .level_grade_card .course {
        min-height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .level_grade_card .course li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .level_grade_card .course li:nth-of-type(odd) {
                background-color: #EEEFFD;
            }

            .level_grade_card .course li:nth-of-type(even) {
                background-color: #DEE0FC;
            }

        .level_grade_card .course h4 {
            font-weight: 700;
            font-size: 18px;
            line-height: 150%;
            color: #03328d;
            background: url(../img/disney/icon_check.svg) left center no-repeat;
            margin: 6px 10px;
            padding-left: 25px;
        }

    .level_grade_card .list_group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 0px 0px 20px 20px;
        overflow: hidden;
    }

        .level_grade_card .list_group._signle .list_group_item {
            height: 100%;
        }

        .level_grade_card .list_group .list_group_item {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

            .level_grade_card .list_group .list_group_item:not(:nth-last-of-type(1)) {
                border-bottom: 1px solid #DEE0FC;
            }

            .level_grade_card .list_group .list_group_item .head {
                width: 20%;
                background-color: #5A64F2;
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .level_grade_card .list_group .list_group_item .head p {
                    color: #ffffff;
                    padding: 10px;
                }

            .level_grade_card .list_group .list_group_item .body {
                width: 80%;
                background: #ffffff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .level_grade_card .list_group .list_group_item .body > div {
                    width: 100%;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    text-align: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .level_grade_card .list_group .list_group_item .body > div:not(:nth-last-of-type(1)) {
                        border-bottom: 1px solid #DEE0FC;
                    }

                .level_grade_card .list_group .list_group_item .body .tag {
                    width: 100%;
                    height: 100%;
                    padding: 5px 10px;
                    max-width: 104px;
                    background-color: #FFCF1A;
                    white-space: nowrap;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .level_grade_card .list_group .list_group_item .body p {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 150%;
                    font-weight: 500;
                    padding: 10px;
                }

                .level_grade_card .list_group .list_group_item .body .text {
                    margin-left: 10px;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 150%;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    text-align: left;
                }

@media (max-width: 1439px) {
    .level_grade_card .course {
        min-height: 180px;
    }

        .level_grade_card .course h4 {
            margin: 6px 20px;
        }
}

@media (max-width: 1023px) {
    .level_grade_card {
        max-width: 440px;
        margin: 0 auto;
    }

        .level_grade_card .course {
            min-height: auto;
        }

        .level_grade_card .list_group._signle .list_group_item {
            height: auto;
        }

        .level_grade_card .list_group .list_group_item .head p {
            padding: 10px;
        }

        .level_grade_card .list_group .list_group_item .body p {
            padding: 10px;
        }

        .level_grade_card .card {
            width: 100%;
            margin-bottom: 50px;
        }
}

@media (max-width: 709px) {
    .level_grade_card {
        width: 100%;
    }

        .level_grade_card .course h4 {
            font-weight: 700;
            font-size: 20px;
            line-height: 150%;
        }

        .level_grade_card .list_group._signle .list_group_item {
            height: auto;
        }

        .level_grade_card .list_group .list_group_item .head {
            width: 25%;
        }

            .level_grade_card .list_group .list_group_item .head p {
                font-weight: 700;
                font-size: 20px;
                line-height: 150%;
            }

        .level_grade_card .list_group .list_group_item .body {
            width: 75%;
        }

            .level_grade_card .list_group .list_group_item .body .tag {
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
            }

            .level_grade_card .list_group .list_group_item .body p {
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
            }

            .level_grade_card .list_group .list_group_item .body .text {
                margin-left: 10px;
                font-weight: 700;
                font-size: 20px;
                line-height: 150%;
                text-align: center;
            }
}

.disney_cources {
    background-color: #5A64F2;
    color: #ffffff;
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
}

    .disney_cources .title_wrap .head_title {
        max-width: 700px !important;
    }

    .disney_cources .title_wrap .sub_title {
        max-width: 700px !important;
    }

    .disney_cources::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/round_purple_dark.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_cources {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_cources::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_cources::after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #5A64F2;
    z-index: -1;
}

.disney_cources .container {
    position: relative;
}

.disney_cources .deco_1, .disney_cources .deco_2 {
    position: absolute;
}

.disney_cources .deco_1 {
    width: 15%;
    left: 3%;
    top: 5%;
}

.disney_cources .deco_2 {
    width: 15%;
    right: 3%;
    bottom: 5%;
}

.disney_cources .title_wrap p {
    color: #ffffff;
}

.disney_cources .course_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .disney_cources .course_list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }

        .disney_cources .course_list .item:nth-last-of-type(1) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .disney_cources .course_list .item:nth-last-of-type(1) .context {
                margin-right: 0px;
                margin-left: 20px;
            }

    .disney_cources .course_list .context {
        max-width: 300px;
        margin-right: 20px;
    }

        .disney_cources .course_list .context .title {
            margin-bottom: 20px;
        }

            .disney_cources .course_list .context .title p {
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
                margin-bottom: 5px;
            }

            .disney_cources .course_list .context .title h4 {
                display: inline-block;
                padding: 4px 15px;
                margin-right: 5px;
                margin-bottom: 5px;
                background-color: #ED4C7C;
                border-radius: 20px;
                font-size: 20px;
                font-weight: 700;
                line-height: 100%;
            }

                .disney_cources .course_list .context .title h4 em {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 150%;
                }

            .disney_cources .course_list .context .title h3 {
                font-weight: 700;
                font-size: 28px;
                line-height: 150%;
                color: #FFE78B;
            }

        .disney_cources .course_list .context .summary p {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
        }

        .disney_cources .course_list .context .button {
            margin-top: 20px;
        }

    .disney_cources .course_list .cover {
        max-width: 400px;
    }

@media (max-width: 1439px) {
    .disney_cources .deco_1, .disney_cources .deco_2 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .disney_cources .deco_2 {
        display: none;
    }

    .disney_cources .course_list {
        max-width: 80%;
        margin: 0 auto;
    }

        .disney_cources .course_list .item {
            margin-bottom: 20px;
        }

            .disney_cources .course_list .item:nth-last-of-type(1) {
                border-top: 1px solid #EEEFFD;
                padding-top: 20px;
                margin-bottom: 0px;
            }

                .disney_cources .course_list .item:nth-last-of-type(1) .context {
                    margin-left: 0px;
                }

        .disney_cources .course_list .context {
            max-width: 100%;
            width: 100%;
            text-align: center;
            margin-right: 0;
            margin-bottom: 10px;
        }

            .disney_cources .course_list .context .button {
                margin-top: 10px;
            }

        .disney_cources .course_list .cover {
            max-width: 100%;
            width: 100%;
        }
}

@media (max-width: 709px) {
    .disney_cources .deco_1 {
        display: none;
    }

    .disney_cources .course_list {
        max-width: 100%;
    }

    .disney_cources .context .title p {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
    }

    .disney_cources .context .title h4 {
        font-size: 22px;
    }

        .disney_cources .context .title h4 em {
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
        }

    .disney_cources .context .title h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%;
    }

    .disney_cources .context .summary p {
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
    }
}

.disney_taechers {
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
    background-image: url(../img/disney/bg-oval-pink.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 237, 242)));
    background-image: url(../img/disney/bg-oval-pink.svg), linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 237, 242) 100%);
    background-position: left 50% bottom -50px, center;
    background-repeat: no-repeat, no-repeat;
}

    .disney_taechers::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/round_white.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_taechers {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_taechers::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_taechers::after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #feedf2;
    z-index: -1;
}

.disney_taechers .title_wrap {
    margin-bottom: 150px;
}

    .disney_taechers .title_wrap .head_title {
        max-width: 800px !important;
    }

    .disney_taechers .title_wrap .sub_title {
        max-width: 800px !important;
    }

@media (max-width: 1439px) {
    .disney_taechers {
        background-size: 800px auto, 100% 100%;
        background-position: left 50% bottom -30px, center;
    }
}

@media (max-width: 450px) {
    .disney_taechers {
        background-size: 190vw auto, 100% 100%;
    }

        .disney_taechers .title_wrap {
            margin-bottom: 40px;
        }
}

.disney_taechers .container {
    position: relative;
}

@media (max-width: 1439px) {
    .disney_taechers .container {
        max-width: 100%;
        padding: 150px 30px;
    }
}

.disney_taechers .teacher_group {
    max-width: 1300px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group {
        max-width: 1024px;
        height: 180px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group {
        height: 440px;
        max-width: 410px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group {
        max-width: initial;
        width: calc(100% + 60px);
        margin-left: -30px;
        height: 100vw;
    }
}

.disney_taechers .teacher_group img {
    position: absolute;
}

.disney_taechers .teacher_group .item_0 {
    width: 470px;
    left: 51%;
    bottom: -210px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .item_0 {
        width: 350px;
        left: 50%;
        bottom: -195px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .item_0 {
        width: 78vw;
        bottom: -190px;
    }
}

@media (max-width: 709px) {
    .disney_taechers .teacher_group .item_0 {
        bottom: -180px;
    }
}

.disney_taechers .teacher_group .item_1 {
    width: 270px;
    left: 165px;
    top: -100px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-animation: shake-vertical 16s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
    animation: shake-vertical 16s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .item_1 {
        width: 200px;
        left: 150px;
        top: -65px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .item_1 {
        left: -20px;
        top: -30px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .item_1 {
        width: 46vw;
        top: 0px;
        left: 0px;
    }
}

.disney_taechers .teacher_group .item_2 {
    width: 270px;
    right: 110px;
    top: -80px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-animation: shake-vertical 15.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite both;
    animation: shake-vertical 15.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .item_2 {
        width: 200px;
        right: 130px;
        top: -50px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .item_2 {
        right: 0px;
        top: 80px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .item_2 {
        width: 46vw;
    }
}

.disney_taechers .teacher_group .item_3 {
    width: 240px;
    left: 0;
    bottom: -100px;
    -webkit-animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s infinite both;
    animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s infinite both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .item_3 {
        width: 180px;
        left: 5px;
        bottom: -105px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .item_3 {
        display: none;
    }
}

.disney_taechers .teacher_group .item_4 {
    width: 250px;
    right: -60px;
    bottom: -110px;
    -webkit-animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4s infinite both;
    animation: shake-vertical 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4s infinite both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .item_4 {
        width: 190px;
        right: -10px;
        bottom: -130px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .item_4 {
        right: auto;
        left: 25px;
        bottom: 50px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .item_4 {
        width: 44vw;
        bottom: 25px;
    }
}

.disney_taechers .teacher_group .star_1 {
    width: 58px;
    left: 60px;
    top: 50px;
    -webkit-animation: blink 3s infinite 1s both;
    animation: blink 3s infinite 1s both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .star_1 {
        width: 42px;
        left: 50px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .star_1 {
        width: 65px;
        left: auto;
        right: 140px;
        top: -5px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .star_1 {
        width: 13vw;
    }
}

.disney_taechers .teacher_group .star_2 {
    width: 35px;
    top: -30px;
    left: 510px;
    -webkit-animation: blink 2.5s infinite 0.5s both;
    animation: blink 2.5s infinite 0.5s both;
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .star_2 {
        display: none;
    }
}

.disney_taechers .teacher_group .star_3 {
    width: 62px;
    bottom: 0;
    right: 250px;
    -webkit-animation: blink 2s infinite 1.5s both;
    animation: blink 2s infinite 1.5s both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .star_3 {
        width: 46px;
        bottom: -25px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .star_3 {
        display: none;
    }
}

.disney_taechers .teacher_group .star_4 {
    width: 38px;
    right: -40px;
    bottom: 90px;
    -webkit-animation: blink 3s infinite 1.5s both;
    animation: blink 3s infinite 1.5s both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .star_4 {
        width: 28px;
        right: -5px;
        bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .star_4 {
        display: none;
    }
}

.disney_taechers .teacher_group .star_5 {
    width: 28px;
    left: 260px;
    bottom: 20px;
    -webkit-animation: blink 3.5s infinite 3s both;
    animation: blink 3.5s infinite 3s both;
}

@media (max-width: 1439px) {
    .disney_taechers .teacher_group .star_5 {
        width: 22px;
        left: 200px;
        bottom: -10px;
    }
}

@media (max-width: 1023px) {
    .disney_taechers .teacher_group .star_5 {
        width: 30px;
        left: 145px;
        bottom: 235px;
    }
}

@media (max-width: 450px) {
    .disney_taechers .teacher_group .star_5 {
        width: 6vw;
        left: 38vw;
        bottom: 52vw;
    }
}

@-webkit-keyframes shake-vertical {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@-webkit-keyframes blink {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

.disney_tools {
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

    .disney_tools::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/round_white.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_tools {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_tools::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_tools::after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #ffffff;
    z-index: -1;
}

.disney_tools .container {
    position: relative;
}

.disney_tools .deco_1 {
    width: 20%;
    min-width: 226px;
    max-width: 282px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.disney_tools .tool_list {
    max-width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .disney_tools .tool_list .item {
        width: calc((100% - 80px) / 3);
        text-align: center;
    }

        .disney_tools .tool_list .item img {
            margin-bottom: 10px;
        }

        .disney_tools .tool_list .item h3 {
            font-weight: 700;
            font-size: 28px;
            line-height: 150%;
            color: #03328d;
            margin-bottom: 8px;
        }

        .disney_tools .tool_list .item p {
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: #525B68;
        }

@media (max-width: 767px) {
    .disney_tools .deco_1 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .disney_tools .tool_list {
        max-width: 300px;
        margin: 0 auto;
    }

        .disney_tools .tool_list .item {
            width: 100%;
        }

            .disney_tools .tool_list .item:not(:nth-last-of-type(1)) {
                margin-bottom: 40px;
            }

            .disney_tools .tool_list .item img {
                margin-bottom: 0px;
            }
}

@media (max-width: 709px) {
    .disney_tools .deco_1 {
        display: none;
    }

    .disney_tools .tool_list {
        max-width: 300px;
        margin: 0 auto;
    }

        .disney_tools .tool_list .item {
            width: 100%;
        }

            .disney_tools .tool_list .item img {
                margin-bottom: 0px;
            }

            .disney_tools .tool_list .item h3 {
                font-weight: 700;
                font-size: 22px;
                line-height: 150%;
            }

            .disney_tools .tool_list .item p {
                font-weight: 500;
                font-size: 20px;
                line-height: 150%;
            }
}

.disney_price {
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
    position: relative;
    background: url(../img/disney/ribbon.svg), url(../img/disney/ribbon_r.svg), -webkit-gradient(linear, left top, left bottom, from(#F9F9FF), color-stop(72.4%, #FFFFFF), to(#EFF0FF));
    background: url(../img/disney/ribbon.svg), url(../img/disney/ribbon_r.svg), linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
    background-position: left top, right top;
    background-repeat: no-repeat;
}

    .disney_price::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/ruond_purple_light.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_price {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_price::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_price::after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
    background: #f0f1ff;
    z-index: -1;
}

.disney_price .deco_1, .disney_price .deco_2 {
    position: absolute;
}

.disney_price .deco_1 {
    left: 50px;
    bottom: 150px;
    z-index: -1;
}

.disney_price .deco_2 {
    right: 50px;
    bottom: 150px;
}

.disney_price .price_card_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .disney_price .price_card_wrap .price_card {
        max-width: 326px;
        width: 100%;
    }

    .disney_price .price_card_wrap .recommend_tag {
        font-size: 23px;
        border-radius: 23px;
        font-weight: 700;
        top: -25px;
    }

    .disney_price .price_card_wrap .price_card.recommend {
        border: none;
    }

    .disney_price .price_card_wrap .price_card .price_detail .button_wrap .button {
        margin-bottom: 10px;
    }

    .disney_price .price_card_wrap .price_card .price_detail > div:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .disney_price .price_card_wrap .price_card:nth-of-type(1) {
        margin-right: 30px;
    }

        .disney_price .price_card_wrap .price_card:nth-of-type(1) .title {
            background-color: #FFE1EA;
        }

        .disney_price .price_card_wrap .price_card:nth-of-type(1) .content {
            background-color: #FFE1EA;
        }

        .disney_price .price_card_wrap .price_card:nth-of-type(1) .price_detail .price p {
            color: #ED4C7C;
        }

    .disney_price .price_card_wrap .price_card:nth-of-type(2) .title {
        background-color: #E7E8FF;
    }

    .disney_price .price_card_wrap .price_card:nth-of-type(2) .content {
        background-color: #E7E8FF;
    }

    .disney_price .price_card_wrap .price_card:nth-of-type(2) .price_detail .price p {
        color: #5A64F2;
    }

    .disney_price .price_card_wrap .price_card:nth-of-type(2) .recommend_tag {
        background-color: #989FFC;
    }

@media (max-width: 1439px) {
    .disney_price .deco_1, .disney_price .deco_2 {
        display: none;
    }
}

@media (max-width: 1023px) {
    .disney_price {
        background: -webkit-gradient(linear, left top, left bottom, from(#F9F9FF), color-stop(72.4%, #FFFFFF), to(#EFF0FF));
        background: linear-gradient(180deg, #F9F9FF 0%, #FFFFFF 72.4%, #EFF0FF 100%);
    }

        .disney_price .price_card_wrap .price_card {
            width: calc((100% - 30px) / 2);
        }
}

@media (max-width: 709px) {
    .disney_price .title_wrap {
        margin-bottom: 60px;
    }

    .disney_price .price_card_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .disney_price .price_card_wrap .recommend_tag {
            font-size: 20px;
        }

        .disney_price .price_card_wrap .price_card {
            width: 100%;
        }

            .disney_price .price_card_wrap .price_card:nth-of-type(1) {
                margin-right: 0;
            }
}

.disney_call_to_action {
    border-radius: 0px 100px 0px 0px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

    .disney_call_to_action::before {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: -100px;
        background: url("../img/bg/round_white.svg") no-repeat;
        background-size: contain;
        z-index: 1;
    }

@media (max-width: 709px) {
    .disney_call_to_action {
        border-radius: 0px 50px 0px 0px;
    }

        .disney_call_to_action::before {
            width: 50px;
            height: 50px;
            top: -50px;
        }
}

.disney_call_to_action .cta_block_disney {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1380px;
    height: 404px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background-color: #5A64F2;
    background-image: url(../img/disney/wave.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

    .disney_call_to_action .cta_block_disney .title {
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 60px;
        text-align: center;
        line-height: 150%;
    }

        .disney_call_to_action .cta_block_disney .title::after {
            content: "";
            display: block;
            width: 66px;
            height: 6px;
            background-color: #FFBCD0;
            margin: 0 auto;
            margin-top: 10px;
            border-radius: 10px;
            overflow: hidden;
        }

    .disney_call_to_action .cta_block_disney .botton_wrap {
        text-align: center;
    }

        .disney_call_to_action .cta_block_disney .botton_wrap p {
            color: #ffffff;
            margin-bottom: 10px;
        }

    .disney_call_to_action .cta_block_disney .deco_left {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 30%;
        max-width: 300px;
    }

    .disney_call_to_action .cta_block_disney .deco_right {
        position: absolute;
        right: 20px;
        bottom: 0px;
        width: 21%;
    }

@media (max-width: 1023px) {
    .disney_call_to_action .cta_block_disney {
        height: 352px;
    }

        .disney_call_to_action .cta_block_disney .deco_left {
            width: 24%;
        }
}

@media (max-width: 709px) {
    .disney_call_to_action .cta_block_disney {
        height: 326px;
    }

        .disney_call_to_action .cta_block_disney .title {
            text-align: center;
            font-weight: 900;
            font-size: 26px;
            line-height: 150%; /*enn*/
        }

        .disney_call_to_action .cta_block_disney .deco_left {
            top: auto;
            bottom: 0;
            width: 30%;
        }

        .disney_call_to_action .cta_block_disney .deco_right {
            bottom: 10%;
        }
}

.disney_qa .qa_Collapse .item .content ul {
    padding-left: 20px;
}

.disney_qa .qa_Collapse .item .content li {
    list-style: disc;
}

.disney_qa .qa_Collapse .item .curriculum h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #03328d;
    margin-bottom: 10px;
}

.disney_qa .qa_Collapse .item .curriculum:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
}

.disney_qa .qa_Collapse .item .curriculum_content {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #989FFC;
}

    .disney_qa .qa_Collapse .item .curriculum_content .week {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .disney_qa .qa_Collapse .item .curriculum_content .week:not(:nth-last-of-type(1)) {
            border-bottom: 1px solid #E2E5E8;
        }

    .disney_qa .qa_Collapse .item .curriculum_content .date {
        width: 20%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .disney_qa .qa_Collapse .item .curriculum_content .date.workday {
            background-color: #DEE0FC;
        }

            .disney_qa .qa_Collapse .item .curriculum_content .date.workday + .time p {
                background-color: #DEE0FC;
            }

        .disney_qa .qa_Collapse .item .curriculum_content .date.weekend {
            background-color: #FFE78B;
        }

            .disney_qa .qa_Collapse .item .curriculum_content .date.weekend + .time p {
                background-color: #FFE78B;
            }

    .disney_qa .qa_Collapse .item .curriculum_content .time {
        width: 80%;
        padding: 10px;
    }

        .disney_qa .qa_Collapse .item .curriculum_content .time p {
            display: inline-block;
            min-width: 80px;
            padding: 2px 10px;
            border-radius: 20px;
            text-align: center;
        }

    .disney_qa .qa_Collapse .item .curriculum_content .all_time {
        padding: 10px;
        text-align: center;
    }

@media (max-width: 709px) {
    .disney_qa .qa_Collapse .item .curriculum_content .date {
        width: 40%;
    }

    .disney_qa .qa_Collapse .item .curriculum_content .time {
        width: 60%;
    }
}

.lessonContext_wrap .lessonContext {
    display: none;
}

    .lessonContext_wrap .lessonContext.disney .swiper-slide {
        border-radius: 0px;
    }

        .lessonContext_wrap .lessonContext.disney .swiper-slide .pic._full img {
            max-width: 100%;
        }

.lessonContext_wrap .swiper-button-prev, .lessonContext_wrap .swiper-button-next {
    display: none;
}
/*# sourceMappingURL=disney.css.map */
