@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedBlack";
  src: url("../fonts/NotoSans-ExtraCondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedBold";
  src: url("../fonts/NotoSans-ExtraCondensedBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-ExtraCondensedMedium";
  src: url("../fonts/NotoSans-ExtraCondensedMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "notosans_extracondensedSB";
  src: url("../fonts/notosans_extracondensedSB.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dvn_driff";
  src: url("../fonts/dvn_driff.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "svn_gotham";
  src: url("../fonts/svn_gotham.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.froboto {
  font-family: "roboto";
}

.frobotoB {
  font-family: "robotoB";
}

.frobotoM {
  font-family: "robotoM";
}

.fNotoSansBlack {
  font-family: "NotoSans-ExtraCondensedBlack";
}

.fNotoSansBold {
  font-family: "NotoSans-ExtraCondensedBold";
}

.fNotoSansMedium {
  font-family: "NotoSans-ExtraCondensedMedium";
}

.fnotosans_extracondensedSB {
  font-family: "notosans_extracondensedSB";
}

.fdvn_driff {
  font-family: "dvn_driff";
}

.fsvn_gotham {
  font-family: "svn_gotham";
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #ffffff;
  font-family: "roboto";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-family: "roboto";
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-family: "roboto";
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.c-pointer, .c-p, .cp {
  cursor: pointer;
}

.p-r, .pr {
  position: relative;
}

.p-a, .pa {
  position: absolute;
}

.w100percent {
  width: 100%;
}

.m__inline {
  margin-left: auto;
  margin-right: auto;
}

.dFlex, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aCenter, .act {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jCenter, .jct, .j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fCl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input, button, select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

input, select {
  font-family: "roboto";
  font-size: clamp(15px, 3vw, 22px);
  color: #fff;
}
.tUpper, .tup {
  text-transform: uppercase;
}

.tUnder {
  text-decoration: underline;
}

.text_italic {
  font-style: italic;
}

.tCenter, .tct {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.img-res {
  max-width: 100%;
  width: auto;
  height: auto;
}

.c-white, .cWhite {
  color: #ffffff !important;
}

.c-black {
  color: #000 !important;
}

.cPage {
  color: #542e18 !important;
}

.cRed, .c-red {
  color: #d41211 !important;
}

.cGreen {
  color: #017f70 !important;
}

.cBlue {
  color: #65b7ff !important;
}

.cYellow {
  color: #ffba00 !important;
}

.cOrange {
  color: #ffa800 !important;
}

.cPink {
  color: #ed4b76 !important;
}

.cPurple {
  color: #8581df !important;
}

.link-under, .link_under {
  text-decoration: underline !important;
}

.t-shadow {
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.t-shadow-red {
  text-shadow: 0px 3px 0px rgb(204, 70, 30);
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@-webkit-keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html.root__page {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body.wpage {
  font-family: "NotoSans-ExtraCondensedMedium";
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #952408;
  min-height: 100vh;
  margin-inline: auto;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 992px) {
  body.wpage {
    background: no-repeat top center/100% auto #952408;
    background-image: -webkit-image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);
    background-image: image-set(url("../images/full__big.webp") 1x, url("../images/full__big.jpg") 1x);
  }
}
@media only screen and (max-width: 991px) {
  body.wpage {
    background: no-repeat top center/100% auto #952408;
    background-image: -webkit-image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);
    background-image: image-set(url("../images/sm__full.webp") 1x, url("../images/sm__full.jpg") 1x);
  }
}

.limit__game {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .limit__game {
    max-width: 62.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .hidden__mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden__PC {
    display: none !important;
  }
}

.link-hv:hover .img-hv, .link-hv.active .img-hv {
  display: inline-block;
}
.link-hv .img-ac, .link-hv .img-hv {
  width: 100%;
}
.link-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-tranY {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-tranY:hover, .btn-tranY.active_bk {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn-Zoom {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-Zoom:hover, .btn-Zoom.active {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.mt-1per {
  margin-top: 1%;
}

.mt-2per {
  margin-top: 2%;
}

.mt-3per {
  margin-top: 3%;
}

.mt-4per {
  margin-top: 4%;
}

@media only screen and (max-width: 667px) {
  .btn-img-hv {
    width: 60%;
  }
}
.btn-img-hv .img-ac, .btn-img-hv .img-hv {
  width: 100%;
}
.btn-img-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-img-hv:hover .img-hv {
  display: inline;
}

.btn-page {
  width: 160px;
  height: 43px;
}
@media only screen and (min-width: 768px) {
  .btn-page {
    width: 271px;
    height: 72px;
  }
}

.pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: #2b191f;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 62px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li:hover, .pagination ul li.active {
  background: #654231;
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #fff;
}

.slick-custom-dots .slick-dots {
  bottom: -25%;
}
.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
@media only screen and (min-width: 992px) {
  .slick-custom-dots .slick-dots li {
    margin: 0 5px;
  }
}
.slick-custom-dots .slick-dots li.slick-active {
  background: #ffc333;
}
.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: "";
}
.slick-custom-dots.slick-dot-black .slick-dots li {
  background: #fff;
}

.slick-arrow {
  width: 9.6vw;
  height: 9.6vw;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.slick-arrow:focus, .slick-arrow:hover {
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  background: transparent;
}
.slick-arrow:before {
  content: "";
}
@media only screen and (min-width: 992px) {
  .slick-arrow {
    width: 3.75vw;
    height: 3.75vw;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next:not(.slick-disabled) {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.out-hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.out-hv:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.tit__gr {
  color: #6d0a0a;
  background: url(../images/tired/bgTit.png?ver=1) no-repeat center center;
  background-size: 100% 100%;
  font-size: 4.4vw;
  width: 73.3333333333vw;
  height: 11.6vw;
  padding-bottom: 1.0666666667vw;
}
@media only screen and (min-width: 992px) {
  .tit__gr {
    font-size: 2.3958333333vw;
    width: 40.2604166667vw;
    height: 6.3541666667vw;
    padding-bottom: 0.9375vw;
  }
}
.tit__gr .text {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1500), to(#cd3400));
  background: linear-gradient(to bottom, #3b1500, #cd3400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
          filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
}

.logo-top {
  position: absolute;
  top: 1.5625vw;
  left: 0;
}
.logo-top img {
  width: 14.5833333333vw;
}

.main_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0.2666666667vw;
}
@media only screen and (min-width: 992px) {
  .main_head {
    height: 4.4791666667vw;
    padding: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .main_head {
    background: #000;
    height: 13.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .main_head .limit__game {
    max-width: 71.1458333333vw;
  }
}

#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:before {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:after {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#toggle-menu__header-page:checked ~ .navbar .navbar-content {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .navbar .limit__game {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.left-header {
  width: 57.3333333333vw;
  position: relative;
  z-index: 3;
  float: left;
}
.icon-name-game {
  padding-left: 2vw;
  padding-top: 1.3333333333vw;
}
.icon-name-game .icon-game img {
  position: relative;
  z-index: 2;
  width: 17.2vw;
  display: block;
}

.txt-name-game {
  color: #ffffff;
  font-size: 3.7333333333vw;
  margin-top: 3.7333333333vw;
  margin-left: 1.3333333333vw;
}
.txt-name-game .name-game {
  line-height: 1.1;
}

@media only screen and (min-width: 992px) {
  .navbar-content {
    left: 0;
    top: 1.3020833333vw;
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    width: auto;
    margin-top: 0vw;
    margin-right: 0vw;
    padding-left: 0.3125vw;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-content {
    z-index: 2;
    right: -100%;
    top: 13.3333333333vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-content ul {
    padding-top: 2.6666666667vw;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 0.78125vw;
    border-bottom: 0;
  }
}
.navbar-content ul li:last-child {
  border-bottom: 0;
}
.navbar-content ul li:not(:last-child):after {
  position: absolute;
  content: "";
}
.navbar-content ul li:before {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 991px) {
  .navbar-content ul li:before {
    width: 94%;
    height: 2px;
    left: 5px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li:first-child:before {
    opacity: 0;
  }
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:last-child:after {
    width: 94%;
    height: 2px;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
  }
}
.navbar-content ul li a {
  color: #fff;
  font-size: 4vw;
  position: relative;
  font-family: "notosans_extracondensedSB";
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a {
    width: 9.84375vw;
    height: 3.3854166667vw;
    font-size: 1.3020833333vw;
    background: url("../images/btn/btn_head.png") no-repeat top center/100% 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.5208333333vw;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a:hover {
    color: #000;
    background-image: url("../images/btn/btn_headhv.png");
  }
}
@media only screen and (min-width: 992px) {
  .navbar-content ul li a .imgIconHead__ {
    width: 4.1666666667vw;
  }
}

.link-download {
  width: 30.9333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5333333333vw;
  z-index: 3;
}
.link-download .btn_download {
  width: 30.9333333333vw;
  height: 10.1333333333vw;
  font-size: 4vw;
  line-height: 10.1333333333vw;
  color: #fff;
  padding-top: 0.5333333333vw;
  background: url("../images/btn/btn_download.png?ver=1.1") no-repeat center center/100% 100%;
}

.icon-hamburger {
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  z-index: 3;
  margin-top: 3.7333333333vw;
}
.icon-hamburger #menu__header-page {
  display: inline-block;
  position: relative;
  width: 7.3333333333vw;
  height: 6vw;
  cursor: pointer;
}
.icon-hamburger #menu__header-page .inner-menu__header-page {
  height: 1.0666666667vw;
  width: 100%;
  top: 2.4vw;
  background-color: #edeeff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before, .icon-hamburger #menu__header-page .inner-menu__header-page:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1.0666666667vw;
  width: 100%;
  background-color: #edeeff;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before {
  top: -2vw;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:after {
  top: 2vw;
}
.icon-hamburger .menu__cus {
  width: 130%;
}

.logo-header {
  position: absolute;
  left: 3%;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .logo-header {
    left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .logo-header {
    left: 19%;
  }
}

.footer__game {
  background: #0a0e10;
  width: 100%;
  padding: 8vw 0.78125vw 4vw;
  text-align: center;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#2f302f), to(#010101));
  background: linear-gradient(to bottom, #2f302f, #010101);
}
@media only screen and (min-width: 992px) {
  .footer__game {
    padding: 3.125vw 0 1.5625vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__game .listLinkFGFt {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
}
.footer__game .listLinkFGFt a {
  margin-inline: 2.5333333333vw;
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt a {
    margin-inline: 0.9895833333vw;
  }
}
.footer__game .listLinkFGFt img {
  width: 11.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .footer__game .listLinkFGFt img {
    width: 4.5833333333vw;
  }
}

.footer-link-privacy {
  margin-bottom: 10px;
}

.footer-link-privacy a {
  color: #fff;
  text-decoration: none;
}

.footer-link-privacy a:hover {
  color: #ffa000;
}

.footer__game p {
  margin-bottom: 6px;
}

.footer__game-inner {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer__game-inner {
    width: 52.0833333333vw;
  }
}

.ftace__ace {
  position: absolute;
  display: block;
  text-indent: -999em;
  background: url(../images/footer/logo_ACE.png) 0 0 no-repeat;
  background-size: contain;
  left: 0;
  top: -0.5208333333vw;
  width: 7.1875vw;
  height: 4.375vw;
}
@media only screen and (max-width: 991px) {
  .ftace__ace {
    top: -8.1333333333vw;
    left: 2%;
    margin: 0 auto 1.3333333333vw;
    width: 13.2vw;
    height: 8.1333333333vw;
  }
}

.footer__game-18 {
  position: absolute;
  right: 2%;
  top: 0;
  width: 6.5104166667vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
@media only screen and (max-width: 991px) {
  .footer__game-18 {
    top: -8.1333333333vw;
    width: 16.6666666667vw;
  }
}

.w100per {
  width: 100%;
}

.h100per {
  height: 100%;
}

.left0 {
  left: 0;
}

.top0 {
  top: 0;
}

.fs1424px {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

.imgLan {
  pointer-events: none;
  width: 7.6vw;
  top: -2.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .imgLan {
    top: -1.0416666667vw;
    width: 2.96875vw;
  }
}
.imgLan.imgLan__left {
  left: -3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .imgLan.imgLan__left {
    left: -1.3020833333vw;
  }
}
.imgLan.imgLan__right {
  right: -3.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .imgLan.imgLan__right {
    right: -1.3020833333vw;
  }
}

@media only screen and (max-width: 1199px) {
  .box_game {
    padding-top: 20%;
    padding-bottom: 9%;
  }
}

.tsdBlack {
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.tsdBrown {
  text-shadow: 2px 0 0 #613e09, -2px 0 0 #613e09, 0 2px 0 #613e09, 0 -2px 0 #613e09, 2px 2px #613e09, -2px -2px 0 #613e09, 2px -2px 0 #613e09, -2px 2px 0 #613e09;
}

.tsdGreen {
  text-shadow: 2px 0 0 #053d2b, -2px 0 0 #053d2b, 0 2px 0 #053d2b, 0 -2px 0 #053d2b, 2px 2px #053d2b, -2px -2px 0 #053d2b, 2px -2px 0 #053d2b, -2px 2px 0 #053d2b;
}

.tsdWhite {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

.tsdYellow {
  text-shadow: 2px 0 0 #fff8b4, -2px 0 0 #fff8b4, 0 2px 0 #fff8b4, 0 -2px 0 #fff8b4, 2px 2px #fff8b4, -2px -2px 0 #fff8b4, 2px -2px 0 #fff8b4, -2px 2px 0 #fff8b4;
}

.tsdPage {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.tGradientAll {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b1500), to(#cd3400));
  background: linear-gradient(to bottom, #3b1500, #cd3400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
          filter: drop-shadow(2px -2px 1px #fff) drop-shadow(2px 2px 1px #fff) drop-shadow(-2px -2px 1px #fff) drop-shadow(-2px 2px 1px #fff);
}

.tl__ img {
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .tl__ img {
    width: 43.4895833333vw;
  }
}

.st__ {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .st__ {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}

.btnRed {
  background: url("../images/btn/bt__log.png?ver=1.1") no-repeat center center/100% 100%;
}

.btnRed2 {
  background: no-repeat center center/100% 100%;
  background-image: -webkit-image-set(url("../images/btn/btnRed2.webp?ver=1.1") 1x, url("../images/btn/btnRed2.png?ver=1.1") 1x);
  background-image: image-set(url("../images/btn/btnRed2.webp?ver=1.1") 1x, url("../images/btn/btnRed2.png?ver=1.1") 1x);
}

.bt__log {
  background: url("../images/btn/bt__log.png?ver=1.1") no-repeat center center/100% 100%;
}

.btnYellow {
  background: url("../images/btn/btnYellow.png") no-repeat center center/100% 100%;
}

.bgInput {
  background: #686868;
  color: #fff !important;
}
.img-hv .in-img-hv {
  top: 0;
  left: 0;
  opacity: 0;
}
.img-hv:hover .in-img-hv, .img-hv.active .in-img-hv {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .list-img {
    width: 90%;
  }
}
.list-img .thumb-img {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1199px) {
  .list-img .thumb-img {
    padding: 6px 3px;
    width: 13.5vw;
    height: 13.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .list-img .thumb-img {
    width: 90px;
    height: 90px;
  }
}
.list-img .thumb-img img {
  width: 90%;
  width: auto;
  max-width: 90%;
}
.list-img .thumb-img .sl {
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

.slg__eff {
  position: relative;
}
.slg__eff:before {
  content: "";
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/effect/effectLight.png) top left no-repeat;
  background-size: auto 100%;
  -webkit-animation: animatedlighttext 6s ease-out infinite;
          animation: animatedlighttext 6s ease-out infinite;
  mix-blend-mode: plus-lighter;
}

@-webkit-keyframes animatedlighttext {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -40% 0;
  }
}

@keyframes animatedlighttext {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -40% 0;
  }
}
.infoTop__ {
  font-size: 3.3333333333vw;
  padding: 19.6vw 1.3333333333vw 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .infoTop__ {
    text-align: left;
    font-size: 1.3020833333vw;
    padding: 2.4479166667vw 0.5208333333vw 0;
  }
}

.gr__btn_banphao {
  gap: 0 6.8vw;
  margin-top: 4.8vw;
}
@media only screen and (min-width: 992px) {
  .gr__btn_banphao {
    gap: 0 5.3645833333vw;
    margin-top: 1.25vw;
  }
}
.gr__btn_banphao .btn__bphao__ {
  font-size: 4.9333333333vw;
  width: 35.7333333333vw;
  height: 7.8666666667vw;
}
@media only screen and (min-width: 992px) {
  .gr__btn_banphao .btn__bphao__ {
    font-size: 1.6145833333vw;
    width: 17.3958333333vw;
    height: 3.9583333333vw;
  }
}

.gr__ruleCard {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 98.4vw;
  gap: 2.6666666667vw 4vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .gr__ruleCard {
    width: 100%;
    margin-top: 44.4791666667vw;
    gap: 0 1.8229166667vw;
  }
}
.gr__ruleCard .btn__ruleCard__ {
  font-size: 3.7333333333vw;
  width: 33.4666666667vw;
  height: 9.2vw;
}
@media only screen and (min-width: 992px) {
  .gr__ruleCard .btn__ruleCard__ {
    font-size: 1.4583333333vw;
    width: 13.0729166667vw;
    height: 3.59375vw;
  }
}
.gr__ruleCard .btn__ruleCard__ .text {
  text-shadow: 2px 0 0 #ffef47, -1px 0 0 #ffef47, 0 2px 0 #ffef47, 0 -1px 0 #ffef47, 2px 2px #ffef47, -1px -1px 0 #ffef47, 1px -1px 0 #ffef47, -1px 1px 0 #ffef47;
  color: #912900;
}

@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.slogan__ {
  position: absolute;
  bottom: 24.5333333333vw;
  left: 0;
  right: 0;
  width: 78.9333333333vw;
  margin-inline: auto;
  -webkit-mask-image: url(../images/slogan.png);
          mask-image: url(../images/slogan.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media only screen and (min-width: 992px) {
  .slogan__ {
    width: 53.4375vw;
    bottom: 6.25vw;
  }
}
.slogan__ img {
  display: block;
  width: 100%;
}

.card__ {
  padding-bottom: 6.4vw;
}
@media only screen and (min-width: 992px) {
  .card__ {
    padding-bottom: 7.5520833333vw;
  }
}

.menLstImg__gift {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.9333333333vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 8.8vw 6.9333333333vw;
  padding-top: 6.8vw;
}
@media only screen and (min-width: 992px) {
  .menLstImg__gift {
    width: 66.3541666667vw;
    gap: 3.4375vw 2.7083333333vw;
    -ms-grid-columns: 1fr 2.7083333333vw 1fr 2.7083333333vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2.65625vw;
  }
}

.eaGift__img {
  padding-top: 2.4vw;
  position: relative;
  width: 44.1333333333vw;
  height: 36.2666666667vw;
  background: url("../images/card/bgEa.png") no-repeat top center/100% 100%;
}
@media only screen and (min-width: 992px) {
  .eaGift__img {
    width: 18.8541666667vw;
    height: 15.5729166667vw;
    padding-top: 0.9375vw;
  }
}
.eaGift__img.bonus__gift {
  background-image: url("../images/card/bgEa_bonus.png");
}
.eaGift__img::after {
  content: " ";
  display: block;
  position: absolute;
  width: 11.7333333333vw;
  height: 13.4666666667vw;
  background: url("../images/card/bgArrow.png") no-repeat center center/contain;
}
@media only screen and (min-width: 992px) {
  .eaGift__img::after {
    width: 4.5833333333vw;
    height: 5.2604166667vw;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n+2)::after, .eaGift__img:nth-child(6n+1)::after {
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-2)::after, .eaGift__img:nth-child(6n-1)::after {
    right: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-2) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-1) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media only screen and (min-width: 992px) {
  .eaGift__img:nth-child(6n-3)::after, .eaGift__img:nth-child(6n)::after {
    left: 50%;
    top: 94%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-1) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-1)::after {
    right: 96%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n)::after {
    left: 50%;
    top: 92%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-3)::after {
    left: 96%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .eaGift__img:nth-child(4n-2)::after {
    left: 50%;
    top: 92%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.eaGift__img:last-child::after {
  display: none;
}
.eaGift__img .lstImg__gift {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6666666667vw;
  padding-inline: 6vw 3.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift {
    gap: 0.3125vw 0.3125vw;
    padding-inline: 2.0833333333vw 1.09375vw;
  }
}
.eaGift__img .lstImg__gift .thum__img {
  background: url(../images/bg-img.png?ver=1) no-repeat center center;
  background-size: 100% 100%;
  width: 10vw;
  height: 10vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
.eaGift__img .lstImg__gift .thum__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 2%;
}
.eaGift__img .lstImg__gift .thum__img .stt {
  left: 4%;
  top: 4%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff3c9;
  width: 4.4vw;
  height: 4.2666666667vw;
  font-size: 1.7333333333vw;
  background: url("../images/bgNumber.png") no-repeat top center/100% 100%;
  padding: 0vw 2vw 1.6vw 0vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img .stt {
    width: 1.71875vw;
    height: 1.6666666667vw;
    font-size: 0.6770833333vw;
    padding: 0vw 0.78125vw 0.625vw 0vw;
  }
}
.eaGift__img .lstImg__gift .thum__img .sl {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  font-size: 1.7333333333vw;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .lstImg__gift .thum__img .sl {
    font-size: 0.6770833333vw;
  }
}
.eaGift__img .btnGetGift__ {
  width: 28.2666666667vw;
  height: 8.2666666667vw;
  font-size: 4vw;
  background: url("../images/btn/btnGetGift.png") no-repeat top center/100% 100%;
  text-transform: uppercase;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .eaGift__img .btnGetGift__ {
    width: 13.0729166667vw;
    height: 3.59375vw;
    font-size: 1.6145833333vw;
  }
}
.eaGift__img .btnGetGift__.active, .eaGift__img .btnGetGift__.sl {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  color: #000000;
  font-family: "notosans_extracondensedSB";
  backdrop-filter: blur(3px);
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .modal {
    font-size: 1.6666666667vw;
  }
}
.modal.open {
  display: block;
}
.modal .content-modal {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 96%;
}
@media only screen and (min-width: 768px) {
  .modal .content-modal {
    width: 50.5208333333vw;
  }
}
.modal .content-modal:before, .modal .content-modal:after {
  pointer-events: none;
  position: absolute;
  content: "";
}
.modal .wrapper-modal {
  background: url(../images/modal/bg-modal.png?ver=1.1) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  min-height: 53.3333333333vw;
  padding: 5% 5% 11%;
}
@media only screen and (min-width: 768px) {
  .modal .wrapper-modal {
    min-height: 20.8333333333vw;
    padding: 5% 5% 11%;
  }
}
.modal .wrapper-modal:before {
  pointer-events: none;
  position: absolute;
  content: "";
}
.modal .wrapper-modal .ic_tl,
.modal .wrapper-modal .ic_br {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .modal .wrapper-modal .ic_tl,
  .modal .wrapper-modal .ic_br {
    width: 15vw;
  }
}
.modal .wrapper-modal .ic_tl {
  left: -4%;
  top: 0;
}
.modal .wrapper-modal .ic_br {
  right: -7%;
  bottom: 3%;
}
.modal .main-modal {
  position: relative;
  z-index: 1;
}
.modal .title-modal {
  color: #7e6026;
  font-family: "dvn_driff";
  line-height: 1.2;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#861402), to(#610c00));
  background: linear-gradient(to bottom, #861402, #610c00);
  padding-inline: 2%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .modal .title-modal {
    font-size: 4.1145833333vw;
  }
}
.modal .note2 {
  margin-top: 2%;
}
.modal .note {
  width: 80%;
  margin-top: 15px;
  font-size: clamp(14px, 3.5vw, 18px);
}
@media only screen and (min-width: 768px) {
  .modal .note {
    margin-top: 25px;
  }
}
.modal .note a {
  color: #ffe138;
  text-decoration: underline;
}
.modal .login-fb,
.modal .box-input {
  width: 80%;
  max-width: 462px;
  height: 50px;
  line-height: 50px;
  font-size: clamp(14px, 3.5vw, 22px);
  margin-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  .modal .login-fb,
  .modal .box-input {
    height: 65px;
    line-height: 65px;
  }
}
.modal .login-fb {
  margin-top: 3%;
  color: #915024;
}
.modal .login-fb a {
  color: #000;
}
.modal .box-input {
  font-size: clamp(16px, 4vw, 25px);
  border-radius: 10px;
}
.modal .btn-log,
.modal .btn-copy {
  font-family: "NotoSans-ExtraCondensedBold";
  font-size: 3.7333333333vw;
  width: 33.4666666667vw;
  height: 9.2vw;
  text-shadow: 2px 0 0 #ffef47, -1px 0 0 #ffef47, 0 2px 0 #ffef47, 0 -1px 0 #ffef47, 2px 2px #ffef47, -1px -1px 0 #ffef47, 1px -1px 0 #ffef47, -1px 1px 0 #ffef47;
  color: #912900 !important;
}
@media only screen and (min-width: 992px) {
  .modal .btn-log,
  .modal .btn-copy {
    font-size: 1.4583333333vw;
    width: 13.0729166667vw;
    height: 3.59375vw;
  }
}
.modal .btn-log.btn__close,
.modal .btn-copy.btn__close {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.close_modal {
  position: absolute;
  background: url(../images/modal/close-modal.png?ver=1) no-repeat center center/contain;
  top: 0;
  right: 0;
  width: 8.8vw;
  height: 8.4vw;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .close_modal {
    width: 3.4375vw;
    height: 3.28125vw;
    top: 0px;
    right: 0;
    -webkit-transform: translate(45%, -39%);
            transform: translate(45%, -39%);
  }
}

.close_modal-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

#modal__giftcode .listGiftCongrat,
#modal__confirm .listGiftCongrat,
#modal__mamoi .listGiftCongrat {
  gap: 0 10px;
  margin-block: 2% 4%;
}
#modal__giftcode .boxGiftCode,
#modal__confirm .boxGiftCode,
#modal__mamoi .boxGiftCode {
  margin-top: 3%;
}
#modal__giftcode #myGiftcode,
#modal__giftcode #codeMamoi,
#modal__confirm #myGiftcode,
#modal__confirm #codeMamoi,
#modal__mamoi #myGiftcode,
#modal__mamoi #codeMamoi {
  width: 100%;
  height: 100%;
}
#modal__giftcode .dlPopup,
#modal__confirm .dlPopup,
#modal__mamoi .dlPopup {
  margin-top: 5%;
  gap: 0 10px;
}
#modal__giftcode .dlPopup .itDLPC img,
#modal__confirm .dlPopup .itDLPC img,
#modal__mamoi .dlPopup .itDLPC img {
  width: 40vw;
  max-width: 201px;
}

#modal__server .note,
#modal__login2 .note,
#modal__mamoi .note {
  width: 70%;
}
#modal__server .form-control,
#modal__login2 .form-control,
#modal__mamoi .form-control {
  font-size: 3.7333333333vw;
  width: 66.6666666667vw;
  height: 9.2vw;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #modal__server .form-control,
  #modal__login2 .form-control,
  #modal__mamoi .form-control {
    font-size: 1.4583333333vw;
    width: 26.0416666667vw;
    height: 3.59375vw;
  }
}
#modal__server .form-control input,
#modal__server .form-control select,
#modal__login2 .form-control input,
#modal__login2 .form-control select,
#modal__mamoi .form-control input,
#modal__mamoi .form-control select {
  width: 100%;
  height: 100%;
  display: block;
  font-size: inherit;
}
#modal__server .form-control select,
#modal__login2 .form-control select,
#modal__mamoi .form-control select {
  padding-left: 5%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(../images/modal/icon-down.png?ver=1) no-repeat 96% center;
  background-size: 4%;
}
@media only screen and (min-width: 768px) {
  #modal__server .form-control select,
  #modal__login2 .form-control select,
  #modal__mamoi .form-control select {
    background-size: auto;
  }
}
#modal__server .form-control select option,
#modal__login2 .form-control select option,
#modal__mamoi .form-control select option {
  background: rgb(0, 0, 0);
  color: #fff;
}
#modal__server .btn-login,
#modal__login2 .btn-login,
#modal__mamoi .btn-login {
  font-size: clamp(16px, 4vw, 30px);
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-shadow: 2px 0 0 #ffda41, -1px 0 0 #ffda41, 0 2px 0 #ffda41, 0 -1px 0 #ffda41, 2px 2px #ffda41, -1px -1px 0 #ffda41, 1px -1px 0 #ffda41, -1px 1px 0 #ffda41;
  color: #a6211d;
}
@media only screen and (min-width: 768px) {
  #modal__server .btn-login,
  #modal__login2 .btn-login,
  #modal__mamoi .btn-login {
    width: 260px;
    height: 70px;
    line-height: 70px;
  }
}

#modal__server .note2 {
  text-align: center;
}
#modal__server .name__ {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal__login .other-login {
  margin-top: 10px;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  #modal__login .other-login {
    margin-top: 10px;
    gap: 0 5px;
  }
}
#modal__login .other-login a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  #modal__login .other-login a img {
    width: 50px;
  }
}

#modal__result .content-modal {
  max-width: 600px;
}
#modal__result .wrapper-modal {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #modal__result .wrapper-modal {
    min-height: 300px;
  }
}
#modal__result .main-modal {
  width: 98%;
  padding-top: 3%;
}
#modal__result .helloUser {
  line-height: 1.2;
  font-size: clamp(14px, 3vw, 23px);
}
#modal__result .listGiftCongrat {
  margin-top: 3%;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#modal__result .listGiftCongrat .thumb-img img {
  width: auto;
  max-width: 80%;
}
#modal__result .listGiftCongrat .thumb-img .sl__cus {
  width: 13vw;
  height: 13vw;
  max-width: 30px;
  max-height: 30px;
  line-height: 1;
  color: #fdf8b9;
  font-size: clamp(17px, 3.5vw, 25px);
  background: #e87842;
  border: 1px solid #ffeea4;
  border-radius: 50%;
  top: 55%;
  padding-bottom: 15%;
}
#modal__result .text-gc {
  width: 75%;
  font-size: clamp(20px, 6vw, 28px);
  border-radius: 15px;
  background: #322826;
  padding: 10px 0;
  margin-top: 5%;
}
#modal__result .btn-okay {
  margin-top: 3%;
  width: 210px;
  height: 55px;
}
#modal__result .btn-close {
  display: inline-block;
  font-size: clamp(17px, 5vw, 30px);
  margin-top: 2%;
  padding: 2% 5%;
}

#modal__alert {
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  #modal__history .content-modal {
    width: 55.8333333333vw;
  }
}
#modal__history .tab-history {
  margin-top: 1%;
  gap: 0 10px;
  width: 100%;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #modal__history .tab-history {
    gap: 0 20px;
  }
}
#modal__history .tab-history .tab-item {
  background: #fff61a;
  font-size: clamp(12px, 2.5vw, 20px);
  color: #fff;
  width: 120px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  #modal__history .tab-history .tab-item {
    width: 190px;
    height: 50px;
  }
}
#modal__history .tab-history .tab-item:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background: #484848;
}
#modal__history .tab-content-his {
  display: none;
}
#modal__history .tab-content-his.active {
  display: block;
}
#modal__history .table-history {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history {
    max-height: 450px;
  }
}
#modal__history .table-history::-webkit-scrollbar {
  width: 4px;
}
#modal__history .table-history {
  /* Track */
}
#modal__history .table-history::-webkit-scrollbar-track {
  background: #ebebeb;
}
#modal__history .table-history {
  /* Handle */
}
#modal__history .table-history::-webkit-scrollbar-thumb {
  background: #9a2632;
}
#modal__history .table-history {
  /* Handle on hover */
}
#modal__history .table-history::-webkit-scrollbar-thumb:hover {
  background: #9a2632;
}
#modal__history .table-history table {
  width: 100%;
}
#modal__history .table-history table tr td {
  text-align: center;
  font-size: clamp(10px, 2.5vw, 20px);
  padding: 2px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history table tr td {
    font-size: 20px;
    padding: 5px 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #modal__history .table-history table tr td {
    padding: 7px 2px;
  }
}
#modal__history .table-history table thead tr {
  background: url("../images/modal/head_history.png") no-repeat top center/100% 100%;
}
#modal__history .table-history table thead tr td {
  text-transform: uppercase;
  background: transparent;
  color: #000;
  font-size: 3.2vw;
  padding-inline: 0.5333333333vw;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history table thead tr td {
    font-size: 1.25vw;
    padding-inline: 0.2083333333vw;
  }
}
#modal__history .table-history table tbody tr td {
  text-transform: uppercase;
  background: transparent;
  color: #000;
  font-size: 3.2vw;
  padding-inline: 0.5333333333vw;
}
@media only screen and (min-width: 768px) {
  #modal__history .table-history table tbody tr td {
    font-size: 1.25vw;
    padding-inline: 0.2083333333vw;
  }
}

