/* HEADER */
.header {
    position: absolute;
    top: 8px;
    padding-top: 10px;
    width: 100%;
    background: #F8FFF5;
    z-index: 998;
    transition: all 150ms;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.header.header-sticky {
    position: fixed;
    top: 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo .logo-common {
    gap: 12px;
}

.header-logo .logo-common img {
    width: 99px;
}

.header-logo .logo-common .text {
    font-size: 19px;
    font-weight: 700;
    line-height: 24.04px;
}

.header-menu-mobile {
    display: none;
}

.header-menu .list-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-menu .list-menu .menu-item {
    position: relative;
}

.header-menu .list-menu .menu-item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #272B2E;
}

.header-menu .list-menu .menu-item.active > a,
.header-menu .list-menu .menu-item a:hover {
    color: #0A65FD;
}

.header-menu .list-menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0 16px;
    border-radius: 10px;
    min-width: 175px;
    width: max-content;
    display: none;
}

.header-menu .list-menu .menu-item .sub-menu > .menu-item {
    padding: 8px 0;
}

.header-menu .list-menu .menu-item:hover > .sub-menu {
    display: block;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-right .header-btn-register {
    width: 135px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #1A4797;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FED64F;
}

.header-right .btn-open-menu-mobile {
    display: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    cursor: pointer;
}

.btn-close-menu-mobile {
    display: none;
}

.header-right .header-user-profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-right .header-user-profile .avatar {
    width: 36px;
    height: 36px;
}

.header-right .header-user-profile .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.header-right .header-user-profile .name {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.85px;
    color: #000000D9;
}
/* END HEADER */

/* BANNER */
.banner-area {
    position: relative;
    /* padding-top: 139px; */
    padding-bottom: 85px;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 465px;
    width: 100%;
}

.banner-content .sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: #000000A6;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
}

.banner-content .title {
    max-width: 409px;
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    line-height: 54px;
    color: #000000D9;
}

.banner-content .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.banner-content .btn-banner {
    padding: 0 16px;
    min-width: 196px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.71px;
    color: #FFFFFF;
}

.banner-content .btn-banner .icon {
    display: inline-flex;
}

.banner-content .btn-register-exame {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: #4DBEEE 0px 25px 20px -19px;
}

.banner-content .btn-calendar {
    background: #fff;
    color: #1A4797;
    box-shadow: #9ACDFF 0px 25px 20px -20px;
    border: 1px solid #0000000D;
}

.banner-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.banner-area .hero-wave-1 {
    position: absolute;
    left: 0;
    bottom: -245px;
}

.banner-area .hero-wave-2 {
    position: absolute;
    right: 0;
    bottom: -165px;
    z-index: -1;
}
/* END BANNER */

/* SERVICE AREA */
.service-area {
    position: relative;
    padding: 60px 0;
    z-index: 1;
}

.service-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -440px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(195, 252, 254, 0.5) 100%);
    width: 100%;
    height: 720px;
    z-index: -1;
}

.service-title {
    max-width: 617px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.service-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    color: #000000D9;
    margin-bottom: 12px;
}

.service-title .des {
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    color: #00000073;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    background: #fff;
    box-shadow: 0px 8px 46px 0px #0000001A;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 80px;
}

.service-item:nth-child(1) {
    --bg-gradient-service-image: linear-gradient(180deg, #4DEED1 50%, #93D3EE 100%);
    --color-main-service: #4DBEEE;
}

.service-item:nth-child(2) {
    --bg-gradient-service-image: linear-gradient(180deg, #2AA7DC 50%, #1A4797 100%);
    --color-main-service: #1A4797;
}

/* .service-item:nth-child(3) {
    --bg-gradient-service-image: linear-gradient(180deg, #71E69A 50%, #198D42 100%);
    --color-main-service: #45B26B;
} */

.service-item:nth-child(3) {
    --bg-gradient-service-image: linear-gradient(180deg, #9757D7 50%, #47147A 100%);
    --color-main-service: #9757D7;
}

.service-item.reverse {
    flex-direction: row-reverse;
}

.service-item .box-image {
    width: 536px;
    /* background: var(--bg-gradient-service-image); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    /* padding: 20px 0; */
}

.service-item .box-image img {
    border-radius: 20px;
}

.service-item .box-content {
    flex: 1;
    width: 100%;
}

.service-item .box-content .number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    color: #00000073;
    margin-bottom: 16px;
}

.service-item .box-content .title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    color: var(--color-main-service);
    margin-bottom: 26px;
}

.service-item .box-content .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-item .box-content .list .item {
    width: 100%;
    height: 88px;
    padding-left: 24px;
    padding-right: 44px;
    border: 1px solid #0000001A;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
}

.service-item .box-content .list .item:hover {
    background: var(--color-main-service);
}

.service-item .box-content .list .item .icon {
    color: #fff;
    display: inline-flex;
}

.service-item .box-content .list .item:hover .icon g path {
    fill: var(--color-main-service);
}

.service-item .box-content .list .item .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000D9;
}

.service-item .box-content .list .item:hover .text {
    color: #fff;
}
/* END SERVICE AREA */

/* ARCHIVE AREA */
.archive-area {
    position: relative;
    padding: 60px 0;
    background: transparent;
    z-index: 1;
}

.archive-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -438px;
    background: linear-gradient(180deg, rgba(195, 252, 254, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    width: 100%;
    height: 519px;
    z-index: -1;
}

.archive-wrapper {
    display: flex;
    justify-content: center;
}

.archive-title {
    width: 50%;
    padding-right: 86px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.archive-title .box-title {
    width: 303px;
    text-align: right;
}

.archive-title .box-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    color: #000000D9;
}

.archive-detail {
    width: 50%;
}

.archive-detail .archive-item {
    padding: 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: max-content;
}

.archive-detail .archive-item:last-child {
    border-bottom: 0;
}

.archive-detail .archive-item.item-1 {
    --text-stoke-color: #1A4797
}

.archive-detail .archive-item.item-2 {
    --text-stoke-color: #4DBEEE
}

.archive-detail .archive-item.item-3 {
    --text-stoke-color: #45B26B
}

.archive-detail .archive-item .num {
    position: relative;
    display: block;
    font-size: 80px;
    font-weight: 800;
    line-height: 112px;
    color: #fff;
    margin-bottom: 6px;
    -webkit-text-stroke: 3px var(--text-stoke-color);
    letter-spacing: 0.08em;
}

.archive-detail .archive-item .num::after {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-text-stroke: 0px var(--text-stoke-color);
}

.archive-detail .archive-item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000D9;
    text-transform: uppercase;
}
/* END ARCHIVE AREA */

