@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block !important;
    }
}

.xs {
    display: none !important;
}

@media only screen and (max-width: 575px) {
    .xs {
        display: block !important;
    }
}

body {
    position: relative;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #263238;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 13px;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    border-color: rgba(242, 126, 127, 0.6) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
}

body.fixed .header {
    background-color: #00b140;
    position: fixed;
    display: flex;
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    body.fixed .box-section {
        padding-top: 30px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("../images/icons/select-arrow.svg");
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 10px;
    padding-right: 18px !important;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container912 {
    max-width: 912px;
    margin: 0 auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fefefe;
}

.color-main {
    color: #3dd0d8;
}

.y-box-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

    .y-box-img .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .y-box-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

.y-box-zoom {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    position: absolute;
}

    .y-box-zoom:hover {
        transform: scale(1.05);
    }

.box-zoom {
    overflow: hidden;
}

    .box-zoom img {
        width: 100%;
        transition: transform 0.8s;
    }

    .box-zoom:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.box-img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .box-img-flex.y-img-left {
        justify-content: flex-start;
    }

    .box-img-flex img {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.box-iframe {
    position: relative;
    padding-bottom: 56.25%;
}

    .box-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.y-text-editor {
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
}

    .y-text-editor blockquote {
        margin: 0 0 1.25em;
        padding: 0 1.25em 0 1.875em;
        border-left: 2px solid #111;
        font-style: italic;
    }

    .y-text-editor p {
        margin-bottom: 10px;
    }

    .y-text-editor img {
        max-width: 100%;
        height: auto !important;
        display: initial;
        border-radius: 16px;
    }

    .y-text-editor iframe {
        max-width: 100%;
    }

    .y-text-editor table {
        width: 100%;
    }

    .y-text-editor i {
        font-style: italic;
    }

    .y-text-editor u {
        text-decoration: underline;
    }

    .y-text-editor a {
        text-decoration: underline;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        color: #ea3121;
        text-decoration: none;
    }

    .y-text-editor b,
    .y-text-editor strong {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }

    .y-text-editor ul {
        padding-left: 30px;
        list-style-type: disc;
    }

        .y-text-editor ul li {
            display: list-item;
        }

    .y-text-editor ol {
        padding-left: 30px;
        list-style-type: decimal;
    }

        .y-text-editor ol li {
            display: list-item;
        }

.box-title-main {
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
    z-index: 5;
}

@media only screen and (max-width: XL) {
    .box-title-main {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main {
        margin-bottom: 20px;
    }
}

.box-title-main .title-main {
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ea3121;
    margin-bottom: 5px;
    line-height: 1.8;
    letter-spacing: 0;
}

@media only screen and (max-width: 1500px) {
    .box-title-main .title-main {
        font-size: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .box-title-main .title-main {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main .title-main {
        font-size: 28px;
        line-height: 1.3;
        padding-top: 5px;
    }

        .box-title-main .title-main br {
            display: none;
        }
}

@media only screen and (max-width: 575px) {
    .box-title-main .title-main {
        font-size: 30px;
    }
}

.box-title-main .title-main span {
    color: #e94286;
}

.box-title-main .desc-main {
    font-size: 16px;
    color: #f1f1f1;
    padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .box-title-main .desc-main {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main .desc-main {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .box-title-main .desc-main {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .box-title-main .desc-main br {
        display: none;
    }
}

.box-btn-main {
    position: relative;
    width: max-content;
    text-align: center;
    overflow-y: hidden;
}

    .box-btn-main .btn-main {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #292845;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 60px;
        text-align: center;
        background-color: #3dd0d8;
        transition: background-color 0.5s;
        height: 50px;
        border-radius: 6px;
    }

@media only screen and (max-width: 991px) {
    .box-btn-main .btn-main {
        padding: 5px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .box-btn-main .btn-main {
        padding: 5px 30px;
        font-size: 15px;
    }
}

.box-btn-main .btn-main:hover {
    background-color: #0df;
}

.box-btn-main .btn-main.btn-2 {
    background-color: #292845;
    color: #fff;
}

    .box-btn-main .btn-main.btn-2 img {
        max-width: 16px;
        height: 16px;
    }

.box-btn-main .btn-main span {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
}

.box-btn-main .btn-main img {
    max-width: 18px;
    height: 24px;
    padding-left: 8px;
}

.form-item {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 238.67px;
    margin: 0 7px;
}

    .form-item input {
        width: 100%;
        padding: 14px;
        border-radius: 100px;
        border: #90a4ae 1px solid;
        margin-top: 8px;
        margin-bottom: 16px;
    }

        .form-item input ::placeholder {
            color: #607d8b;
            font-weight: lighter;
        }

    .form-item label {
        margin-left: 16px;
        font-size: 14px;
        color: #455a64;
        letter-spacing: 0.0125em;
    }

.common-btn {
    border-radius: 100px;
    text-align: center;
    background-color: #ea3121;
    padding: 14.5px 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    max-width: 190px;
}

.goto-section-btn {
    border-radius: 50%;
    text-decoration: none;
    width: 70px;
    height: 70px;
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .goto-section-btn:hover {
        color: #fff;
    }

.padding-section {
    padding: 60px 0;
}

@media only screen and (max-width: 991px) {
    .padding-section {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .padding-section {
        padding: 30px 0;
    }
}

.box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

    .box-row .box-left {
        width: 50%;
        padding: 0 12px;
    }

@media only screen and (max-width: 767px) {
    .box-row .box-left {
        width: 100%;
    }
}

.box-row .box-right {
    width: 50%;
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .box-row .box-right {
        width: 100%;
    }
}

[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.show-desktop {
    display: block;
}

@media only screen and (max-width: 991px) {
    .show-desktop {
        display: none;
    }
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .show-mobile {
        display: block;
    }
}

.slick-slider .slick-list .slick-slide:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block !important;
    }
}

.xs {
    display: none !important;
}

@media only screen and (max-width: 575px) {
    .xs {
        display: block !important;
    }
}

body {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #263238;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 13px;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    border-color: rgba(242, 126, 127, 0.6) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
}

body.fixed .header {
    background-color: #00b140;
    position: fixed;
    display: flex;
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    body.fixed .box-section {
        padding-top: 30px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("../images/icons/select-arrow.svg");
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 10px;
    padding-right: 18px !important;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container912 {
    max-width: 912px;
    margin: 0 auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fefefe;
}

.color-main {
    color: #3dd0d8;
}

.y-box-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

    .y-box-img .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .y-box-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

.y-box-zoom {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    position: absolute;
}

    .y-box-zoom:hover {
        transform: scale(1.05);
    }

.box-zoom {
    overflow: hidden;
}

    .box-zoom img {
        width: 100%;
        transition: transform 0.8s;
    }

    .box-zoom:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.box-img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .box-img-flex.y-img-left {
        justify-content: flex-start;
    }

    .box-img-flex img {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.box-iframe {
    position: relative;
    padding-bottom: 56.25%;
}

    .box-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.y-text-editor {
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
}

    .y-text-editor blockquote {
        margin: 0 0 1.25em;
        padding: 0 1.25em 0 1.875em;
        border-left: 2px solid #111;
        font-style: italic;
    }

    .y-text-editor p {
        margin-bottom: 10px;
    }

    .y-text-editor img {
        max-width: 100%;
        height: auto !important;
        display: initial;
        border-radius: 16px;
    }

    .y-text-editor iframe {
        max-width: 100%;
    }

    .y-text-editor table {
        width: 100%;
    }

    .y-text-editor i {
        font-style: italic;
    }

    .y-text-editor u {
        text-decoration: underline;
    }

    .y-text-editor a {
        text-decoration: underline;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        color: #ea3121;
        text-decoration: none;
    }

    .y-text-editor b,
    .y-text-editor strong {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }

    .y-text-editor ul {
        padding-left: 30px;
        list-style-type: disc;
    }

        .y-text-editor ul li {
            display: list-item;
        }

    .y-text-editor ol {
        padding-left: 30px;
        list-style-type: decimal;
    }

        .y-text-editor ol li {
            display: list-item;
        }

.box-title-main {
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
    z-index: 5;
}

@media only screen and (max-width: XL) {
    .box-title-main {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main {
        margin-bottom: 20px;
    }
}

.box-title-main .title-main {
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ea3121;
    margin-bottom: 5px;
    line-height: 1.8;
    letter-spacing: 0;
}

@media only screen and (max-width: 1500px) {
    .box-title-main .title-main {
        font-size: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .box-title-main .title-main {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main .title-main {
        font-size: 28px;
        line-height: 1.3;
        padding-top: 5px;
    }

        .box-title-main .title-main br {
            display: none;
        }
}

@media only screen and (max-width: 575px) {
    .box-title-main .title-main {
        font-size: 30px;
    }
}

.box-title-main .title-main span {
    color: #e94286;
}

.box-title-main .desc-main {
    font-size: 16px;
    color: #f1f1f1;
    padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .box-title-main .desc-main {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .box-title-main .desc-main {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .box-title-main .desc-main {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .box-title-main .desc-main br {
        display: none;
    }
}

.box-btn-main {
    position: relative;
    width: max-content;
    text-align: center;
    overflow-y: hidden;
}

    .box-btn-main .btn-main {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #292845;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 60px;
        text-align: center;
        background-color: #3dd0d8;
        transition: background-color 0.5s;
        height: 50px;
        border-radius: 6px;
    }

@media only screen and (max-width: 991px) {
    .box-btn-main .btn-main {
        padding: 5px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .box-btn-main .btn-main {
        padding: 5px 30px;
        font-size: 15px;
    }
}

.box-btn-main .btn-main:hover {
    background-color: #0df;
}

.box-btn-main .btn-main.btn-2 {
    background-color: #292845;
    color: #fff;
}

    .box-btn-main .btn-main.btn-2 img {
        max-width: 16px;
        height: 16px;
    }

.box-btn-main .btn-main span {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
}

.box-btn-main .btn-main img {
    max-width: 18px;
    height: 24px;
    padding-left: 8px;
}

.form-item {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 238.67px;
    margin: 0 7px;
}

    .form-item input {
        width: 100%;
        padding: 14px;
        border-radius: 100px;
        border: #90a4ae 1px solid;
        margin-top: 8px;
        margin-bottom: 16px;
    }

        .form-item input ::placeholder {
            color: #607d8b;
            font-weight: lighter;
        }

    .form-item label {
        margin-left: 16px;
        font-size: 14px;
        color: #455a64;
        letter-spacing: 0.0125em;
    }

.common-btn {
    border-radius: 100px;
    text-align: center;
    background-color: #ea3121;
    padding: 14.5px 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    max-width: 190px;
}

.goto-section-btn {
    border-radius: 50%;
    text-decoration: none;
    width: 70px;
    height: 70px;
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .goto-section-btn:hover {
        color: #fff;
    }

.padding-section {
    padding: 60px 0;
}

@media only screen and (max-width: 991px) {
    .padding-section {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .padding-section {
        padding: 30px 0;
    }
}

.box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

    .box-row .box-left {
        width: 50%;
        padding: 0 12px;
    }

@media only screen and (max-width: 767px) {
    .box-row .box-left {
        width: 100%;
    }
}

.box-row .box-right {
    width: 50%;
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .box-row .box-right {
        width: 100%;
    }
}

[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.show-desktop {
    display: block;
}

@media only screen and (max-width: 991px) {
    .show-desktop {
        display: none;
    }
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .show-mobile {
        display: block;
    }
}

.slick-slider .slick-list .slick-slide:focus {
    outline: none;
}

.section-achievement {
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
    margin-top: -2px;
}

@media only screen and (max-width: 767px) {
    .section-achievement {
        padding-bottom: 16px;
    }
}

.section-achievement .box-title-main {
    padding-top: 48px;
}

@media only screen and (max-width: 767px) {
    .section-achievement .box-title-main {
        padding-top: 40px;
        margin-bottom: 32px;
    }

        .section-achievement .box-title-main .title-main {
            line-height: 140%;
        }
}

.section-achievement .container {
    position: relative;
}

.section-achievement .reward-wrapper {
    position: relative;
}

    .section-achievement .reward-wrapper .animate-flying {
        width: 100%;
        position: absolute;
        top: 0px;
    }

@media only screen and (max-width: 991px) {
    .section-achievement .reward-wrapper .animate-flying {
        top: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .animate-flying .desktop-line {
        display: none;
    }
}

.section-achievement .reward-wrapper .animate-flying .mb-line {
    display: none;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .animate-flying .mb-line {
        display: block;
    }
}

.section-achievement .reward-wrapper .animate-flying .rocket-animated {
    position: absolute;
    width: 8.2%;
    transform: rotate(185deg);
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .animate-flying .rocket-animated {
        width: 12%;
    }
}

.section-achievement .reward-wrapper .animate-flying .rocket-animated.go {
    animation: Fly 1.5s;
    animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .animate-flying .rocket-animated.go {
        animation: mobile-fly 1.5s;
        animation-timing-function: linear;
    }
}

@keyframes mobile-fly {
    0% {
        transform: rotate(193deg);
        top: -11%;
        left: -3%;
    }

    20% {
        top: 29%;
        left: 20%;
        transform: rotate(161deg);
    }

    40% {
        top: 5%;
        left: 40%;
        transform: rotate(128deg);
    }

    60% {
        top: 38%;
        left: 60%;
        transform: rotate(185deg);
    }

    80% {
        top: 71%;
        left: 80%;
        transform: rotate(143deg);
    }

    100% {
        top: -11%;
        left: 100%;
        transform: rotate(76deg);
    }
}

.section-achievement .reward-wrapper .animate-flying .overlay-background {
    width: 100%;
    height: 800px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    top: 0;
    right: -100%;
}

    .section-achievement .reward-wrapper .animate-flying .overlay-background.go {
        animation: Back 1.7s;
        animation-timing-function: linear;
    }

.section-achievement .reward-wrapper .star {
    height: 15px;
    width: 15px;
}

@media only screen and (max-width: 991px) {
    .section-achievement .reward-wrapper .star {
        display: none;
    }
}

.section-achievement .reward-wrapper .icon-wrapper div {
    position: absolute;
}

.section-achievement .reward-wrapper .icon-wrapper .blue-star1 {
    top: 40%;
    left: 0%;
    width: 1.5%;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .icon-wrapper .blue-star1 {
        display: none;
    }
}

.section-achievement .reward-wrapper .icon-wrapper .blue-star2 {
    right: -3%;
    top: 56%;
    width: 1.5%;
}

    .section-achievement .reward-wrapper .icon-wrapper .blue-star2 img {
        transform: rotate(45deg);
    }

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .icon-wrapper .blue-star2 {
        display: none;
    }
}

.section-achievement .reward-wrapper .icon-wrapper .halo-top-right {
    right: -2%;
    top: -17%;
    width: 11.4%;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .section-achievement .reward-wrapper .icon-wrapper .halo-top-right {
        right: 15%;
        top: -21%;
    }

        .section-achievement .reward-wrapper .icon-wrapper .halo-top-right img {
            transform: rotate(-39deg);
        }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .icon-wrapper .halo-top-right {
        right: 15%;
        top: -10%;
        width: 20.4%;
    }
}

.section-achievement .reward-wrapper .icon-wrapper .halo-left-bottom {
    left: -4%;
    bottom: -9%;
    width: 11.4%;
    z-index: 2;
}

    .section-achievement .reward-wrapper .icon-wrapper .halo-left-bottom img {
        width: 100%;
        height: 100%;
        transform: rotate(-144.8deg);
    }

@media only screen and (max-width: 1199px) {
    .section-achievement .reward-wrapper .icon-wrapper .halo-left-bottom {
        left: 11%;
        bottom: -24%;
    }

        .section-achievement .reward-wrapper .icon-wrapper .halo-left-bottom img {
            transform: rotate(-218.8deg);
        }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .icon-wrapper .halo-left-bottom {
        display: none;
    }
}

.section-achievement .reward-wrapper .icon-wrapper .trophy-container {
    top: -13%;
    left: 7%;
    width: 80px;
    height: 80px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .icon-wrapper .trophy-container {
        width: 55px;
        height: 65px;
        top: -7%;
    }
}

.section-achievement
.reward-wrapper
.icon-wrapper
.trophy-container
.small-bluestar {
    position: absolute;
    width: 10%;
    left: 10px;
    top: 36%;
}

.section-achievement
.reward-wrapper
.icon-wrapper
.trophy-container
.big-bluestar {
    position: absolute;
    width: 21%;
    top: 54%;
    left: 15px;
}

.section-achievement .reward-wrapper .icon-wrapper .trophy-container .trophy {
    position: absolute;
    width: 100%;
    left: 10px;
}

.section-achievement .reward-wrapper b {
    font-size: 30px;
    line-height: 120%;
    font-weight: bold;
    color: #ea3121;
    letter-spacing: 0.15px;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper b {
        font-size: 20px;
        line-height: 140%;
    }
}

.section-achievement .reward-wrapper .reward {
    display: flex;
    align-items: center;
    border-radius: 24px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #e3f0f9;
    padding: 32px;
    box-sizing: border-box;
    gap: 32px;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    max-width: 1112px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .reward {
        flex-direction: column;
        padding: 24px;
        gap: 0;
    }
}

.section-achievement .reward-wrapper .reward .achieve-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-top: 8px;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .reward .achieve-desc {
        font-size: 14px;
        line-height: 140%;
    }
}

.section-achievement .reward-wrapper .reward img {
    width: 100%;
    height: auto;
}

.section-achievement .reward-wrapper .reward .reward-left {
    width: 60%;
}

@media only screen and (max-width: 991px) {
    .section-achievement .reward-wrapper .reward .reward-left {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-wrapper .reward .reward-left {
        margin-bottom: 32px;
    }
}

.section-achievement .reward-wrapper .reward .reward-right {
    width: 40%;
}

@media only screen and (max-width: 991px) {
    .section-achievement .reward-wrapper .reward .reward-right {
        width: 100%;
    }
}

.section-achievement .reward-slider-wrapper {
    position: relative;
    z-index: 3;
}

    .section-achievement .reward-slider-wrapper .meteor {
        position: absolute;
        width: 90px;
        height: 54px;
        top: 10px;
        left: -30px;
    }

@media only screen and (max-width: 1199px) {
    .section-achievement .reward-slider-wrapper .meteor {
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-slider-wrapper .meteor {
        width: 50px;
        height: 30px;
        left: 30px;
        top: 0;
    }
}

.section-achievement .reward-slider-wrapper .group-star {
    position: absolute;
    width: 72px;
    height: 79px;
    right: -25px;
    bottom: 0;
    transform: rotate(-25deg);
}

@media only screen and (max-width: 1199px) {
    .section-achievement .reward-slider-wrapper .group-star {
        right: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-slider-wrapper .group-star {
        right: 15px;
        bottom: 0px;
        width: 48px;
        height: 53px;
    }
}

.section-achievement .reward-slider-wrapper .reward-slider {
    max-width: 1030px;
    margin: 64px auto 0;
}

@media only screen and (max-width: 1199px) {
    .section-achievement .reward-slider-wrapper .reward-slider {
        max-width: 825px;
    }
}

@media only screen and (max-width: 991px) {
    .section-achievement .reward-slider-wrapper .reward-slider {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-slider-wrapper .reward-slider {
        margin: 32px auto 0;
    }
}

.section-achievement .reward-slider-wrapper .reward-slider .btn-arrow {
    cursor: pointer;
    z-index: 2;
}

    .section-achievement .reward-slider-wrapper .reward-slider .btn-arrow.btn-prev {
        left: -4%;
    }

@media only screen and (max-width: 767px) {
    .section-achievement .reward-slider-wrapper .reward-slider .btn-arrow.btn-prev {
        width: 4.1%;
        left: 3%;
    }
}

.section-achievement .reward-slider-wrapper .reward-slider .btn-arrow.btn-next {
    right: -4%;
}

@media only screen and (max-width: 767px) {
    .section-achievement .reward-slider-wrapper .reward-slider .btn-arrow.btn-next {
        width: 4.1%;
        right: 3%;
    }
}

.section-achievement .reward-slider-wrapper .reward-slider .reward-slider-item {
    height: 100%;
}

    .section-achievement
    .reward-slider-wrapper
    .reward-slider
    .reward-slider-item
    .item-container {
        max-width: 186px;
        min-height: 186px;
        height: 100%;
        background: #ffda62;
        margin: 0 auto 16px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 16px;
    }

        .section-achievement
        .reward-slider-wrapper
        .reward-slider
        .reward-slider-item
        .item-container
        .item-img {
            width: 72px;
            height: 72px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .section-achievement
            .reward-slider-wrapper
            .reward-slider
            .reward-slider-item
            .item-container
            .item-img
            .image {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
            }

        .section-achievement
        .reward-slider-wrapper
        .reward-slider
        .reward-slider-item
        .item-container
        .title {
            font-size: 18px;
            line-height: 140%;
            letter-spacing: 0.15px;
            text-align: center;
            color: #ea3121;
            margin: 0 auto;
        }

.section-teachers-about {
    padding-bottom: 104px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about {
        padding-bottom: 32px;
    }
}

.section-teachers-about .icon-wrapper div {
    position: absolute;
}

    .section-teachers-about .icon-wrapper div img {
        width: 100%;
        height: auto;
    }

.section-teachers-about .icon-wrapper .blue-hat {
    top: 0;
    left: 3%;
    width: 5.6%;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .icon-wrapper .blue-hat {
        top: -1%;
        left: 9%;
        width: 14.2%;
    }
}

.section-teachers-about .icon-wrapper .blue-meteor {
    bottom: 9.2%;
    right: 4%;
    width: 6.3%;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .icon-wrapper .blue-meteor {
        bottom: 63.2%;
        right: 5.2%;
        width: 13.1%;
    }
}

.section-teachers-about .teachers-tabs-container {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
    }
}

.section-teachers-about .teachers-tabs-container .tabs-bar {
    width: 24%;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tabs-bar {
        width: 100%;
    }
}

.section-teachers-about .teachers-tabs-container .tabs-bar ul {
    width: 100%;
}

    .section-teachers-about .teachers-tabs-container .tabs-bar ul li {
        padding: 24px 0;
        position: relative;
        z-index: 1;
    }

        .section-teachers-about .teachers-tabs-container .tabs-bar ul li:first-child {
            border-bottom: 1px solid #90a4ae;
        }

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tabs-bar ul li {
        padding: 16px 0;
    }

        .section-teachers-about .teachers-tabs-container .tabs-bar ul li:nth-child(2) {
            padding-bottom: 0;
        }
}

.section-teachers-about .teachers-tabs-container .tabs-bar ul li .tab-title {
    padding-top: 10px;
    margin: 0 auto;
    color: #90a4ae;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.25px;
    cursor: pointer;
}

    .section-teachers-about
    .teachers-tabs-container
    .tabs-bar
    ul
    li
    .tab-title:hover {
        color: #ea3121;
    }

    .section-teachers-about
    .teachers-tabs-container
    .tabs-bar
    ul
    li
    .tab-title.active {
        color: #ea3121;
    }

@media only screen and (max-width: 991px) {
    .section-teachers-about .teachers-tabs-container .tabs-bar ul li .tab-title {
        font-size: 30px;
        line-height: 120%;
    }
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tabs-bar ul li .tab-title {
        width: 70%;
        text-align: center;
    }

        .section-teachers-about
        .teachers-tabs-container
        .tabs-bar
        ul
        li
        .tab-title.active {
            margin-bottom: 24px;
        }
}

.section-teachers-about .teachers-tabs-container .tabs-bar ul li .video-about {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tabs-bar ul li .video-about {
        display: flex;
    }

        .section-teachers-about
        .teachers-tabs-container
        .tabs-bar
        ul
        li
        .video-about.active {
            transition: 0.5s;
            opacity: 1;
            visibility: visible;
            height: max-content;
            margin-bottom: 6px;
        }
}

.section-teachers-about .teachers-tabs-container .tab-content {
    position: relative;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tab-content {
        width: 100%;
    }
}

.section-teachers-about .teachers-tabs-container .tab-content .video-about {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
    height: 0;
}

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .video-about.active {
        opacity: 1;
        visibility: visible;
        transition: 1s;
        height: max-content;
    }

@media only screen and (max-width: 991px) {
    .section-teachers-about .teachers-tabs-container .tab-content .video-about {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-teachers-about .teachers-tabs-container .tab-content .video-about {
        display: none;
    }
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.video-about
iframe {
    width: 100%;
    height: 424px !important;
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about {
    opacity: 0;
    visibility: hidden;
    width: 87%;
    height: 0;
    margin: 0 auto;
    top: 0;
    right: 5%;
}

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about.active {
        transition: 1s;
        opacity: 1;
        visibility: visible;
        height: max-content;
    }

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider {
        width: 100%;
    }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .spin::before,
        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .spin::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 5;
            border-radius: 100%;
        }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .spin::before {
            border: 8px solid rgba(0, 0, 0, 0);
        }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .spin::after {
            border: 0 solid rgba(0, 0, 0, 0);
        }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider.go
        .spin:before {
            border-top-color: #ea3121;
            border-right-color: #ea3121;
            border-bottom-color: #ea3121;
            transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
        }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider.go
        .spin:after {
            border-top: 8px solid #ea3121;
            border-left-width: 8px;
            border-right-width: 8px;
            transform: rotate(270deg);
            transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
        }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .btn-arrow-infrastructure {
            cursor: pointer;
            position: absolute;
            width: 23px;
            height: 41px;
            top: 23%;
        }

@media only screen and (max-width: 767px) {
    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .btn-arrow-infrastructure {
        top: 50%;
    }
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.btn-arrow-infrastructure.btn-prev {
    left: -30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.btn-arrow-infrastructure.btn-next {
    right: -30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.slider-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .slider-item:focus {
        outline: none;
    }

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .slider-item
    .border-animated {
        position: relative;
        box-shadow: none;
        position: relative;
        width: 208px;
        height: 208px;
    }

        .section-teachers-about
        .teachers-tabs-container
        .tab-content
        .teachers-slider-about
        .teachers-slider
        .slider-item
        .border-animated
        .teacher-img {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 5px;
            border-radius: 100%;
            overflow: hidden;
            z-index: 1;
        }

            .section-teachers-about
            .teachers-tabs-container
            .tab-content
            .teachers-slider-about
            .teachers-slider
            .slider-item
            .border-animated
            .teacher-img.go::after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                background: linear-gradient(325.63deg, #81bde8 20.71%, #ffda62 77.7%);
                display: block;
                padding: 5px;
                z-index: 5;
            }

            .section-teachers-about
            .teachers-tabs-container
            .tab-content
            .teachers-slider-about
            .teachers-slider
            .slider-item
            .border-animated
            .teacher-img
            img {
                width: 100%;
                height: auto;
                position: relative;
                z-index: 6;
                border-radius: 50%;
            }

    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .slider-item
    .desc {
        display: flex;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        max-width: 208px;
    }

@media only screen and (max-width: 767px) {
    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .slider-item
    .desc {
        max-width: 100%;
    }
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.slider-item
.desc.go {
    opacity: 1;
    visibility: visible;
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.slider-item
.desc
.teacher-name {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #ea3121;
    margin-top: 16px;
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.slider-item
.desc
.role {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #ea3121;
    font-family: 'Open Sans', sans-serif;
    margin-top: 8px;
    text-align: center;
}

.section-teachers-about
.teachers-tabs-container
.tab-content
.teachers-slider-about
.teachers-slider
.slider-item
.desc
.teacher-description {
    max-width: 210.67px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.25px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .section-teachers-about
    .teachers-tabs-container
    .tab-content
    .teachers-slider-about
    .teachers-slider
    .slider-item
    .desc
    .teacher-description {
        max-width: 283.67px;
    }
}

* {
    scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
    .banner-section {
        background-size: unset;
    }
}

.banner-section.page {
    background-position: top center;
    min-height: 241px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .banner-section.page {
        min-height: 220px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-section.page {
        min-height: 190px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-section.page {
        min-height: 140px;
        height: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-section.page .container {
        top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section.page .container {
        top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-section.page .container {
        top: 30px;
    }
}

.banner-section.page .header {
    padding-top: 0;
}

.banner-section .wave .wave-desktop {
    bottom: -1px;
    left: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .banner-section .wave .wave-desktop {
        display: none;
    }
}

.banner-section .wave .wave-mobile {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .banner-section .wave .wave-mobile {
        display: block;
    }
}

.box-title-main .title-main {
    line-height: 54px;
}

.video {
    width: 100%;
    max-width: 697px;
    height: max-content;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    flex-wrap: wrap;
    margin-right: 45px;
    margin-top: 39px;
    border-radius: 24px;
    border: 10px solid #ea3121;
    overflow: hidden;
    box-shadow: 8px 8px 0px #aec6cf;
}

@media only screen and (max-width: 991px) {
    .video {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .video {
        box-shadow: 4px 4px 0px #aec6cf;
        border-radius: 16px;
        border: 5px solid #ea3121;
        max-width: 343px;
    }
}

.video .play-button {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 100%;
    border: 0;
    background-color: #ea3121;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .video .play-button .play-icon {
        width: 35%;
        display: flex;
        align-items: center;
        margin-left: 12%;
    }

        .video .play-button .play-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

@media only screen and (max-width: 767px) {
    .video .play-button {
        width: 39px;
        height: 39px;
    }
}

.video .play-button::after {
    background: #fff;
    transform: rotate(90deg);
}

.video .play-button.playing {
    animation: 0.5s ease 0s normal forwards 1 custom-fadeout;
}

.video .play-button.pause {
    animation: 0.5s ease 0s normal forwards 1 custom-fadein;
}

@keyframes custom-fadein {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes custom-fadeout {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.video iframe {
    width: 100%;
    height: 392px !important;
    max-width: 100%;
    height: auto;
    flex-shrink: 1;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .video iframe {
        height: 192px !important;
    }
}

.section-founder {
    background-color: #ffda62;
    position: relative;
    padding-bottom: 41px;
}

@media only screen and (max-width: 991px) {
    .section-founder {
        padding-bottom: 67px;
        z-index: 10;
    }
}

.section-founder .container {
    max-width: 1265px;
    margin: 0 auto;
    padding-bottom: 55px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-founder .container {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-founder .icon-wrapper.go {
        animation-delay: 0.25s;
    }
}

.section-founder .icon-wrapper div {
    position: absolute;
    z-index: 2;
}

    .section-founder .icon-wrapper div img {
        width: 100%;
        height: auto;
    }

.section-founder .icon-wrapper .zigzag {
    right: 0;
    top: 0;
    width: 8.3%;
}

@media only screen and (max-width: 767px) {
    .section-founder .icon-wrapper .zigzag {
        right: 2%;
        top: -2%;
        width: 105px;
    }
}

.section-founder .icon-wrapper .globe {
    left: 0;
    width: 4.5%;
    top: 73%;
}

@media only screen and (max-width: 991px) {
    .section-founder .icon-wrapper .globe {
        width: 4.5%;
        top: 102%;
        left: 5%;
    }
}

@media only screen and (max-width: 767px) {
    .section-founder .icon-wrapper .globe {
        width: 11.5%;
        top: 102.5%;
        left: 16%;
    }
}

.section-founder .icon-wrapper .pink-star {
    width: 1.7%;
    left: 2%;
    top: 6px;
}

@media only screen and (max-width: 767px) {
    .section-founder .icon-wrapper .pink-star {
        width: 6.6%;
        left: 7.1%;
        top: -6px;
    }
}

.section-founder .icon-wrapper .bulb {
    right: 5%;
    top: 83%;
    width: 7.3%;
}

@media only screen and (max-width: 991px) {
    .section-founder .icon-wrapper .bulb {
        top: 26%;
        width: 7.3%;
    }
}

@media only screen and (max-width: 767px) {
    .section-founder .icon-wrapper .bulb {
        top: 56%;
        width: 16.5%;
        right: 6px;
    }
}

@media only screen and (max-width: 480px) {
    .section-founder .icon-wrapper .bulb {
        top: 61.5%;
        width: 16.5%;
        right: 6px;
    }
}

.section-founder .video-frame {
    display: flex;
    gap: 73px;
}

@media only screen and (max-width: 1199px) {
    .section-founder .video-frame {
        gap: 34px;
    }
}

@media only screen and (max-width: 991px) {
    .section-founder .video-frame {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .section-founder .video-frame.go {
        animation-delay: 0.25s;
    }
}

.section-founder .video-frame .founder-quote {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

@media only screen and (max-width: 991px) {
    .section-founder .video-frame .founder-quote {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 16px;
        text-align: center;
    }
}

.section-founder .video-frame .founder-quote .box-title-main {
    text-align: unset;
    padding: 0;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .section-founder .video-frame .founder-quote .box-title-main {
        max-width: 250px;
        margin: 0 auto;
    }
}

.section-founder .video-frame .founder-quote .box-title-main .title-main {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.25px;
}

.section-founder .video-frame .founder-quote .box-title-main.nth-title {
    margin-top: 16px;
    margin-bottom: 0;
    max-width: 100%;
}

    .section-founder
    .video-frame
    .founder-quote
    .box-title-main.nth-title
    .title-main {
        font-size: 24px;
        line-height: unset;
        letter-spacing: 0.25px;
    }

.section-founder .video-frame .founder-quote .role {
    font-weight: bolder;
    font-size: 19px;
}

.section-founder .video-frame .founder-quote .quote {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.25px;
}

.section-manager {
    background-color: #ffda62;
    padding-bottom: 52px;
    margin-top: -1px;
}

@media only screen and (max-width: 767px) {
    .section-manager {
        padding-bottom: 32px;
    }
}

.section-manager .box-title-main {
    margin: 0;
    padding: 32px 0;
}

@media only screen and (max-width: 767px) {
    .section-manager .box-title-main {
        padding: 32px 0 16px 0;
    }
}

.section-manager .box-title-main .title-main {
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .section-manager .box-title-main .title-main {
        font-size: 30px;
    }
}

.section-manager .btn-arrow {
    cursor: pointer;
    position: absolute;
    width: 23px;
    height: 41px;
    top: 35%;
}

@media only screen and (max-width: 767px) {
    .section-manager .btn-arrow {
        width: 16px;
        height: 23px;
        top: 30%;
    }
}

.section-manager .btn-arrow.btn-prev {
    left: -40.8%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
    .section-manager .btn-arrow.btn-prev {
        left: -28%;
    }
}

.section-manager .btn-arrow.btn-next {
    right: -40.8%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
    .section-manager .btn-arrow.btn-next {
        right: -28%;
    }
}

.section-manager .box-slider {
    max-width: 1150px;
    margin: 0 auto;
}

    .section-manager .box-slider .manager-slider {
        max-width: 54.5%;
        margin: 0 auto;
    }

        .section-manager .box-slider .manager-slider .slick-track {
            display: flex;
            align-items: center;
        }

        .section-manager .box-slider .manager-slider .slider-item .img-item {
            margin: 0 auto;
            width: 128px;
            height: 128px;
            border-radius: 100%;
            overflow: hidden;
        }

            .section-manager .box-slider .manager-slider .slider-item .img-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .section-manager .box-slider .manager-slider .slider-item .desc {
            margin-top: 16px;
            opacity: 0;
            visibility: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .section-manager .box-slider .manager-slider .slider-item .desc .manager-name {
                font-weight: bold;
                font-size: 30px;
                line-height: 120%;
                color: #ea3121;
                width: 100%;
                min-width: calc(240px + 10em);
                text-align: center;
                letter-spacing: 0.15px;
            }

@media only screen and (max-width: 767px) {
    .section-manager .box-slider .manager-slider .slider-item .desc .manager-name {
        font-size: 20px;
        line-height: 140%;
        min-width: calc(163px + 10em);
    }
}

.section-manager .box-slider .manager-slider .slider-item .desc .manager-role {
    width: 210px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #ea3121;
    letter-spacing: 0.25px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 4px;
}

@media only screen and (max-width: 767px) {
    .section-manager .box-slider .manager-slider .slider-item .desc .manager-role {
        font-size: 14px;
        line-height: 140%;
        max-width: 150px;
    }
}

.section-manager
.box-slider
.manager-slider
.slider-item.slick-center
.img-item {
    border: 8px solid #ea3121;
    width: 208px;
    height: 208px;
}

@media only screen and (max-width: 767px) {
    .section-manager
    .box-slider
    .manager-slider
    .slider-item.slick-center
    .img-item {
        width: 128px;
        height: 128px;
        border: 6px solid #ea3121;
    }
}

.section-manager .box-slider .manager-slider .slider-item.slick-center .desc {
    opacity: 1;
    visibility: visible;
}

.section-manager .introduce-slider {
    max-width: 1112px;
    margin: 0 auto;
    margin-top: 32px;
    text-align: center;
    letter-spacing: 0.25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 140%;
}

@media only screen and (max-width: 767px) {
    .section-manager .introduce-slider {
        margin-top: 16px;
    }
}

.section-manager .introduce-slider .slick-track {
    display: flex;
    align-items: center;
}

    .section-manager .introduce-slider .slick-track .slider-item {
        padding: 52px 32px;
        border-radius: 16px;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .section-manager .introduce-slider .slick-track .slider-item {
        padding: 24px;
    }
}

.vision-section.vision-section-about {
    margin-top: -1px;
}

    .vision-section.vision-section-about .background-wave-vision {
        margin-top: 0;
    }

    .vision-section.vision-section-about .wrapper-vision {
        margin-top: 48px;
        margin-bottom: 210px;
    }

@media only screen and (max-width: 767px) {
    .vision-section.vision-section-about .wrapper-vision {
        margin-top: 40px;
        margin-bottom: 68px;
    }
}

.section-why-us {
    background-color: #ffda62;
    padding-bottom: 32px;
    position: relative;
    margin-top: -1px;
    z-index: 1;
}

    .section-why-us .background-wave {
        margin-top: -2px;
    }

@media only screen and (max-width: 767px) {
    .section-why-us {
        padding-bottom: 32px;
    }
}

.section-why-us .box-title-main {
    max-width: 1015px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .section-why-us .box-title-main {
        margin-top: 40px;
    }
}

.section-why-us .box-title-main.nth-title {
    margin-top: 88px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .section-why-us .box-title-main.nth-title {
        margin-top: 32px;
        margin-bottom: 16px;
    }

        .section-why-us .box-title-main.nth-title .title-main {
            line-height: 120%;
        }
}

.section-why-us .box-title-main .title-main {
    text-transform: uppercase;
}

.section-why-us .items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1112px;
    margin: 0 auto;
    gap: 32px;
}

@media only screen and (max-width: 767px) {
    .section-why-us .items-container {
        gap: 16px;
        padding-bottom: 12px;
    }
}

.section-why-us .items-container .box-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

@media only screen and (max-width: 1199px) {
    .section-why-us .items-container .box-item {
        width: 40%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .section-why-us .items-container .box-item {
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .section-why-us .items-container .box-item {
        width: 100%;
        padding: 15px 8px;
        margin-bottom: 16px;
    }
}

.section-why-us .items-container .box-item .sub-title {
    font-size: 14px;
    line-height: 140%;
    font-family: 'Open Sans', sans-serif;
    width: 290.67px;
    text-align: center;
    padding-top: 16px;
}

@media only screen and (max-width: 767px) {
    .section-why-us .items-container .box-item .sub-title {
        width: 100%;
        font-size: 14px;
        line-height: 140%;
        padding-top: 9px;
    }
}

.section-why-us .items-container .box-item .title {
    text-align: center;
    width: 290.67px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 150%;
    padding-bottom: 16px;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .section-why-us .items-container .box-item .title {
        font-size: 20px;
        width: 75%;
        line-height: 180%;
        margin: 0 auto;
    }
}

.section-why-us .items-container .box-item .title::after {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ea3121;
    top: 5px;
    left: 4px;
    z-index: -1;
}

.section-why-us .items-container .box-item .title::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 11px;
    left: 10px;
    z-index: -1;
}

.section-why-us .feedback-section.feedback-section-about {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    background-color: unset;
}

    .section-why-us .feedback-section.feedback-section-about .wrapper-feedback {
        max-width: 1000px;
        padding: 0;
    }

@media only screen and (max-width: 1199px) {
    .section-why-us .feedback-section.feedback-section-about .wrapper-feedback {
        max-width: 850px;
    }
}

@media only screen and (max-width: 991px) {
    .section-why-us .feedback-section.feedback-section-about .wrapper-feedback {
        max-width: 700px;
    }

        .section-why-us
        .feedback-section.feedback-section-about
        .wrapper-feedback
        .btn-next {
            right: -35px;
        }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .btn-next {
        right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .btn-prev {
        left: -35px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .btn-prev {
        left: 20px;
    }
}

.section-why-us
.feedback-section.feedback-section-about
.wrapper-feedback
.btn-arrow {
    top: 40%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .btn-arrow {
        top: 40%;
        width: 4.1%;
    }
}

@media only screen and (max-width: 575px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .btn-arrow {
        top: 111%;
        width: 4.1%;
    }
}

@media only screen and (max-width: 767px) {
    .section-why-us
    .feedback-section.feedback-section-about
    .wrapper-feedback
    .box-content {
        padding: 48px 32px;
        font-size: 18px;
        line-height: 28px;
    }
}

.section-why-us .wrapper-icon.go img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.section-why-us .wrapper-icon.go .left-meteor {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-pen1 {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-s-star {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-hat {
    opacity: 1;
    animation: 2s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-big-star {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-book {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-meteor {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-pen2 {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-glass {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-s-star2 {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-big-star {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .left-pencil {
    opacity: 1;
    animation: 2s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-book2 {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-big-star3 {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-hat {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon.go .right-big-star2 {
    opacity: 1;
    animation: 2s ease 0s normal forwards 1 custom-fadein;
}

.section-why-us .wrapper-icon div {
    position: absolute;
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon div {
        opacity: 1;
    }
}

.section-why-us .wrapper-icon div img {
    width: 100%;
    opacity: 0.4;
}

.section-why-us .wrapper-icon .planet-animate {
    width: 108px;
    height: 135px;
    opacity: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .planet-animate {
        width: 55px;
        height: 69px;
    }
}

.section-why-us .wrapper-icon .planet-animate.go {
    opacity: 1;
    animation-name: FlyOut;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .planet-animate.go {
        animation-name: ResponsiveFly;
    }
}

@keyframes ResponsiveFly {
    0% {
        top: 3%;
        right: -3%;
    }

    50% {
        top: 0.5%;
        right: 0%;
    }

    100% {
        top: -0.5%;
        right: 3%;
    }
}

@keyframes FlyOut {
    0% {
        top: 8%;
        right: -3%;
    }

    50% {
        top: 3%;
        right: 4%;
    }

    100% {
        top: 2%;
        right: 6%;
    }
}

.section-why-us .wrapper-icon .planet-animate .star {
    width: 20%;
    left: 59.5%;
    top: 0;
}

.section-why-us .wrapper-icon .planet-animate .planet {
    bottom: 0;
}

.section-why-us .wrapper-icon .planet-animate img {
    opacity: 1;
}

.section-why-us .wrapper-icon .left-meteor {
    width: 10%;
    width: 6.5%;
    left: 11%;
    top: 7.7%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-meteor {
        width: 11.5%;
        left: 13%;
        top: 1%;
    }
}

.section-why-us .wrapper-icon .left-pen1 {
    width: 4.6%;
    left: 4.5%;
    top: 21.5%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-pen1 {
        width: 8.8%;
        left: 3.5%;
        top: 4.5%;
    }
}

.section-why-us .wrapper-icon .left-s-star {
    top: 31%;
    left: 8%;
    width: 1.75%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-s-star {
        top: 19.5%;
        left: 6%;
        width: 3.75%;
    }
}

.section-why-us .wrapper-icon .left-hat {
    top: 38%;
    left: 3.1%;
    width: 6.3%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-hat {
        top: 97%;
        left: 6.1%;
        width: 14.3%;
        opacity: 1;
    }
}

.section-why-us .wrapper-icon .left-pencil {
    top: 51%;
    left: 5.1%;
    width: 3.7%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-pencil {
        width: 8.3%;
        left: 10%;
        top: 56%;
    }
}

.section-why-us .wrapper-icon .left-big-star {
    left: 6.1%;
    width: 2.2%;
    top: 64%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-big-star {
        width: 6.3%;
        left: 50%;
        top: 57.3%;
    }
}

.section-why-us .wrapper-icon .left-glass {
    top: 73%;
    left: 3.1%;
    width: 3.6%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-glass {
        width: 9%;
        left: 13%;
        top: 46.5%;
    }
}

.section-why-us .wrapper-icon .left-s-star2 {
    left: 4.1%;
    width: 1.65%;
    top: 77%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-s-star2 {
        width: 5%;
        left: 17%;
        top: 92.1%;
    }
}

.section-why-us .wrapper-icon .left-pen2 {
    top: 85%;
    left: 8.3%;
    width: 4.5%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .left-pen2 {
        width: 11%;
        left: 4%;
        top: 49%;
    }
}

.section-why-us .wrapper-icon .right-big-star {
    right: 4.7%;
    top: 19%;
    width: 2.3%;
    transform: rotate(65deg);
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-big-star {
        width: 8.5%;
        left: 88%;
        top: 5%;
    }
}

.section-why-us .wrapper-icon .right-book {
    right: 3.3%;
    top: 28%;
    width: 5.3%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-book {
        width: 13.4%;
        left: 76%;
        top: 46.1%;
    }
}

.section-why-us .wrapper-icon .right-meteor {
    right: 3.9%;
    top: 43%;
    width: 5.3%;
    height: 3%;
    transform: rotate(-115deg);
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-meteor {
        width: 12.4%;
        left: 72%;
        top: 88.1%;
    }
}

.section-why-us .wrapper-icon .right-big-star2 {
    right: 10.1%;
    top: 58.5%;
    width: 2.3%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-big-star2 {
        width: 6.4%;
        left: 88%;
        top: 54.1%;
    }
}

.section-why-us .wrapper-icon .right-hat {
    right: 2.7%;
    top: 64%;
    width: 6.3%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-hat {
        width: 13.7%;
        left: 69%;
        top: 18.8%;
    }
}

.section-why-us .wrapper-icon .right-big-star3 {
    right: 4.5%;
    top: 77%;
    width: 2.3%;
    transform: rotate(36deg);
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-big-star3 {
        width: 8.7%;
        left: 78%;
        top: 97.8%;
    }
}

.section-why-us .wrapper-icon .right-book2 {
    right: 7.3%;
    top: 85%;
    width: 5.3%;
}

@media only screen and (max-width: 767px) {
    .section-why-us .wrapper-icon .right-book2 {
        width: 13%;
        left: 82%;
        top: 56.5%;
    }
}

@keyframes custom-fadein {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section-system {
    background-color: #ffda62;
    position: relative;
    padding-bottom: 84px;
    margin-top: -1px;
}

@media only screen and (max-width: 767px) {
    .section-system {
        padding-bottom: 32px;
    }
}

.section-system.teacher-about-system .box-title-main {
    padding-top: 68px;
}

.section-system .box-title-main {
    padding-top: 44px;
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .section-system .box-title-main {
        max-width: 70%;
        margin: 0 auto 32px;
        padding-top: 32px;
    }

        .section-system .box-title-main .title-main {
            line-height: 120%;
            font-size: 30px;
        }
}

.section-system .box-title-main.nth-title {
    padding-top: 58px;
}

@media only screen and (max-width: 1199px) {
    .section-system .box-title-main.nth-title {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .box-title-main.nth-title {
        padding-top: 44px;
        margin-bottom: 24px;
        max-width: 100%;
    }
}

.section-system .wrapper-icon.go img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.section-system .wrapper-icon.go .left-pen {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .left-s-star {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-big-star {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-book {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-meteor {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .left-glass {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .left-s-star2 {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .left-big-star {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .left-pencil {
    opacity: 1;
    animation: 2s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-book2 {
    opacity: 1;
    animation: 1s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-big-star3 {
    opacity: 1;
    animation: 1.25s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-hat {
    opacity: 1;
    animation: 1.5s ease 0s normal forwards 1 custom-fadein;
}

.section-system .wrapper-icon.go .right-big-star2 {
    opacity: 1;
    animation: 2s ease 0s normal forwards 1 custom-fadein;
}

@keyframes custom-fadein {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section-system .wrapper-icon div {
    position: absolute;
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon div {
        opacity: 1;
    }
}

.section-system .wrapper-icon div img {
    opacity: 0.4;
    width: 100%;
}

.section-system .wrapper-icon .left-s-star {
    width: 1.8%;
    left: 12.4%;
    top: 6%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .left-s-star {
        width: 4.8%;
        left: 7.4%;
        top: 33%;
    }
}

.section-system .wrapper-icon .left-pen {
    width: 7.1%;
    top: 11.5%;
    left: 4.2%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .left-pen {
        width: 12.6%;
        left: 5.4%;
        top: 3%;
    }
}

.section-system .wrapper-icon .left-pencil {
    width: 3.7%;
    top: 41.7%;
    left: 4.3%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .left-pencil {
        width: 8.8%;
        top: 43%;
        left: 4.3%;
    }
}

.section-system .wrapper-icon .left-big-star {
    width: 2.4%;
    top: 59.8%;
    left: 10%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .left-big-star {
        width: 7.4%;
        top: 52.8%;
        left: 10%;
    }
}

.section-system .wrapper-icon .left-s-star2 {
    width: 1.8%;
    top: 70.8%;
    left: 4.25%;
}

.section-system .wrapper-icon .left-glass {
    width: 4.8%;
    top: 84.2%;
    left: 3.8%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .left-glass {
        width: 13.8%;
        top: 85.2%;
        left: 9.8%;
    }
}

.section-system .wrapper-icon .right-meteor {
    width: 4.9%;
    top: 7.3%;
    right: 5.6%;
    transform: rotate(-115deg);
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-meteor {
        width: 13%;
        top: 8.3%;
        right: 10.6%;
    }
}

.section-system .wrapper-icon .right-big-star {
    width: 2.3%;
    top: 22%;
    right: 2.95%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-big-star {
        width: 8.3%;
        top: 3.5%;
        right: 7.95%;
    }
}

.section-system .wrapper-icon .right-book {
    width: 6.7%;
    top: 45%;
    right: 5.3%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-book {
        width: 15.2%;
        top: 44%;
        right: 5.3%;
    }
}

.section-system .wrapper-icon .right-big-star2 {
    width: 2%;
    top: 53.4%;
    right: 23.5%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-big-star2 {
        width: 8.3%;
        top: 28%;
        right: 4.95%;
    }
}

.section-system .wrapper-icon .right-big-star3 {
    width: 2.5%;
    top: 60.4%;
    right: 10.1%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-big-star3 {
        width: 9%;
        top: 49%;
        right: 5.5%;
    }
}

.section-system .wrapper-icon .right-hat {
    width: 7%;
    top: 75%;
    right: 3.2%;
}

@media only screen and (max-width: 767px) {
    .section-system .wrapper-icon .right-hat {
        width: 18.5%;
        top: 92%;
    }
}

.section-system .system-slider {
    height: 410px;
}

@media only screen and (max-width: 1199px) {
    .section-system .system-slider {
        height: unset;
    }
}

.section-system .system-slider .btn-arrow {
    top: 45%;
    cursor: pointer;
    z-index: 5;
}

@media only screen and (max-width: 991px) {
    .section-system .system-slider .btn-arrow {
        top: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .btn-arrow {
        top: 78%;
    }
}

.section-system .system-slider .btn-arrow.btn-prev {
    left: 35px;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .btn-arrow.btn-prev {
        width: 4.1%;
        left: 10px;
    }
}

.section-system .system-slider .btn-arrow.btn-next {
    right: 35px;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .btn-arrow.btn-next {
        width: 4.1%;
        right: 10px;
    }
}

.section-system .system-slider .slick-track {
    display: flex;
    align-items: center;
}

.section-system .system-slider .slick-list {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slick-list {
        overflow: unset;
    }
}

.section-system .system-slider .slider-item:nth-child(1) .buld {
    bottom: 6.7%;
    right: 88.5%;
}

@media only screen and (max-width: 1199px) {
    .section-system .system-slider .slider-item:nth-child(1) .buld {
        right: 84%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(1) .buld {
        right: 91%;
    }
}

.section-system .system-slider .slider-item:nth-child(1) .dub-star {
    top: 0;
    left: 15.3%;
}

.section-system .system-slider .slider-item:nth-child(1) .trophy {
    right: 0;
    top: 19.8%;
}

.section-system .system-slider .slider-item:nth-child(2) .buld {
    top: 9.7%;
    left: 3%;
}

.section-system .system-slider .slider-item:nth-child(2) .dub-star {
    top: 0;
    right: 11.3%;
}

.section-system .system-slider .slider-item:nth-child(2) .trophy {
    right: -6%;
    bottom: 14.8%;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(2) .trophy {
        right: -4.5%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(2) .trophy {
        right: -5.5%;
    }
}

.section-system .system-slider .slider-item:nth-child(3) .buld {
    top: -2.3%;
    left: 67%;
}

    .section-system .system-slider .slider-item:nth-child(3) .buld img {
        transform: rotate(60deg);
    }

.section-system .system-slider .slider-item:nth-child(3) .dub-star {
    top: 76%;
    right: -8.7%;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(3) .dub-star {
        right: -4%;
    }
}

.section-system .system-slider .slider-item:nth-child(3) .trophy {
    left: 3px;
    top: 19.2%;
}

.section-system .system-slider .slider-item:nth-child(4) .buld {
    top: 1%;
    left: 75%;
}

    .section-system .system-slider .slider-item:nth-child(4) .buld img {
        transform: rotate(50deg);
    }

.section-system .system-slider .slider-item:nth-child(4) .dub-star {
    left: -4px;
    top: 23.4%;
}

@media only screen and (max-width: 1199px) {
    .section-system .system-slider .slider-item:nth-child(4) .dub-star {
        left: 0;
    }
}

.section-system .system-slider .slider-item:nth-child(4) .trophy {
    left: 25%;
    top: 87.7%;
}

    .section-system .system-slider .slider-item:nth-child(4) .trophy img {
        transform: rotate(-35deg);
    }

@media only screen and (max-width: 1199px) {
    .section-system .system-slider .slider-item:nth-child(4) .trophy {
        top: 80.7%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(4) .trophy {
        top: 89.7%;
    }
}

.section-system .system-slider .slider-item:nth-child(5) .buld {
    top: -2.3%;
    left: 13.9%;
}

.section-system .system-slider .slider-item:nth-child(5) .dub-star {
    top: 70%;
    left: -6%;
}

@media only screen and (max-width: 1199px) {
    .section-system .system-slider .slider-item:nth-child(5) .dub-star {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(5) .dub-star {
        left: -6%;
    }
}

.section-system .system-slider .slider-item:nth-child(5) .trophy {
    right: -6%;
    bottom: 31.8%;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(5) .trophy {
        right: -4.5%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item:nth-child(5) .trophy {
        right: -5.5%;
    }
}

.section-system .system-slider .slider-item .item-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item .item-container {
        flex-direction: column;
    }
}

.section-system .system-slider .slider-item .item-container .box-img {
    width: 100%;
    height: 382px;
    max-width: 48.5%;
}

@media only screen and (max-width: 991px) {
    .section-system .system-slider .slider-item .item-container .box-img {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item .item-container .box-img {
        justify-content: center;
        max-width: 92%;
        margin: 0 auto;
        height: max-content;
    }
}

.section-system
.system-slider
.slider-item
.item-container
.box-img
.image-container {
    max-width: 456px;
    position: relative;
}

    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-img
    .image-container
    img {
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-img
    .image-container
    .buld {
        position: absolute;
        width: 17.3%;
    }

        .section-system
        .system-slider
        .slider-item
        .item-container
        .box-img
        .image-container
        .buld
        img {
            width: 100%;
        }

    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-img
    .image-container
    .dub-star {
        position: absolute;
        width: 17.3%;
    }

        .section-system
        .system-slider
        .slider-item
        .item-container
        .box-img
        .image-container
        .dub-star
        img {
            width: 100%;
        }

    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-img
    .image-container
    .trophy {
        position: absolute;
        width: 13%;
    }

        .section-system
        .system-slider
        .slider-item
        .item-container
        .box-img
        .image-container
        .trophy
        img {
            width: 100%;
        }

.section-system .system-slider .slider-item .item-container .box-title {
    padding-left: 32px;
    width: 100%;
    max-width: 51.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item .item-container .box-title {
        max-width: 72%;
        justify-content: center;
        padding-left: 0;
        margin: 0 auto;
        margin-top: 38px;
    }
}

.section-system
.system-slider
.slider-item
.item-container
.box-title
.sub-title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 24px;
    letter-spacing: 0.25px;
}

@media only screen and (max-width: 991px) {
    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-title
    .sub-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-system
    .system-slider
    .slider-item
    .item-container
    .box-title
    .sub-title {
        margin-top: 28px;
        font-size: 12px;
        line-height: 140%;
    }
}

.section-system .system-slider .slider-item .item-container .box-title .title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 16px;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .section-system .system-slider .slider-item .item-container .box-title .title {
        font-size: 30px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .system-slider .slider-item .item-container .box-title .title {
        text-align: center;
        line-height: 120%;
        margin: 0 auto;
    }
}

.section-system
.system-slider
.slider-item
.item-container
.box-title
.title::after {
    content: attr(data-char);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ea3121;
    top: 5px;
    left: 4px;
    z-index: -1;
}

.section-system
.system-slider
.slider-item
.item-container
.box-title
.title::before {
    content: attr(data-char);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 11px;
    left: 10px;
    z-index: -1;
}

.section-system .reaches-number {
    max-width: 1112px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-system .reaches-number {
        transition: all 0.5s;
    }

        .section-system .reaches-number.go {
            animation: 0.7s ease 0s normal forwards 1 custom-fadein;
        }

    @keyframes custom-fadein {
        0% {
            opacity: 0;
        }

        75% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

.section-system .reaches-number .reaches-items {
    display: flex;
    gap: 32px;
}

@media only screen and (max-width: 991px) {
    .section-system .reaches-number .reaches-items {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .reaches-number .reaches-items {
        gap: 16px;
    }

        .section-system .reaches-number .reaches-items.fadeIn {
            opacity: unset;
        }
}

.section-system .reaches-number .reaches-items .box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .section-system .reaches-number .reaches-items .box-item {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .section-system .reaches-number .reaches-items .box-item {
        width: 45%;
        margin-bottom: 16px;
    }
}

.section-system .reaches-number .reaches-items .box-item .item-img {
    width: 80px;
}

    .section-system .reaches-number .reaches-items .box-item .item-img img {
        width: 100%;
    }

.section-system .reaches-number .reaches-items .box-item .number {
    text-align: center;
    letter-spacing: 0.25px;
    color: #ea3121;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .section-system .reaches-number .reaches-items .box-item .number {
        font-size: 30px;
        line-height: 120%;
    }
}

.section-system .reaches-number .reaches-items .box-item .title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 0.25px;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .section-system .reaches-number .reaches-items .box-item .title {
        font-size: 14px;
        line-height: 140%;
    }
}
/*# sourceMappingURL=about.css.map */
