body {
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: #000000;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;

}

.text-yellow {
    color: #f1c40f;
}

.container {
    position: relative;
    z-index: 200;
}

.blank-page {
    background: url(../images/bg-main.webp?v=1.0) 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-en {
    font-family: 'Bellefair', 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.1);
}

a.disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.6;
}

.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;
}

.nav-link {
    color: #cacaca;
    font-weight: 300;
    transition: .2s;
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(35 111 195);
}

.nav-link.disabled,
.nav-link:disabled {
    color: #848484 !important;
    pointer-events: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.nav-link-menur {
    color: #fff;
}

.nav-link-menur:hover {
    color: #f5af00;
}

.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;
    ;
}

.fs-title {
    font-size: 28px !important;
    line-height: 36px !important;
    text-shadow: 0px 0px #00000040;
}

.span-fs-title {
    font-size: 22px !important;
    text-shadow: 0px 0px #00000040;
    margin-top: -6px;
    display: block;
}

.modal {
    background: #000000bc;
}

@media (max-width: 1024px) {

    .fs-title {
        font-size: 24px !important;
        line-height: 30px !important;
        text-shadow: 0px 0px #00000040;
    }

    .span-fs-title {
        font-size: 20px !important;
        text-shadow: 0px 0px #00000040;
        margin-top: -6px;
        display: block;
    }

}

@media (max-width: 768px) {

    .fs-title {
        font-size: 20px !important;
        line-height: 26px !important;
        text-shadow: 0px 0px #00000040;
    }

    .span-fs-title {
        font-size: 15px !important;
        text-shadow: 0px 0px #00000040;
        margin-top: -4px;
        display: block;
    }

}

@media (max-width: 450px) {

    .fs-title {
        font-size: 16px !important;
        line-height: 20px !important;
        text-shadow: 0px 0px #00000040;
    }

    .span-fs-title {
        font-size: 12px !important;
        text-shadow: 0px 0px #00000040;
        margin-top: -4px;
        display: block;
    }

}


.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;
}

.popup-modal .carousel-indicators {
    bottom: -40px;
}

/* 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;
}

.navbar.navbar-expand-lg {
    flex-wrap: nowrap;
}

.navbar-brand {
    background: url(../images/main-logo.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 150px;
    height: 58px;
}

.navbar .language .btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.navbar .dropdown-menu.show {
    min-width: 90px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border: none;
    background: #00000071;
}

.navbar .dropdown-menu.show .dropdown-item {
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}


.navbar .dropdown-menu.show .dropdown-item:hover {
    background: #093e7aab;
}

.btn-switch-server {
    z-index: 1001;
    right: 65px;
    left: auto;
    width: auto;
}

.btn-switch-server img {
    width: 72px;
}

.dropdown.dropdown-language {
    z-index: 1001;

}

.dropdown-language img {
    width: 16px;
    margin-right: 4px;
    vertical-align: -3px;
}

.dropdown-language .dropdown-toggle {
    display: block;
    background-color: #182940;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 4px 0px 4px;
    margin-right: 10px;
    min-width: 48px;
}

.dropdown-language .dropdown-menu span {
    color: #fff;
    font-size: 13px;
}

/* end navbar */

/* footer */
footer {
    background: #000;
    font-size: .80em;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 120px !important;
}