/* APPLICATION */
.application-exam {
    position: relative;
    z-index: 1;
}

.application-title {
    width: 670px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.application-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    margin-bottom: 20px;
}

.application-title .des {
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    color: #000000A6;
    margin-bottom: 0;
}

.application .box-image {
    display: flex;
    justify-content: center;
}
/* END APPLICATION */

/* EXAM STEP */
.exam-step {
    padding-top: 80px;
    padding-bottom: 60px;
}

.exam-title {
    color: #000000D9;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.68px;
    text-align: center;
    margin-bottom: 36px;
}

.exam-step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.exam-step-list .item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.exam-step-list .item .number {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    color: #000000D9;
}

.exam-step-list .item .content {
    position: relative;
    width: 671px;
    height: 100px;
    background: linear-gradient(0deg, #007FB5 0%, #4DBEEE 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 23px;
}

.exam-step-list .item .content::after {
    content: "";
    display: block;
    background-image: url('/assets/frontend/icon/arrow-down-custom.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.exam-step-list .item:last-child .content::after {
    content: none;
}

.exam-step-list .item .content p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
}
/* END EXAM STEP */

/* HONOR AREA */
.honor-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.honor-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 720px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%,  rgba(195, 252, 254, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: -1;
}

.honor-title .title {
    margin-left: 19px;
    margin-top: 13px;
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    text-align: left;
}

.honor-title .title span {
    display: block;
}

.honor-title .des {
    margin-top: 12px;
    margin-left: 19px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
    color: #000000A6;
}

.list-tab-honor {
    margin-left: 19px;
    margin-top: 28px;
    display: flex;
    align-items: center;
}

.list-tab-honor .tab-item {
    width: 178px;
    height: 51px;
    border: 1px solid #0000001A;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    cursor: pointer;
}

.list-tab-honor .tab-item:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.list-tab-honor .tab-item:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.list-tab-honor .tab-item.active {
    background: #1A4797;
    color: #fff;
    border-color: #1A4797;
}

.honor-tab-content {
    display: none;
}

.honor-tab-content.active {
    display: block;
}

.honor-table {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.honor-table-head,
.honor-table-row {
    display: flex;
    align-items: center;
    gap: 48px;
}

.honor-table-head .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.71px;
    color: #00000073;
}

.honor-table-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 46px 0px #0000000D;
}

.honor-table-row {
    padding: 20px 0;
    border-bottom: 1px solid #0000000F;
}

.honor-table-row:last-child {
    border-bottom: 0;
}

.honor-table-row .honor-table-content:first-child {
    text-align: center;
}

.honor-table-row .honor-table-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.71px;
}
/* END HONOR AREA */

/* CERTIFICATE */
.certificate-area {
    position: relative;
    padding: 48px 0;
    z-index: 1;
}

.certificate-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 720px;
    background: linear-gradient(180deg, rgba(195, 252, 254, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    left: 0;
    bottom: -255px;
    z-index: -1;
}

.certificate-title {
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}

.certificate-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    text-align: center;
    color: #000000D9;
    margin-bottom: 30px;
}

.certificate-list {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.certificate-item:nth-child(1) {
    --bg-certificate-main: #4CAE29;
}

.certificate-item:nth-child(2) {
    --bg-certificate-main: #1A4797;
}

.certificate-item:nth-child(3) {
    --bg-certificate-main: #EFAB20;
}

.certificate-item:nth-child(4) {
    --bg-certificate-main: #9757D7;
}

.certificate-item {
    width: calc(100% / 4);
    box-shadow: 0px 8px 46px 0px #0000001A;
    border-radius: 10px;
    background: #fff;
}

.certificate-item-head {
    border-radius: 10px 10px 0 0;
    background: var(--bg-certificate-main);
    height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.certificate-item-head .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    text-align: center;
}

.certificate-item-content {
    padding: 20px;
}

.certificate-item-content p,
.certificate-item-content li {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34.2px;
    color: #000000D9;
}

.certificate-item-content ul {
    list-style: disc;
    padding-left: 20px;
}
/* END CERTIFICATE */

/* FEEDBACK */
.feedback-area {
    padding: 60px 0;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.feedback-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    text-align: center;
    margin-bottom: 14px;
}

.feedback-title .title span {
    display: block;
}

.feedback-title .title span.txt-yellow {
    color: #EFAB20;
}

.feedback-inner {
    max-width: 804px;
    width: 100%;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 8px 46px 0px #0000001A;
    margin: 0 auto;
    padding: 40px 63px;
}

.feedback-inner .feedback-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-bottom: 16px;
    color: #000000D9;
}

.feedback-inner .feedback-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.feedback-inner .feedback-info .avatar img {
    width: 100px;
    height: 100px;
    border: 2px solid #EFAB20;
    border-radius: 100%;
    object-fit: cover;
}

.feedback-inner .feedback-info .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000D9;
}
/* END FEEDBACK */

/* SERVICES PACKAGE */
.services-package {
    padding-top: 139px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
}

.services-package-title {
    text-align: center;
    margin-bottom: 48px;
}

.services-package-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.77px;
    color: #000000A6;
}

.services-package-title .title {
    margin: 16px 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
}

.services-package-title .btn-tutorial-package {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 285px;
    height: 46px;
    gap: 10px;
    border-radius: 30px;
    background: #fff;
    color: #327EE2;
    box-shadow: #9ACDFF 0px 25px 20px -19px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.71px;
}

.services-package-content {
    max-width: 1072px;
    width: 100%;
    margin: 0 auto;
}

.list-tab-services-package {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.list-tab-services-package .tab-item {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #0000000D;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 17.71px;
    color: #000000D9;
    cursor: pointer;
}

.list-tab-services-package .tab-item:nth-child(3) {
    width: 100%;
}

.list-tab-services-package .tab-item a {
    color: #000000D9;
}

.list-tab-services-package .tab-item.active {
    background: #1A4797;
    color: #fff;
}

.tab-services-package-content-wrapper {
    margin-top: 30px;
}

.tab-services-package-content {
    display: none;
}

.tab-services-package-content.show {
    display: block;
}

.tab-services-package-content .description {
    max-width: 886px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: center;
    color: #00000073;
    margin-bottom: 30px;
}

.tab-services-package-content .package-card {
    box-shadow: 0px 8px 46px 0px #0000000D;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.tab-services-package-content .package-detail .package-flex {
    display: flex;
}

.tab-services-package-content .package-detail .title-name {
    flex: 1;
    width: 100%;
}

.tab-services-package-content .package-head .title-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.24px;
    color: #00000073;
}

