/*! 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: 0.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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.625em 0.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 !important;
  text-decoration: underline;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
b {
  color: #e2f3fd;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: Roboto, sans-serif;
  background-color: #1c0902;
  min-height: 100%;
  color: #e2f3fd !important;
  display: flex;
  flex-direction: column;
}
.w-100 {
  width: 100%;
}
article {
  background: url(../images/bg.jpg?v=1.0) top left no-repeat;
  /* background-size: cover; */
  background-size: contain;
  background-attachment: fixed;
  background-color: #1c0902;
  /* padding-bottom: 4rem; */
  position: relative;
  height: 100%;
  flex: 1;
  z-index: 9;
}
.background {
  bottom: 0;
  left: -17%;
  position: fixed;
  right: 0;
  top: -15%;
  width: 135%;
  height: 115%;
}
.background video {
  min-height: 100%;
  min-width: 100%;
}
.thankform .container,
article .container {
  margin: 0 auto;
  max-width: 588px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.logo {
  margin: 0 auto !important;
  padding-top: 4%;
  width: 76%;
}
.logo img {
    margin: 0 auto;
    max-width: 200px;
}
.slogan {
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
}
.slogan img {
  max-width: 250px;
  width: 100%;
}
.btndk {
  animation: animation 0.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%;
}
footer {
  background: rgba(18, 6, 0, 0.6);
  position: relative;
  z-index: 10;
}
footer .container {
  margin: 0 auto;
  max-width: 1348px;
  width: 100%;
}
.ftrow {
  display: flex;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.ftrow > div {
  padding: 0 10px;
}
.ftcopyright {
  background: #1b0a02;
  font-size: 12px;
  padding: 15px;
  text-align: center;
}
.footerlogo {
  width: 14%;
}
.footer_col1 {
  width: 38%;
}
.footer_col2 {
  width: 29%;
}
.footer_col3 {
  width: 19%;
}
.ft_games {
  max-width: 290px;
}
.footer_patner {
  max-width: 220px;
}
.footer_ttl {
  color: #fff5d2;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.footer_des {
  font-size: 13px;
  line-height: 1.5;
}
.banners {
  left: calc(45% + (588px / 2));
  max-width: 435px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 40%;
}
#background_mobile,
#background_table,
.ipadpro,
.logintab,
.maindlapp,
.registertab,
.titlegames {
  display: none;
}
#alertmodal,
.formmodal {
  align-items: center;
  background: rgba(0, 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 {
  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: -0.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 {
  padding-top: 55%;
  position: relative;
}
.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: 55% auto 0;
  width: 75%;
  animation: animation 0.6s linear infinite;
}
.btndkmobile.disable {
  visibility: hidden;
}
.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, 0.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);
}
.thankform {
  display: none;
  position: absolute;
  width: 100%;
}
.thankform .container {
  max-width: 560px;
  background: url(../images/bg-thankform.png?v=1.0) center no-repeat;
  background-size: 100% 100%;
  padding: 2.5rem 2.2rem 2rem;
  width: 70%;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}
.thankthumb {
  width: 35%;
  position: absolute;
  left: 5%;
  bottom: 7%;
}
.thankbox {
  width: 65%;
  margin: 0 0 0 auto;
}
.thankttl {
  margin: 0 auto;
  width: 100%;
}
.thankinfo {
  margin: 0 auto 0;
  width: 100%;
  background: url(../images/bg-thankinfo.png?v=1.0) center no-repeat;
  background-size: 100% 100%;
  padding: 1.5rem 12%;
}
.thankinfo_pass,
.thankinfo_pass span,
.thankinfo_user,
.thankinfo_user span {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.thankinfo_pass,
.thankinfo_user {
  color: #fff;
}
.thankbt {
  width: 80%;
  margin: 0 auto;
}
.info-user {
  text-align: center;
}
#alertmodal .alertmodal_box {
  background: #230e10;
  border: 2px solid #936c2e;
  border-radius: 0.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 {
    left: -17%;
    top: 0;
    width: 135%;
    height: 100%;
  }
  .banners {
    top: 65%;
  }
}
@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-tablet.jpg?v=1.0) top center no-repeat;
    background-size: 100% auto;
    background-color: #0b0d0a;
    overflow: hidden;
  }
  #background_table {
    display: block;
  }
  #background_desktop {
    display: none;
  }
  .background video {
    min-height: 120%;
  }
  .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%);
  }
  .logo {
    padding-top: 1%;
    width: 50%;
  }
  .btndk {
    /* margin-top: 55%; */
    margin-top: 0;
  }
  .btnwweb,
  .note {
    margin-top: 1%;
  }
  footer {
    background: #120600;
  }
  article .container.active .btndk,
  article .container.active .btnwweb,
  article .container.active .note {
    display: none;
  }
}
@media (max-height: 780px) {
  .logo {
    padding-top: 2%;
    width: 70%;
  }
  .btndk {
    /* margin-top: -5%; */
    margin-top: 0;
  }
  .btnwweb,
  .note {
    margin-top: 5%;
    width: 80%;
  }
  .background {
    top: -10%;
    height: 110%;
  }
  .banners {
    top: 58%;
  }
}
@media (max-width: 991px) {
  article {
    background: url(../images/bg-tablet.jpg?v=1.0) top center no-repeat;
    background-size: 109% auto;
    background-color: #0b0d0a;
  }
  .background {
    width: 100%;
    height: 100%;
    top: -7%;
  }
  .background video {
    left: 50%;
    min-width: 100%;
    position: relative;
    transform: translateX(-50%);
  }
  .ftrow {
    flex-direction: column;
  }
  .ftrow > div {
    padding-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
  footer .footerlogo {
    margin: 0 auto;
    width: 60%;
  }
  .footer_patner,
  .ft_games {
    margin: 0 auto;
  }
  .maindlapp {
    padding-top: 40%;
  }
  #background_mobile {
    display: block;
  }
  .thankform .container {
    max-width: 500px;
  }
}
@media (min-width: 758px) {
  .slick-list {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
  .slick-track {
    max-width: 100% !important;
    perspective: 100px;
    transform: translate3d(0, 0, 0) !important;
  }
  .slick-slide {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s, opacity 0.5s;
  }
  .banners_item {
    width: 235px;
  }
  .slick-snext,
  .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: 0.5;
    transform: translate3d(45%, 0, -11px);
    z-index: 1;
  }
  .banners_item.slick-sprev {
    margin-left: 0;
    opacity: 0.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;
  }
  .titlegames {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 0.5rem;
    width: 68%;
    z-index: 2;
  }
  .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: 0.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: 0.7rem;
  }
  .banners {
    overflow: hidden;
  }
  .banners_row {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  article {
    background: url(../images/bg-mobile2.jpg?v=1.0) top center no-repeat;
    background-size: 107% auto;
    background-color: #130802;
  }
  #background_table {
    display: none;
  }
  #background_mobile {
    display: block;
  }
  .background video {
    left: 50%;
    min-width: 100%;
    position: relative;
    transform: translateX(-50%);
  }
  .slogan {
    width: 90%;
  }
  main {
    /* min-height: 100svh; */
  }
  .maindlapp {
    padding-top: 37%;
  }
  .banners {
    padding-top: 0;
  }
  .background {
    height: 100svh;
    top: 0;
  }
  .thankform .container {
    width: 95%;
    padding: 1rem 2rem 0.8rem;
  }
  .thankthumb {
    width: 31%;
  }
  .thankbox {
    width: 70%;
  }
  .thankinfo {
    padding: 1rem 12%;
    margin: -0.2rem 0;
  }
  .thankinfo_pass,
  .thankinfo_pass span,
  .thankinfo_user,
  .thankinfo_user span {
    font-size: 14px;
  }
}
@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;
  }
}
