/*! 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;
}
.nano {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(255, 255, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
}
.nano-pane.active,
.nano-pane.flashed,
.nano:hover > .nano-pane {
  opacity: 0.99;
}
.nano > .nano-content::-webkit-scrollbar {
  width: 0;
}
.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;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body,
html {
  box-sizing: border-box;
  background-color: #0b0402;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  background-color: #0b0402;
}
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: #ffe49e;
  text-decoration: underline;
  font-weight: 700;
}
body {
  font-family: Montserrat, sans-serif;
  background: url(/build-ver2/images/new/bgd28d.jpg?v=1.8) top center no-repeat;
  background-size: 100% auto;
  background-color: #0c0402;
  min-height: 100%;
  color: #ffe49e;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
article {
  position: relative;
  width: 100%;
  z-index: 9;
}
@media(max-width: 500px){
  .main_form.formpc.form1 {
      display: none;
  }
}
main {
  min-height: 100vh;
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 356px;
  width: 100%;
}
.header_container {
  position: relative;
  z-index: 2;
}
.logo {
  display: block;
  margin: 5% auto 0;
  width: 37.5%;
}
.main_form {
  background: url(/build-ver2/images/new/bg-afterd28d.png?v=1.8) top center no-repeat;
  background-size: 100% auto;
  margin-top: -0.4%;
  padding-top: 5%;
  width: 100%;
}
.main_form.active {
  display: none;
}
.tabcontent_form {
  background: url(/build-ver2/images/new/bg-formd28d.png?v=1.8) top center no-repeat;
  background-size: 100% 100%;
  padding: 9% 0 10% 0;
  position: relative;
  width: 100%;
}
.tabcontent_form form {
  width: 75%;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 0.9rem;
  position: relative;
}
.error.errors {
  width: 100%;
  font-size: 11px;
  color: #f20000;
  text-align: center;
  margin-bottom: -0.7rem;
  padding-top: 2px;
}
.btnsubmit button {
  background: 0 0 !important;
  border: none !important;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btnsubmit button img {
  width: 100%;
}
.icon_field {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 46px;
  left: 12px;
  position: absolute;
  top: 0;
  width: 20px;
}
.recaptcha-input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.recaptcha-input .instyle input {
  padding: 0 10px;
}
.recaptcha-input .capcha_box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.recaptcha-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  width: calc(95% - 32px);
}
.capcha_icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s all ease-in-out;
}
.capcha_icon.active {
  transform: rotate(180deg);
}
.hoac_none {
  color: #cfb689;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hoac_none::after,
.hoac_none::before {
  content: "";
  height: 0.5px;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 239, 170, 0) 0,
    #ffefaa 50%,
    rgba(255, 239, 170, 0) 100%
  );
  opacity: 0.5;
  width: 40%;
}
.btnplayweb {
  margin-top: 6%;
}
.btnplayweb_btn {
  cursor: pointer;
  margin: 0 auto;
  width: 85%;
}
.btnplayweb_des {
  padding-top: 1.2%;
  line-height: 1.4;
  text-align: center;
  font-size: 12.5px;
}
.btnplayweb_box {
  margin: 0 auto;
  max-width: 500px;
}
.btnplayweb_des span {
  font-weight: 700;
  text-decoration: underline;
  color: #ffad16;
}
.btnplayweb_des small {
  color: #f04949;
  font-size: 12.5px;
  display: block;
}
.banner_left {
  left: 0;
  padding: 0 10px 100px 10px;
  position: fixed;
  top: 29rem;
  transform: translateY(-50%);
  width: calc(50% - (600px / 2) - 20px);
  z-index: 9;
  pointer-events: none;
}
.banner_left_item {
  margin: 0 0 0 auto;
  max-width: 241px;
  width: 100%;
}
.banner_right {
  right: 0;
  padding: 0 10px;
  position: fixed;
  top: 29rem;
  transform: translateY(-50%);
  width: calc(50% - (600px / 2) - 20px);
  z-index: 9;
}
.banner_left.active,
.banner_right.active {
  bottom: 0;
  top: auto;
  transform: none;
  position: absolute;
}
.banner_right_item {
  margin: 0 auto 0 0;
  max-width: 245px;
  text-align: center;
  width: 100%;
}
.games_item {
  background: url(/build-ver2/images/new/bg-livestreamd28d.png?v=1.8) top center
    no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 1.5px;
}
.games_item_head {
  align-items: center;
  background: linear-gradient(
    0deg,
    rgba(13, 5, 0, 0.5) 0,
    #0d0500 60%,
    #0d0500 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.8rem 1.8rem 0 0;
  display: flex;
  justify-content: space-between;
  left: 1.5px;
  padding: 13px 19px;
  position: absolute;
  right: 1.5px;
  top: 1.5px;
  z-index: 5;
}
.games_item_head_lbl {
  background: linear-gradient(89.98deg, #fec55f 0, #fee998 50%, #fefbb7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 700;
}
.games_item_head_icon {
  width: 68px;
}
.banners_games {
  padding-bottom: 22px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.banner_left_thumb,
.games_item {
  opacity: 0;
}
.banner_left_thumb {
  position: relative;
}
.textreal_banner {
  border-radius: 4px;
  border: 1px solid #d55658;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  left: 40px;
  line-height: 11px;
  padding: 2px 5px 3px 3px;
  position: absolute;
  top: 211px;
  max-width: 170px;
}
.textreal_banner span {
  display: block;
  width: 100%;
}
.games_item img {
  width: 100%;
}
.games_item_iframe {
  display: flex;
  flex-direction: column;
  height: 429px;
  border-radius: 1.8rem;
  overflow: hidden;
}
.pridiv {
  height: 100%;
  position: relative;
}
.pridiv .iframebox {
  height: 100%;
  width: 100%;
  position: relative;
}
.icon_sounds {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2%;
  display: none;
  height: 20px;
  left: 4%;
  position: absolute;
  width: 20px;
  z-index: 9;
  cursor: pointer;
}
.icon_soundon {
  background-image: url(/build-ver2/images/new/icon-soundd28d.svg?v=1.8);
}
.icon_soundoff {
  background-image: url(/build-ver2/images/new/icon-unsoundd28d.svg?v=1.8);
}
.pridiv .iframebox video {
  object-fit: cover;
  object-position: center;
  margin-right: 0 !important;
  transform: translateX(-50%) translateY(-50%) !important;
}
.middleView-playerDiv {
  border-radius: 1.8rem;
  bottom: 1.5px;
  left: 1.5px;
  overflow: hidden;
  position: absolute;
  right: 1.5px;
  top: 1.5px;
  transition: 1s all ease-in-out;
  z-index: 2;
}
.middleView-playerDiv img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s all ease-in-out;
  width: 100%;
}
.slick-dots {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.slick-dots li {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.slick-dots li button {
  background: #cfb689;
  border-radius: 10px;
  border: none;
  font-size: 0;
  height: 5px;
  padding: 0;
  width: 14px;
  opacity: 0.3;
}
.slick-dots li.slick-active button {
  background: #cfb689;
  opacity: 1;
}
.banner_btnsocial {
  align-items: center;
  display: inline-flex;
  gap: 15px;
  margin-top: 40px;
  padding-right: 47px;
  position: relative;
}
.btnsocial {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a.icon-livechat {
  display: none;
  cursor: pointer;
}
a.icon-livechat-load {
  position: absolute;
  right: 0;
}
.btnfb {
  background-image: url(/build-ver2/images/mobile/icon-fb-mbd28d.png?v=1.8);
}
.btntele {
  background-image: url(/build-ver2/images/mobile/icon-tele-mbd28d.png?v=1.8);
}
.btnchat {
  background-image: url(/build-ver2/images/mobile/icon-chat-mbd28d.png?v=1.8);
}
.max-13 {
  max-width: 13px;
  padding-bottom: 3px;
}
.max-36 {
  max-width: 36px;
}
.text_uppercase {
  text-transform: uppercase;
}
.text_underline {
  text-decoration: underline;
}
.hdtitle {
  background: #784e03;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.huongdan_box {
  padding: 15px;
}
.huongdan_step {
  color: #e8c04b;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.huongdan_content {
  font-size: 13px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.2rem;
  padding-bottom: 1rem;
}
.ipadpro,
.maindlapp {
  display: none;
}
#alertmodal,
.formmodal {
  align-items: center;
  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%;
  position: relative;
  z-index: 9;
}
.modal_tabcontent {
  position: relative;
}
.closemodal {
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: -10px;
  top: 15px;
  width: 48px;
  z-index: 9;
}
#alertmodal .alertmodal_box {
  background: url(/build-ver2/images/new/bg-thongbao.png) center no-repeat;
  background-size: 100% 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 414px;
  min-height: 185px;
  padding: 1rem 15px;
  position: relative;
  width: 100%;
  z-index: 7;
}
.alertmodal_des {
  color: #ff3131;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
#alertmodal .alertmodal_box .closealert {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: -60px;
  width: 40px;
  z-index: 9;
}
.modal_backdrop {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.alertmodal_ttl {
  color: #ffbd43;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@-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);
  }
}
footer {
  background: #1e0f08;
  font-size: 14px;
  line-height: 1.6;
  padding: 1rem 0 10px;
  position: relative;
  z-index: 11;
}
footer .container {
  max-width: 1200px;
}
.footer_row {
  display: flex;
  text-align: center;
  align-items: stretch;
  justify-content: space-between;
}
.footer_grid {
  width: calc(100% / 4.7);
}
.footer_chungnhan,
.footer_right {
  padding-bottom: 2%;
}
.footer_grid {
  display: flex;
  flex-direction: column;
}
.footer_right .footer_boxs {
  justify-content: space-between;
}
.footer_logo_item {
  width: 70%;
}
.logodkdn {
  padding-bottom: 1rem;
  margin: 0 auto;
  width: 40%;
}
.footer_notecer {
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.ftlbl {
  color: #ffe9a4;
  font-size: 16px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.footer_boxs {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer_boxs_dkdn {
  justify-content: flex-start;
  align-items: flex-start;
}
.footer_center_img {
  text-align: center;
}
.ftcn {
  display: block;
  margin: 0 auto;
  width: 40%;
}
.ftbtnstyle {
  padding-top: 0;
  text-align: center;
}
.btnftchat {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  width: 100%;
}
.ftbtn {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 2%;
}
.ftbtnchat {
  display: none;
}
.ftbtnstyle {
  width: 100%;
}
.ftbtnstyle .btnftchat {
  display: block;
}
.fticon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 38px;
  margin: 0 4%;
  width: 38px;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
footer .ftbtnstyle a {
  display: block !important;
}
.copyright {
  border-top: 1px solid #554738;
  margin-top: 1rem;
  padding: 10px 10px 0;
  text-align: center;
}
.copyright div {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
#seoInfo {
  padding-top: 1rem;
  text-align: justify;
  color: #fff;
  font-weight: 500;
}
#seoInfo .nano > .nano-content {
  position: unset;
  color: #fff;
}
#seoInfo b {
  font-weight: 700;
}
#seoInfo h1 {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
#seoInfo h2 {
  font-size: 20px;
  text-transform: uppercase;
}
#seoInfo h3 {
  font-size: 18px;
  text-transform: uppercase;
}
#seoInfo h4 {
  font-size: 16px;
}
#seoInfo .container {
  max-width: 600px;
}
#seoInfo .bold,
#seoInfo a {
  color: #fff;
  background: linear-gradient(
    to bottom,
    #feffaa 0,
    #faffdb 29%,
    #ffbb43 80%,
    #fede5e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#seoInfo .nano {
  overflow: hidden;
  height: auto;
}
#seoInfo #info {
  outline: 0;
  line-height: 1.6;
}
#seoInfo p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#seoInfo table,
#seoInfo td,
#seoInfo th {
  border: 1px solid #d1d1d1;
}
#seoInfo table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0.5em 0 1em;
  table-layout: fixed;
  width: 100%;
}
#seoInfo caption,
#seoInfo td,
#seoInfo th {
  font-weight: 400;
  text-align: left;
}
#seoInfo th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
#seoInfo td {
  border-width: 0 1px 1px 0;
}
#seoInfo td,
#seoInfo th {
  padding: 0.4375em;
}
#seoInfo #info figure {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
#seoInfo #info figure figcaption {
  padding-top: 5px;
}
#seoInfo #info figure img {
  max-width: 100%;
}
#seoInfo #info figure.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
#seoInfo #info figure.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
#seoInfo #info figure.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 0.8125rem;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.float-right {
  float: right !important;
}
.text-center {
  text-align: center !important;
}
.w-100 {
  width: 100% !important;
}
#seoInfo #info figure {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
#seoInfo #info figure figcaption {
  padding-top: 5px;
}
#seoInfo #info figure img {
  max-width: 100%;
}
.content_seo {
  background: #1f0f09;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: left;
}
.content_seo h2,
.content_seo h3,
.content_seo h4,
.content_seo h5,
.content_seo h6 {
  background: linear-gradient(
    to bottom,
    #feffaa 0,
    #faffdb 29%,
    #ffbb43 80%,
    #fede5e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#seoInfo .content_seo .nano {
  min-height: 365px;
  text-align: justify;
}
#seoInfo .content_seo .nano > .nano-content {
  position: absolute;
  padding-right: 8px;
}
.seottl span {
  display: block;
  color: #ffbb43;
}
#seoInfo .content_seo .nano > .nano-pane > .nano-slider {
  background: linear-gradient(
    to bottom,
    #feffaa 0,
    #faffdb 29%,
    #ffbb43 80%,
    #fede5e 100%
  );
}
.content_games {
  background: url(/build-ver2/images/bg-content-gamesd28d.webp?v=1.8) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 1rem;
  padding: 2.5rem 0.2rem 2.5rem 4rem;
  overflow: hidden;
}
.content_games .slider_list {
  position: relative;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #fff 0,
    #fff 80%,
    transparent
  );
  overflow: hidden;
  max-width: 100%;
}
.slider_sbox {
  max-width: 100%;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #b99667 #b99667;
}
.slider_sbox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.slicktrack {
  display: flex;
  gap: 1rem;
  min-width: 900px;
}
.linebtm {
  padding: 1rem 0;
  display: block;
}
#chat-widget-minimized {
  visibility: hidden;
}
.showtextmb {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media screen and (min-height: 801px) and (min-width: 1400px) {
  .main_wrap {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .slicktrack {
    min-width: 900px;
  }
}
@media (max-height: 800px) {
  .logo {
    margin-top: 3%;
  }
  .slogan {
    padding-top: 1%;
  }
  .main_form {
    margin-top: -1%;
    padding-top: 4%;
  }
  .btnplayweb,
  .hoac_none {
    margin-top: 4%;
  }
  .btnplayweb_des {
    padding-top: 1%;
  }
  .banner_left_item,
  .banner_right_item {
    max-width: 200px;
  }
  .banner_left,
  .banner_right {
    top: 25.4rem;
  }
  .banner_left {
    padding-bottom: 70px;
  }
  .games_item_head {
    padding: 13px;
  }
  .games_item_head_lbl {
    font-size: 18px;
  }
  .games_item_iframe {
    height: 352px;
  }
  .banners_games {
    padding-bottom: 15px;
  }
  .banner_btnsocial {
    margin-top: 20px;
  }
  #seoInfo .container {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .showtextpc {
    display: none !important;
  }
  .showtextmb {
    display: block !important;
  }
  .banner_left,
  .banners_games,
  .ftbtnstyle {
    display: none;
  }
  .banner_right {
    position: unset;
    transform: none;
    width: auto;
    height: 0;
  }
  .banner_right_item {
    max-width: none;
  }
  .banner_btnsocial {
    margin: 0;
  }
  .btnsocial {
    height: 32px;
    left: unset;
    margin: 0;
    position: fixed;
    right: 5.5%;
    top: 1%;
    width: 32px;
    z-index: 99;
  }
  .btntele {
    top: calc(1% + 42px);
  }
  .btnchat {
    right: 5.5%;
    left: auto;
  }
  a.icon-livechat-load {
    left: unset;
    position: fixed;
    right: 5.5%;
    top: calc(1% + 86px);
  }
  .footer_row {
    flex-wrap: wrap;
  }
  .ftbtnchat,
  .ftbtnchat .btnftchat {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ftbtnchat {
    padding-top: 1rem;
  }
  .footer_grid {
    padding-bottom: 1rem;
    width: 50%;
  }
  .footer_chungnhan,
  .footer_right {
    padding-bottom: 0.5rem;
  }
  .logodkdn {
    padding-bottom: 0.5rem;
  }
  .footer_logo {
    order: 1;
  }
  .footer_center {
    order: 2;
  }
  .footer_chungnhan {
    order: 3;
  }
  .footer_right {
    order: 4;
  }
  .ftbtnchat {
    order: 5;
  }
}
@media (max-width: 991px) {
  body {
    background: url(/build-ver2/images/mobile/bg-iosd28d.jpg?v=1.8) top center no-repeat;
    background-size: 100% auto;
    background-color: #0c0402;
  }
  .footer_logo_item {
    width: 60%;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 1rem;
  }
  .footer_row {
    padding-bottom: 1rem;
  }
  .ftlbl {
    font-size: 12px;
  }
  .footer_notecer {
    font-size: 10px;
  }
  .footer_thumb {
    width: 80%;
  }
  .seottl span {
    font-size: 16px;
  }
  #seoInfo .content_seo .nano-content h2 {
    font-size: 15px;
    display: inline;
  }
  #seoInfo .content_seo .nano-content h3 {
    font-size: 14px;
    display: inline;
  }
  #seoInfo .content_seo .nano-content h4,
  #seoInfo .content_seo .nano-content h5,
  #seoInfo .content_seo .nano-content h6 {
    font-size: 13px;
  }
  #seoInfo .content_seo {
    padding: 1.5rem 10px;
  }
  .btnftchat {
    cursor: default !important;
    outline: 0;
  }
  .content_games {
    padding: 1.5rem 0.2rem 1.5rem 2rem;
  }
  .slicktrack {
    min-width: 540px;
  }
  .btnftchat {
    max-width: 80%;
  }
  .ftlbl_style {
    padding-bottom: 0;
  }
  .logodkdn {
    width: 38%;
  }
  .copyright {
    font-size: 12px;
  }
  .alertmodal_des {
    font-size: 16px;
  }
  .copyright {
    font-size: 9px;
  }
  .footer_logo_item {
    width: 60%;
  }
}
@media (max-height: 480px) {
  #seoInfo #info,
  #seoInfo h3 {
    font-size: 12px;
  }
  #seoInfo h1 {
    font-size: 16px;
  }
  #seoInfo h2 {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  #alertmodal .alertmodal_box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .alertmodal_des {
    font-size: 14px;
  }
  .copyright {
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .ftlbl {
    font-size: 10px;
  }
  .footer_notecer {
    font-size: 7px;
  }
  #alertmodal .alertmodal_box {
    min-height: 155px;
  }
  .alertmodal_des {
    font-size: 13px;
  }
}
.bodyoverhidden {
  overflow: hidden;
}
.modalstep {
  display: none;
}
.slogan {
  margin: 0 auto;
  padding-top: 3%;
  width: 59%;
}
.section_mb {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bodyoverhidden .section_mb {
  filter: blur(0.5rem);
}
.main_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.maindlapp_wrap {
  background: url(/build-ver2/images/mobile/bg-before-iosd28d.png?v=1.8) top center
    no-repeat;
  background-size: 100% auto;
  margin-top: -1%;
  padding-top: 15%;
  height: 100%;
  flex: 1;
}
.element_btn {
  margin-bottom: 5%;
  padding-bottom: 5%;
  padding-top: 4%;
  position: relative;
}
.line_apps {
  background: linear-gradient(
    90deg,
    rgba(255, 239, 170, 0) 2.57%,
    #ffefaa 51.01%,
    rgba(255, 239, 170, 0) 99.46%
  );
  display: block;
  height: 0.5px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
}
.line_apps_bottom {
  bottom: 0;
}
.line_apps_top {
  top: 0;
}
.btn_app {
  margin: 0 auto 4%;
  width: 85%;
}
.note_after_real {
  color: #cfb689;
  font-size: 14px;
  text-align: center;
}
.note_after_real span {
  display: block;
  color: #ffe5b7;
  font-weight: 700;
  padding-top: 1%;
  display: inline-block;
}
.note_after_real span::after,
.note_after_real span::before {
  content: "X";
  background: linear-gradient(180deg, #ff6262 0, #ff4b4b 50%, #c52525 93.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
}
.note_after_real span::before {
  margin-right: 3px;
}
.note_after_real span::after {
  margin-left: 3px;
}
.note_disable {
  color: rgba(207, 182, 137, 0.7);
}
.element_items {
  padding-bottom: 8%;
}
.btn_normal {
  margin: 0 auto;
  width: 85%;
}
.btn_bottom {
  margin-top: 3.5%;
}
.element_ncc {
  position: relative;
  padding: 0 8%;
  width: 100%;
  margin: 0 auto;
}
.element_ncc .element_ncc_item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4%;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.element_ncc_icon {
  width: 52px;
}
.button_ncc_swiper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.button-prev-ios {
  background-image: url(/build-ver2/images/mobile/icon-prew-nccd28d.png?v=1.8);
  left: -18px;
}
.button-next-ios {
  background-image: url(/build-ver2/images/mobile/icon-next-nccd28d.png?v=1.8);
  right: -18px;
}
.swiper_sliders .pagination_ncc_swiper {
  text-align: center;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}
.swiper_sliders .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background: #cfb689;
  border-radius: 10px;
}
.swiper_sliders .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cfb689;
}
.element_ncc_txt {
  color: #ffe5b7;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 1.3%;
  position: relative;
}
.element_ncc_txt::after {
  background: #ffe5b7;
  bottom: 0;
  content: "";
  height: 0.75px;
  left: 0;
  position: absolute;
  right: 0;
}
.element_ncc_txt span {
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.element_ncc_txt img {
  vertical-align: baseline;
  margin-left: 3px;
}
.text_gradient1 {
  background: linear-gradient(180deg, #6bffa9 -35.34%, #00963c 190.38%);
}
.text_gradient2 {
  background: linear-gradient(180deg, #ff6a6a -35.34%, #960000 190.38%);
}
.text_gradient3 {
  background: linear-gradient(
    0deg,
    #d375ff -18.94%,
    #f587ff 42.94%,
    #ffb1ff 118.35%
  );
}
.maindlapp_bottom {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32) 0,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 1rem 0;
  position: relative;
}
.maindlapp_bottom::after,
.maindlapp_bottom::before {
  background: linear-gradient(
    90deg,
    rgba(255, 239, 170, 0) 0,
    #ffefaa 50%,
    rgba(255, 239, 170, 0) 100%
  );
  content: "";
  display: block;
  height: 0.5px;
  left: 0;
  position: absolute;
  right: 0;
}
.maindlapp_bottom::before {
  opacity: 0.4;
  top: 0;
}
.maindlapp_bottom::after {
  bottom: 0;
  opacity: 0.2;
}
.maindlapp_bottom_box {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
  padding: 0 3.5%;
  justify-content: center;
}
.maindlapp_bottom_box.active {
  display: none;
}
.maindlapp_bottom_box:nth-child(2)::after,
.maindlapp_bottom_box:nth-child(2):before {
  background: linear-gradient(
    0deg,
    rgba(255, 239, 170, 0) 2.57%,
    #ffefaa 51.01%,
    rgba(255, 239, 170, 0) 99.46%
  );
  bottom: 0;
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 1px;
}
.maindlapp_bottom_box:nth-child(2):before {
  left: 0;
}
.maindlapp_bottom_box:nth-child(2)::after {
  right: 0;
}
.maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box,
.maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box:nth-child(2) {
  max-width: 130px;
  width: 30%;
  padding: 0 1%;
}
.maindlapp_bottom.maindlapp_bottom_style
  .maindlapp_bottom_box:nth-child(2)::after {
  display: none;
}
.maindlapp_bottom_icon {
  text-align: right;
  min-width: 30px;
}
.disable .maindlapp_bottom_icon {
  opacity: 0.3;
}
.maindlapp_bottom_lbl {
  color: #cfb689;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
  gap: 8px;
  white-space: nowrap;
}
.maindlapp_bottom_lbl::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 100%;
  background: linear-gradient(205.48deg, #7ded94 16.02%, #008535 86.07%);
  display: inline-block;
}
.disable .maindlapp_bottom_lbl {
  color: #493d2c;
}
.disable .maindlapp_bottom_lbl::before {
  background: #493d2c;
}
.orientation_portrait .section_mb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
.huongdan_swiper {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
#huongdan,
#realapp,
.hddlapp_wrap,
.iconclose_form,
.maindlapp_wrap,
.modalstep {
  display: none;
}
.huongdan_swiper.show {
  display: block !important;
}
.downloadGuideSwiper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 450px;
  padding-bottom: 1.5rem;
  padding-top: 12%;
  position: relative;
  z-index: 5;
}
.swiper-wrapper {
  flex: 1;
}
.guide-footer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.guide_footer_content {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
  width: 100%;
}
.guide_footer_navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 12;
}
.swiper-slide {
  position: relative;
  z-index: 0;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.swiper-slide.p-0 {
  padding: 0;
}
.swiper-slide .pt-0 {
  padding-top: 0;
}
.swiper-slide.swiper-slide-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swiper_pt {
  padding-top: 4.5rem;
}
.swiper-slide img {
  height: auto;
}
.huongdan_swiper .swiper-button-next,
.huongdan_swiper .swiper-button-prev {
  background: 0 0;
  bottom: 0;
  color: transparent;
  cursor: default;
  display: block;
  height: 100%;
  margin: 0;
  outline: 0;
  position: fixed;
  top: 0;
  width: 50%;
  z-index: 11;
}
.huongdan_swiper .swiper-button-prev {
  left: 0;
  right: auto;
}
.huongdan_swiper .swiper-button-next {
  right: 0;
  left: auto;
}
.huongdan_swiper .swiper-button-next:after,
.huongdan_swiper .swiper-button-prev:after {
  display: none;
}
.logo_step {
  width: 30%;
}
.skipGuide {
  width: 25px;
  height: 25px;
}
.swiper-slide .noteapk {
  padding-bottom: 15px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.swiper-slide .noteapk span {
  font-size: 13px;
  color: #ffe49e;
}
#realapp .swiper_item {
  margin: 0 auto;
  position: relative;
  width: 96.5%;
}
.orientation_landscape .section_mb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
.realapp_head {
  width: 100%;
}
.realapp_head_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  position: relative;
  padding-bottom: 4%;
}
.realapp_head_ttl_child {
  background: linear-gradient(
    358.68deg,
    #fec55f -1.53%,
    #fee999 86.95%,
    #fefbb7 175.44%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt_real_color1 {
  color: #4285f4;
}
.txt_real_color2 {
  color: #ea4335;
}
.txt_real_color3 {
  color: #fbbc05;
}
.txt_real_color4 {
  color: #34a853;
}
.realapp_head_lbl {
  text-align: center;
  font-weight: 600;
  color: #e3cda6;
  font-size: 15px;
  padding-bottom: 5%;
}
.txt_real1 {
  color: #ff4a26;
  font-weight: 700;
}
.txt_real2 {
  color: #ffbd43;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
.txt_real2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  display: block;
  background: #ffbd43;
}
.txt_real3 {
  font-weight: 700;
  background: linear-gradient(0deg, #fec55f 0, #fee998 40%, #fefbb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 22px;
}
.txt_real3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  display: block;
  background: #fedb66;
}
.txt_real4 {
  background: linear-gradient(0deg, #51a71c 0, #c0ff39 60%, #fed478 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#realapp .skipGuide {
  position: absolute;
  right: 7.2%;
  top: 10%;
  width: 30px;
  height: 30px;
  z-index: 10;
}
#realapp .swiper_item {
  max-width: 360px;
}
.textreal_domain {
  border-radius: 4px;
  border: 1px solid #d55658;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  left: 47px;
  line-height: 14px;
  padding: 5px 5px 6px 5px;
  position: absolute;
  top: 259px;
  max-width: 282px;
}
.textreal_domain span {
  display: block;
  width: 100%;
}
.formmodal_mobile.content_mobile_active {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 1;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.formmodal_mobile .mainform {
  max-width: 326px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 5;
  
}
.formmodal_mobile .mainform.active {
  display: block;
}
.active_article .formmodal_mobile.content_mobile_active .mainform,
.formmodal_mobile.content_mobile_active .mainform {
  z-index: 10;
}
.content_backdrop {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#realapp.show .content_backdrop {
  display: block;
}
.tabcontent_formmodal {
  background: url(/build-ver2/images/mobile/bg-formd28d.png?v=1.8) top center no-repeat;
  background-size: 100% 100%;
  padding: 7% 0 10% 0;
  position: relative;
}
.tabcontent_formmodal .tabnav {
  margin: 0 auto;
  width: 28%;
}
.tabcontent_formmodal .registertab {
  margin-top: 8%;
}
.formstyle_customs form {
  margin: 0 auto;
  width: 85%;
}
.formstyle_customs .instyle {
  background: url(/build-ver2/images/mobile/bg-inputd28d.png?v=1.8) top center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 1px;
  border-radius: 0;
}
.formstyle_customs .instyle:hover {
  background-image: url(/build-ver2/images/mobile/bg-input-actived28d.png?v=1.8);
}
.form_input {
  background: 0 0;
  border: none;
  color: #ffcc7e;
  flex: 1;
  font-size: 13px;
  height: 46px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
.formstyle_customs .icon_field {
  width: 17px;
  height: 46px;
}
.formstyle_customs .recaptcha-input .instyle {
  width: 51%;
}
.formstyle_customs .recaptcha-input .capcha_box {
  width: 43.5%;
}
.formstyle_customs .recaptcha-bg,
.formstyle_customs .recaptcha-input .instyle input {
  height: 34px;
}
.formstyle_customs .recaptcha-input .instyle {
  background-image: url(/build-ver2/images/mobile/bg-input-captchad28d.png?v=1.8);
}
.formstyle_customs .recaptcha-input .instyle:hover {
  background-image: url(/build-ver2/images/mobile/bg-input-captcha-actived28d.png?v=1.8);
}
.formstyle_customs .recaptcha-bg {
  border-radius: 8px;
  background-size: 100% 100%;
}
.formstyle_customs .capcha_icon {
  background-image: url(/build-ver2/images/mobile/icon-rotated28d.svg?v=1.8);
  width: 20px;
  height: 20px;
}
.formstyle_customs .btnsubmit {
  padding-top: 4%;
}
.formstyle_customs .btnsubmit button {
  width: 100%;
}
.tabcontent_formmodal .iconclose_form {
  display: block;
  height: 44px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 105%;
  width: 44px;
}
.tabcontent_formmodal.styleforms .iconclose_form {
  bottom: 103%;
  left: auto;
  right: -21px;
  top: auto;
}
.formstyle_customs .icon_user {
  background-image: url(/build-ver2/images/mobile/icon-userd28d.svg?v=1.8);
}
.formstyle_customs .icon_lock {
  background-image: url(/build-ver2/images/mobile/icon-lockd28d.svg?v=1.8);
}
.formstyle_customs .icon_eye {
  background-image: url(/build-ver2/images/mobile/icon-eyed28d.svg?v=1.8);
  left: auto;
  right: 17px;
}
.formstyle_customs .icon_eye.active {
  background-image: url(/build-ver2/images/mobile/icon-eye-actived28d.svg?v=1.8);
}
.formstyle_customs .form_input::-webkit-input-placeholder {
  color: rgba(255, 229, 183, 0.3) !important;
}
.formstyle_customs .recaptcha-input .instyle input::-webkit-input-placeholder {
  color: rgba(255, 229, 183, 0.3) !important;
}
.thankform {
  background: url(/build-ver2/images/mobile/bg-thankyoud28d.png?v=1.8) top center
    no-repeat;
  background-size: 100% 100%;
  display: none;
  margin: 0 auto;
  max-width: 326px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 101;
}
.thankform.active {
  display: block;
}
.thanktop {
  padding: 5% 0;
  position: relative;
}
.thanktop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.5px;
  display: block;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 239, 170, 0) 0,
    #ffefaa 50%,
    rgba(255, 239, 170, 0) 100%
  );
  opacity: 0.5;
}
.thanktop_ttl {
  background: linear-gradient(
    180deg,
    #d6ff52 21.63461595773697%,
    #59842c 87.0192289352417%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fb4;
  font-size: 35px;
  font-weight: 700;
  margin-top: 6%;
}
.thanktop_lbl {
  font-weight: 500;
  font-size: 15px;
  color: #ffe5b7;
  padding-top: 2.5%;
}
.thanktop_icon {
  width: 35%;
  margin: 0 auto;
}
.thankinfo {
  position: relative;
  text-align: center;
  padding: 5% 10px 8%;
}
.thankinfo_pass,
.thankinfo_user {
  color: #ffe5b7;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-align: center;
  line-height: 1.3;
}
.thankinfo_pass span,
.thankinfo_user span {
  color: #ffb32c;
  font-weight: 500;
  font-size: 22px;
  display: block;
  text-align: center;
}
.thankinfo_pass {
  padding-top: 3%;
}
.thank_btn {
  margin: 5% auto 0;
  width: 90%;
}
.thankform.active .iconclose_form {
  display: block;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 44px;
  height: 44px;
}
.modalstep.active {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 10px;
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 9;
}
.modalstep.active .alertmodal_box {
  background: #100803;
  border-radius: 15px 15px 0 0;
  border: 1px solid #483e2b;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto;
}
.modalstep.active .alertmodal_box .alertmodal_body {
  margin: 0 auto;
  max-width: 95%;
}
.modalstep.active .alertmodal_box .closealert {
  cursor: default;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 9;
}
.modalstep.active .alertmodal_box .stepshortcode {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
  text-align: center;
}
.modalstep.active .alertmodal_box .stepshortcode_lbl {
  padding-bottom: 1.5rem;
}
.modalstep.active .alertmodal_box .stepshortcode_icon {
  margin: 0 auto;
  width: 30%;
}
.modalstep.active .alertmodal_box .stepshortcode_thumb {
  margin: 0 auto;
  padding-bottom: 3%;
  padding-right: 10%;
  width: 100%;
}
#modalstep_android {
  left: 0;
  right: 0;
}
#modalstep_android .swiper-slide {
  padding: 0;
}
#modalstep_android .alertmodal_box {
  background: 0 0;
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#modalstep_android .alertmodal_box .alertmodal_body {
  max-width: 100%;
}
#modalstep_android .alertmodal_box .alertmodal_body,
#modalstep_android .alertmodal_box .element_installapp,
#modalstep_android .alertmodal_box .element_installapp .swiper {
  height: 100%;
}
#modalstep_android
  .alertmodal_box
  .element_installapp
  .swiper
  .installapp_item_child {
  position: relative;
}
#modalstep_android
  .alertmodal_box
  .element_installapp
  .swiper
  .swiper-slide.installapp_item_style {
  align-items: flex-end;
  justify-content: flex-end;
}
@supports (max-height: 100dvh) {
  .orientation_landscape .section_mb,
  .orientation_portrait .section_mb,
  .section_mb,
  main {
    min-height: 100dvh;
  }
}
@media (min-height: 870px) {
  .container {
    max-width: 462px;
  }
  .logo {
    margin-top: 1%;
    width: 34%;
  }
  .slogan {
    padding-top: 2%;
    width: 54%;
  }
  .main_form {
    margin-top: -1.5%;
    padding-top: 3.7%;
  }
  .tabcontent_form {
    padding-top: 9.6%;
  }
  .form-group {
    margin-bottom: 1.2rem;
  }
  .banner_left,
  .banner_right {
    top: 32rem;
    width: calc(50% - (818px / 2) - 20px);
  }
  .banner_left_item,
  .banner_right_item {
    max-width: 318px;
  }
  .games_item_iframe {
    height: 568px;
  }
  .form_input,
  .formstyle_customs .icon_field,
  .icon_field {
    height: 60px;
  }
  .form_input {
    font-size: 18px;
  }
  .formstyle_customs .recaptcha-bg,
  .formstyle_customs .recaptcha-input .instyle input {
    height: 48px;
  }
  .form_input {
    padding: 0 50px;
  }
  .formstyle_customs .icon_field {
    width: 25px;
  }
  .formstyle_customs .btnsubmit {
    padding-top: 3%;
  }
  .hoac_none {
    font-size: 16px;
    margin-top: 3.5%;
  }
  .btnplayweb_des {
    font-size: 16px;
    padding-top: 1%;
  }
  .btnplayweb_des small {
    font-size: 16px;
  }
  .btnplayweb {
    margin-top: 2.8%;
  }
  #seoInfo .container {
    max-width: 818px;
  }
  .textreal_banner {
    font-size: 12px;
    left: 54px;
    top: 278px;
    max-width: 225px;
    line-height: 14px;
  }
  .maindlapp_bottom_box {
    padding: 0 4.5%;
  }
  .maindlapp_bottom_lbl {
    font-size: 16px;
  }
  .maindlapp_bottom_lbl::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-height: 870px) and (max-width: 1540px) {
  .banner_left_item,
  .banner_right_item {
    max-width: 200px;
  }
  .textreal_banner {
    font-size: 8px;
    left: 34px;
    top: 175px;
    max-width: 136px;
    padding: 1px 5px 1px 3px;
    line-height: 9px;
  }
}
@media (max-width: 1300px) {
  .banner_left,
  .banner_right {
    display: none;
  }
}
@media (max-height: 800px) {
  .tabcontent_form {
    padding: 7% 0;
  }
  .form_input,
  .formstyle_customs .icon_field,
  .icon_field {
    height: 40px;
  }
  .formstyle_customs .btnsubmit {
    padding-top: 2%;
  }
  .maindlapp_bottom {
    padding: 0.9rem 0;
  }
  .maindlapp_bottom_box {
    padding: 0 2.5%;
  }
  .slick-dots {
    bottom: 5px;
  }
  .textreal_banner {
    font-size: 6px;
    left: 33px;
    top: 175px;
    max-width: 138px;
    line-height: 7px;
  }
}
@media screen and (max-width: 1400px) and (orientation: landscape) {
  .logo {
    margin-top: 1%;
    margin-bottom: 0;
  }
  .slogan {
    padding-top: 1%;
  }
  .maindlapp_wrap {
    margin-top: -6%;
    padding-top: 10%;
  }
  .element_ncc {
    padding: 0 4%;
  }
  .element_ncc_txt {
    font-size: 11px;
  }
  .maindlapp_bottom {
    padding: 1rem 0;
  }
  .downloadGuideSwiper {
    padding-top: 3%;
  }
  #realapp .skipGuide {
    right: 0;
    top: 3%;
  }
  #realapp .swiper_item,
  .swiper_item {
    width: 55%;
  }
  #realapp .swiper_item {
    max-width: 360px;
  }
  .textreal_domain {
    font-size: 9px;
    left: 30px;
    top: 170px;
    max-width: 182px;
    line-height: 10px;
    padding: 3px 5px 4px 5px;
  }
  #realapp .step-1 .swiper_item .vectorhd {
    top: -9%;
    width: 85%;
  }
  .note_after_real {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .maindlapp_wrap {
    margin-top: -7%;
    padding-top: 9%;
  }
  .element_items {
    padding-bottom: 4%;
  }
  .btn_app {
    margin-bottom: 2%;
  }
  .element_btn {
    margin-bottom: 4%;
    padding-bottom: 3%;
    padding-top: 3%;
  }
  .btn_bottom {
    margin-top: 2%;
  }
}
@media (max-width: 1025px) {
  .swiper_item {
    margin: 0 auto;
    width: 90%;
  }
  .bottom_boxpc {
    display: none;
  }
  .maindlapp_bottom {
    margin-top: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 1100px) and (orientation: portrait) {
  .logo {
    margin-top: 13%;
    width: 55%;
  }
  .slogan {
    padding-top: 5%;
    width: 87%;
  }
  .maindlapp_wrap {
    margin-top: -2%;
    padding-top: 13%;
  }
  .maindlapp_wrap .container {
    max-width: 626px;
  }
  .btn_app,
  .btn_normal {
    width: 70%;
  }
  .element_btn {
    margin-bottom: 4.5%;
    padding-bottom: 3.7%;
  }
  .btn_bottom {
    margin-top: 2.7%;
  }
  .note_after_real {
    font-size: 17px;
  }
  .element_items {
    padding-bottom: 6%;
  }
  .button_ncc_swiper {
    width: 36px;
    height: 36px;
  }
  .element_ncc_icon {
    width: 78px;
  }
  .maindlapp_bottom.active {
    display: flex;
    justify-content: center;
  }
  .maindlapp_bottom {
    padding: 1.3rem 0;
  }
  .maindlapp_bottom.active .maindlapp_bottom_box {
    flex-direction: column;
    width: calc(100% / 3);
  }
  .maindlapp_bottom.active .maindlapp_bottom_box:nth-child(2) {
    width: 32.5%;
  }
  .maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box,
  .maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box:nth-child(2) {
    max-width: 250px;
    width: 50%;
  }
  .maindlapp_bottom_box {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .maindlapp_bottom_icon {
    text-align: center;
    width: 100%;
  }
  .maindlapp_bottom_icon img {
    min-width: 36px;
  }
  .maindlapp_bottom_lbl {
    flex-direction: row;
    font-size: 17px;
    gap: 6px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 575px) and (max-width: 770px) and (orientation: portrait) {
  .orientation_portrait .section_mb {
    min-height: 95vh;
  }
  .logo {
    margin-top: 5%;
  }
  .slogan {
    padding-top: 3%;
  }
  .maindlapp_wrap {
    padding-top: 11%;
  }
}
@media (max-width: 575px) {
  main {
    min-height: 100dvh;
  }
  .section_mb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95vh;
    min-height: 100dvh;
  }
  .body_android .section_mb,
  .body_android main {
    min-height: 95dvh;
  }
  .body_android .logo {
    margin-top: 5%;
  }
  .maindlapp_bottom.active {
    display: flex;
    justify-content: space-between;
  }
  .maindlapp_bottom {
    padding: 10px 0;
  }
  .maindlapp_bottom.active .maindlapp_bottom_box {
    flex-direction: column;
    width: calc(100% / 3);
  }
  .maindlapp_bottom.active .maindlapp_bottom_box:nth-child(2) {
    width: 32.5%;
  }
  .maindlapp_bottom.maindlapp_bottom_style {
    justify-content: center;
  }
  .maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box,
  .maindlapp_bottom.maindlapp_bottom_style .maindlapp_bottom_box:nth-child(2) {
    width: 50%;
  }
  .maindlapp_bottom_box {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .maindlapp_bottom_icon {
    text-align: center;
    width: 100%;
  }
  .logo {
    margin-top: 10%;
    width: 36%;
  }
  .slogan {
    margin-top: 1%;
    width: 59%;
  }
  .element_ncc_txt {
    font-size: 12px;
  }
  .note_after_real {
    font-size: 11.5px;
  }
  .maindlapp_bottom_lbl {
    flex-direction: row;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
    width: 100%;
  }
  .maindlapp_bottom_lbl::before {
    width: 6px;
    height: 6px;
  }
  .element_ncc {
    max-width: 90%;
    padding: 0 4%;
  }
  #realapp .skipGuide {
    top: 2%;
  }
  .tabcontent_formmodal.styleforms .iconclose_form {
    right: 0;
  }
  .maindlapp_wrap .container {
    max-width: 400px;
  }
  .textreal_domain {
    font-size: 14px;
    top: 259px;
    max-width: 280px;
    line-height: 16px;
  }
}
@media (max-width: 410px) {
  .element_ncc {
    padding: 0 3%;
  }
  .element_ncc_txt {
    font-size: 10.5px;
  }
  .logo {
    margin-top: 5%;
  }
  #realapp .swiper_item {
    max-width: 320px;
  }
  .textreal_domain {
    font-size: 12px;
    left: 43px;
    top: 230px;
    line-height: 13px;
    max-width: 250px;
  }
  .maindlapp_wrap .container {
    max-width: 356px;
  }
  .body_android .logo {
    margin-top: 3%;
  }
  .body_android .section_mb,
  .body_android main {
    min-height: 96dvh;
  }
}
@media (max-width: 360px) {
  #realapp .swiper_item {
    max-width: 288px;
  }
  .textreal_domain {
    font-size: 11px;
    left: 38px;
    top: 207px;
    padding: 3px 5px 4px 5px;
    line-height: 12px;
    max-width: 225px;
  }
  .element_ncc_txt,
  .note_after_real {
    font-size: 9px;
  }
}
@media screen and (max-height: 520px) and (orientation: landscape) {
  .container {
    max-width: 250px;
  }
  .orientation_landscape .section_mb,
  .orientation_portrait .section_mb,
  .section_mb {
    min-height: 350px;
  }
  main {
    min-height: auto;
  }
  #realapp .swiper_item {
    max-width: 180px;
  }
  .textreal_domain {
    font-size: 7px;
    left: 22px;
    top: 120px;
    padding: 2px 5px 3px 3px;
    max-width: 130px;
    line-height: 8px;
  }
  .formmodal_mobile.content_mobile_active .mainform,
  .formmodal_mobile.content_mobile_active .thankform {
    max-width: 280px;
  }
  .tabcontent_formmodal {
    padding-bottom: 4%;
    padding-top: 1%;
  }
  .tabcontent_formmodal .registertab {
    margin-top: 4%;
  }
  .form_input {
    font-size: 12px;
    height: 36px;
  }
  .tabcontent_formmodal .tabnav {
    width: 20%;
  }
  .form_input,
  .formstyle_customs .icon_field,
  .icon_field {
    height: 36px;
  }
  .tabcontent_formmodal .iconclose_form {
    bottom: 90%;
    left: auto;
    right: -40px;
    top: auto;
    width: 30px;
    height: 30px;
  }
  .thanktop {
    padding-bottom: 4%;
    padding-top: 0;
  }
  .thanktop_ttl {
    margin-top: -5%;
  }
  .thankinfo {
    padding: 4% 10px 6%;
  }
  .thankinfo_pass {
    padding-top: 2%;
  }
  .thank_btn {
    margin-top: 3%;
  }
  .thankform.active .iconclose_form {
    top: 0;
    left: auto;
    right: -50px;
  }
  #alertmodal .alertmodal_box .closealert {
    height: 30px;
    top: -40px;
    width: 30px;
  }
  .alertmodal_ttl {
    font-size: 25px;
  }
  .alertmodal_des {
    font-size: 16px;
  }
  .footer_logo_item {
    width: 60%;
  }
}
@media screen and (max-height: 520px) and (max-width: 1100px) and (orientation: landscape) {
  .logo {
    width: 22%;
  }
  .slogan {
    width: 38%;
  }
  .maindlapp_wrap {
    padding-top: 9%;
  }
  .btn_app {
    margin-bottom: 1%;
  }
  .element_btn {
    padding-bottom: 2%;
  }
  .maindlapp_bottom_lbl,
  .note_after_real {
    font-size: 8px;
  }
  .element_ncc_icon {
    width: 30px;
  }
  .element_ncc_txt {
    font-size: 8px;
  }
  .maindlapp_bottom {
    padding: 5px 0 14px;
  }
  .element_ncc .pagination_ncc_swiper {
    top: 70%;
  }
  .downloadGuideSwiper {
    max-width: 300px;
    padding-top: 1%;
  }
  #realapp .skipGuide {
    right: 0;
  }
  .realapp_head_ttl {
    font-size: 16px;
  }
  .txt_real3 {
    font-size: 18px;
  }
  .realapp_head_lbl {
    font-size: 13px;
  }
  .swiper_item {
    width: 60%;
  }
  #realapp .swiper_item {
    max-width: 168px;
    width: 100%;
  }
  .maindlapp_bottom_box {
    justify-content: center;
  }
  .maindlapp_bottom_style {
    padding-bottom: 5px;
  }
  .btnsocial,
  a.icon-livechat-load {
    right: 6%;
  }
}
@media screen and (max-height: 360px) and (max-width: 1100px) and (orientation: landscape) {
  .logo {
    margin-top: 1%;
    width: 20%;
  }
  .slogan {
    padding-top: 0;
    width: 35%;
  }
  .maindlapp_wrap {
    margin-top: -8%;
  }
  .btn_app {
    margin-bottom: 0;
  }
  .element_btn {
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-top: 2%;
  }
  .element_items {
    padding-bottom: 3%;
  }
  .swiper_item {
    width: 50%;
  }
  #realapp .skipGuide {
    top: 5%;
  }
  .orientation_landscape .section_mb,
  .orientation_portrait .section_mb,
  .section_mb {
    min-height: 340px;
  }
}
@media screen and (max-height: 340px) and (max-width: 1100px) and (orientation: landscape) {
  #realapp .swiper_item {
    max-width: 120px;
  }
  .textreal_domain {
    font-size: 5px;
    left: 15px;
    top: 86px;
    padding: 1px 5px 1px 3px;
    max-width: 95px;
    line-height: 6px;
  }
  .maindlapp_wrap .container {
    max-width: 250px;
  }
  .element_ncc_txt {
    font-size: 6px;
  }
  .note_after_real {
    font-size: 6px;
  }
  .orientation_landscape .section_mb,
  .orientation_portrait .section_mb,
  .section_mb {
    min-height: 300px;
  }
  .formmodal_mobile.content_mobile_active .mainform,
  .formmodal_mobile.content_mobile_active .thankform {
    max-width: 200px;
  }
  .form_input,
  .formstyle_customs .icon_field,
  .formstyle_customs .recaptcha-bg,
  .formstyle_customs .recaptcha-input .instyle input,
  .icon_field {
    height: 30px;
  }
  .form_input {
    font-size: 10px;
  }
  .form-group {
    margin-bottom: 0.5rem;
  }
  .error.errors {
    font-size: 9px;
    margin-bottom: -0.5rem;
  }
  .tabcontent_formmodal.styleforms .iconclose_form {
    bottom: 85%;
    right: -40px;
  }
  .maindlapp_bottom_icon {
    max-width: 18px;
    min-width: 15px;
  }
  .maindlapp_bottom {
    padding-bottom: 5px;
  }
}
@media only screen and (max-device-width: 1280px) {
  .content_main,
  .content_main .btnplayweb {
    display: none;
  }
  .maindlapp_bottom.active {
    display: flex;
  }
  .content_main.form_main_noapp {
    display: block;
  }
  .active_article .content_main,
  .active_article .content_main .btnplayweb {
    display: none;
  }
  .active_article .content_main.form_main_noapp,
  .hddlapp_wrap,
  .maindlapp_wrap {
    display: block;
  }
  .active_article .hddlapp_wrap,
  .active_article .maindlapp_wrap {
    display: block;
  }
  .active_article .content_main.content_mobile_active .content_backdrop,
  .content_main.content_mobile_active .content_backdrop {
    display: block;
  }
  .active_article .content_main.content_mobile_active,
  .content_main.content_mobile_active {
    display: flex;
  }
  .thankspage .content_main {
    display: block !important;
  }
  .thankspage .hddlapp_wrap,
  .thankspage .notecenter {
    display: none !important;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1368px) and (orientation: landscape) {
  .banner_left,
  .banners_games {
    display: none;
  }
  .maindlapp_bottom.active {
    display: flex;
  }
  .active_article .content_main.form_main_noapp,
  .hddlapp_wrap,
  .maindlapp_wrap {
    display: block;
  }
  .banner_left_item,
  .banner_right_item {
    max-width: 180px;
  }
  .banner_right {
    position: unset;
    transform: none;
    width: auto;
  }
  .banner_right_item {
    max-width: none;
  }
  .btnsocial {
    height: 42px;
  }
  a.icon-livechat-load {
    position: fixed;
    top: calc(1% + 140px);
    right: 1.5%;
    left: unset;
    margin-top: 0;
    height: 60px;
  }
  .btnsocial {
    position: fixed;
    width: 60px;
    height: 60px;
    margin: 0;
    top: 1%;
    right: 1.5%;
    z-index: 99;
  }
  .btnfb {
    background-image: url(/build-ver2/images/mobile/icon-fb-mbf9e3.png?v=1.1);
    top: calc(1% + 70px);
  }
  .btntele {
    background-image: url(/build-ver2/images/mobile/icon-tele-mbf9e3.png?v=1.1);
  }
  .btnchat {
    background-image: url(/build-ver2/images/mobile/icon-chat-mbf9e3.png?v=1.1);
    right: 1.5%;
    left: auto;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1400px) and (orientation: landscape) {
  .active_article .content_main.form_main_noapp,
  .hddlapp_wrap,
  .maindlapp_wrap {
    display: block;
  }
  .maindlapp_bottom.active {
    display: flex;
  }
  .tabcontent_form {
    margin-top: 3%;
  }
  .btnplayweb {
    margin-top: 3%;
    padding-top: 3.5%;
  }
  a.icon-livechat-load {
    position: fixed;
    top: calc(1% + 140px);
    right: 1.5%;
    left: unset;
    margin-top: 0;
  }
  .banner_left,
  .banners_games,
  .content_main,
  .content_main .btnplayweb,
  .ftbtnstyle {
    display: none;
  }
  .content_main.form_main_noapp {
    display: block;
  }
  .banner_right {
    position: unset;
    transform: none;
    width: auto;
  }
  .banner_right_item {
    max-width: none;
  }
  .btnsocial {
    position: fixed;
    width: 60px;
    height: 60px;
    margin: 0;
    top: 1%;
    right: 1.5%;
    z-index: 99;
  }
  .btnfb {
    background-image: url(/build-ver2/images/mobile/icon-fb-mbf9e3.png?v=1.1);
    top: calc(1% + 70px);
  }
  .btntele {
    background-image: url(/build-ver2/images/mobile/icon-tele-mbf9e3.png?v=1.1);
  }
  .btnchat {
    background-image: url(/build-ver2/images/mobile/icon-chat-mbf9e3.png?v=1.1);
    right: 1.5%;
    left: auto;
  }
}