footer .btn-discord {
    background: url(../images/icon-discord.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-facebook {
    background: url(../images/icon-facebook.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-line {
    background: url(../images/icon-line.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-facebookg {
    background: url(../images/icon-fbg.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-whatapp {
    background: url(../images/icon-whatapp.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .btn-youtube {
    background: url(../images/icon-youtube.png)center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;

}

footer .logo-footer {
    background: url(../images/logo-footer.webp?v=1.0)center no-repeat;
    background-size: 100%;
    width: 260px;
    height: 50px;
    margin: auto;
}

/* end footer */

/* menu-bar */
.menu-bar {
    bottom: -5px;
    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 a.disabled img,
.menu-bar button.disabled img {
    opacity: 0.8;
    filter: grayscale(1);
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar .language .dropdown-menu {
    width: auto;
    min-width: 50px;
    left: auto;
    right: 10px;
    background-color: #182940;
    padding: 0 0;
    text-align: left;
}

.navbar .language .dropdown-menu li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.menu-bar .dropdown-menu {
    background: #0C3665;
    border-radius: 10px 10px 0 0;
    transform: translate3d(-2px, -50px, 0) !important;
    z-index: 0;
    padding-bottom: 3.5em;
}

.navbar .language .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 5px;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .language .dropdown-item:focus,
.navbar .language .dropdown-item:hover {
    color: #f5af00;
    background-color: transparent;
}

.menu-bar .dropdown-item {
    color: #fff !important;
    position: relative;
    text-align: center;
    font-size: .9em;
    padding: 12px 0px;
}

.menu-bar .dropdown-item:hover {
    background: #093d7a;
}

.dropdown-item::after {
    content: "";
    position: absolute;
    background: url(../images/menu-bar-before.webp?v=1.6)center no-repeat;
    background-size: 60%;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.navbar .language .dropdown-toggle::after {
    display: none;
}


li:last-of-type .dropdown-item::after {
    display: none;
}

.box-fixed-menu {
    width: 100px;
    position: absolute;
    right: 5px;
    bottom: 100px;
}

/* 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: 10px !important;
    margin-right: 5px !important;
    animation-name: brightness;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.btn-fixed-support {
    display: block;
    margin-bottom: -20px !important;
    margin-right: 5px !important;
    animation-name: brightness;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.box-title {
    background: url(/assets/images/bg-title.webp?v=1.0)top center no-repeat;
    background-size: 100px;
    margin-top: -1px;
    padding-top: 30px;
    position: relative;
    z-index: 200;
}

/* owl-next */
.owl-carousel .owl-nav button.owl-prev {
    background: url(../../assets/images/btn-arrow-1.webp?v=1.0)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(../../assets/images/btn-arrow-2.webp?v=1.0)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: #ECE5B0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #616161 !important;
}

.support-modal .modal-content {
    background: url(../images/bg-support-modal.webp) center/contain no-repeat !important;
    padding-bottom: 0;
    height: 360px
}

.download-modal .modal-content {
    background: url(../images/bg-download-modal.webp?v=1.1) center/100% no-repeat !important;
    padding-bottom: 0;
    height: 450px
}

.download-modal .modal-content .modal-body,
.support-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
}

.support-modal .modal-hl {
    margin: 0 auto;
    display: block
}



.download-modal .btn-dl {
    width: 60%;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px
}

.download-modal .modal-header .btn-close {
    background: url(/assets/images/btn-close.webp?v=2.6) 0 0/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) {
    .dropdown-language img {
        width: 18px;
    }

    .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;
    }

    .dropdown-language .dropdown-toggle {
        font-size: 16px;
        margin-right: 5px;
        padding: 2px 8px 0 8px;
    }

    .navbar .language .dropdown-menu {
        min-width: 120px;
        right: 0px;

    }

    .navbar .language .dropdown-item {
        padding: 6px 6px;
    }

    .dropdown-language .dropdown-menu span {
        font-size: 14px;
    }

    .navbar .language .dropdown-menu li:hover {
        width: auto;
        left: auto;
        right: -30px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0 0;
        text-align: left;
    }

    .box-fixed-menu {
        width: 130px;
        right: 5px;
        bottom: 130px;
    }
}

@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: 200px;
        margin-bottom: -40px;
        margin-top: -20px;
        margin-right: 0;
    }

    .navbar {
        padding: 15px 0;
    }

    .language {
        position: absolute;
        top: 18px;
        right: 0;
    }

    .navbar .language .dropdown-menu {
        margin-right: 0;
    }

    .nav-link-menur:hover {
        color: #f5af00;
    }

    .navbar .language .btn {
        width: 40px;
        height: 40px;
    }

    .navbar .language .btn i {
        font-size: 18px;
    }


    footer {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }

    .menu-bar {
        max-width: 1920px;
    }

    .menu-bar::before {
        display: none;
    }

    .btn-switch-server {
        left: 0;
        right: auto;
    }

    .btn-switch-server img {
        width: 120px;
    }

    .btn-fixed-line {
        width: 160px;
        display: block;
        margin-bottom: 10px !important;
        margin-right: 18px !important;
    }

    .btn-fixed-support {
        width: 160px;
        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%;
    }

    .menu-bar .dropdown-item {
        padding: 0px 0px;
    }

    .box-fixed-menu {
        width: 160px;
        right: 10px;
        bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        width: 250px;
        margin-bottom: -50px;
        margin-top: -5px;
        height: 100px;
    }

    .language {
        right: 20px;
    }

    .navbar .language .dropdown-menu {
        right: -30px;
    }

    .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 10px;
        font-size: 13px;
        min-width: 70px;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}

/* 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;
}


#popupModal .modal-content {
    width: 90%;
    max-width: 620px;
    margin: auto;
}

#popupModal .carousel-item img {
    border-radius: 15px;
    overflow: hidden;
}

#popupModal .modal-header {
    padding-right: 0 !important;
}

#popupModal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}



@media (min-width: 768px) {
    .modal-content .modal-header {
        padding-top: 80px;
    }

    .support-modal .modal-content .modal-header {
        padding-top: 16px;
    }

    .modal-body {
        padding-bottom: 60px;
    }
}

/* modal download */

#modal-download .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-download .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-download .modal-content .modal-header {
    padding-top: 36px;
    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-download .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-download .modal-lg,
#modal-download .modal-xl {
    min-height: 600px;
}

#modal-download .btn_obt-pre-register img {
    width: 250px;
}

#modal-download .modal-backdrop.show {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .modal-content .modal-header {
        padding-top: 60px;
    }

    .modal-body {
        padding-bottom: 60px;
    }
}

/* modal system */

.modal-main-system {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#modal-system .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-system .modal-content {
    box-shadow: none;
    /* background: url(../images/bg-modal-register.png) no-repeat top center #081420; */
    background-color: #001b4400;
    background-size: 100%;
    border-radius: 15px;
    border: none;
}

#modal-system .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-system .modal-body {
    padding: 25px;

}

#modal-system .modal-lg,
#modal-system .modal-xl {
    min-height: 600px;
}

#modal-system .btn_obt-pre-register img {
    width: 250px;
}

#modal-system .modal-backdrop.show {
    opacity: 0.8;
}

.main-vdo-system {
    width: 100%;
    height: 424px;
}

.section-faq-download {
    padding: 10px 0 60px 0;
    background-image: url(../images/bg-down.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    scroll-behavior: smooth;
}

.faq-border {
    border: solid 1px #011b5a !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    color: inherit;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #123da3 !important;

    box-shadow: inset 0 -2px 0 #123da3 !important;
}

.accordion-button {
    background-color: #123da348 !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath stroke='white' stroke-width='2' d='M2 6l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-item.faq {
    max-width: 1000px !important;
    width: 100vw !important;
}

.accordion-item.faq .accordion-body {
    font-size: 0.8em;

}

.hr-faq {
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    height: 1px;
    border: none;
}

@media (max-width: 768px) {
    .modal-main-system {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }

    .main-vdo-system {
        width: 100%;
        height: 335px;
    }

    .accordion-button,
    .accordion-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .accordion-button {
        font-size: 0.9rem;
    }
}

@media (max-width: 440px) {
    .modal-main-system {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
    }

    .main-vdo-system {
        width: 100%;
        height: 170px;
    }

    #modal-system .modal-body {
        padding: 10px;
    }

    #modal-system button.btn-close {
        background: url(../images/btn-close.webp) no-repeat center;
        background-size: contain;
        width: 15px !important;
        height: 15px !important;
        position: absolute;
        color: #828795 !important;
        top: 15px;
    }

    #modal-system.modal {
        background-color: #000000c7 !important;
    }
}

.shrink {
    animation: shrinkGrow 1s ease-in-out infinite alternate;
}

@keyframes shrinkGrow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);

        -webkit-filter: drop-shadow(0 0 6px #fff352);
        filter: drop-shadow(0 0 6px #fff352);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-filter: drop-shadow(0 0 2px #fffaaf);
        filter: drop-shadow(0 0 2px #fffaaf);
    }
}