#modal__confirm .main-modal {
  margin-top: 5%;
}
#modal__confirm .helloUser {
  padding: 0 5%;
  color: #000000;
}
#modal__confirm .grBtnAcpt {
  margin-top: 3%;
  gap: 0 10px;
}
#modal__confirm .text-alert {
  margin-block: 5%;
}

#modal__giftMoc .listGiftCongrat {
  gap: 0 5px;
}

#modal__rule .content-modal, #modal__thuong .content-modal, #modal__guide .content-modal {
  max-width: 900px;
}
#modal__rule .wrapper-modal, #modal__thuong .wrapper-modal, #modal__guide .wrapper-modal {
  max-height: 650px;
}
@media only screen and (min-width: 1150px) {
  #modal__rule .wrapper-modal, #modal__thuong .wrapper-modal, #modal__guide .wrapper-modal {
    max-height: 700px;
  }
}
#modal__rule .main-modal, #modal__thuong .main-modal, #modal__guide .main-modal {
  padding-top: 2.5%;
  padding-inline: 1%;
}
#modal__rule .rule__news_, #modal__thuong .rule__news_, #modal__guide .rule__news_ {
  font-size: clamp(13px, 3.5vw, 21px);
}
#modal__rule .rule__news_ .rw__have_guide span, #modal__thuong .rule__news_ .rw__have_guide span, #modal__guide .rule__news_ .rw__have_guide span {
  color: #ff0000;
}
#modal__rule .rule__news_ .name__change__, #modal__thuong .rule__news_ .name__change__, #modal__guide .rule__news_ .name__change__ {
  color: #7e0000;
  font-size: clamp(22px, 5vw, 54px);
  margin-block: 2%;
}
#modal__rule .content-rule, #modal__thuong .content-rule, #modal__guide .content-rule {
  height: 300px;
  overflow-y: auto;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
