:root {
    /* fonts */
    --heading-24-medium: Roboto;
  
    /* font sizes */
    --font-size-lg: 18px;
    --heading-24-medium-size: 24px;
    --subtitle-16-reguler-size: 16px;
    --font-size-xl: 20px;
    --font-size-41xl: 60px;
  
    /* Colors */
    --color-darkslateblue: #0e3068;
    --white: #fff;
    --color-dodgerblue: #4487f6;
    --primary-blue-1: #0066ff;
    --color-black: #000;
    --color-gold-100: #ffda4e;
    --color-gold-200: #ffe500;
  
    /* Gaps */
    --gap-5xl: 24px;
    --gap-base: 16px;
    --gap-5xs: 8px;
    --gap-41xl: 60px;
    --gap-9xl: 28px;
    --gap-mini: 15px;
    --gap-xs: 12px;
    --gap-xl: 20px;
    --gap-13xl: 32px;
    --gap-3xs: 10px;
  
    /* Paddings */
    --padding-101xl: 120px;
    --padding-210xl: 229px;
    --padding-xl: 20px;
    --padding-61xl: 80px;
    --padding-xs: 12px;
    --padding-base: 16px;
    --padding-5xl: 24px;
  
    /* Border radiuses */
    --br-base: 16px;
    --br-147xl: 166px;
    --br-5xl: 24px;
    --br-xs: 12px;
    --br-81xl: 100px;
    --br-5xs: 8px;
}

/* Hide up down input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
    font-family: Roboto;
    background: #0E3068;
    color: #fff;
    margin: 0;
    line-height: normal;
}

a {
    color: #fff;
}

h2 {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

ul li {
    text-align: left;
}

section {
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center;
}

#preloader {
    background: #0E3068;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1031;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 1520px;
}

.section {
    background-size: cover;
    padding: 0 0 4.5em;
    position: relative;
}

.bg-before::before {
    content:"";
    opacity:0.5;
    position:absolute;
    top: 0;
    bottom:0;
    right:0;
    left:0;
    width:auto;
    height:auto;
    z-index:-3;
}

.bg-before::after {
    content:"";
    opacity:0.5;
    position:absolute;
    top: 0;
    bottom:0;
    right:0;
    left:0;
    width:auto;
    height:auto;
    z-index:-5;
}

.btn-read-more-wrap {
    display: flex;
    justify-content: center;
}

.btn-readmore {
    max-width: 200px;
}

/* section1 */
.hero-section {
    position: relative;
}

.hero-section::before {
    background: url(/landingpage/images/bg/bg-01.png) center center no-repeat scroll;
    background-size: cover;
    opacity: 1;
}

.logo {
    margin-top: 68px;
    width: 305px;
    height: 80px;
    padding: 7px;
}

.hero-section h1 {
    color: #FFF;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 50px;
}

.header-left {
    position: relative;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
}

.header-left::before {
    background: url(/landingpage/images/bg/section1-left-bg.png) center center no-repeat scroll;
    z-index: 5;
    opacity: 0.4;
    left: -100px;
    background-size: 85%;
}

.header-right {
    margin-bottom: 100px;
    padding-right: 100px;
}

header .book {
    width: 60%;
    height: auto;
}

.brand-ambassador-wrap {
    display: flex;
    justify-content: right;
}