.tab-services-package-content .package-detail .item-package {
    width: 176px;
    border-left: 1px solid #0000000F;
    text-align: center;
}

.tab-services-package-content .package-head .item-package:nth-child(2){
    --color-item-package: #EF4136;
}

.tab-services-package-content .package-head .item-package:nth-child(3) {
    --color-item-package: #9757D7;
}

.tab-services-package-content .package-head .item-package:nth-child(4) {
    --color-item-package: #4DBEEE;
    --bg-sale-item-package: #327EE20D;
}

.tab-services-package-content .package-head .item-package:nth-child(5) {
    --color-item-package: #1A4797;
    --bg-sale-item-package: #4DBEEE0D;
}

.tab-services-package-content .package-head .item-package .name {
    color: var(--color-item-package);
    font-size: 19px;
    font-weight: 600;
    line-height: 24.04px;
    margin-bottom: 16px;
}

.tab-services-package-content .package-head .item-package .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 32.89px;
    color: #000000D9;
    margin-bottom: 10px;
}

.tab-services-package-content .package-head .item-package .sale span {
    padding: 7px 16px;
    border-radius: 6px;
    background: var(--bg-sale-item-package);
    color: var(--color-item-package);
    font-size: 16px;
    font-weight: 600;
    line-height: 20.24px;
}

.tab-services-package-content .package-body-item {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #0000000F;
}

.tab-services-package-content .package-body-item .title-name,
.tab-services-package-content .package-body-item .item-package {
    padding: 30px 0;
}

.tab-services-package-content .package-body-item .title-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.77px;
    padding: 30px 16px;
}

.tab-services-package-content .package-body-item .item-package {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.77px;
    color: #000000D9;
}

.tab-services-package-content .package-body-item:last-child {
    border-bottom: 0;
}

.tab-services-package-content .package-body-item .btn-register-package {
    padding: 16px 37px;
    border: 1px solid #0000001A;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.24px;
    color: #000000D9;
}

.tab-services-package-content .package-body-item .btn-register-package:hover,
.tab-services-package-content .package-body-item .btn-register-package.active {
    color: #fff;
    background: #4DBEEE;
}
/* END SERVICES PACKAGE */

/* PAYMENT SUCCESS */
.payment-success-area {
    position: relative;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    padding-top: 139px;
    padding-bottom: 80px;
}

.payment-success-inner {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.payment-success-head {
    padding-top: 59px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.payment-success-head .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}

.payment-success-head .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #000000A6;
}

.payment-success-body {
    padding: 30px;
}

.payment-success-body .payment-success-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
}

.payment-success-body .payment-success-info .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    margin-bottom: 14px;
}

.payment-success-body .payment-success-info .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
}

.payment-success-footer {
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    padding: 30px;
}

.payment-success-footer p {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 17.07px;
    color: #00000073;
    margin-bottom: 20px;
}

.payment-success-footer .btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-success-footer .btn {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #0000001A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #000000D9;
}

.payment-success-footer .btn-primary {
    background: #4DBEEE;
    color: #fff;
}
/* END PAYMENT SUCCESS  */

/* FAQ */
.faq-area {
    padding: 60px 0;
}

.faq-title .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
    margin-bottom: 30px;
}

.faq-list {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-list .faq-item {
    width: 100%;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0px 8px 46px 0px #0000000D;
    border-radius: 20px;
}

.faq-list .faq-item .title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1A4797;
    cursor: pointer;
}

.faq-list .faq-item .title p {
    margin-bottom: 0;
    padding-right: 60px;
}

.faq-list .faq-item .title .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 400;
}

.faq-list .faq-item .content {
    margin-top: 20px;
    display: none;
}

.faq-list .faq-item .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000D9;
    margin-bottom: 0px;
}

.faq-list .faq-item .content p a {
    color: #1A4797;
    text-decoration: underline;
}
/* END FAQ */

/* BOOK STORE */
.book-store-area {
    padding-top: 124px;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    padding-bottom: 60px;
}

.book-store-content {
    margin: 0 auto;
    max-width: 804px;
    width: 100%;
}

.book-store-content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    margin-bottom: 21px;
}

.book-store-content .entry-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
}

.book-store-content .entry-content ul,
.book-store-content .entry-content p {
    margin-bottom: 24px;
}

.book-store-content .book-thumbnail {
    margin-bottom: 32px;
}

.book-store-content .img-wrap {
    padding-top: 100%;
}

.book-store-content .img-wrap img {
    border-radius: 16px;
}
/* END BOOK STORE */

/* PRE-VSTEP */

.container-lg {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pre-vstep-area {
    padding-top: 122px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
}

.pre-vstep-inner {
    display: flex;
    align-items: flex-start;
}

.pre-vstep-inner .video-wrapper {
    width: 80%;
    padding: 0 16px;
    border-right: 1px solid #f1f1f1;
    flex: 1;
}

.pre-vstep-inner .video-wrapper .video-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.pre-vstep-inner .video-wrapper .video-head .item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pre-vstep-inner .video-wrapper .video-head .item-left span {
    font-weight: 600;
    color: #1A4797;
}

.pre-vstep-inner .video-wrapper .video-head .item-left select {
    border-radius: 4px;
    background-color: #fff;
}

.pre-vstep-inner .video-wrapper .video-head .item-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pre-vstep-inner .video-wrapper .video-head .item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #1A4797;
    font-weight: 600;
}

.pre-vstep-inner .video-wrapper .video-head .icon {
    display: inline-flex;
}

.pre-vstep-inner .video-wrapper .video-content {
    position: relative;
}

.pre-vstep-inner .video-wrapper .video-content video {
    width: 100%;
    border: 3px solid #4DBEEE;
}

