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

.wrapper {
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg');
    margin: 0 auto;
}

.bg {
    background-color: #154282;
    padding-bottom: 1rem;
}

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

.section-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;

}

.section-banner {
    padding-top: 5.8rem;
    position: relative;
}

.login-area {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.btn-login-now {
    border: 2px solid #154282;
    border-radius: 12px;
    padding: 1.5rem 3rem;
    transition: all 0.5s ease;
    background-color: #154282;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    font-size: 8px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    width: 215px;
    text-align: center;
}

.btn-reg-now {
    /* position: absolute;
    bottom: 3rem;
    left: 50%; */
    /* transform: translateX(-50%); */
    border: 2px solid #154282;
    border-radius: 12px;
    padding: 1.5rem 3rem;
    transition: all 0.5s ease;
    background-color: #154282;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    width: 215px;
    text-align: center;
}

.btn-login-now:active,
.btn-reg-now:active,
.btn-rules:active {
    box-shadow: unset;
}

.btn-rules,
.btn-see-more {
    border: 2px solid #154282;
    border-radius: 12px;
    padding: 1.5rem 3rem;
    transition: all 0.5s ease;
    background-color: #154282;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    width: 190px;
    margin: 0 auto;
    text-align: center;
}

.section-banner .slick-arrow {
    position: absolute;
    width: 70px;
    height: 100%;
    z-index: 1;
    background: transparent;
    outline: none;
    border: none;
    color: #ffffff3d;
}

.section-wallet {
    background-color: #1e1e1e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 2rem;
    margin-top: 55px;
}

.box-wallet {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-wallet {
    margin-left: 2rem;
    width: 80px;
}

.icon-vip,
.icon-task {
    width: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-vip-task {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110px;
}

.section-banner .slick-arrow:hover {
    color: #154282;
    transition: all 0.25s;
    outline: none;
    border: none;
}

.section-banner .slick-prev,
.section-banner .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.section-banner .slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.section-banner .hydrated {
    font-size: 3rem;
}

.section-banner .slick-dots {
    display: flex;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 10px;
}

.section-banner .slick-dots li {
    margin: 0 5px;
}

.section-banner .slick-dots li button {
    height: 5px;
    width: 30px;
    background: rgb(133, 133, 133);
    border: none;
    font-size: 0;
}

.section-banner .slick-dots .slick-active button {
    background: #154282;
}

.menu-bar .logo {
    width: 135px;
}

.menu-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #154282;

    position: relative;
}

.btn-menu {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    width: 90px;
    height: auto;
}

.btn-cskh {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}

.btn-lang {
    width: 22px;
}

.btn-menu ion-icon {
    color: #ffffff;
    font-size: 3.5rem;
}

.icon-back ion-icon {
    color: #154282;
    font-size: 2.5rem;
}

.section-menu {
    display: none;
}

@keyframes menu-open {
    from {
        left: -30vw;
    }

    to {
        left: 0;
    }
}

.box-menu {
    background-color: #fff;
    height: 100vh;
    min-width: 16vw;
    z-index: 123456;
    position: fixed;
    transition: 0.5s linear;
    animation: menu-open 0.3s linear;
    overflow-y: scroll;
}

.menu-back {
    justify-content: space-between;
    width: 100%;
}

.menu-logo {
    width: 100px;
}

.blur {
    background-color: #000000c5;
    min-height: 100vh;
    min-width: 100vw;
    z-index: 123455;
    position: fixed;
}

.img-menu {
    height: 25px;
    width: 35px;
}

.img-menu img {
    object-fit: contain;
}

.box-menu li p {
    font-size: 1.2rem;
    color: #154282;
    font-weight: 600;
    margin-top: .5rem;
    margin-left: 1rem;
    text-transform: uppercase;
}

.box-menu li {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.box-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.box-menu li:hover,
.box-menu li:active {
    background-color: rgba(83, 125, 181, 0.27);
}

.box-menu li:hover:first-child,
.box-menu li:hover:last-child {
    background-color: transparent
}

.box-noti {
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.icon-noti {
    width: 30px;
}

.box-noti marquee {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.2rem;
}

.title-diagram {
    font-size: 2.2rem;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    color: #154282;
}

.box-diagram {
    background-image: linear-gradient(to top, #b9deef, #a4dff1 50%, #b8cdd3 100%);
    margin: 0 1rem;
    border-radius: 18px;
    padding: 3rem 2rem;
    margin-bottom: 1rem;
}

.item-step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.icon-step img {
    width: 110px;
    height: 110px;
}

.icon-step {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-step {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.box-step p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.box-text {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.title-people-intro {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 2rem;
    text-align: center;
    margin-top: 1rem;
}

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

.table-policy {
    font-size: 1.6rem;
    background-color: #00000035;
    margin-bottom: 2rem;
    border: 2px solid #ffffff;
}

.table-policy .row-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-policy .row-table:first-child {
    border-bottom: 2px solid #ffffff;
}

.table-policy .row-table span {
    width: 25%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-table span:not(:nth-child(1)) {
    border-left: 2px solid #ffffff;
}

.text-content,
.text-note {
    font-size: 1.7rem;
    font-weight: 500;
    color: #000;
    line-height: 2.2rem;
    margin-top: 1rem;
}

.img-diagram {
    width: 90%;
    margin: 0 auto;
}

.modal-title {
    font-size: 2rem;
    font-weight: 600;
    color: #154282;
    text-align: center;
    width: 100%;
}

.modal-fullscreen .modal-header {
    padding: 1rem;
}

.btn-close {
    font-size: 2rem;
}

.box-img-tour-guide {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.img-tour-guide {
    width: 100%;
}

.box-policy .title-policy {
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
}

.box-see-more p,
.box-policy p {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #154282;
    font-weight: 500;
    margin-top: 1rem;
}

.box-see-more h4 {
    text-align: justify;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #154282;
    font-weight: 500;
    margin-top: 1rem;
}

.box-see-more img {
    margin-top: 1rem;
}

.table-player {
    margin-top: 1rem;
}

.table-player-header {
    background: linear-gradient(270deg, #1b26fe, #4077f8, #1b7dfe);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    padding: 1px;
    padding-left: 1.1px;
    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;
}

.table-player-content {
    background-color: #2a7396;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    margin-top: 1rem;
}

.table-player-content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
}

.table-player-header .item:first-child {
    border-radius: 8px 0 0 8px;
}

.table-player-header .item:last-child {
    border-radius: 0 8px 8px 0;
}

.table-player-header .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    background-color: #154282;
}

.table-player p {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    align-items: center;
}

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

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

.popover-body {
    font-size: 1.4rem;
    font-size: bold;
}

table {
    font-size: 1.8rem;
    text-align: center;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid #dee2e6;
    vertical-align: middle;
    color: #ffffff;
    background-color: #2a7396;
}

.table tr {
    height: 40px;
}

.table tr th {
    background-color: #154282;
}

@media screen and (max-width: 1023.98px) {}

@media screen and (max-width: 767.98px) {

    .container {
        padding: 0;
    }

    .box-menu {
        min-width: 50vw;
    }

    .box-diagram {
        padding: 2rem 1rem;
    }

    .item-step {
        gap: 1rem;
    }

    .icon-step img {
        width: 70px;
        height: 70px;
    }

    .box-step p {
        line-height: 2rem;
    }

    .text-content {
        line-height: 2.2rem;
    }

    .table-policy {
        margin-top: 1rem;
    }

    .table-policy .row-table span {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
        height: 60px;
    }

    .img-diagram {
        width: 100%;
    }

    .box-see-more p,
    .box-policy p {
        font-size: 1.6rem;
    }

    .box-img-tour-guide {
        grid-template-columns: auto auto;
        gap: 1rem;
    }

    .btn-reg-now,
    .btn-login-now {
        font-size: 14px;
        width: 150px;
    }


    .btn-rules,
    .btn-see-more {
        font-size: 1.6rem;
    }

    .table-player p {
        font-size: 1.4rem;
    }

    .table-player-content p {
        font-size: 1.2rem;
    }

    .title-diagram {
        font-size: 2rem;
    }

    table {
        font-size: 1.6rem;
    }

    .text-note {
        font-size: 1.6rem;
        text-align: justify;
    }
}

.box-text {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 10px 15px;

}

.title {
    font-size: 18px;
    font-weight: 700;
    color: #2a7396;
}

.bold {
    font-weight: 700;
}

.shbet-color {
    color: #2a7396;
}

.h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px;
}

.table {
    margin: 10px 0px;
}