@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,
body {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 62.5%;
}

a {
    cursor: pointer;
}


.icon-tele {
    z-index: 9999;
    font-size: 2rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: at-ripple-blue 1s linear infinite;
}

.popover-body {
    font-size: 1.6rem;
    font-weight: 600;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 24px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 1rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #004199;
    width: 60px;
    height: 60px;
    text-align: center;
}

#myBtn img {
    width: 25px;
    height: 16px;
    transform: rotate(180deg)
}

#myBtn:hover {
    background-color: rgba(85, 85, 85, 0.142);
}


.section-real {
    padding: 4rem 0 0;
    background-color: #f7f7f7;
}

.section-real a {
    display: block;
}

.section-real .box {
    background: linear-gradient(60deg,
            hsl(224, 85%, 66%),
            hsl(269, 85%, 66%),
            hsl(314, 85%, 66%),
            hsl(359, 85%, 66%),
            hsl(44, 85%, 66%),
            hsl(89, 85%, 66%),
            hsl(134, 85%, 66%),
            hsl(179, 85%, 66%));
    padding: 5px;
    border-radius: 12px;
}

.title-real {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: bold;
    text-align: center;
    background-color: #f7f7f7;
    height: 100%;
    padding: 2rem 0;
    border-radius: 12px;
}

.nhapnhay {
    font-weight: bold;
    animation: my 700ms infinite;
}

@keyframes my {
    0% {
        color: #154283;
    }

    50% {
        color: #0753bd;
    }

    100% {
        color: #004199;
    }
}


@keyframes at-ripple-blue {
    0% {
        box-shadow: 0 4px 10px rgba(111, 155, 180, 0.774),
            0 0 0 0 rgba(72, 126, 161, 0.644), 0 0 0 5px rgba(42, 94, 161, 0.788),
            0 0 0 10px rgba(47, 120, 153, 0.719);
    }

    100% {
        box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192),
            0 0 0 5px rgba(80, 157, 219, 0.274), 0 0 0 10px hsla(202, 75%, 71%, 0.205),
            0 0 0 20px rgba(107, 203, 241, 0.192);
    }
}


