body {
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: #000000;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;

}

.container {
    position: relative;
    z-index: 200;
}

.blank-page {
    background: url(../images/bg-main762e.webp?v=3.20) center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    min-height: 100vh;
    padding: 100px 0;
    font-size: 12pt;
}

.blank-page .text-detail {
    font-size: .85em;
    margin-bottom: .4em;
    line-height: 1.4em;
    color: #ccc;
}

.text-gardian {
    font-family: 'house-of-cards', sans-serif !important;
    font-size: 48px;
    background: -webkit-linear-gradient(#f0d293, #f0d293, #af864b, #a17b44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-sec-name {
    background-image: url(../images/bg-sec-name762e.webp?v=3.20);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-language {
    display: block;
    background-color: #152f26;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 10px 0px 0px;
}

.nav-mg-left {
    margin-left: 65px;
}

.dd-lg-md {
    position: absolute;
    top: 150px;
    left: 6%;
    z-index: 9999;
}


@media (max-width: 1024px) {

    .text-gardian {
        font-size: 30px;
    }

    .bg-sec-name {
        width: 100%;
        height: 80px;
    }

}

@media (max-width: 992px) {

    /* .box-sw-language {
        margin-top: 15px;
    } */

}

@media (max-width: 768px) {

    /* .box-sw-language {
        margin-top: 15px;
    } */

}

@media (max-width: 450px) {

    /* .box-sw-language {
        margin-top: 12px;
    } */

    .text-gardian {
        font-size: 22px;
    }

    .bg-sec-name {
        width: 100%;
        height: 60px;
    }

    .dd-lg-md {
        position: absolute;
        top: 75px;
        left: 4%;
        z-index: 9999;
    }

}

.text-en {
    font-family: 'house-of-cards', sans-serif !important;
}

.text-spacing {
    letter-spacing: .4em;
}

.op-0 {
    opacity: 0 !important;
}

a {
    transition: .3s;
    color: #fff;
    text-decoration: none;
}

a:hover {
    filter: brightness(1.3);
}

a .disabled {
    pointer-events: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: .8;
    border: none;
    filter: grayscale(.9);
    cursor: not-allowed !important;
}

.navbar-brand-mb {
    position: absolute;
    top: 30px;
    left: 15px;
    background: url(../images/main-logo762e.webp?v=3.20);
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-size: contain; */
    width: 290px;
    height: 100px;
    margin-right: 0 !important;
    z-index: 99999;
}

.nav-link {
    color: #fff;
    font-weight: 400;
    transition: .2s;
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(14 176 121);
}

.nav-link.disabled,
.nav-link:disabled {
    color: #848484;
    pointer-events: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.nav-link-menur {
    color: #fff;
    /* background-color: #02162d; */
}

.nav-link-menur:hover {
    /* background-color: #02499a; */
    color: rgb(14 176 121);
}

.offcanvas-header,
.offcanvas-body {}

.offcanvas {
    background-color: rgba(0, 0, 0, .95);
}

.offcanvas-backdrop.show {
    opacity: 0;
}



.fss-1 {
    font-size: .9em !important;
    ;
}

.fss-2 {
    font-size: .8em !important;
    ;
}

.fss-3 {
    font-size: .7em !important;
    ;
}

.fss-4 {
    font-size: .6em !important;
    ;
}



.icons-16 {
    width: 16px;
    height: 16px
}

.icons-20 {
    width: 20px;
    height: 20px
}

.icons-24 {
    width: 24px;
    height: 24px
}

.icons-28 {
    width: 28px;
    height: 28px
}

.icons-36 {
    width: 36px;
    height: 36px
}

.icons-48 {
    width: 48px;
    height: 48px
}

hr {
    opacity: 1;
}

.border-gold {
    border-color: #D4B16C
}

/* text-color */
.text-gold {
    color: #D4B16C
}

/* end text-color */

.fixed-box {
    position: absolute;
    right: 0;
    width: 140px;
    top: 4%;
    z-index: 1001;
}

.bg-none {
    background: none;
    border: none;
}

.popup-modal {
    background: #000000a5;
    z-index: 2000;
}

.popup-modal .modal-dialog {
    max-width: 1000px;
}

.popup-modal .btn-close {
    background: #000;
    width: 2em;
    height: 2em;
    padding: .4em;
    border-radius: 50%;
    position: relative;
    z-index: 10000;
    box-shadow: none;
}

.popup-modal .modal-body {
    margin-top: -4em;
}

.popup-modal .modal-header {
    padding-right: 2em;
}

/* navbar */
.navbar {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    font-size: 1em;
    position: fixed;
    width: 100%;
    z-index: 1000;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
}

.navbar-brand {
    background: url(../images/main-logo762e.webp?v=3.20)center no-repeat;
    background-size: 100%;
    width: 150px;
    height: 58px;
    margin-right: 0 !important;
}

.navbar .language .btn {
    /* background: url(../images/bg-language.webp?v=3.20)center no-repeat; */
    background: none !important;
    background-size: contain;
    width: 90px;
    height: 30px;
    font-size: 11pt;
}

.navbar .dropdown-menu.show {
    /* background: url(../images/bg-language.webp?v=3.20)center no-repeat; */
    background: none !important;
    background-size: contain;
    min-width: 90px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border: none;
}

.btn-switch-server {
    z-index: 1001;
    right: 50px;
    left: auto;
    width: auto;
}

.btn-switch-server img {
    width: 72px;
}

/* end navbar */



/* footer */
footer {
    background: #000;
    font-size: .80em;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 70px !important;
}

footer .btn-discord {
    background: url(../images/icon-discord762e.webp?v=3.20)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-facebook {
    background: url(../images/icon-facebook762e.webp?v=3.20)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-line {
    background: url(../images/icon-line762e.webp?v=3.20)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .logo-footer {
    background: url(../images/logo-footer762e.webp?v=3.20)center no-repeat;
    background-size: 100%;
    width: 260px;
    height: 50px;
    margin: auto;
}

.taxt-link-footer {
    font-size: 12px;
}

/* end footer */

/* menu-bar */


.menu-bar {
    bottom: -5px !important;
    width: 100%;
    max-width: 700px;
    z-index: 1200;
    pointer-events: none;
}

/* @media (max-width: 460px) {
    .menu-bar {
        bottom: 158px !important;
        width: 100%;
        max-width: 700px;
        z-index: 1200;
        pointer-events: none;
    }
} */

.menu-bar::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: " ";
    z-index: -1;
}

.menu-bar a,
.menu-bar button {
    margin: 0;
    pointer-events: fill !important;
    background-color: transparent;
    border: none;
    z-index: 1;
}

.menu-bar .dropdown-menu {
    background: #117567;
    border-radius: 10px 10px 0 0;
    transform: translate3d(0px, 0em, 0px) !important;
    z-index: 0;
    padding-bottom: 3.5em;
}

.menu-bar .dropdown-item {
    color: #fff !important;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
}

.menu-bar .dropdown-item:hover {
    background: #093d7a;
}

.dropdown-item::after {
    content: "";
    position: absolute;
    background: url(../images/menu-bar-before762e.webp?v=3.20)center no-repeat;
    background-size: 60%;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

li:last-of-type .dropdown-item::after {
    display: none;
}

@media (max-width: 450px) {

    .btn-switch-server {
        z-index: 1001;
        right: 20px;
        left: auto;
        width: auto;
    }

    .btn-switch-server img {
        width: 55px;
    }

    .navbar-brand {
        background: url(../images/main-logo762e.webp?v=3.20) center no-repeat;
        background-size: 100%;
        width: 135px;
        height: 55px;
        margin-right: 0 !important;
    }

    .menu-bar .dropdown-item {
        color: #fff !important;
        position: relative;
        text-align: center;
        font-size: 0.8em;
        font-weight: 300;
    }

    .menu-bar .dropdown-menu {
        border-radius: 10px 10px 0 0;
        transform: translate3d(-2px, -56px, 0px) !important;
        z-index: 0;
        padding-bottom: 3.5em;
    }

}

/* end menu-box */
@keyframes brightness {
    0% {
        filter: brightness(1.1);
        -webkit-filter: brightness(1);
    }

    50% {
        filter: brightness(1.4);
        -webkit-filter: brightness(1.3);
    }

    100% {
        filter: brightness(1.1);
        -webkit-filter: brightness(1);
    }
}

.btn-fixed-line {
    width: 110px;
    display: block;
    margin-bottom: -20px !important;
    margin-right: 5px !important;
    animation-name: brightness;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.btn-fixed-support {
    width: 110px;
    display: block;
    margin-bottom: -20px !important;
    margin-right: 5px !important;
    animation-name: brightness;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.box-title {
    display: flex;
    padding-top: 30px;
    z-index: 200;
    flex-direction: column;
}

@media (min-width: 1920px) {

    .box-title {
        display: flex;
        padding-top: 0px;
        z-index: 200;
        flex-direction: column;
    }

}



/* owl-next */
.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/btn-arrow-1762e.webp?v=3.20)center no-repeat !important;
    background-size: 100% !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.owl-carousel .owl-nav button.owl-next {
    background: url(../images/btn-arrow-2762e.webp?v=3.20)center no-repeat !important;
    background-size: 100% !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
    transform: rotate(45deg);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #07bb80 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #7f7f7f !important;
}


.download-modal .modal-content {
    background-color: transparent;
    background: url(../images/bg-download-modalf9e3.html?v=1.1)center no-repeat !important;
    background-size: 100% !important;
    padding-bottom: 0px;
    height: 450px;
}

.download-modal .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}

.download-modal .modal-hl {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.download-modal .btn-dl {
    width: 60%;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
}

.download-modal .modal-header .btn-close {
    background: url(../../../assets/images/btn-close762e.html?v=3.20) !important;
    background-size: 100% !important;
    width: 25px;
    height: 25px;
    box-shadow: none;
}

@media (min-width: 450px) {
    .menu-bar .dropdown-menu {
        transform: translate3d(0px, -10%, 0px) !important;
        padding-bottom: 3.5em;
    }
}

@media (min-width: 550px) {
    .menu-bar .dropdown-menu {
        transform: translate3d(0px, -22%, 0px) !important;
        padding-bottom: 3em;
        font-size: 1.2em;
    }

    .menu-bar .dropdown-menu .dropdown-item {
        padding: .5em 0;
    }
}

@media (min-width: 768px) {
    .fixed-box {
        width: 200px;

    }

    .box-title p {
        font-size: 13pt;
    }

    footer {
        padding-bottom: 100px !important;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
        width: 40px;
        height: 40px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -5%;
        width: 40px;
        height: 40px;
    }

    .popup-modal .modal-body {
        margin-top: -5em;
    }

    .popup-modal .modal-header {
        padding-right: 7em;
    }
}

@media (min-width: 992px) {
    .navbar {
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .9) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    }

    .w-lg-100 {
        width: 100%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .box-title p {
        font-size: 13pt;
    }

    .blank-page {
        padding: 150px 0;
    }

    .blank-page {

        font-size: 12pt;
    }

    .blank-page .text-detail {
        font-size: 1.1em;
        margin-bottom: .4em;
        line-height: 1.4em;
        color: #ccc;
    }

    .navbar-brand {
        /* width: 250px;
        margin-bottom: -50px;
        margin-top: -5px;
        height: 100px; */
        width: 200px;
        margin-bottom: -50px;
        margin-top: -10px;
        height: 80px;
    }

    .navbar {
        padding: 15px 0;
    }

    .language {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar .language .btn {
        width: 100px;
        height: 40px;
    }

    .navbar .dropdown-menu.show {
        /* background: url(../images/bg-language.webp?v=3.20)center no-repeat; */
        background: none !important;
        background-size: 100px;
        min-width: 100px;
        height: 31px;
        padding: 3px 0;
    }

    .btn-switch-server {
        left: 0;
        right: auto;
    }

    .btn-switch-server img {
        width: 120px;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }

    .menu-bar {
        max-width: 1920px;
    }

    .menu-bar::before {
        display: none;
    }

    .btn-fixed-line {
        width: 180px;
        display: block;
        margin-bottom: -20px !important;
        margin-right: 18px !important;
    }

    .btn-fixed-support {
        width: 180px;
        display: block;
        margin-bottom: 40px !important;
        margin-right: 18px !important;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -1%;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -7%;
    }
}

@media (min-width: 1200px) {

    .navbar .dropdown-menu.show {
        background: url(../images/bg-language762e.html?v=3.20) center no-repeat;
        background: none !important;
        background-size: 100px;
        min-width: 58px;
        height: 31px;
        padding: 3px 0px;
    }

    .btn-switch-server {
        left: 5%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 7px;
        font-size: 14px;
    }
}

@media (min-width: 1024px) {

    .div-nav-md {
        display: none;
    }

    /* .box-sw-language {
        position: absolute;
        right: 0;
        top: 15px;
    } */

    .btn-switch-server {
        z-index: 1001;
        left: 20px !important;
        width: auto;
    }

}


@media (min-width: 768px) {
    .dropdown-language img {
        width: 18px;
    }

    .navbar .language .dropdown-item {
        padding: 6px 6px !important;
    }
}

.dropdown-language img {
    width: 16px;
    margin-right: 4px;
    vertical-align: -3px;
}

@media (min-width: 768px) {
    .dropdown-language .dropdown-toggle {
        font-size: 16px;
        margin-right: 5px;
        padding: 2px 8px 0 8px;
    }
}

.dropdown-language .dropdown-toggle {
    display: block;
    background-color: #152f26;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 4px 0px 4px;
    margin-right: 0px;
    min-width: 58px;
}

@media (min-width: 350px) {

    .dropdown-menu .li-dd-language {
        width: 58px !important;
    }

}

/* modal register */

.btn-modal-register {
    background-color: transparent;
    border: none;
    outline: none;
    filter: brightness(1.0);
    transition: all .3s ease-out;
}

.btn-modal-register:hover,
.btn-modal-register:focus {
    background-color: transparent;
    filter: brightness(1.2);
    transition: all .3s ease-out;
}

.btn-recheckid {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    border: 2px solid #15266300;
}

.btn-recheckid:hover,
.btn-recheckid:focus {
    background-color: rgba(0, 0, 0, .2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(1, 0, 54, 1) 100%);
    color: #fff;
    border: 2px solid #0080ff;
    box-shadow: 0 0 10px #0046ff;

}

.btn-recheckid-text {
    color: #a4a4a4;
}

.btn-recheckid:hover .btn-recheckid-text,
.btn-recheckid:focus .btn-recheckid-text {
    color: #fff;
}

#modal-register-check .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: #141414;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

#modal-register-check .modal-content {
    box-shadow: none;
    /* background: url(../images/bg-modal-register.png) no-repeat top center #081420; */
    background-color: #001b44;
    background-size: 100%;
    border-radius: 15px;
    border: none;
}

#modal-register-check .modal-content .modal-header {
    padding-top: 40px;
    border: 0;
    font-size: 72px;
    font-weight: 600;
    background: -webkit-linear-gradient(180deg, #fff, #CFB670);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 200;
    text-transform: uppercase;
    border-bottom-color: #2B313A;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 0;
}

#modal-register-check .modal-body {
    padding-top: 15px;
    padding-bottom: 40px;
}

.btn-close {
    background: url(../images/btn-close.webp) no-repeat center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    color: #828795 !important;
    top: 16px;
    right: 16px;
}

#modal-register-check .modal-lg,
#modal-register-check .modal-xl {
    min-height: 600px;
}

#modal-register-check .btn_obt-pre-register img {
    width: 250px;
}

#modal-register-check .modal-backdrop.show {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .modal-content .modal-header {
        padding-top: 80px;
    }

    .modal-body {
        padding-bottom: 60px;
    }
}

.btn-recheckid {
    background-color: #002f19;
    color: #fff;
    border: 2px solid #15266300;
}

#modal-register-check .modal-content {
    box-shadow: none;
    /* background: url(../images/bg-modal-register.png) no-repeat top center #081420; */
    background-color: #00351c;
    background-size: 100%;
    border-radius: 15px;
    border: none;
}

.navbar {
    padding: 0;
}

.warper-navbar-expand-lg {
    width: 1820px;
    margin: 0 auto;
}

.btn-switch-server {
    position: absolute;
    top: 0;
    left: 15px;
}

.dropdown-language img {
    width: 14px;
    margin-right: 4px;
    vertical-align: -2px;
}

@media (max-width: 1920px) {

    .warper-navbar-expand-lg {
        width: 100%;
        margin: 0 auto;
    }

}

@media (max-width: 992px) {

    .warper-navbar-expand-lg {
        width: 100%;
        margin: 0 auto;
    }

    .btn-switch-server {
        position: absolute;
        top: 0;
        right: 78px;
        left: auto;
    }

    .warp-con-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .dropdown-language img {
        width: 12px;
        margin-right: 4px;
        vertical-align: 0px;
    }

}

@media (max-width: 460px) {

    .warper-navbar-expand-lg {
        width: 100%;
        margin: 0 auto;
    }

}