* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
}

a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}

input:focus,
input:hover {
    outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    outline: none;
}

:focus {
    outline: none !important;
}

main {
    flex: 1 0 auto;
}

._mobile {
    display: none;
}

.landing-custom {
    font-family: Kanit, Helvetica Neue, sans-serif;
    color: #FFFFFF;
    margin: 0px;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #000;
}

.banner-custom {
    background: url('../images/bgbennertop.png') no-repeat top center;
    background-size: 100% 100%;
    padding-top: 11rem;
    /* padding-bottom: 3rem; */
}

.logo-title {
    text-align: center;
    padding: 20px 0;
}

.home-bg {
    background: url('../images/bggame.png') no-repeat top center;
    background-size: cover;
}

.game-header {
    display: flex;
    justify-content: center;
}

.game-header-item {
    text-align: center;
    padding: 20px;
}

.game-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 50px 0;
    background: linear-gradient(122deg, #10122da6, #2b7d2d6b);
    border: 2px solid #ffd9b2;
    border-radius: 30px;
}

.game-item {
    text-align: center;
    padding: 10px;
    transition: opacity .15s linear;
    flex: 0 0 25%;
    transition: transform .5s;
}

.game-item:hover {
    transform: scale(1.1);
}

.game-item-sp {
    text-align: center;
    padding: 20px;
    transition: opacity .15s linear;
    flex: 0 0 100%;
    transition: transform .5s;
}

.game-item-sp:hover {
    transform: scale(1.1);
}

.content-main {
    display: flex;
    flex-wrap: wrap;
}

.content-game {
    padding: 10px;
}

.content-game>a>img {
    width: 100%;
}

.content-three {
    color: #FFF;
    margin: 30px auto;
}

.content-three-ul {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.content-three-ul > li {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}

.content-three-ul > li > span {
    margin-left: 10px;
    order: 2;
 }

.content-three-ul > li > img {
   max-width: 34px!important;
}

.content-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-line {
    padding: 50px 0;
}

.content-col {
    display: block;
    font-size: 19px;
}

.bg-content-product {
    background-color: #000000;
}

.content-product-group {
    overflow: hidden;
}

.content-product {
    display: inline-flex;
    position: relative;
    animation: moveOn 10s linear infinite reverse;
    padding: 20px 0;
}

.content-product>img {
    width: 100px;
}

@keyframes moveOn {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translate(-50%);
    }

    100% {
        transform: translate(0);
    }
}

.sec-footer {
    background-color: #000000;
    text-align: center;
    padding: 20px;
}

.credit {
    margin-top: 20px;
    text-transform: uppercase;
}

.div-title-header {
    background: linear-gradient(#9c7d22, #f6d96b, #9c7d22);
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
    padding: 10px 50px;
    border-radius: 50px;
    color: black;
}

.text-gar {
    color: #9b0f0d;
    margin-bottom: 0;
}

.div-title-header h3 {
    letter-spacing: 5px;
}

section.page-pad {
    padding: 20px 0;
    text-align: center;
}

.topic-detail {
    font-size: 17px;
    line-height: 25px;
}

.topic-box {
    background: #00000026;
    padding: 50px;
    border-radius: 10px;
    margin: auto;
}

.topic-title {
    font-size: 17px;
    color: #c0a240;
}

.div-detel {
    text-align: left;
}

.game-landing {
    background: url('../images/registerbg.png') no-repeat top center;
    background-size: 100% 100%;
    color: #FFF;
    padding-top: 11rem;
}

.game-landing::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
    box-shadow: 0 0 5px #f1d996, 0 0 15px #ebc963, 0 0 20px #ffe969;
}

.game-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    position: relative;
}

.div-promotion {
    display: flex;
    flex-wrap: wrap;
}

.promotion-item {
    flex: 0 0 100%;
    padding: 30px;
}

.promotion-item > img {
    border-radius: 20px;
}

/* modal */

input {
    border: none;
    width: 80%;
}

input:focus {
    outline: none;
}

.login-form {
    margin: 0;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}

.modal-dialog {
    margin: auto;
}

.Custom_Cancel {
    font-size: larger;
    background-color: transparent;
}