.pre-vstep-inner .video-wrapper .video-content .watermark {
    position: absolute;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.pre-vstep-inner .video-wrapper .video-content .watermark::before {
    content: none;
}

.pre-vstep-inner .video-wrapper .video-content .watermark span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.pre-vstep-inner .video-wrapper .video-content .watermark.top {
    top: 10px;
    justify-content: flex-start;
    width: max-content;
    padding: 12px;
}

.pre-vstep-inner .video-wrapper .video-content .watermark.bottom {
    bottom: 100px;
}

.pre-vstep-inner .video-wrapper .video-content .watermark.center {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    padding: 16px 0;
}

.pre-vstep-inner .video-wrapper .video-content .animation .marquee-animation {
    white-space: nowrap;
    animation: marquee 20s linear forwards;
}

.pre-vstep-inner .video-wrapper .video-description {
    margin-top: 24px;
}

.pre-vstep-inner .video-wrapper .tab-video-description {
    border-bottom: 2px solid #f1f1f1;
}

.pre-vstep-inner .video-wrapper .tab-video-description span {
    display: inline-flex;
    border-bottom: 3px solid #1A4797;
    padding: 16px 8px;
    text-transform: capitalize;
    font-size: 18px;
    color: #1A4797;
    font-weight: 500;
}

.pre-vstep-inner .video-wrapper .video-description .course-content {
    margin-top: 24px;
}

.pre-vstep-inner .video-wrapper .video-description .course-content * {
    display: block;
    white-space: unset !important;
    margin-bottom: 12px;
}

.pre-vstep-inner .video-wrapper .video-title .title {
    font-size: 24px;
    margin-top: 16px;
    font-weight: 600;
}

.pre-vstep-inner .list-course-wrapper {
    width: 20%;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}

.pre-vstep-inner .list-course-wrapper.exanped {
    width: 130px;
}

.pre-vstep-inner .list-course-wrapper .hide-menu-course {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #1A4797;
    cursor: pointer;
    text-transform: uppercase;
}

.pre-vstep-inner .list-course-wrapper .hide-menu-course .icon {
    display: inline-flex;
    align-items: center;
}

.pre-vstep-inner .list-course {
    overflow-y: auto;
    height: 100%;
    padding-right: 8px;
}

.pre-vstep-inner .list-course::-webkit-scrollbar-track
{
    border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.pre-vstep-inner .list-course::-webkit-scrollbar
{
    border-radius: 8px;
	width: 6px;
	background-color: #F5F5F5;
}

.pre-vstep-inner .list-course::-webkit-scrollbar-thumb
{
    border-radius: 8px;
	background-color: var(--primary-color);
}

.pre-vstep-inner .list-course .topic-name {
    font-size: 16px;
    padding: 12px 0;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    cursor: pointer;
}

.pre-vstep-inner .list-course .item {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 8px;
    cursor: pointer;
}

.pre-vstep-inner .list-course .item:hover,
.pre-vstep-inner .list-course .item.active {
    background: #d0eaf5;
    border-right: 6px solid #1A4797;
}

.pre-vstep-inner .list-course .title {
    font-size: 14px;
    font-weight: 500;
}

.pre-vstep-inner .list-course .item .icon {
    display: inline-flex;
}

#video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

#video-overlay.show {
    opacity: 1;
    visibility: visible;
}

#video-overlay .circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    color: #fff;
}
/* END PRE-VSTEP */

/* MODAL PLAY VIDEO */
.modal-play-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-play-video.open {
    display: flex;
}

.modal-play-video .btn-modal-close {
    position: absolute;
    top: 20px;
    right: 70px;
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    z-index: 1;
}

.modal-play-video .modal-play-video-content {
    position: relative;
    width: 95%;
    height: 95%;
    overflow: hidden;
}

.modal-play-video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video::-webkit-media-controls-fullscreen-button
{
    display: none !important;
}

.modal-play-video-content .watermark {
    position: absolute;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.modal-play-video-content .watermark::before {
    content: none;
}

.modal-play-video-content .watermark span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.modal-play-video-content .watermark.top {
    top: 90px;
    justify-content: flex-start;
    width: max-content;
    padding: 16px;
}

.modal-play-video-content .watermark.bottom {
    bottom: 100px;
}

.modal-play-video-content .watermark.center {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    padding: 16px 0;
}

.modal-play-video-content .animation .marquee-animation {
    white-space: nowrap;
    animation: marquee 20s linear forwards;
}

.modal-play-video-content .modal-video-title {
    position: absolute;
    left: 50px;
    right: 100px;
    top: 20px;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.modal-play-video-content .video-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.modal-play-video-content .video-arrow.prev {
    left: 20px;
}

.modal-play-video-content .video-arrow.next {
    right: 20px;
}

.modal-play-video-content .video-arrow svg {
    width: 48px;
    height: 48px;
}

.modal-play-video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.4);
}

.modal-play-video-overlay.show {
    display: block;
}

@keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-500%);
    }
}
/* END MODAL PLAY VIDEO */

/* ABOUT INTRODUCE */
.about-introduce-area {
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    padding-top: 112px;
}

.about-introduce-wrapper {
    max-width: 803px;
    width: 100%;
    margin: 0 auto;
}

.about-introduce-wrapper .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    margin-bottom: 20px;
}

.about-introduce-wrapper .content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    margin-bottom: 20px;
}

.about-introduce-wrapper .content .text-color-blue {
    color: #1A4797;
}

.about-introduce-wrapper .content .text-color-yellow {
    color: #EFAB20;
}

.about-introduce-wrapper .content .bold {
    font-weight: 700;
}
/* END ABOUT INTRODUCE */

/* ABOUT US */
.about-us-area {
    padding: 60px 0;
}

.about-us-wrapper {
    max-width: 804px;
    width: 100%;
    margin: 0 auto;
}

.about-us-wrapper .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    margin-bottom: 20px;
}

.about-us-wrapper .content  * {
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    margin-bottom: 20px;
}

.about-us-wrapper .content strong {
    font-weight: 700;
}

.about-us-wrapper .content ul {
    max-width: 699px;
    width: 100%;
    margin: 0 auto;
    list-style: disc;
}

.about-us-wrapper .content .des {
    margin-bottom: 40px;
}

.about-us-wrapper .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 27px;
    row-gap: 20px;
    margin-bottom: 40px;
}

.about-us-wrapper .gallery .img-wrap {
    padding-top: 100%;
}

.about-us-wrapper .gallery img {
    border-radius: 30px;
}
/* END ABOUT US */

/* ABOUT MEMBER */
.member-area {
    padding-bottom: 35px;
}