@media only screen and (min-width: 1024px) {
  #modal__rule .content-rule, #modal__thuong .content-rule, #modal__guide .content-rule {
    height: 400px;
  }
}
#modal__rule .content-rule::-webkit-scrollbar, #modal__thuong .content-rule::-webkit-scrollbar, #modal__guide .content-rule::-webkit-scrollbar {
  width: 4px;
}
#modal__rule .content-rule::-webkit-scrollbar-thumb, #modal__thuong .content-rule::-webkit-scrollbar-thumb, #modal__guide .content-rule::-webkit-scrollbar-thumb {
  background: #417474;
  border-radius: 5px;
}
#modal__rule .content-rule::-webkit-scrollbar-track, #modal__thuong .content-rule::-webkit-scrollbar-track, #modal__guide .content-rule::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.fixed__right {
  width: 10.46875vw;
  height: 20.9895833333vw;
  position: fixed;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9.5833333333vw;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-top: 1.25vw;
}
.fixed__right.open {
  right: 0px;
}
.fixed__right.open .nav-right-content {
  opacity: 1;
}
.fixed__right:before {
  position: absolute;
  content: "";
  background: url(../images/sibarRight/bg-navright.png) no-repeat center center/100% 100%;
  width: 10.46875vw;
  height: 20.9895833333vw;
  left: 0;
  top: 0;
  z-index: -1;
}
.fixed__right .outBNGame {
  margin-bottom: 0.46875vw;
}
.fixed__right .outBNGame .icNR {
  width: 7.34375vw;
  margin-left: auto;
  margin-right: auto;
}
.fixed__right .grBtn__dlGame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .fixed__right .grBtn__dlGame {
    gap: 12px;
  }
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ {
  color: #000;
  line-height: 1em;
  margin: 0 auto;
  position: relative;
  width: 8.4895833333vw;
  height: 2.34375vw;
  font-size: 0.8333333333vw;
  background: url(../images/sibarRight/btnDlGame__.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0.7291666667vw;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ .tBig__ {
  font-size: 0.8333333333vw;
  color: #000;
  display: block;
  width: 100%;
  padding-left: 9%;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__ img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0.78125vw;
}
.fixed__right .grBtn__dlGame .btnDlGameRight__.btnDlGameRight__2 {
  background-image: url(../images/sibarRight/btnDlGame__2.png);
}
.fixed__right .grBtn__dlGame .btnDlGameRight__.btnDlGameRight__2 .tBig__ {
  text-shadow: 2px 0 0 #ffef47, -1px 0 0 #ffef47, 0 2px 0 #ffef47, 0 -1px 0 #ffef47, 2px 2px #ffef47, -1px -1px 0 #ffef47, 1px -1px 0 #ffef47, -1px 1px 0 #ffef47;
  color: #912900;
  padding-left: 0;
  font-size: 1.0416666667vw;
}
.fixed__right .dlStore__ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ {
    gap: 8px 0;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore {
  gap: 0 5px;
  width: 30vw;
  height: 8vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore {
    padding: 0;
    width: 206px;
    height: 85px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
  width: 4vw;
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .icnDL__gamtop {
    width: 25px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
  line-height: 1.2;
  font-size: clamp(8px, 2vw, 13px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ {
    font-size: 13px;
  }
}
.fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
  font-size: clamp(13px, 3vw, 18px);
}
@media only screen and (min-width: 992px) {
  .fixed__right .dlStore__ .aLink__Dlstore .tSl__op_ .tsl__bil {
    font-size: 18px;
  }
}
.fixed__right .i-control {
  cursor: pointer;
  position: absolute;
  background: url(../images/sibarRight/bg-arrow.png) no-repeat left center/112% 100%;
  width: 1.7708333333vw;
  height: 3.8020833333vw;
  right: 97%;
  top: 3.90625vw;
}
.fixed__right .i-control.i-control-open:before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.fixed__right .i-control:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sibarRight/img-arrow.png) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  top: 0;
  left: 0;
}
.fixed__right .go-top {
  cursor: pointer;
  width: 3.59375vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 auto;
}
.fixed__right .go-top img {
  width: 100%;
}
.fixed__right .lstSc {
  gap: 0.2604166667vw;
  margin-bottom: 0.4166666667vw;
}
.fixed__right .lstSc img {
  width: 2.9166666667vw;
  display: block;
}
.fixed__right .asdLink {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2.6041666667vw;
}
.fixed__right .asdLink img {
  width: 11.1458333333vw;
  display: block;
}

.te-content {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #1b1b1b;
}
.te-content span.content-event-first {
  float: left;
  font-size: 4rem;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.te-content h1, .te-content .content-event-h1 {
  font-size: 20px;
  color: #d31d29;
  padding: 4px 0 8px 35px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .te-content h1, .te-content .content-event-h1 {
    font-size: 2.4rem;
  }
}
.te-content h1:before, .te-content .content-event-h1:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content h2, .te-content .content-event-h2 {
  margin-left: 10px;
  font-size: 1.4rem;
  padding: 4px 0 8px 35px;
  color: #d31d29;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .te-content h2, .te-content .content-event-h2 {
    font-size: 18px;
  }
}
.te-content h2:before, .te-content .content-event-h2:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content a {
  color: #d31d29;
}
.te-content ul {
  margin-left: 25px;
}
.te-content ul li {
  line-height: 28px;
}
.te-content p {
  line-height: 1.8;
}
.te-content p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.te-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .te-content table {
    width: auto;
  }
}
.te-content table tr td {
  border: 1px solid #000;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.te-content table tr:first-child {
  background: #d97815;
}
.te-content table tr:first-child td p {
  color: #333;
}
.te-content fieldset {
  border: 1px solid #000;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.te-content fieldset legend {
  color: white;
  background: #fb8142;
  padding: 0 15px;
}
.te-content fieldset ul {
  margin-left: 15px;
}
.te-content em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #000;
  color: #ffffff;
  text-align: center;
}
table tr td {
  vertical-align: middle;
  color: #000;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}