.brand-ambassador {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.brand-ambassador .name-wrap {
    display: flex;
    justify-content: center;
}

.brand-ambassador .name {
    margin-top: 10px;
    padding: 10px 33px;
    background: linear-gradient(180deg, rgba(18, 3, 57, 0), #2e0dc5);
    backdrop-filter: blur(4px);
    border-bottom: 4px solid var(--primary-blue-1);
    box-sizing: border-box;
    width: 280px;
    height: 78px;
    overflow: hidden;
}

.brand-ambassador img {
    width: auto;
    height: auto;
    max-height: 560px;
    max-width: 420px;
}

/* why not success */
.section-why-not-success {
    background: linear-gradient(180deg, #132B6E 0%, #000 100%);
    padding-top: 50px;
    padding-bottom: 200px;
}

.section-why-not-success ul {
    padding-left: 0px;
}

.section-why-not-success ul li {
    list-style-type: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}

.why-cc-img {
    margin-right: 9px;
    display: flex;
    align-items: center;
}

.why-cc-img img {
    width: 24px;
    max-width: 24px !important;
}

.section-why-not-success .why-not-wrap {
    position: relative;
    height: fit-content;
}

.section-why-not-success .why-not-wrap .why-not-cdb {
    position: absolute;
    z-index: 3;
    border-radius: 16px;
    margin: 10px 20px;
    padding: 45px 72px 37px 72px;
    background: url(/landingpage/images/bg/why-cc.png) center center no-repeat scroll;
    background-size: cover;
    box-shadow: 0px 0px 30px 0px #225BFF;
}

.section-why-not-success .why-not-wrap::before {
    background: url(/landingpage/images/bg/planet1.png) left top no-repeat scroll;
    opacity: 1;
    top: -120px;
    left: -90px;
    z-index: 1;
}

.section-why-not-success .why-not-wrap::after {
    background: url(/landingpage/images/bg/planet2.png) right bottom no-repeat scroll;
    opacity: 1;
    bottom: -120px;
    right: -100px;
    z-index: 1;
}

.section-9year .description {
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.group-section-1 {
    background: url(/landingpage/images/bg/bg-02.png), rgb(12, 47, 122) 0px 0px / 128.585% 100% no-repeat;
    background-size: cover;
}

/* what is futuremap */
.section-what-fmap {
    position: relative;
    padding-top: 50px;
    
}

.section-what-fmap::before{
    background: url(/landingpage/images/bg/what-fmap-left.png) left center no-repeat scroll;
    background-size: 80%;
    opacity: 0.3;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 23;
    top: -200px;
}

.section-what-fmap .description {
    text-align: left !important;
}

/* section intro */
.section-block-img {
    padding: 120px 229px 80px 229px;
    gap: 60px;
}

.section-block-img h2 {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.description {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row-block-img {
    margin-top: 60px;
}

.wrap-img-block img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 16px;
}

.wrap-img-block h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* section-intro2 */
.section-intro2 {
    /* background: url(/landingpage/images/bg/bg-02.png) center center no-repeat scroll; */
    /* background: url(/landingpage/images/bg/bg-02.png), rgb(12, 47, 122) 0px 0px / 128.585% 100% no-repeat; */
}
 
.section-intro2 .title {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.intro2-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

section .container-fluid {
    position: relative;
}

.section-immportant-things {
    background-image: url(/landingpage/images/bg/bg-03.png) !important;
    position: relative;
    background-repeat: no-repeat;
}

.section-immportant-things::before {
    background: linear-gradient(180deg, #132B6E 0%, #000 100%);
    opacity: 1;
    z-index: -1;
}

.section-immportant-things::after {
    background: linear-gradient(180deg, #132B6E 0%, #000 100%);
    opacity: 1;
    z-index: -1;
}

.btn-check-now {
    margin-top: 20px;
    padding: 16px 24px;
    border-radius: 12px;
    background: #FFE500;
    color: #0E3068;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-check-wrap {
    position: relative;
    padding: 20px 30px;
}

.btn-focus-check-form {
    
}

.absolute-btn-wrap {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}

.btn-reg-vip {
    margin-top: 30px;
}

.readmore-description-wrap {
    display: flex;
    flex-direction: column;
}

.readmore-description-wrap .readmore {
    cursor: pointer;
}

.readmore-description {
    text-align: left;
}

.readmore-description-wrap .readmore {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFE500;
    position: relative;
}

.readmore-description-wrap .readmore span {
    position: absolute;
    z-index: 9;
    right: 10px;
}

/* number meaning */
.section-number-meaning {
    position: relative;
}

.section-number-meaning::before {
    background: url(/landingpage/images/bg/stars1.png) left top no-repeat;
    opacity: 0.8;
    background-size: 50%;
}

.section-number-meaning::after {
    background: url(/landingpage/images/bg/stars2.png) right bottom no-repeat;
    opacity: 0.8;
    background-size: 50%;
}

.wrap-number-meaning {
    background: url(/landingpage/images/bg/number-meaning.png);
    width: 100%;
    aspect-ratio: 9/16;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.wrap-number-meaning h3 {
    text-transform: uppercase;
    font-size: var(--font-size-41xl);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    padding-top: 2px;
}

.wrap-number-meaning p {
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    top: 30%;
}

.section-check-result {
    position: relative;
    background: url(/landingpage/images/bg/stars3.png) left center no-repeat;
    background-size: 50%;
}

.section-check-result::before {
    background: url(/landingpage/images/bg/eclipse.png) top center no-repeat;
    top: -600px;
    opacity: 0.8;
    mix-blend-mode: color-dodge;
    filter: blur(5px);
}

.section-check-result::after {
    background: url(/landingpage/images/bg/stars4.png) right center no-repeat;
    opacity: 0.8;
    background-size: 60%;
}

.wrap-version-detail h4 {
    color: #000;
}

.wrap-version-detail p {
    color: #000;
    text-align: left;
}

/* section form */
.section-form-input {
    border: 0;
    font-family: var(--heading-24-medium);
    font-size: var(--font-size-lg);
    background-color: var(--white);
    border-radius: var(--br-81xl);
    height: 52px;
    overflow: hidden;
    flex-shrink: 0;
}

.input-wrap {
    text-align: left;
    margin-bottom: 20px;
}

.input-wrap label {
    font-size: var(--font-size-lg);
    font-weight: bolder;
}

/* section book */
.book-detail:hover {
    color: #FFE500;
}

.section-book {
    position: relative;
}

.section-book::before {
    background: url(/landingpage/images/bg/version.png) left center no-repeat scroll;
    top: 100px;
}

.alert-version {
    margin-top: 50px;
    border-radius: 16px;
}

.alert-version .btn-check-now {
    margin-top: 5px;
}

.opacity-dark {
    opacity: 0.5;
}

.bn-basic-100000-vn-wrapper {
    border-radius: 0 0 var(--br-5xs) var(--br-5xs);
    background: linear-gradient( 180deg, rgba(39, 127, 255, 0), rgba(39, 127, 255, 0.5) );
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    vertical-align: middle;
    font-size: var(--heading-24-medium-size);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* register */
.section-register {
    position: relative;
}

.section-register::before {
    background: url(/landingpage/images/bg/register-bg.png) left center no-repeat scroll;
    opacity: 0.8;
}

.reg-vip-title {
    padding-top: 25px;
}

/* section video */
.section-video {
    
}

.section-9year {
    position: relative;
    background: linear-gradient(180deg, #000204 0%, #0E3068 100%);
}
.section-9year::before {
    z-index: 6;
    background: url(/landingpage/images/bg/9year.png) center center no-repeat scroll;
    top: 420px
}

.section-expert {
    margin-top: 100px;
    position: relative;
    
}
.section-expert::before {
    background: url(/landingpage/images/bg/roadmap-grid.png) center center no-repeat scroll;
    
}
.section-expert::after {
    opacity: 1;
    background: linear-gradient(180deg, #0E3068 0%, #030E1E 100%);
}

.embed-div-ytb {
    width: 100%;
    aspect-ratio: 16/9;
}

/* customer */
.section-customer {
    position: relative;
}
.section-customer::before {
    /* ẩn phần chia sẻ từ chuyên gia nên phần này phải comment */
    /* background: linear-gradient(180deg, #040F20 0%, #0E3068 100%); */
    opacity: 1;
}

.customer-info {
    display: flex;
    flex-direction: row;
}

.customer-info img {
    max-width: 80px;
    border-radius: 50% !important;
}

.customer-name-age {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

.customer-review {
    text-align: left;
    margin-top: 10px;
}

.wrap-testimonial-block {
    color: #000;
}

.wrap-testimonial-block .card {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 16px;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--primary-blue-1);
    border-top: 1px solid var(--color-dodgerblue);
    border-bottom: 1px solid var(--color-dodgerblue);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
    color: #fff !important;
}

/* section faq */
.section-faq {
    color: #fff !important;
    position: relative;
    padding-bottom: 200px;
}

.section-faq::before {
    background: url(/landingpage/images/bg/faq-bg.svg) center center no-repeat scroll;
    top: -90%;
}

.accordion-header {
    background-color: var(--primary-blue-1);
    border-top: 1px solid var(--color-dodgerblue);
    border-bottom: 1px solid var(--color-dodgerblue);
}

.accordion-button {
    font-weight: bolder;
    background-color: var(--color-darkslateblue);
    color: #fff;
    border-left: 1px solid #ccc;
}

.accordion-body {
    text-align: left;
    color: #fff;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* footer */
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(/landingpage/images/bg/footer-bg-lite.png) center center no-repeat scroll;
    background-size: cover;
    position: relative;
}

footer::before {
    background: linear-gradient(180deg, #132B6E 0%, #000 100%);
    z-index: 30 !important;
    top: -200px !important;
    height: 200px !important;
    width: 100% !important;
    opacity: 0.5;
}

.footer-left .logo {
    margin-top: 10px;
}

.verified-img {
    width: 243px;
    height: 91px;
    object-fit: cover;
}

.footer-right {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.social-links li {
    background: unset;
    border: unset;
}

/* back to top */
#backToTop {
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
#backToTop::after {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #FFE500;
}
#backToTop:active {
    background-color: #555;
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
}

label.error {
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.modal-dialog {
    max-width: 580px !important;
}

#regVipModal .modal-content {
    padding-bottom: 20px;
    border-radius: 16px;
}

#regVipModal .modal-header {
    position: relative;
    border-bottom: none;
}

#regVipModal .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
}

#regVipModal label.error {
    color: red;
}

.modal-dialog input, .modal-dialog select {
    border: 1px solid #C2C2C2;
}

.modal-btn-reg-vip {
    padding: 13px 24px;
}

.modal-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 5px 20px 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#swal2-content h2 {
    font-family: Roboto;
    color: #0E3068;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

#swal2-content .message {
    font-family: Roboto;
    color: #0E3068;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.swal2-styled.swal2-confirm {
    min-width: 200px;
}

.swal2-popup {
    border-radius: 12px !important;
}

/* 1366x768 pc */
@media (max-width: 1400px) {
    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 1.2rem;
    }

    .container {
        max-width: 1200px !important;
    }

    /* header */
    .logo {
        margin-top: 50px;
    }

    .hero-section h1 {
        font-size: 50px;
    }

    .header-right {
        padding-right: 10px;
    }

    .brand-ambassador {
        align-items: center;
    }

    .brand-ambassador img {
        width: 70%;
        height: auto;
        flex-shrink: 0;
    }

    .brand-ambassador h3 {
        font-size: 1.5rem;
    }

    /* section number meaning */
    .wrap-number-meaning h3 {
        padding-top: 8px;
    }

    .readmore-description-wrap .readmore {
        margin-top: 5px;
        margin-bottom: 30px;
    }
}

/* mobile */
@media (max-width: 768px) {
    h2 {
        font-size: 26px;
    }

    section {
        padding-top: 20px;
        padding-bottom: 51px;
    }

    .hero-section::after {
        background: url(/landingpage/images/bg/header-bg-mobile.png) center center no-repeat scroll !important;
        background-size: 100% !important;
        opacity: 0.7 !important;
        top: -100px;
    }

    header .top-logo {
        text-align: center;
    }

    header .logo {
        margin-top: 30px;
    }

    .header-left::before {
        background: none;
    }

    .header-left {
        align-items: center;
        padding-bottom: 7px;
    }

    .header-left .book {
        width: 71%;
        margin-top: 10px;
    }

    .header-right {
        margin-bottom: 5px;
        padding-right: 10px;
    }

    .brand-ambassador {
        align-items: center;
    }

    .brand-ambassador img {
        width: 71%;
    }

    .hero-section h1 {
        text-align: center;
        font-size: 32px;
        margin-top: 38px;
    }

    .section-why-not-success .why-not-wrap::before {
        background-size: 50%;
        top: -70px;
    }
    
    .section-why-not-success .why-not-wrap::after {
        background-size: 50%;
        right: -6px;
    }

    .section-why-not-success h2 {
        margin-top: 30px;
    }

    .section-why-not-success .why-not-wrap .why-not-cdb {
        margin: 10px 20px;
        padding: 10px 10px 10px 5px;
    }

    .why-not-wrap {
        padding-left: unset;
        margin-top: 15px;
    }

    .why-not-wrap ul {
        padding-left: 15px;
    }

    .section-what-fmap {
        padding-top: 10px;
    }

    .readmore-description-wrap .readmore {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .section-what-fmap .container {
        padding-top: 0px 0px !important;
    }

    .section-block-img {
        padding: 51px 5px 50px 5px;
    }

    .customer-slider-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-expert {
        margin-top: 15px;
    }

    .section-expert .row-block-img{
        margin-top: 15px;
    }

    .section-register {
        padding-top: 60px;
    }

    .section-register::before {
        top: -500px;
    }

    .footer-right {
        padding-top: 50px;
        padding-left: 12px;
    }

    .section-book .btn-check-now {
        padding: 16px 16px;
    }

    .section-number-meaning .row-block-img {
        margin-top: 15px;
    }

    .number-meaning-description {
        margin-top: 50px;
    }

    .wrap-number-meaning h3 {
        font-size: 40px;
        padding-top: 2px;
    }

    .wrap-number-meaning p {
        margin-top: 10px;
        font-size: 12px;
    }

    .section-book h2 {
        margin-top: 10px;
    }

    .section-book .row-block-img {
        margin-top: 0px;
    }

    .section-book .wrap-img-block h3 {
        margin-top: 0px;
        margin-bottom: 0.2rem;
    }

    .section-9year h2 {
        padding: 30px 0px 10px 0px;
    }

    .section-9year .description {
        padding: 0px 5px;
    }

    .four-road {
        text-align: left !important;
    }

    .section-check-result::before {
        top: -590px;
    }

    .btn-check-wrap {
        padding: 5px 10px 80px 10px;
    }

    .btn-check-wrap .btn-focus-check-form {
        margin-top: 12px;
        padding: 16px 19px;
        font-size: 16px;
    }

    .section-faq {
        padding-bottom: 150px;
    }

    footer {
        padding-top: 20px;
    }

    footer::before {
        z-index: -1 !important;
    }

    footer h3 {
        margin-top: 10px;
        font-size: 20px;
    }

    #backToTop {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    .modal-title {
        font-size: 20px;
        margin: 27px 5px 8px 10px;
    }
}