.bg-gar-register {
    background-image: linear-gradient(to right, transparent , #000000, transparent);
}

img.img-register {
    margin: -100px 0 -50px;
}

.modal-content {
    color: #FFFFFF;
    background: linear-gradient(#9b0f0d, #000000);
}

.modal-body {
    background: linear-gradient(#9b0f0d, #000000);
}

.width-head {
    width: 30px;
}

.bg-form-popup {
    background: transparent;
    padding: 20px;
    border-radius: 5px;
}

.form-group {
    background: #FFFFFF;
    box-shadow: 0 0 5px #00000059;
    border-radius: 50px;
    padding: 5px 20px;
    color: #000000;
}

.div-reset {
    text-align: right;
}

.div-re {
    text-align: center;
}

.div-reset a, .div-re a {
    color: #FFFFFF;
    text-decoration: underline !important;
}

/* end modal */

.nav-pills .nav-link {
    flex: auto;
    text-align: center;
    filter: grayscale(1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    filter: none;
}

.nav-pills .nav-link:hover {
    filter: none;
}

.nav-item {
    flex: 0 0 25%;
    max-width: 25%;
    background-color: transparent;
}

.nav-link {
    padding: 10px;
    background-color: transparent;
}

.tab-pane {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: transparent;
}

.product-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-product {
    margin: 10px;
    width: 17%;
}

.product-box {
    margin: 20px 0;
    text-align: center;
}

.nav-pills>li+li {
    margin-right: 0;
    margin-left: 0;
}

.title-product {
    background-image: linear-gradient(90deg, transparent, #c4a643, #c4a643, transparent);
    height: 4px;
    text-align: center;
    line-height: .1em;
    margin: 50px 15px;
}

.title-product>.title {
    background: linear-gradient(#fee17b, #b27624);
    text-align: center;
    padding: 5px 30px;
    border-radius: 30px;
    color: black;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0 7px 0px #00000080;
}

.-box-wrapper {
    position: relative;
    text-align: center;
}

.-box-wrapper .-sub-title {
    color: #ffd87b;
    font-weight: bold;
    font-size: 22px;
}

.content-two {
    color: #dcb31a;
    background: url('../images/registerbg.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 0;
}

.x-des {
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
}

.content-two-box {
    background: linear-gradient(122deg, #10122da6, #2b7d2d6b);
    border: 2px solid #ffd9b2;
    border-radius: 30px; 
    margin-top: 30px;
}

.content-two-des {
    color: #FFF;
    font-size: 17px;
}

.bg-line {
    background: url('../images/bgtab.jpeg') no-repeat;
    position: relative;
    padding: 4rem 0;
    background-size: cover;
    background-position: 50%;
}

.bg-line:before {
    top: 0;
}

.bg-line:after {
    bottom: 0;
}

.bg-line:after,.bg-line:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
    box-shadow: 0 0 5px #f1d996, 0 0 15px #ebc963, 0 0 20px #ffe969;
}

.-pre-title .-highlight {
    position: relative;
    background: linear-gradient(90deg, #a27a46 0, #f0ddab 50%, #a27a46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
}

.-pre-title .-highlight:after {
    bottom: -2px;
    right: -5px;
}

.-pre-title .-highlight:before {
    top: 0;
    left: -20px;
}

.-pre-title .-highlight:after,.-pre-title .-highlight:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../images/star.png");
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.-pre-title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.content-promotion {
    background: linear-gradient(198deg, #00000030, transparent), url('../images/bg4.jpeg')center bottom;
    background-size: cover;
    text-align: center;
}

.content-promotion:after,.content-promotion:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
    box-shadow: 0 0 5px #f1d996, 0 0 15px #ebc963, 0 0 20px #ffe969;
}

.marquee-text {
    background: linear-gradient( #f3e26f, #dfa723);
    color: #000;
    padding: 5px 0;
}

.headerbt {
    display: block;
    font-size: 22px;
    background-image: linear-gradient(180deg, #ded880 20%, #dcaf30 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

#account-actions-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

#account-actions-mobile .-outer-wrapper {
    display: flex;
    align-items: flex-end;
}

#account-actions-mobile .-left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
}

#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    border-top: 1px solid #FFF;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#2b7d2d, #10122d);
}

#account-actions-mobile .-item-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
}

#account-actions-mobile .-item-wrapper .-textfooter {
    font-size: 1.2rem;
    color: #ffffff;
    transition: color .2s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 0.25rem;
}

.-ic-img img {
    width: 47px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 24px;
    position: relative;
}

#account-actions-mobile .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    color: #fff;
    border: 1px solid #FFF;
    background: linear-gradient(#2b7d2d, #10122d);
    border-radius: 50%;
    box-shadow: 0 0 10px hsl(0deg 0% 100% / 40%);
}

#account-actions-mobile .-fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    overflow: hidden;
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#account-actions-mobile .-fake-center-bg-wrapper svg path {
    fill: #1a312f;

}

#account-actions-mobile .-right-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 22px;
}

#account-actions-mobile .-fully-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
}

.x-button-actions {
    display: none;
}

.game-hit-box {
    background: url('../images/hotgamebg.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 70px 0;
}

.game-hot-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    position: relative;
}

.game-hot-item1 {
    text-align: center;
    padding: 10px;
    transition: opacity .15s linear;
    flex: 0 0 25%;
    transition: transform .5s;
}

.game-hot-item1:hover {
    transform: scale(1.1);
}

.game-hot-item2 {
    text-align: center;
    transition: opacity .15s linear;
    flex: 0 0 50%;
    transition: transform .5s;
}

.game-hot-item2:hover {
    transform: scale(1.1);
}

.game-title {
    position: absolute;
    top: -60px;
}

.game-bg > .game-title {
    position: absolute;
    top: -34px;
}

.pro-title {
    text-align: center;
}

.title-content {
    font-weight: 600;
    background: linear-gradient( 15deg , #8ca2ff 20%, #e9baff 50%, #9aa5ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
    margin-bottom: 3rem;
}

.title-content-two {
    margin-left: 10px;
    font-weight: 600;
    background: linear-gradient(180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: white;
}

.card-register-group {
    display: flex;
}

.card-register {
    flex: 0 0 33%;
}

.card-register-item {
    background-image: linear-gradient(180deg, #a9860c 0%, #FFFFFF 100%);
    border-radius: 20px;
    border: 1px solid #fbcc24;
    padding: 10px;
    text-align: center;
    color: #000;
    width: 80%;
    justify-content: center;
    margin: 20px auto 50px;
}

.card-register-item>img {
    background: #000;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 0!important;
}

/* Fixed Line Sood */
.x-wrapper-right-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: 5;
    z-index: 11;
    zoom: .6;
}

@media (max-width:992px) {
    .-right-container {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .x-wrapper-right-container {
        bottom: 50px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-wrapper-right-container {
        bottom: 132px;
    }
}

@media (max-width:767.98px) {
    .x-wrapper-right-container {
        bottom: 132px;
    }
}

@media (max-width:575.98px) {
    .x-wrapper-right-container.-has-my-score-ranking {
        bottom: 150px;
    }
}

.x-contact-us-v2 img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto;
    padding: 5;
}

.x-contact-us-v2 .-link-item {
    display: block;
    padding-right: 10px !important;
    -webkit-filter: drop-shadow(0 0 10px rgba(236, 189, 123, .3));
    filter: drop-shadow(0 0 10px rgba(236, 189, 123, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-contact-us-v2 .-link-item.-img img {
    width: 100px !important;
    max-width: 100px !important;
    height: auto;
}

@media (max-width:991.98px) {
    .x-contact-us-v2 .-link-item.-img img {
        width: 100px !important;
        max-width: 100px !important;
    }
}

@media (max-width:767.98px) {
    .x-contact-us-v2 .-link-item.-img img {
        width: 90px !important;
        max-width: 90px !important;
    }
}

.x-contact-us-v2 .-link-item:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(236, 189, 123, .6));
    filter: drop-shadow(0 0 10px rgba(236, 189, 123, .6))
}

.x-entrance-sood {
    width: 100px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
}

@media (max-width:1250px) {
    .x-entrance-sood.-img-pattern.sidelinebt {
        bottom: 170px;
    }
}

@media (max-width:767.98px) {
    .x-entrance-sood {
        display: none
    }
}

.x-entrance-sood .-img-pattern {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.x-entrance-sood .-btn-sood {
    border: none;
    position: absolute;
    bottom: -38px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 3px;
    height: 30px;
    width: 100px;
    border-radius: 15px
}

@media (min-width:992px) {
    .x-entrance-sood:hover .-img-pattern {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

/* Fixed Line Sood */