.section-notification {
    height: 45px;
    background: linear-gradient(180deg, #4c525a, #384f70, #193964);
    width: 100%;
    display: flex;
}

.section-notification i {
    font-size: 3rem;
    color: #ffffff;
    padding: 1rem;
}

.section-notification marquee {
    font-size: 1.8rem;
    height: 100%;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

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

.img-logo {
    width: 220px;
}

.section-header {
    background-image: linear-gradient(#0f305b, #154283 50%, #0f305a);
    padding: 5px 0;
}

.section-header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    gap: 3rem;
}

.group-btn a {
    font-size: 1.8rem;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: bold;
}

.section-header .btn-singin {
    background-color: #ff5f0c;
}

.section-header .btn-singup {
    background-color: #f9a631;
    margin-left: 2rem;
}

.menu-item a {
    color: #D9D9D9;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-item a:hover {
    color: #FF9300;
}

.swiper {
    --swiper-navigation-size: 22px;
    --swiper-navigation-color: #0f305a;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff17;
    border: 1px solid #004199;
}

.section-banner {
    position: relative;

}

.content-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1212;
    background: rgba(27, 24, 20, 0.3);
    padding: 2rem 0 0;
}

.title-content-banner {
    font-size: 3rem;
    font-weight: 600;
    color: #FFFFFF;
}

.sub-content-banner {
    font-size: 2rem;
    color: #FFFFFF;
    padding: 1rem 0;
}

.box-content-banner {
    padding: 0px 20rem;
}

.content-banner .group-btn a {
    padding: 2.5rem 2rem;
    margin-top: 1rem;
}

.content-banner .group-btn .btn-singin {
    background-color: #FF9300;
    margin-left: 2rem;
}

.content-banner .group-btn .btn-singup {
    background-color: #FF492A;
}

.section-video {
    background-color: #f7f7f7;
    padding: 6rem 0;
}

.section-video iframe {
    border-radius: 12px;
}

.section-benefit {
    background-color: #f7f7f7;
    padding: 0 0 4rem 0;
}

.title-benefit,
.title-earn-bilions,
.title-highlight,
.title-contact {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.box-benefit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    gap: 5rem;
}

.item-benefit {
    width: 25%;
}

.item-benefit .head-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-benefit .head-title span {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 1rem;
}

.img-icon {
    width: 55px;
}

.item-benefit {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
    border-radius: 12px;
    height: 250px;
}

.item-benefit .content {
    margin: 1rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.item-benefit .content p {
    text-align: justify;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.section-earn-bilions {
    background-color: #f7f7f7;
    padding: 4rem 0 3rem 0;
}

.section-earn-bilions .subtitle {
    text-align: center;
    margin-top: 2rem;
    font-size: 2.2rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.box-earn-bilions {
    width: 80%;
    margin: 0 auto;
}

.icon-arrow {
    width: 35px;
}

.accordion.active .icon-arrow {
    transform: rotate(180deg);
}

.accordion {
    background: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2.5rem;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.accordion .title {
    width: 100%;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    line-height: 3.5rem;
}

.section-rewards .accordion .title {
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 3rem;
    font-weight: bold;
    line-height: 5rem;
}

.active,
.accordion:hover {
    background: #ffffff;
}

.accordion.active {
    border-radius: 12px 12px 0 0;
}

.panel {
    padding: 2rem;
    display: none;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    transition: all 1s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0 0 12px 12px;

    transition: all 0.5s ease-in-out;
}

.panel a {
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.section-hh {
    background-color: #f7f7f7;
    padding: 5rem 0 3rem
}

.box-hh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.head-hh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-hh span {
    font-size: 6rem;
    font-weight: bold;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.item-hh {
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 3rem 1rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}

.item-hh .title-content {
    font-size: 2.2rem;
    line-height: 3.5rem;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.item-hh ul li {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-top: 1rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
}

.icon-check {
    width: 20px;
    margin-right: 5px;
}

.item-hh .btn-reg {
    background: #ffffff;
    border-radius: 12px;
    font-size: 2rem;
    color: #0f305a;
    font-weight: 600;
    padding: 1rem 2rem;
    margin-top: 2rem;
    border: 2px solid #f9a631;
}

.exclusive-offer p {
    text-align: left;
    line-height: 3rem;
}

.box-formula {
    margin-top: 2rem;
    color: #0f305a;
}

.box-formula p {
    font-size: 2rem;
    line-height: 3rem;
}

.box-formula .title-formula {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.btn-see-details {
    text-align: center;
    margin-top: 3rem;
}

.btn-see-details a:hover {
    color: #ffffff;
    box-shadow: unset;
}

.btn-see-detail {
    background: #ec9419;
    border-radius: 12px;
    color: #ffffff;
    font-size: 2rem;
    padding: 1.5rem 3rem;

    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
}

.section-rewards {
    background-color: #f7f7f7;
    padding: 2rem 0 4rem;
}

.subtitle {
    color: #0f305a;
    font-size: 2rem;
    line-height: 2.5rem;
}

.table {
    margin-top: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
    color: #0f305a;

}

.box-rewards {
    width: 80%;
    margin: 0 auto;
}

table,
th,
td {
    border: 1px solid #0f305a;
    border-collapse: collapse;
}

th,
td {
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

table {
    width: 100%;

}

.table tr th {
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2rem;
    font-weight: bold;
}

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

.section-rewards p {
    font-size: 2rem;
    line-height: 3rem;
    color: #0f305a;
}

.section-highlight {
    background-color: #f7f7f7;
    padding: 4rem 0;
}

.box-highlight {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 2rem;
}

.box-highlight .icon-img {
    width: 50px;
    gap: 10rem;
}

.item-highlight {
    padding: 2rem;
}

.head-highlight span {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 2rem;
}

.item-highlight p {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    text-align: justify;
}

.head-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-contact {
    background-image: url(../images/BG-footer-Đại-lý.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 4rem 0;
}

.section-contact .container {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.section-contact input[type=text],
.section-contact input[type=password] {
    width: 100%;
    padding: .5rem;
    margin: 4px 0 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #004199;
    background-color: transparent;
    font-size: 2rem;
    color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
}

label {
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 2rem;
}

.box-registration {
    background: #b2d3ff85;
    border: 2px solid #004199;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    padding: 2rem;
    margin-top: 2rem;
}

.box-contact,
.box-content {
    width: 50%;
    padding: 0 4rem;
}

.box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input[type=submit] {
    background: #ec9419;
    border-radius: 36px;
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
}

.btn-submit {
    text-align: center;
    margin-top: 2rem;
}

.section-contact .img-logo {
    width: 200px;
    padding: 0 0 2rem;
    margin: 0 auto;
}

.box-content .content p {
    font-size: 2rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 2.5rem;
    margin-bottom: 3rem;
    text-align: justify;
    font-weight: bold;
}

.box-link-contact ul li {
    display: flex;
    align-items: center;
}

.box-link-contact ul li a,
.box-link-contact ul li {
    font-size: 2rem;
    color: #ffffff;
    line-height: 2.5rem;
    margin-top: 1rem;
    font-weight: 600;
}

.box-link-contact ul li span img {
    width: 35px;
}

.box-link-contact ul li span:not(:first-child) {
    margin-left: 2rem;
}

.input-captcha {
    position: relative;
}

.input-captcha img {
    position: absolute;
    width: 135px;
    height: 50px;
    bottom: 20px;
    right: 0;
}

.error {
    font-size: 1.4rem;
    color: #f01;
    padding: 0 0 1rem;
}

#exampleModalToggle .modal-title {
    font-size: 2rem;
}

#modal-text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 2rem 0;
}

.header-logo {
    width: 190px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.modal-footer a button {
    font-size: 2rem;
}

.box-link-contact {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.qr-code {
    width: 40%;
    margin-top: 2rem;
}

.qr-code,
.qr-code img {
    border-radius: 12px;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 12px;

    animation: nhapnhay-popup .7s infinite linear;
}

.popup img {
    border-radius: 12px;
}

.popup .close-popup {
    position: absolute;
    font-size: 2rem;
    background-color: #ffffff;
    font-weight: bold;
    right: 0;
    top: 0;
    padding: 1rem;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    cursor: pointer;
}

@keyframes nhapnhay-popup {
    0% {
        border: thick double #004199;
    }

    100% {
        border: thick double #ec9419;
    }

}


.box-world-cup {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    border: 2px solid #154283;
    margin-bottom: 2rem;
}

.box-world-cup .title-letter {
    text-align: center;
    line-height: 3.5rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 15px;
}

.box-world-cup .title-head {
    line-height: 3.5rem;
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 1rem
}

.box-world-cup .sub-title-head {
    margin-top: 1rem;
}

.box-world-cup p {
    line-height: 4rem;
}

.box-world-cup p strong {
    background: linear-gradient(180deg, #0f305b 0%, #154283 54%, #0f305a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

@media screen and (max-width: 1023.98px) {
    .section-header .menu {
        gap: 2rem;
        font-size: 1.4rem;
    }

    .group-btn {
        display: flex;
        align-items: center;
    }

    .group-btn a {
        font-size: 1.6rem;
    }

    .section-header .btn-singup {
        margin-left: 1rem;
        padding: 1rem;
    }

    .title-content-banner {
        font-size: 2.5rem;
    }

    .sub-content-banner {
        font-size: 1.6rem;
    }

    .content-banner .group-btn a {
        padding: 1.5rem 1rem;
    }

    .img-icon {
        width: 35px;
    }

    .item-benefit .head-title span {
        font-size: 1.8rem;
        margin-left: 1rem;
    }

    .box-benefit {
        gap: 0;
        align-items: flex-start;
    }

    .item-benefit .content {
        margin: 1rem 0;
        padding: 1rem;
    }

    .title-benefit,
    .title-earn-bilions,
    .title-highlight,
    .title-contact {
        font-size: 3.5rem;
    }

    .box-hh {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }

    .head-hh span {
        font-size: 5rem;
    }

    .table th {
        font-size: 2rem;
    }

    .box-contact,
    .box-content {
        padding: 0;
    }
}