.member-area .member-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    text-align: left;
    margin-bottom: 30px;
}

.member-area .member-list {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.member-area .member-item {
    display: flex;
    align-items: center;
    gap: 60px;
}

.member-area .member-item:nth-child(even) {
    flex-direction: row-reverse;
}

.member-area .member-item .image {
    width: 491px;
}

.member-area .member-item .image .img-wrap {
    padding-top: 88.25%;
}

.member-area .member-item .image .img-wrap img {
    border-radius: 30px;
}

.member-area .member-item .content {
    flex: 1;
    width: 100%;
}

.member-area .member-item .content p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    margin-bottom: 20px;
}

.member-area .member-item .content p:last-child {
    margin-bottom: 0;
}

.member-area .member-item .content p .text-color-yellow {
    color: #EFAB20;
}

.member-area .member-item .content p .bold {
    font-weight: 700;
}
/* END ABOUT MEMBER */

/* PRE VSTEP PACKAGE */
.pre-vstep-package {
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    padding-top: 122px;
    padding-bottom: 60px;
}

.pre-vstep-package-wrapper {
    max-width: 804px;
    width: 100%;
    margin: 0 auto;
}

.pre-vstep-package-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pre-vstep-package-head .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
}

.pre-vstep-package .btn-buy {
    min-width: 150px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4DBEEE;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.24px;
    border-radius: 6px;
    padding: 0 16px;
}

.pre-vstep-package-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    color: #1A4797;
    margin-bottom: 20px;
}

.pre-vstep-package-body .content {
    margin-bottom: 32px;
}

.pre-vstep-package-body .content * {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
}

.pre-vstep-package-body .content strong {
    font-weight: 700;
}

.pre-vstep-package-body .content .text-color-yellow {
    color: #EFAB20;
}

.pre-vstep-package-body .content ul {
    padding-left: 24px;
    list-style: disc;
}
/* END PRE VSTEP PACKAGE */

/* TOPIC */
.topic-area {
    background: linear-gradient(180deg, #F6FFF5 0%, #F6FFF5 35.6%, #EBFFFB 77.1%);
    padding-top: 122px;
    min-height: calc(100vh - 340px);
    padding-bottom: 80px;
}

.topic-title {
    text-align: center;
    margin-bottom: 86px;
}

.topic-title .title {
    font-family: "Paytone One";
    font-size: 42px;
    font-weight: 400;
    line-height: 63px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* text-transform: uppercase; */
}

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

.topic-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 43px;
}

.topic-item {
    width: 100%;
    height: 100px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 2px #979EA380;
    border-radius: 20px;
    padding-top: 23px;
    text-align: center;
}

.topic-item .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
    text-align: center;
}

.topic-item .btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.topic-item .topic-btn {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    color: #fff;
    background: #066754;
    box-shadow: 0px 8px 46px 0px #0000000D;
    border-radius: 45px;
}

.topic-item.disabled {
    background: #00000033;
}

.topic-item.disabled .topic-btn {
    background: #327EE280;
}
/* END TOPIC */

/* TOPIC DETAIL */
.topic-detail-wrapper {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.topic-detail-wrapper .topic-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}

.topic-detail-wrapper .list-skill-according {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.topic-detail-wrapper .list-skill-according .skill-according-head {
    background-color: #dedae6;
    display: flex;
    padding: 1.3em 30px 1.3em 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.topic-detail-wrapper .list-skill-according .skill-according-head .title {
    font-size: 18px;
}

.topic-detail-wrapper .list-skill-according .skill-according-content {
    padding: 20px;
    background-color: #ebeff080;
}

.topic-detail-wrapper .list-skill-according .skill-according-content p {
    margin-bottom: 24px;
    color: #54565a;
}

.topic-detail-wrapper .list-skill-according .skill-according-content .btn-skill-exam {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    line-height: 1.3;
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 16px;
    min-width: 16.4em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #066754;
}

.topic-detail-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.topic-detail-wrapper .btn-wrapper .btn-grading-request {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    line-height: 1.3;
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 16px;
    min-width: 16.4em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #066754;
}
/* END TOPIC DETAIL */

/* MODAL POPUP ADS */
.modal-popup-ads .modal-dialog {
    max-width: 900px;
}

.modal-popup-ads .modal-content {
    border-radius: 0;
}

.modal-popup-ads .modal-body {
    padding: 14px;
}

.modal-popup-ads .popup-ads-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.modal-popup-ads .popup-ads-container .img-ads {
    width: 60%;
}

.modal-popup-ads .popup-ads-container .content-ads {
    flex: 1;
    width: 100%;
}

.modal.modal-popup-ads .btn-close-modal {
    top: 10px;
    right: 10px;
}

.modal-popup-ads .popup-ads-container h2.title {
    font-weight: 600;
    margin-bottom: 24px;
}

.modal-popup-ads .popup-ads-container .btn-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border: 1px solid #0000001A;
    background: var(--primary-color);
    margin: 0;
    border-radius: 6px;
    color: #FCFDFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.45px;
    text-align: center;
}
/* MODAL POPUP ADS */

/* MODAL CHOOSE LEVEL */
.modal.modal-choose-level .btn-close-modal {
    top: 15px;
    right: 15px;
}

.modal-choose-level h2.title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.94px;
}

.modal-choose-level .choose-level {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.modal-choose-level .choose-level input {
    margin: 0;
}

.modal-choose-level .choose-level label {
    font-weight: 600;
    font-size: 20px;
}

.modal-choose-level .note {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: red;
    text-align: justify;
    margin-bottom: 24px;
}

.modal-choose-level .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.modal-choose-level .btn-wrapper button {
    width: 100%;
    height: 52px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    border: 1px solid #0000001A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
}

.modal-choose-level .btn-wrapper .btn-cancel {
    background: #fff;
    color: #000000D9;
}
/* END MODAL CHOOSE LEVEL */

.modal-info-payment-wrapper {
    padding-top: 30px;
    text-align: center;
}

/* FOOTER */
.footer {
    position: relative;
    background: #1A4797;
    z-index: 1;
}

.footer .container-lg {
    max-width: 90%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.footer .footer-top {
    padding-top: 58px;
    padding-bottom: 40px;
}

.footer-widget-title {
    margin-bottom: 20px;
}

.footer-logo .footer-widget-title {
    margin-bottom: 14px;
}

.footer-logo .logo-common {
    gap: 12px;
}

.footer-logo .logo-common img {
    width: 122px;
    height: 52px;
}

.footer-logo .logo-common .text {
    font-size: 19px;
    font-weight: 700;
    line-height: 24.04px;
}

.footer-logo .des {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.footer-widget-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
}

.footer-widget-title .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
}

.footer-widget-content .list-menu {
    list-style: disc;
    padding-left: 20px;
}

.footer-widget-content .list-menu .menu-item::marker {
    color: #FFFFFFA6;
}

.footer-widget-content .list-menu .menu-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    color: #FFFFFFA6;
}

