@font-face {
  font-family: "FZ-TP-GAME";
  src: url("../fonts/FZ-TP-GAME.TTF");
}
@font-face {
  font-family: "VL-Abraham-Lincoln";
  src: url("../fonts/VL-Abraham-Lincoln.otf");
}
* {
  box-sizing: border-box;
}

body,
html {
  color: #333;
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'VL-Abraham-Lincoln', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0;
}

.imgFull {
  display: block;
  width: 100%;
  height: auto;
}

.px {
  position: fixed;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@keyframes zoomOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.zoomOut {
  -webkit-animation: zoomOut 0.7s infinite linear;
  -o-animation: zoomOut 0.7s infinite linear;
  animation: zoomOut 0.7s infinite linear;
}

@keyframes bigGift {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.5208333333vw #f2da01) brightness(1.2);
  }
}
@keyframes scaleUpDown {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3%) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes laluot {
  0% {
    -webkit-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
  100% {
    -webkit-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(0.5208333333vw);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title {
  width: 38.3854166667vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.imgFull {
  width: 100%;
  height: auto;
}

.page {
  position: relative;
  width: 100%;
}
.page .background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.page .page-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 1.5625vw;
}

a {
  transition: all 0.3s ease;
  display: block;
}
a:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.showOnMobile {
  display: none !important;
}

.showOnPc {
  display: block !important;
}

.animation-laluot {
  overflow: hidden;
  filter: brightness(2);
  -webkit-mask-size: 300% 200%;
  mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
  mask-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
  animation: laluot linear 2.5s infinite 1s;
}

.animate-scaleUpDown {
  animation: scaleUpDown 2s ease-in-out infinite alternate;
}

.side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-47%);
  z-index: 1000;
  width: 12.96875vw;
  height: 23.90625vw;
  padding: 4.1666666667vw 1.8229166667vw 0;
  background: url("../img/bg-menu-right.png") center/cover no-repeat;
}
.side-menu a {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 1.40625vw;
  width: 8.8541666667vw;
  height: 2.8645833333vw;
  color: #f4db86;
  line-height: 2.8645833333vw;
  margin-bottom: 0.2604166667vw;
  background: url("../img/btn-menu-right.png") center/cover no-repeat;
}

.footer {
  margin-top: -11.4583333333vw;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.footer .footer-inner {
  max-width: 62.5vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3020833333vw;
}
.footer .footer-logo {
  display: block;
  width: 140px;
  transition: transform 0.3s ease;
}
.footer .footer-logo:hover {
  transform: scale(1.05);
}
.footer .footer-logo img {
  width: 100%;
  height: auto;
}
.footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
}
.footer .footer-text {
  color: #000;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
}

.page1 .page-inner {
  padding-left: 13.0208333333vw;
}
.page1 .logo-game {
  width: 14.0625vw;
  padding-top: 1.0416666667vw;
  position: relative;
  z-index: 2;
}
.page1 .text-p1 {
  width: 25.9375vw;
  position: absolute;
  top: 0.5208333333vw;
  right: 13.8020833333vw;
  z-index: 2;
}
.page1 .bamboo {
  width: 22.2395833333vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.page2 .block {
  position: relative;
}
.page2 .block .item-chest {
  position: absolute;
  width: 28.59375vw;
  height: 16.1458333333vw;
  z-index: 2;
  padding: 0.78125vw 1.1458333333vw 0 2.9166666667vw;
  color: #0e7353;
}
.page2 .block .item-chest .checked-icon {
  display: none;
}
.page2 .block .item-chest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-shape.png") center/cover no-repeat;
  z-index: -1;
}
.page2 .block.checked .img-char,
.page2 .block.checked .item-chest::before,
.page2 .block.checked .name,
.page2 .block.checked .list-item,
.page2 .block.checked .btn-check {
  filter: grayscale(1);
}
.page2 .block.checked .item-chest .checked-icon {
  display: block;
  width: 9.9479166667vw;
  height: 9.9479166667vw;
  position: absolute;
  top: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  filter: grayscale(0) !important;
}
.page2 .block.checked .item-chest .checked-icon img {
  filter: grayscale(0) !important;
}
.page2 .block.checked .btn-check {
  pointer-events: none;
}
.page2 .block .name {
  font-size: 1.3541666667vw;
  text-align: center;
  width: 2.8645833333vw;
  height: 6.6666666667vw;
  padding: 0 0.2604166667vw 0 0.15625vw;
  position: absolute;
  top: 7.1354166667vw;
  left: 1.1979166667vw;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page2 .block .img-char {
  position: absolute;
  z-index: 1;
}
.page2 .block .list-item {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
}
.page2 .block .list-item .item {
  width: 5.2083333333vw;
  text-align: center;
  font-size: 0.9895833333vw;
}
.page2 .block .list-item .item .item-name {
  margin-top: 0.2604166667vw;
}
.page2 .block .list-item .item img {
  border: 2px solid red;
  border-radius: 0.2604166667vw;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page2 .block .list-item .item img:hover {
  border-color: #e6b30b;
}
.page2 .block .btn-check {
  background: url("../img/btn-check.png") center/cover no-repeat;
  width: 12.1354166667vw;
  height: 3.0208333333vw;
  display: block;
  border: none;
  position: absolute;
  bottom: 2.0833333333vw;
  right: 7.03125vw;
  font-size: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page2 .block .btn-check:hover {
  transform: scale(1.05);
}
.page2 .block2 .item-chest,
.page2 .block4 .item-chest,
.page2 .block6 .item-chest {
  padding: 0.78125vw 2.9166666667vw 0 1.1458333333vw;
}
.page2 .block2 .item-chest::before,
.page2 .block4 .item-chest::before,
.page2 .block6 .item-chest::before {
  background: url("../img/bg-shape2.png") center/cover no-repeat;
}
.page2 .block2 .name,
.page2 .block4 .name,
.page2 .block6 .name {
  left: initial;
  right: 1.0416666667vw;
}
.page2 .block2 .btn-check,
.page2 .block4 .btn-check,
.page2 .block6 .btn-check {
  right: 9.6354166667vw;
}
.page2 .block1 {
  height: 31.9270833333vw;
}
.page2 .block1 .img-char {
  width: 60.2604166667vw;
}
.page2 .block1 .item-chest {
  top: 5.2083333333vw;
  right: 29.6875vw;
}
.page2 .block2 {
  height: 20.3125vw;
}
.page2 .block2 .img-char {
  right: 0;
  top: -7.2916666667vw;
  width: 50.0520833333vw;
}
.page2 .block2 .item-chest {
  top: 0;
  left: 30.2083333333vw;
}
.page2 .block3 {
  height: 23.4375vw;
}
.page2 .block3 .img-char {
  width: 61.1979166667vw;
  top: -2.0833333333vw;
}
.page2 .block3 .item-chest {
  top: 5.2083333333vw;
  right: 29.6875vw;
}
.page2 .block4 {
  height: 28.6458333333vw;
}
.page2 .block4 .item-chest {
  top: 7.8125vw;
  left: 30.2083333333vw;
}
.page2 .block4 .img-char {
  width: 61.1458333333vw;
  right: 0;
}
.page2 .block5 {
  height: 26.0416666667vw;
}
.page2 .block5 .img-char {
  width: 60.6770833333vw;
  top: -2.0833333333vw;
}
.page2 .block5 .item-chest {
  top: 5.2083333333vw;
  right: 29.6875vw;
}
.page2 .block6 .item-chest {
  top: 7.8125vw;
  left: 30.2083333333vw;
}
.page2 .block6 .img-char {
  width: 56.40625vw;
  right: 7.8125vw;
}

.page3 .title {
  width: 19.7395833333vw;
  margin-left: 13.6979166667vw;
}
.page3 .big-gift {
  width: 39.6875vw;
  position: absolute;
  top: 13.5416666667vw;
  right: 12.96875vw;
  z-index: 1;
  animation: bigGift 2s linear infinite alternate;
}
.page3 .big-gift .checked-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.page3 .big-gift .checked-icon.visible {
  display: flex;
}
.page3 .big-gift .checked-icon img {
  width: 35%;
  height: auto;
}
.page3 .btn-group {
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
  margin: 13.5416666667vw 0 0 34.375vw;
  position: relative;
  z-index: 2;
}
.page3 .btn-group .page3-item-btn {
  width: 14.5833333333vw;
  height: 3.8020833333vw;
  display: block;
  border: none;
  font-size: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0.2604166667vw;
}
.page3 .btn-group .page3-item-btn:hover {
  transform: scale(1.05);
}
.page3 .btn-group .page3-item-btn:nth-child(1) {
  background-image: url("../img/btn-charge.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page3 .btn-group .page3-item-btn:nth-child(2) {
  background-image: url("../img/btn-check2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page4 .title {
  width: 74.6875vw;
  margin: 0 auto;
}
.page4 .total-user {
  font-family: "FZ-TP-GAME";
  font-size: 4.7395833333vw;
  color: #010103;
  text-align: center;
  margin: -4.1666666667vw 0 2.6041666667vw;
  line-height: 1.2;
}
.page4 .total-user .number {
  color: #dd2023;
  font-size: 6.25vw;
}
.page4 .page4-btn-event {
  width: 68.75vw;
  height: 57.2916666667vw;
  position: relative;
  margin: auto;
}
.page4 .page4-btn-event .p4-item {
  position: absolute;
  width: 24.2708333333vw;
  height: 19.4791666667vw;
  transition: all 0.3s ease;
}
.page4 .page4-btn-event .p4-item .txt {
  position: absolute;
  bottom: -0.1041666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 9%;
  font-size: 1.25vw;
  color: #fefacb;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page4 .page4-btn-event .p4-item:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 0.5208333333vw #f2da01) brightness(1.2);
}
.page4 .page4-btn-event .p4-item:nth-child(1) {
  top: 0;
  left: 0;
}
.page4 .page4-btn-event .p4-item:nth-child(2) {
  top: 0;
  right: 0;
}
.page4 .page4-btn-event .p4-item:nth-child(3) {
  width: 41.6666666667vw;
  height: 31.5625vw;
  top: 10.4166666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.page4 .page4-btn-event .p4-item:nth-child(3):hover {
  transform: translateX(-50%) scale(1.05);
}
.page4 .page4-btn-event .p4-item:nth-child(3) .txt {
  font-size: 1.875vw;
}
.page4 .page4-btn-event .p4-item:nth-child(4) {
  bottom: 0;
  left: 0;
}
.page4 .page4-btn-event .p4-item:nth-child(5) {
  bottom: 0;
  right: 0;
}
.page4 .page4-social-btn {
  display: flex;
  justify-content: center;
  gap: 6.7708333333vw;
  margin-top: 7.2916666667vw;
}
.page4 .page4-social-btn a {
  width: 9.3229166667vw;
  height: 11.9791666667vw;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: "FZ-TP-GAME";
}
.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.modal-wrapper .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-wrapper .modal-content {
  position: relative;
  width: 46.5104166667vw;
  height: 31.9270833333vw;
  background: url("../img/bg-popup.png") center/contain no-repeat;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5625vw;
}
.modal-wrapper .btn-close-modal {
  position: absolute;
  top: 0.5208333333vw;
  right: 5.2083333333vw;
  width: 2.6041666667vw;
  z-index: 3;
  transition: all 0.3s ease;
}
.modal-wrapper .btn-close-modal:hover {
  transform: scale(1.1) rotate(360deg);
}
.modal-wrapper .modal-body {
  text-align: center;
  width: 100%;
  padding: 0 8.8541666667vw 0 5.2083333333vw;
}
.modal-wrapper .modal-text {
  color: #8b0000;
  font-size: 2.7083333333vw;
}
.modal-wrapper .modal-text2 {
  color: #000;
}
.modal-wrapper .btn-modal {
  display: block;
  margin: 0 auto;
  width: 13.2291666667vw;
  height: 3.5416666667vw;
  background: url("../img/btn-modal.png") center/cover no-repeat;
  color: #fff;
  text-align: center;
  line-height: 2.8645833333vw;
  font-size: 3.125vw;
  transition: all 0.3s ease;
  margin-top: 1.0416666667vw;
}
.modal-wrapper .btn-modal:hover {
  transform: scale(1.05);
}
.modal-wrapper .giftcode-box {
  font-size: 3.6458333333vw;
  color: #000;
  margin-bottom: 1.0416666667vw;
  font-weight: bold;
  text-transform: uppercase;
}
.modal-wrapper .link-download {
  color: #000;
  font-size: 1.8229166667vw;
  margin-top: 1.0416666667vw;
}
.modal-wrapper .link-download a {
  display: inline-block;
}
.modal-wrapper .link-download span {
  text-decoration: underline;
  margin-right: 0.5208333333vw;
  color: #b11f24;
}
.modal-wrapper .modal-title {
  font-size: 3.6458333333vw;
  color: #000;
  letter-spacing: 0.2604166667vw;
  line-height: 5.2083333333vw;
  margin-top: 0vw;
  font-weight: 400;
}
.modal-wrapper .table-container {
  width: 100%;
  max-height: 17.1875vw;
  overflow-y: auto;
  padding-right: 0.5208333333vw;
}
.modal-wrapper .table-container.rule-container {
  font-family: 'VL-Abraham-Lincoln', sans-serif;
  text-align: left;
  font-size: 1.25vw;
}
.modal-wrapper .table-container::-webkit-scrollbar {
  width: 0.3125vw;
  display: block;
}
.modal-wrapper .table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-wrapper .table-container::-webkit-scrollbar-thumb {
  background: #8b0000;
}
.modal-wrapper .table-container.text-left {
  text-align: left;
}
.modal-wrapper .table-history {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}
.modal-wrapper .table-history thead {
  background: #000;
  color: #fff;
}
.modal-wrapper .table-history thead th {
  padding: 0.2604166667vw 0;
  font-weight: normal;
  font-size: 1.4583333333vw;
}
.modal-wrapper .table-history tbody tr {
  border-bottom: 1px solid #ccc;
}
.modal-wrapper .table-history tbody tr:last-child {
  border-bottom: none;
}
.modal-wrapper .table-history tbody td {
  font-size: 1.3020833333vw;
  padding: 0.5208333333vw 0;
  vertical-align: middle;
}
.modal-wrapper .table-history .btn-copy-row {
  width: 5.4166666667vw;
  height: 1.3541666667vw;
  line-height: 1.0416666667vw;
  font-size: 1.4583333333vw;
  margin: 0 auto;
  padding: 0;
}
.modal-wrapper .scroll-indicator {
  margin-top: 1.0416666667vw;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.2604166667vw;
}
.modal-wrapper .scroll-indicator.show {
  display: flex;
}
.modal-wrapper .scroll-indicator p {
  font-family: 'VL-Abraham-Lincoln', sans-serif;
  font-size: 1.25vw;
  color: #333;
  font-weight: bold;
}
.modal-wrapper .scroll-indicator .icon-down {
  width: 1.5625vw;
  animation: bounce 1s infinite alternate;
}

.modal-welcome-content {
  position: relative;
  width: 76.5625vw;
  height: 36.4583333333vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-welcome-content .btn-close-modal {
  top: 1.0416666667vw;
  right: 0;
  width: 2.6041666667vw;
}
.modal-welcome-content .welcome-inner {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  width: 100%;
  height: 100%;
}
.modal-welcome-content .welcome-char {
  width: 40.0520833333vw;
  flex-shrink: 0;
  margin-right: -2.6041666667vw;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.modal-welcome-content .welcome-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "FZ-TP-GAME";
  position: relative;
  z-index: 1;
}
.modal-welcome-content .welcome-info .txt {
  font-size: 3.4895833333vw;
  margin-bottom: 0.5208333333vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.modal-welcome-content .welcome-info .logo-welcome {
  width: 20.3125vw;
  margin-bottom: 1.0416666667vw;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.modal-welcome-content .welcome-info .btn-download-now {
  width: 24.4791666667vw;
  transition: all 0.3s ease;
  margin-top: 1.5625vw;
}
.modal-welcome-content .welcome-info .btn-download-now:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

@media (max-width: 1024px) {
  .btn-menu {
    position: fixed;
    top: 1.953125vw;
    right: 1.953125vw;
    width: 5.859375vw;
    height: 5.859375vw;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3;
    filter: invert(1);
  }

  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    pointer-events: none;
    transition: 0.3s;
  }
  .menu-mobile.active {
    pointer-events: auto;
  }
  .menu-mobile.active .menu-overlay {
    opacity: 1;
  }
  .menu-mobile.active .menu-content {
    transform: translateX(0);
  }
  .menu-mobile .menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.3s;
  }
  .menu-mobile .menu-close {
    position: absolute;
    top: 1.953125vw;
    right: 1.953125vw;
    background: none;
    border: none;
    width: 9.765625vw;
    cursor: pointer;
    background: none;
    z-index: 3;
  }
  .menu-mobile .menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 39.0625vw;
    height: 100%;
    background: #111;
    transform: translateX(100%);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9.765625vw;
  }
  .menu-mobile .menu-content .menu-logo {
    width: 25.390625vw;
    margin-bottom: 4.8828125vw;
  }
  .menu-mobile .menu-content .menu-logo img {
    width: 100%;
  }
  .menu-mobile .menu-content .menu-list {
    width: 100%;
    list-style: none;
    padding: 0;
  }
  .menu-mobile .menu-content .menu-list li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .menu-mobile .menu-content .menu-list li a {
    display: flex;
    align-items: center;
    padding: 2.9296875vw 4.8828125vw;
    color: #fff;
    text-decoration: none;
    font-size: 4.8828125vw;
    gap: 1.46484375vw;
    font-family: "FZ-TP-GAME";
    font-weight: normal;
  }
  .menu-mobile .menu-content .menu-list li a i {
    width: 3.90625vw;
    height: 3.90625vw;
    display: block;
    background-size: contain !important;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-home {
    background: url(../img/icon-home.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-fanpage {
    background: url(../img/icon-fb.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-community {
    background: url(../img/icon-group.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-charge {
    background: url(../img/icon-dollar.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-bxh {
    background: url(../img/icon-rank.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a i.icon-cskh {
    background: url(../img/icon-phone.png) center center no-repeat;
  }
  .menu-mobile .menu-content .menu-list li a:hover {
    color: #fcedac;
    background: rgba(255, 255, 255, 0.05);
  }

  .showOnPc {
    display: none !important;
  }

  .showOnMobile {
    display: block !important;
  }

  .page1 .page-inner {
    padding-left: 0;
  }
  .page1 .logo-game {
    width: 17.578125vw;
    padding-top: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  .page1 .text-p1 {
    width: 58.59375vw;
    position: relative;
    top: initial;
    right: initial;
    z-index: 2;
    margin: -1.953125vw auto 0;
  }

  .page2 .block {
    position: relative;
    height: auto !important;
/*    margin-bottom: 2.9296875vw;*/
  }
  .page2 .block.checked .item-chest .checked-icon {
    width: 18.65234375vw;
    height: 18.65234375vw;
    top: 3.90625vw;
  }
  .page2 .block .item-chest {
    position: relative;
    width: 53.61328125vw;
    height: 30.2734375vw;
    z-index: 2;
    padding: 1.46484375vw 2.1484375vw 0 5.46875vw;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
    margin: 0 auto;
  }
  .page2 .block .name {
    font-size: 2.5390625vw;
    width: 5.37109375vw;
    height: 12.5vw;
    padding: 0 0.48828125vw 0 0.29296875vw;
    top: 13.37890625vw;
    left: 2.24609375vw;
  }
  .page2 .block .img-char {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
  }
  .page2 .block .list-item {
    gap: 0.9765625vw;
  }
  .page2 .block .list-item .item {
    width: 9.765625vw;
    font-size: 1.85546875vw;
  }
  .page2 .block .list-item .item .item-name {
    margin-top: 0.48828125vw;
  }
  .page2 .block .list-item .item img {
    border-radius: 0.48828125vw;
  }
  .page2 .block .btn-check {
    width: 22.75390625vw;
    height: 5.6640625vw;
    bottom: 3.90625vw;
    right: 13.18359375vw;
  }
  .page2 .block .btn-check:hover {
    transform: scale(1);
  }
  .page2 .block2 .item-chest,
  .page2 .block4 .item-chest,
  .page2 .block6 .item-chest {
    padding: 1.46484375vw 5.46875vw 0 2.1484375vw;
  }
  .page2 .block2 .name,
  .page2 .block4 .name,
  .page2 .block6 .name {
    left: initial;
    right: 1.953125vw;
  }
  .page2 .block2 .btn-check,
  .page2 .block4 .btn-check,
  .page2 .block6 .btn-check {
    right: 18.06640625vw;
  }
  .page2 .block1 .img-char {
    width: 87.5vw;
  }
  .page2 .block1 .item-chest {
    margin-top: -19.53125vw;
  }
  .page2 .block2 .img-char {
    width: 82.71484375vw;
  }
  .page2 .block2 .item-chest {
    margin-top: -9.765625vw;
  }
  .page2 .block3 .img-char {
    width: 79.58984375vw;
  }
  .page2 .block3 .item-chest {
    margin-top: -9.765625vw;
  }
  .page2 .block4 .img-char {
    width: 94.23828125vw;
  }
  .page2 .block4 .item-chest {
    margin-top: -9.765625vw;
  }
  .page2 .block5 .img-char {
    width: 82.71484375vw;
  }
  .page2 .block5 .item-chest {
    margin-top: -9.765625vw;
  }
  .page2 .block6 .img-char {
    width: 81.54296875vw;
  }
  .page2 .block6 .item-chest {
    margin-top: -9.765625vw;
  }

  .page3 .page-inner {
    padding-top: 5.859375vw;
  }
  .page3 .title {
    width: 19.921875vw;
    margin-left: 8.69140625vw;
  }
  .page3 .big-gift {
    width: 43.9453125vw;
    position: absolute;
    top: 12.6953125vw;
    right: 9.08203125vw;
  }
  .page3 .btn-group {
    gap: 0.9765625vw;
    margin: 8.7890625vw auto 0;
  }
  .page3 .btn-group .page3-item-btn {
    width: 19.53125vw;
    height: 5.17578125vw;
    border-radius: 0.48828125vw;
  }

  .page4 .title {
    width: 56.640625vw;
  }
  .page4 .total-user {
    font-size: 5.859375vw;
    margin: -7.8125vw 0 4.8828125vw;
    line-height: initial;
  }
  .page4 .total-user .number {
    font-size: 7.8125vw;
  }
  .page4 .page4-btn-event {
    width: 90%;
    height: 91.796875vw;
  }
  .page4 .page4-btn-event .p4-item {
    width: 29.296875vw;
    height: 23.4375vw;
  }
  .page4 .page4-btn-event .p4-item .txt {
    font-size: 1.953125vw;
  }
  .page4 .page4-btn-event .p4-item:nth-child(3) {
    width: 60.05859375vw;
    height: 45.703125vw;
    top: 20.99609375vw;
  }
  .page4 .page4-btn-event .p4-item:nth-child(3) .txt {
    font-size: 3.22265625vw;
  }
  .page4 .page4-social-btn {
    width: 60%;
    gap: 5.859375vw;
    margin: 9.765625vw auto 0;
  }
  .page4 .page4-social-btn a {
    width: 17.48046875vw;
    height: 22.4609375vw;
  }

  .footer {
    margin-top: -19.53125vw;
    padding: 0 1.953125vw 1.953125vw;
  }
  .footer .footer-inner {
    max-width: 100%;
    gap: 2.44140625vw;
  }
  .footer .footer-logo {
    display: block;
    width: 9.765625vw;
  }
  .footer .footer-info {
    gap: 0.5208333333vw;
  }

  .modal-wrapper .modal-content {
    width: 87.20703125vw;
    height: 59.86328125vw;
    padding-bottom: 2.9296875vw;
  }
  .modal-wrapper .btn-close-modal {
    top: 0.9765625vw;
    right: 9.765625vw;
    width: 4.8828125vw;
  }
  .modal-wrapper .modal-body {
    padding: 0 16.6015625vw 0 9.765625vw;
  }
  .modal-wrapper .modal-text {
    font-size: 5.078125vw;
  }
  .modal-wrapper .btn-modal {
    width: 24.8046875vw;
    height: 6.640625vw;
    line-height: 5.37109375vw;
    font-size: 5.859375vw;
    margin-top: 1.953125vw;
  }
  .modal-wrapper .giftcode-box {
    font-size: 6.8359375vw;
    margin-bottom: 1.953125vw;
  }
  .modal-wrapper .link-download {
    font-size: 3.41796875vw;
    margin-top: 1.953125vw;
  }
  .modal-wrapper .link-download span {
    margin-right: 0.9765625vw;
  }
  .modal-wrapper .modal-title {
    font-size: 6.8359375vw;
    letter-spacing: 0.48828125vw;
    line-height: 9.765625vw;
  }
  .modal-wrapper .table-container {
    max-height: 32.2265625vw;
    padding-right: 0.9765625vw;
  }
  .modal-wrapper .table-container.rule-container {
    font-size: 2.34375vw;
  }
  .modal-wrapper .table-container::-webkit-scrollbar {
    width: 0.5859375vw;
  }
  .modal-wrapper .table-history thead th {
    padding: 0.48828125vw 0;
    font-size: 2.734375vw;
  }
  .modal-wrapper .table-history tbody td {
    font-size: 2.44140625vw;
    padding: 0.9765625vw 0;
  }
  .modal-wrapper .table-history .btn-copy-row {
    width: 10.15625vw;
    height: 2.5390625vw;
    line-height: 1.953125vw;
    font-size: 2.734375vw;
  }
  .modal-wrapper .scroll-indicator {
    margin-top: 1.953125vw;
    gap: 0.48828125vw;
  }
  .modal-wrapper .scroll-indicator p {
    font-size: 2.34375vw;
  }
  .modal-wrapper .scroll-indicator .icon-down {
    width: 2.9296875vw;
  }

  .modal-welcome-content {
    width: 96%;
    height: auto;
  }
  .modal-welcome-content .btn-close-modal {
    top: 1.953125vw;
    width: 4.8828125vw;
    right: 0;
  }
  .modal-welcome-content .welcome-inner {
    gap: 1.953125vw;
  }
  .modal-welcome-content .welcome-char {
    width: 44.921875vw;
    margin-right: -4.8828125vw;
  }
  .modal-welcome-content .welcome-info .txt {
    font-size: 4.6875vw;
    margin-bottom: 0.9765625vw;
  }
  .modal-welcome-content .welcome-info .logo-welcome {
    width: 23.4375vw;
    margin-bottom: 1.953125vw;
    filter: drop-shadow(0 0 0.9765625vw rgba(0, 0, 0, 0.5));
  }
  .modal-welcome-content .welcome-info .btn-download-now {
    width: 27.34375vw;
    margin-top: 0.9765625vw;
  }
}

/* ====================================================
   FT_006 / FT_008 / FT_010 — Trạng thái "Nhận" (eligible)
   Khi backend trả status = "Available":
     - Rương: thêm class .eligible vào .block
     - Mốc tải: thêm class .eligible vào .p4-item
   ==================================================== */

/* Tổng tiêu user — FT_006 */
.user-spend-wrapper {
  text-align: center;
  margin-bottom: 1.5625vw;
  padding: 0.5208333333vw 1.0416666667vw;
}
.user-spend-text {
  font-family: "FZ-TP-GAME";
  font-size: 2.0833333333vw;
  color: #8b0000;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin: 0;
}

/* Block rương — trạng thái eligible (đủ điều kiện, chưa nhận) */
.page2 .block.eligible .btn-check {
  background-image: url("../img/btn-getnow.png"); /* đổi sang icon "Nhận" */
  animation: pulse-eligible 1.2s ease-in-out infinite;
  filter: drop-shadow(0 0 0.5208333333vw #f2da01) brightness(1.15);
}
/* p4-item milestone — trạng thái eligible */
.page4 .page4-btn-event .p4-item.eligible {
  filter: drop-shadow(0 0 0.5208333333vw #f2da01) brightness(1.2);
  animation: pulse-eligible 1.2s ease-in-out infinite;
}
/* p4-item thứ 3 (center) cần giữ translateX(-50%) */
.page4 .page4-btn-event .p4-item:nth-child(3).eligible {
  animation: pulse-eligible-center 1.2s ease-in-out infinite;
}
/* p4-item milestone — đã nhận (dim) */
.page4 .page4-btn-event .p4-item.checked {
  filter: grayscale(80%) brightness(0.7);
  pointer-events: none;
}
.page4 .page4-btn-event .p4-item:nth-child(3).checked {
  transform: translateX(-50%);
}

@keyframes pulse-eligible {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.04); }
}
@keyframes pulse-eligible-center {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50%       { transform: translateX(-50%) scale(1.04); }
}

@media (max-width: 1024px) {
  .user-spend-text {
    font-size: 3.90625vw;
  }
  .user-spend-wrapper {
    margin-bottom: 2.9296875vw;
  }
}





/*# sourceMappingURL=landing.css.map */
