@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: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 62.5%;
    background-color: #000000;
}

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);
}

.wp-bg {
    background-image: url(./../images/bg-daily.jpg) !important;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-real {
    padding: 2rem 0 0;
}

.section-real a {
    display: block;
}

.section-real .box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    border-radius: 12px;
}

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

.nhapnhay {
    font-weight: bold;
    /*animation: my 700ms infinite;*/
    color: #ffffff;
}

@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,
            hsl(0deg 0% 37%) 0%,
            hsl(210deg 0% 35%) 11%,
            hsl(300deg 0% 32%) 22%,
            hsl(330deg 0% 29%) 33%,
            hsl(320deg 0% 27%) 44%,
            hsl(330deg 0% 24%) 56%,
            hsl(0deg 0% 22%) 67%,
            hsl(320deg 0% 20%) 78%,
            hsl(330deg 0% 17%) 89%,
            hsl(0deg 0% 15%) 100%);
    width: 100%;
    display: flex;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 2px 10px;
}

.section-notification img {
    width: 40px;
    margin-left: 10px;
}

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

.footer .content {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.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: 140px;
    padding: 10px;
}

.section-header {
    background: #282828;
    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: #02227C;
}

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

.menu-item a {
    color: #fff;
    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: #ffffff;
    border: 1px solid #121416;
}

.section-banner {
    position: relative;
    width: 100%;

}

.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 {
    padding: 2rem 0;
}

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

.section-video video {
    border-radius: 20px;
}

.section-benefit {
    padding: 0 0 2rem 0;
}

.title-benefit,
.title-letter,
.title-earn-bilions,
.title-highlight {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg,
            hsl(25deg 100% 50%) 0%,
            hsl(26deg 100% 50%) 11%,
            hsl(27deg 100% 50%) 22%,
            hsl(28deg 100% 50%) 33%,
            hsl(29deg 100% 50%) 44%,
            hsl(30deg 100% 50%) 56%,
            hsl(31deg 100% 50%) 67%,
            hsl(31deg 100% 50%) 78%,
            hsl(32deg 100% 50%) 89%,
            hsl(33deg 100% 50%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.item-benefit {
    width: 25%;
    background: linear-gradient(180deg,
            hsl(0deg 0% 0%) 0%,
            hsl(285deg 0% 4%) 11%,
            hsl(180deg 0% 7%) 22%,
            hsl(180deg 0% 9%) 33%,
            hsl(180deg 0% 11%) 44%,
            hsl(160deg 0% 13%) 56%,
            hsl(180deg 0% 15%) 67%,
            hsl(180deg 0% 17%) 78%,
            hsl(160deg 0% 19%) 89%,
            hsl(0deg 0% 21%) 100%);
    border: #FC8B00 solid 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
    border-radius: 12px;
    height: 265px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.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;
    color: #FC8B00;
    margin-top: 1rem;
}

.img-icon {
    width: auto;
    height: 61px;
}

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

.item-benefit .content {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer_text .img-logo {
    margin-left: 0rem;
}

.footer .footer_text {
    width: 50%;
    margin-right: 10%;
}

.item-benefit .content p {
    text-align: center;
    color: #FFF;
    font-weight: 580;
}

.section-earn-bilions {

    padding: 4rem 0 3rem 0;
}

.section-earn-bilions .subtitle {
    text-align: center;
    margin-top: 2rem;
    font-size: 3rem;
    color: #FFF;
    font-weight: 600;
}

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

.icon-arrow {
    width: 35px;
    height: auto;
}

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

.accordion {
    background: #FC8B00;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 2px solid #282828;
    border-bottom: 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%;
    color: #ffffff;
    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;
    font-size: 3rem;
    font-weight: bold;
    line-height: 5rem;
}

.accordion .img-icon {
    filter: brightness(0) invert(1);
}

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

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

.panel {
    padding: 2rem;
    display: none;
    overflow: hidden;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    transition: all 1s ease-in-out;
    border: 2px solid #FC8B00;
    background: #282828;
    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 {
    color: #FC8B00;
    font-weight: 600;
}

.section-hh {

    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;
}

.item-hh {
    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;
}

.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;
    display: flex;
}

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

.item-hh .btn-reg {
    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 {

    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;
}

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

.table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.table td,
.table th {
    background-color: #4B4B4B;
    text-align: center;
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
}

.table th {
    background-color: #FC8B00;
    color: white;
}

.table td {
    background-color: #4B4B4B;
    color: white;
    border: 1px solid white;
}

.box-world-cup table {
    width: 100%;
}

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

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

.section-highlight {

    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-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 2rem 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: inline-flex;
    align-items: center;
    justify-content: 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;
    gap: 20px;
    margin-right: 10px;
}

.box-link-contact ul li a img {
    width: 55px;
}

.box-link-contact ul li a: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: left;
    justify-content: left;
    font-size: 2rem;
}

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

.box-link-contact {
    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;
    }

}

hr {
    border: none;
    border-top: 4px solid #424242;
    margin: 10px 0;
    width: 100%;
    height: 4px;
}

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

.box-world-cup .title-head {
    line-height: 3rem;
    background-color: #FC8B00;
    color: white;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 5px;
}

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

.box-world-cup p {
    line-height: 1.3;
    padding-bottom: 8px;
    font-size: 18px;
}

.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;
    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 {
        font-size: 3.5rem;
    }

    .footer_icon .title-contact {
        font-size: x-large;
    }

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

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

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

    .item-benefit {
        width: 45%;
        padding: 1.5rem;
    }

    .item-benefit .content {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

@media screen and (max-width: 767.98px) {
    .modal-content {
        padding: 0.5rem;
    }

    .modal-title {
        font-size: 1.6rem;
    }

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

    .modal-body img.header-logo {
        width: 120px;
    }

    .modal-body p#modal-text {
        font-size: 1.4rem;
    }

    .box-benefit {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .item-benefit {
        width: calc(50% - 1rem);
        padding: 1rem;
    }

    .item-benefit .content {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.link-telegram {
    text-decoration: none;
    color: #FC8B00;
}