.footer-social .list-social {
    padding: 24px 18px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    border-radius: 30px;
    display: inline-flex;
    flex-direction: column;
    gap: 24px;
}

.footer-social .list-social li a {
    display: flex;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF1A;
}

.footer-bottom .footer-copyright {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    color: #FFFFFFA6;
}
/* END FOOTER */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
}

.overlay.show {
    display: block;
}

.alert-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    min-width: 300px;
    padding: 15px;
    padding-right: 28px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.alert-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.alert-toast .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.listening-content .content * {
    /* display: block; */
    white-space: unset !important;
    margin-bottom: 12px;
}

/* PAGE CONTENT */
.page-policy {
    padding-top: 112px;
    padding-bottom: 90px;
}

.page-policy .page-title h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    margin-bottom: 32px;
}

.page-policy .page-content .entry-content h3 {
    font-weight: 700;
    margin-bottom: 16px;
}

.page-policy .page-content .entry-content ul,
.page-policy .page-content .entry-content p {
    margin-bottom: 16px;
}

.page-policy .page-content .entry-content ul li {
    margin-bottom: 8px;
}

.refund-policy .page-content .entry-content ul {
    list-style: disc;
    padding-left: 24px;
}
/* END PAGE CONTENT */

.modal-submit-anytime .modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.modal-submit-anytime .modal-container img {
    width: 140px;
    height: 140px;
}

.modal-submit-anytime .modal-container h2 {
    font-size: 24px;
    text-align: center;
}

.modal-submit-anytime .modal-button-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.modal-submit-anytime .form-input-button {
    width: 177px;
    height: 41.37px;
    background-color: #2F5AA3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    gap: 8px;
}

/*********** REPONSIVE ***********/
@media screen and (max-width: 1330px) {
    .pre-vstep-inner .video-wrapper {
        width: 70%;
    }
    .pre-vstep-inner .list-course-wrapper {
        width: 30%;
    }
}

