/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body,
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    height: 100%;
    width: 100%;
    background-color: #1c0902
}

dd,
dl,
dt,
figure,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

dl,
li,
p,
table {
    line-break: strict;
    word-wrap: break-word
}

img {
    border: 0;
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: middle
}

a,
button,
input,
textarea {
    outline: 0
}

a {
    color: #e2f3fd;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700
}

a:hover {
    text-decoration: none
}

.w-100 {
    width: 100%
}

.show640 {
    display: none
}

body {
    font-family: Roboto, sans-serif;
    background-color: #1c0902;
    min-height: 100%;
    color: #e2f3fd;
    display: flex;
    flex-direction: column
}

article {
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 1;
    z-index: 1
}

main {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.background video {
    min-height: 1000px;
    height: 110vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

article .container {
    margin: 0 auto;
    max-width: 660px;
    position: relative;
    width: 100%
}

.logo {
    margin: 0 auto;
    padding-left: 5%;
    padding-top: 0;
    width: 60%
}

.slogan {
    margin: -10% auto -3%;
    width: 100%
}

.btndk {
    animation: animation .6s linear infinite;
    cursor: pointer;
    margin: 0 auto;
    width: 69%
}

@-webkit-keyframes animation {
    0% {
        -webkit-filter: drop-shadow(2px 2px 15px #ffd747);
        filter: drop-shadow(2px 2px 15px #ffd747)
    }

    50% {
        -webkit-filter: none;
        filter: none
    }

    100% {
        -webkit-filter: drop-shadow(2px 2px 15px #ffd747);
        filter: drop-shadow(2px 2px 15px #ffd747)
    }
}

.btnwweb {
    cursor: pointer;
    margin: 6% auto 0;
    width: 56%
}

.btnwweb:hover {
    -webkit-filter: drop-shadow(2px 2px 15px #ffd747);
    filter: drop-shadow(2px 2px 15px #ffd747)
}

.note {
    font-size: 13px;
    margin: 6% auto;
    text-align: center;
    width: 68%
}

.content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    padding-top: 2.2rem;
    padding-bottom: 2rem
}

.title-g {
    margin: 2rem auto
}

.games_slice {
    width: 100%
}

.games_item {
    padding: 0 1rem
}

footer {
    background: rgba(18, 6, 0, .6);
    position: relative;
    z-index: 10
}

footer .container {
    margin: 1rem auto;
    max-width: 1348px;
    width: 100%
}

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

.ftrow>div {
    padding: 0 10px
}

.ftcopyright {
    background: #1b0a02;
    font-size: 12px;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    font-style: italic
}

.footerlogo {
    width: 16%
}

.footer_col1 {
    width: 75%
}

.footer_col100 {
    width: 100%;
    display: flex;
    margin-top: 2rem;
    justify-content: space-between
}

.footer_col2 {
    width: 22%;
    text-align: center
}

.footer_col5 {
    width: 40%
}

.footer_col3 {
    width: 22%
}

.img-doitac {
    width: 60%;
    margin: 0 auto
}

.footer_ttl {
    color: #fff5d2;
    font-size: 20px;
    font-weight: 700;
    margin: 2rem auto .5rem;
    text-align: center
}

.footer_sup {
    color: #fff5d2;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    text-align: center
}

.footer_des {
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.banners {
    left: calc(50% + (500px / 2));
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 35%
}

#background_mobile,
#background_table,
.ipadpro,
.logintab,
.maindlapp,
.registertab,
.titlegames {
    display: none
}

#alertmodal,
.formmodal {
    align-items: center;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0 15px
}

#alertmodal.active,
.formmodal.active {
    display: flex
}

.modal_box {
    margin: 0 auto;
    max-width: 544px;
    width: 100%
}

.modal_tabcontent {
    position: relative
}

.closemodal {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: -10px;
    top: 15px;
    width: 48px;
    z-index: 9
}

.tabnav {
    background: url(../images/bg-tab.png?v=1.0) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    padding: 8px;
    height: 50px;
    width: 48%
}

.tabnav li {
    width: 45%
}

.tabcontent_form {
    width: 80%;
    margin: 0 auto;
    background: url(../images/bg-form.png?v=1.0) 50% 1.5rem no-repeat;
    background-size: 100% calc(100% - 1.5rem);
    padding: 0 0 2rem
}

.logintab.active,
.registertab.active {
    display: block
}

.tabcontent_form form {
    width: 80%;
    margin: 0 auto
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.error.errors {
    width: 100%;
    font-size: 12px;
    color: #f20000;
    text-align: center;
    margin-bottom: -.8rem
}

.form_field {
    background: #130809;
    border: 2px solid #5d2722;
    height: 56px;
    border-radius: 32px;
    width: 100%;
    font-weight: 700;
    padding: 0 55px 0 25px;
    width: 100%;
    flex: 1;
    margin-left: 1rem;
    color: #eeb005
}

.form_field::-webkit-input-placeholder {
    color: #bd9088 !important
}

.btnsubmit {
    padding-top: 1rem
}

.btnsubmit button {
    background: 0 0;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 45%
}

.icon_field {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block
}

.icon_user {
    background-image: url(../images/icon-user.png?v=1.0)
}

.icon_lock {
    background-image: url(../images/icon-lock.png?v=1.0)
}

.icon_eye {
    background-image: url(../images/icon-eye.png?v=1.0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 56px;
    position: absolute;
    right: 25px;
    top: 0;
    width: 24px;
    cursor: pointer
}

.icon_eye.active {
    background-image: url(../images/icon-eye-active.png?v=1.0)
}

.maindlapp {
    margin-top: 55%
}

.maindlapp.active {
    display: block
}

.btnapp {
    display: block;
    margin: 0 auto;
    width: 95%
}

.btnweb {
    display: block;
    margin: 0 auto;
    width: 75%
}

.btnapp a,
.btnweb a {
    display: block
}

.btndkmobile {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 75%;
    animation: animation .6s linear infinite
}

.btnapp img,
.btndkmobile img,
.btnweb img {
    width: 100%
}

#huongdan {
    position: relative;
    z-index: 2;
    padding-top: 1rem;
    display: none
}

.hdtitle {
    background: #1f1009;
    text-align: center;
    text-transform: uppercase;
    padding: 15px
}

.huongdan_box {
    padding: 15px;
    background: linear-gradient(to bottom, #1f1009 0, #1f1009 10%, rgba(31, 16, 9, 0) 100%)
}

.huongdan_step {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    color: #e8c04b
}

.huongdan_content {
    padding-bottom: 1rem;
    list-style: disc;
    margin-left: 1.5rem;
    line-height: 1.6
}

.btnsocial {
    background: rgba(17, 15, 11, .5);
    border-radius: 16px 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 99
}

.btnsocial li a {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.btnsocial li a:hover img {
    -webkit-filter: drop-shadow(1px 1px 5px #f8d24c);
    filter: drop-shadow(1px 1px 5px #f8d24c)
}

#alertmodal .alertmodal_box {
    background: #230e10;
    border: 2px solid #936c2e;
    border-radius: .5rem;
    padding: 3rem 15px;
    position: relative;
    width: 100%;
    max-width: 500px
}

.alertmodal_des {
    color: #fce348;
    text-align: center;
    line-height: 1.6
}

#alertmodal .alertmodal_box .closealert {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    z-index: 9
}

@media (max-width:1500px) {
    .background video {
        min-height: 950px
    }

    article .container {
        max-width: 600px
    }

    .banners {
        left: calc(50% + (450px / 2))
    }

    .banners_item {
        width: 265px !important
    }
}

@media (max-width:1500px) and (max-height:780px) {
    article .container {
        max-width: 600px
    }

    .background video {
        min-height: 900px
    }
}

@media (max-height:726px) {
    article .container {
        max-width: 550px
    }

    .background video {
        min-height: 850px
    }
}

@media (max-width:1300px) {
    .background {
        left: -25%
    }

    .banners {
        max-width: 330px
    }

    .banners_item {
        width: 200px
    }

    .banners_item.slick-snext {
        transform: translate3d(30%, 0, -10px)
    }

    .banners_item.slick-sprev {
        transform: translate3d(-30%, 0, -10px)
    }
}

@media (max-width:1100px) {
    body {
        background-color: #0b0d0a
    }

    article {
        background: url(../images/bg-tablet2.png?v=1.0) bottom center no-repeat;
        background-size: cover;
        background-color: #0b0d0a;
        overflow: hidden
    }

    #background_table {
        display: none
    }

    #background_desktop {
        display: none
    }

    .background video {
        min-height: 120%
    }

    .titlegames {
        display: block;
        margin: 4rem auto 1rem;
        position: relative;
        width: 100%
    }

    .banners {
        position: unset;
        transform: none;
        margin: 0 auto;
        max-width: 435px;
        width: 100%
    }

    .banners_item {
        width: 235px
    }

    .banners_item.slick-snext {
        transform: translate3d(45%, 0, -11px)
    }

    .banners_item.slick-sprev {
        transform: translate3d(-45%, 0, -11px)
    }

    .background {
        width: 110%;
        height: 100%;
        left: 50%;
        top: 0;
        position: absolute;
        transform: translateX(-50%);
        z-index: 2
    }

    .logo {
        padding-top: 1%;
        width: 50%;
        position: relative;
        z-index: 3
    }

    .slogan {
        margin-top: -8%;
        margin-bottom: -2%;
        position: relative;
        z-index: 3
    }

    .banners_row {
        transform: translateX(-3%)
    }

    footer {
        background: #120600
    }

    article .container.active .btndk,
    article .container.active .btnwweb,
    article .container.active .note {
        display: none
    }
}

@media (max-width:991px) {
    article {
        background: url(../images/bg-tablet2.png?v=1.0) bottom center no-repeat;
        background-size: 100% auto;
        background-color: #0b0d0a
    }

    .background {
        width: 100%;
        height: 100%;
        top: 0
    }

    .background video {
        left: 50%;
        min-width: 100%;
        position: relative;
        transform: translateX(-50%)
    }

    #background_mobile {
        display: block
    }

    .footerlogo {
        width: 30%
    }

    .footer_col1,
    .footer_col100 {
        width: 90%
    }

    .footer_col100 {
        flex-direction: column
    }

    .footer_col3 {
        width: 70%;
        margin: 1.5rem auto 0
    }

    .footer_col5 {
        width: 100%;
        margin: 1.5rem auto 0
    }

    .footer_col2 {
        width: 50%;
        margin: 1.5rem auto 0
    }

    .footer_sup {
        font-size: 22px;
        margin-bottom: 1rem
    }
}

@media (min-width:758px) {
    .banners_row .slick-list {
        padding-left: 25% !important;
        padding-right: 25% !important
    }

    .banners_row .slick-track {
        max-width: 100% !important;
        perspective: 100px;
        transform: translate3d(0, 0, 0) !important
    }

    .banners_row .slick-slide {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(0, 0, 0);
        transition: transform .5s, opacity .5s
    }

    .banners_item {
        width: 300px
    }

    .banners_row .slick-snext,
    .banners_row .slick-sprev {
        display: block
    }

    .banners_item.slick-current {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 2;
        transform: translate3d(0, 0, 0)
    }

    .banners_item.slick-snext {
        margin-right: 0;
        opacity: .5;
        transform: translate3d(45%, 0, -11px);
        z-index: 1
    }

    .banners_item.slick-sprev {
        margin-left: 0;
        opacity: .5;
        transform: translate3d(-45%, 0, -11px);
        z-index: 1
    }
}

@media (max-width:757px) {
    article {
        padding-bottom: 2rem;
        max-width: 100%;
        overflow: hidden
    }

    main {
        overflow: hidden;
        max-width: 100%;
        min-height: 98vh
    }

    .logo {
        padding-top: 2%;
        padding-left: 0;
        width: 50%
    }

    .btndk {
        margin-top: 40%
    }

    .slick-list {
        padding-left: 10% !important;
        padding-right: 10% !important
    }

    .banners_item {
        width: 250px
    }

    .slick-slide {
        position: unset
    }

    .banners_item.slick-snext {
        transform: none
    }

    .banners_item.slick-sprev {
        transform: none
    }

    .background {
        height: 50%;
        top: 0;
        width: 100%
    }

    .background video {
        min-height: 100%;
        min-width: 100%;
        transform: translateX(-50%)
    }

    footer .ftrow {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    footer .footerlogo {
        padding-bottom: 2rem;
        width: 50%
    }

    .footer_ttl {
        font-size: 12px;
        padding-bottom: 1rem
    }

    .footer_des {
        font-size: 12px
    }

    .tabcontent_form {
        background-position: 50% 1.2rem;
        background-size: 100% calc(100% - 1.2rem);
        padding-bottom: 1rem
    }

    .tabnav {
        width: 60%;
        padding: 5px;
        height: 45px
    }

    .tabcontent_form form {
        width: 90%
    }

    .form_field,
    .icon_eye {
        height: 40px
    }

    .form_field {
        border-width: 1px;
        font-size: 14px;
        margin-left: .5rem;
        padding: 0 45px 0 20px
    }

    .icon_field {
        width: 20px;
        min-width: 20px;
        height: 20px
    }

    .icon_eye {
        right: 20px;
        width: 20px
    }

    .btnsubmit {
        padding-top: 0
    }

    .closemodal {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 0
    }

    .btnsocial {
        padding: 12px 10px;
        border-radius: 10px 0 0 10px;
        gap: .7rem
    }

    .banners {
        overflow: hidden
    }

    .banners_row {
        max-width: 100%;
        overflow: hidden
    }
}

@media (max-width:575px) {
    article {
        background: url(../images/bg-tablet2.png?v=1.0) top center no-repeat;
        background-size: cover;
        background-color: #130802
    }

    article .container {
        min-height: 100svh
    }

    .hide640 {
        display: none
    }

    .show640 {
        display: block
    }

    #background_table {
        display: none
    }

    #background_mobile {
        display: none
    }

    .background video {
        left: 50%;
        min-width: 100%;
        position: relative;
        transform: translateX(-50%)
    }

    .btnsocial {
        display: none
    }

    .slogan {
        width: 90%
    }

    .maindlapp {
        margin-top: 37%
    }

    .content {
        width: 100%;
        padding-top: 0
    }

    .banners {
        padding-top: 0;
        z-index: 4
    }

    .banners_row {
        transform: none
    }

    .games_item {
        width: 250px
    }

    .games_item.slick-snext {
        transform: none
    }

    .games_item.slick-sprev {
        transform: none
    }

    .background {
        height: 100vh;
        top: 0
    }

    footer .ftrow {
        padding: 0
    }

    footer .footerlogo {
        padding-bottom: 0
    }

    .footer_col1,
    .footer_col100 {
        width: 100%;
        margin: 0
    }

    .footer_ttl {
        font-size: 13px;
        margin: 1rem auto 0
    }

    .footer_sup {
        font-size: 14px
    }

    .footer_col2 {
        width: 65%
    }
}

@media (max-height:480px) {
    #background_table {
        display: none
    }

    #background_mobile {
        display: block
    }

    .modal_box {
        max-width: 345px
    }
}

@media (max-width:400px) {
    article {
        background-size: 117% auto
    }

    .btndkmobile {
        margin-bottom: -1rem
    }
}