@media screen and (max-width: 1130px) {
    /* SERVICE */
    .service-item {
        gap: 48px;
    }
    /* END SERVICE */

    .container-lg {
        max-width: 100%;
    }

    .pre-vstep-inner .video-wrapper,
    .pre-vstep-inner .list-course-wrapper {
        width: 100%;
    }
    .pre-vstep-inner {
        flex-wrap: wrap;
    }
    .pre-vstep-inner .video-wrapper {
        border-right: none;
        border-bottom: 1px solid #f1f1f1;
        padding: 0;
        padding-bottom: 32px;
    }
    .pre-vstep-inner .list-course-wrapper  {
        margin-top: 32px;
        padding: 0;
        height: 100% !important;
    }
    .pre-vstep-inner .video-wrapper .video-content {
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    /* HEADER */
    .header-menu-desktop {
        display: none;
    }
    .header-menu-mobile {
        display: block;
    }
    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 350px;
        background: #fff;
        padding: 30px;
        transform: translateX(200%);
        transition: transform .3s;
        z-index: 999;
    }
    .header-menu.open {
        transform: translateX(0);
    }
    .header-menu .list-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .header-menu .list-menu .menu-item .sub-menu {
        display: block;
        position: relative;
        border-radius: 0;
        padding-left: 20px;
        width: 100%;
    }
    .btn-close-menu-mobile {
        margin-left: auto;
        display: block;
        font-size: 30px;
        margin-bottom: 32px;
    }
    .header-right .btn-open-menu-mobile {
        display: block;
    }
    /* END HEADER */

    /* ANYTIME */
    .anytime-package-info .info-video {
        width: 430px !important;
    }

    /*.anytime-slider .image {*/
    /*    width: 50% !important;*/
    /*}*/

    .anytime-slider .slider-item .image {
        width: 515px !important;
    }


    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail img {
        width: 200px !important;
        height: 200px !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-about ul li .text {
        width: 400px !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail {
        width: 200px !important;
        gap: 10px;
        height: 200px;
    }

    .anytime-package-teacher .teacher-thumbnail::before {
        left: -86px !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail img {
        width: 200px !important;
        height: 200px !important;
    }

    .anytime-package-teacher .teacher-about ul li .text {
        text-align: unset !important;
    }

    /* END ANYTIME */
}

@media screen and (max-width: 992px) {
    /* BANNER */
    .banner-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .banner-content {
        position: relative;
        transform: none;
        max-width: 100%;
    }
    .banner-area .hero-wave-1 {
        bottom: -140px;
    }
    .banner-area .hero-wave-2 {
        bottom: -38px;
    }
    /* END BANNER */

    /* SERVICE */
    .service-item {
        gap: 48px;
        flex-direction: column;
        align-items: center;
    }
    .service-item.reverse {
        flex-direction: column;
        align-items: center;
    }
    .service-item .box-image {
        padding: 48px 0;
    }
    /* END SERVICE */

    /* ARCHIVE */
    .archive-area::after {
        height: 799px;
        bottom: -392px;
    }
    .archive-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .archive-title {
        width: 100%;
        align-items: center;
        padding: 0;
    }
    .archive-title .box-title {
        width: 100%;
        text-align: center;
    }
    .archive-detail {
        width: auto;
    }
    /* END ARCHIVE */

    /* APPLICATION */
    .application-title {
        width: 100%;
    }
    /* END APPLICATION */

    /* EXAM STEP */
    .exam-step-list {
        gap: 38px;
    }
    .exam-step-list .item {
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
    .exam-step-list .item .number {
        font-size: 24px;
        line-height: 32px;
    }
    .exam-step-list .item .content {
        width: 100%;
    }
    .exam-step-list .item .content br {
        display: none;
    }
    .exam-step-list .item .content p {
        font-size: 14px;
        line-height: 22px;
    }
    /* END EXAM STEP */

    /* HONOR */
    .list-tab-honor {
        margin-bottom: 38px;
    }
    .honor-area::after {
        height: 1000px;
    }
    /* END HONOR */

    /* CERTIFICATE */
    .certificate-area::after {
        bottom: -282px;
        height: 1000px;
    }
    .certificate-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .certificate-item {
        width: 100%;
    }
    /* END CERTIFICATE */

    /* FEEDBACK */
    .feedback-inner {
        width: 100%;
    }
    /* END FEEDBACK */

    /* SERVICES PACKAGE */
    .tab-services-package-content .package-card {
        overflow-x: auto;
    }
    .tab-services-package-content .package-detail {
        width: 950px;
    }
    /* END SERVICES PACKAGE */

    /* FAQ */
    .faq-list {
        flex-wrap: wrap;
    }
    /* END FAQ */

    /* PRE-VSTEP */
    .pre-vstep-list {
        grid-template-columns: repeat(2, calc(calc(100% / 2) - 8px));
    }
    /* END PRE-VSTEP */

    /* ANYTIME */
    .anytime-package-feedback .feedback-wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .anytime-package-feedback .feedback-form {
        width: 100% !important;
    }

    .anytime-package-feedback .student-feedback {
        overflow: unset !important;
    }

    .anytime-package-feedback .student-wrapper {
        width: auto !important;
        min-height: 152px !important;
        height: unset;
    }

    .anytime-tab-section .anytime-tab-button {
        min-width: unset !important;
        width: 50% !important;
    }

    .anytime-tab-section .anytime-tab-button.active {
        font-size: 24px !important;
    }

    .anytime-tab-section .pre-vstep-package-slider {
        justify-content: center !important;
        display: flex;
        flex-direction: column;
    }

    .anytime-slider .pre-vstep-package-slider iframe{
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .anytime-package-info .info-video {
        width: 100% !important;
    }

    .slider-anytime-package {
        flex-direction: column !important;
    }

    .anytime-slider .slider-anytime-package .image {
        width: 100% !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail {
        width: 281px !important;
        gap: 20px !important;
        height: 246.8px;
    }

    .pre-vstep-package-teacher .teacher-thumbnail::before {
        left: -7px !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail img {
        width: 245.14px !important;
        height: 236.62px !important;
    }
    .anytime-package-teacher.pre-vstep-package-teacher .teacher-about ul li .text {
        width: 464px !important;
    }
    /* END ANYTIME */

    /* ABOUT MEMBER */
    .member-area .member-item,
    .member-area .member-item:nth-child(even) {
        flex-direction: column;
        gap: 32px;
    }
    /* END ABOUT MEMBER */

    /* MODAL PLAY VIDEO */
    .modal-play-video-content .animation .marquee-animation {
        animation-duration: 30s;
    }
    /* END MODAL PLAY VIDEO */

    /* FOOTER */
    .footer-widget {
        margin-bottom: 24px;
    }
    .footer-social .list-social {
        flex-direction: row;
        padding: 16px;
    }
    .footer .container-lg {
        max-width: 100%;
    }
    /* END FOOTER */
}

@media screen and (max-width: 768px) {
    /* BANNER */
    .banner-area .hero-wave-2 {
        bottom: -70px;
    }
    /* END BANNER */

    /* SERVICE */
    .service-item {
        padding: 24px;
    }
    .service-item .box-image {
        width: 100%;
        padding: 0;
    }
    .service-item .box-content .list .item {
        min-height: 88px;
        height: auto;
        padding: 12px;
        gap: 10px;
    }
    .service-item .box-content .list .item .text {
        font-size: 14px;
    }
    /* END SERVICE */

    /* ARCHIVE */
    .archive-area::after {
        height: 800px;
        bottom: -393px;
    }
    /* END ARCHIVE */

    /* EXAM STEP */
    .exam-step {
        padding-bottom: 0;
    }
    .exam-step-list {
        column-count: 1;
    }
    /* END EXAM STEP */

    /* ANYTIME */
    .anytime-package-feedback .feedback-wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .anytime-package-feedback .feedback-form {
        width: 100% !important;
    }

    .anytime-package-feedback .student-feedback {
        overflow: unset !important;
    }

    .anytime-package-feedback .student-wrapper {
        width: auto !important;
        min-height: 200px !important;
        height: auto !important;
    }

    .anytime-tab-section .anytime-tab-button {
        min-width: unset !important;
        width: 50% !important;
    }

    .anytime-tab-section .anytime-tab-button.active {
        font-size: 24px !important;
    }

    .anytime-package-info .info-video {
        width: 100% !important;
    }
    /* END ANYTIME */

    /* HONOR */
    .honor-area {
        padding-bottom: 0;
    }
    .list-tab-honor .tab-item {
        font-size: 14px;
    }
    .honor-table-head {
        display: none;
    }
    .honor-table-row {
        flex-direction: column;
        text-align: right;
        gap: 12px;
        padding: 20px 16px;
    }
    .honor-table-row .honor-table-content:first-child {
        text-align: right;
    }
    .honor-table-row .honor-table-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .honor-table-row .honor-table-content::before {
        content: attr(data-label);
        float: left;
        color: #00000073;
        font-weight: 400;
    }
    /* END HONOR */

    /* FAQ */
    .faq-list {
        max-width: 100%;
    }
    .faq-list .faq-item {
        width: 100%;
        padding: 16px;
    }
    .faq-list .faq-item .title {
        font-size: 14px;
    }
    .faq-title .title {
        font-size: 28px;
    }
    /* END FAQ */

    /* PRE-VSTEP */
    .pre-vstep-title {
        font-size: 32px;
        line-height: 52px;
    }
    .pre-vstep-list {
        gap: 16px;
    }
    .pre-title {
        font-size: 14px;
        margin-left: 0;
    }
    /* END PRE-VSTEP */

    /* MODAL PLAY VIDEO */
    .modal-play-video .modal-play-video-content {
        height: auto;
    }
    .modal-play-video-content .watermark.top {
        top: 40px;
    }
    .modal-play-video-content .watermark.bottom {
        bottom: 40px;
    }
    .modal-play-video .btn-modal-close {
        font-size: 32px;
        top: 20px;
        right: 20px;
    }
    .modal-play-video-content .modal-video-title {
        top: 10px;
        font-size: 16px;
    }
    .modal-play-video-content .watermark.top {
        padding: 10px;
    }
    .modal-play-video-content .watermark.top span {
        font-size: 12px;
    }
    .modal-play-video-content .video-arrow svg {
        width: 24px;
        height: 24px;
    }
    .modal-play-video-content .video-arrow.prev {
        left: 10px;
    }
    .modal-play-video-content .video-arrow.next {
        right: 10px;
    }
    .modal-play-video-content .modal-video-title {
        left: 20px;
        right: 20px;
    }

    .pre-vstep-inner .video-wrapper .video-head {
        flex-direction: column;
        gap: 16px;
    }
    /* END MODAL PLAY VIDEO */

    .services-package-title .title {
        font-size: 32px;
    }
    .list-tab-services-package .tab-item {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .pre-vstep-inner .video-wrapper .video-content .watermark.center,
    .pre-vstep-inner .video-wrapper .video-content .watermark.top {
        padding: 4px;
    }
    .pre-vstep-inner .video-wrapper .video-content .watermark span {
        font-size: 14px;
    }
    .pre-vstep-inner .list-course-wrapper .hide-menu-course {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .header-right .header-user-profile .name {
        display: none;
    }
    /* BANNER */
    .banner-area {
        padding-top: 100px;
    }
    .banner-area .hero-wave-1 {
        bottom: -100px;
    }
    .banner-area .hero-wave-2 {
        bottom: -55px;
    }
    .banner-content .btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-content .btn-banner {
        width: 100%;
    }
    .banner-content .sub-title {
        text-align: center;
        display: block;
    }
    .banner-content .title {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }
    /* END BANNER */

    /* ARCHIVE */
    .archive-area::after {
        height: 100%;
        bottom: -440px;
    }
    .archive-title .box-title .title {
        font-size: 32px;
        line-height: 42px;
    }
    .archive-detail {
        width: 100%;
    }
    .archive-detail .archive-item .num {
        font-size: 62px;
        line-height: 100px;
    }
    .archive-detail .archive-item {
        width: 100%;
        text-align: center;
    }
    .archive-detail .archive-item .num::after {
        left: 50%;
        transform: translateX(-50%);
    }
    /* END ARCHIVE */

    /* APPLICATION */
    .application-title .title {
        font-size: 32px;
        line-height: 42px;
    }
    /* END APPLICATION */

    /* EXAM STEP */
    .exam-step-list .item .content p {
        font-size: 12px;
    }
    /* END EXAM STEP */

    /* HONOR */
    .honor-area::after {
        height: 100%;
    }
    .honor-title .title {
        font-size: 32px;
        line-height: 42px;
    }
    .list-tab-honor .tab-item {
        width: calc(100% / 2);
    }
    /* END HONOR */

    /* CERTIFICATE */
    .certificate-area::after {
        bottom: -70px;
        height: 100%;
    }
    .certificate-list {
        grid-template-columns: repeat(1, 1fr);
    }
    /* END CERTIFICATE */

    /* FEEDBACK */
    .feedback-inner {
        padding: 24px;
    }
    .feedback-inner .feedback-content {
        font-size: 16px;
    }
    /* END FEEDBACK */

    /* PAYMENT SUCCESS */
    .payment-success-head {
        padding-left: 16px;
        padding-right: 16px;
    }
    .payment-success-head .title {
        font-size: 18px;
    }
    .payment-success-body .payment-success-wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px;
    }
    .payment-success-body .payment-success-info .text {
        font-size: 12px;
    }
    .payment-success-body .payment-success-info .value {
        font-size: 14px;
    }
    .payment-success-footer .btn-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    /* END PAYMENT SUCCESS */

    /* PRE-VSTEP */
    .pre-vstep-title {
        font-size: 24px;
        line-height: 32px;
    }
    .pre-vstep-list {
        grid-template-columns: repeat(1, 100%);
    }
    /* END PRE-VSTEP */

    /* ANYTIME */
    .anytime-package-feedback .feedback-wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .anytime-package-feedback .feedback-form {
        width: 100% !important;
    }

    .anytime-package-feedback .student-feedback {
        overflow: unset !important;
    }

    .anytime-package-feedback .student-wrapper {
        width: auto !important;
        height: auto !important;
        min-height: 200px !important;
    }

    .anytime-package-teacher .teacher-thumbnail-group {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-thumbnail {
        gap: 10px !important;
    }

    .anytime-package-teacher .teacher-thumbnail::before {
        left: -50px !important;
    }

    .anytime-package-teacher.pre-vstep-package-teacher .teacher-about ul li .text {
        width: auto !important;
    }

    .anytime-tab-section .anytime-tab-button {
        min-width: unset !important;
        width: 50% !important;
    }

    .anytime-tab-section .anytime-tab-button.active {
        font-size: 18px !important;
    }

    .anytime-tab-section .anytime-tab-button {
        font-size: 14px !important;
    }

    .anytime-tab-section .anytime-tab-button:nth-child(2){
        padding-left: 0 !important;
    }

    .anytime-package-feedback .student-wrapper .message {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .anytime-package-feedback .student-wrapper {
        padding-right: 20px !important;
    }
    .anytime-package-feedback .student-feedback-content {
        margin-left: -70px !important;
    }

    .slider-anytime-package .slider-item {
        width: auto !important;
        padding:  4px !important;
    }

    .slider-anytime-package .anytime-slider {
        display: flex;
    }
    /* END ANYTIME */

    /* MODAL PLAY VIDEO */
    .modal-play-video-content .watermark.top {
        top: 30px;
    }
    .modal-play-video-content .watermark.bottom {
        bottom: 20px;
    }
    .modal-play-video-content .marquee-animation span {
        font-size: 16px;
    }
    /* END MODAL PLAY VIDEO */

    /* ABOUT US */
    .about-us-wrapper .content ul {
        padding-left: 25px;
    }
    .about-us-wrapper .gallery {
        gap: 16px;
    }
    /* END ABOUT US */

    /* ABOUT MEMBER */
    .member-area .member-item .image {
        width: 100%;
    }
    /* END ABOUT MEMBER */

    /* TOPIC */
    .topic-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        column-gap: 16px;
    }
    /* END TOPIC */

    /* MODAL POPUP ADS */
    .modal-popup-ads .popup-ads-container {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 32px;
    }
    .modal-popup-ads .popup-ads-container .img-ads {
        width: 100%;
    }
    /* END MODAL POPUP ADS */
}
