@charset "UTF-8";
@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("../fonts/LeagueGothic-Regular.ttf");
}
@font-face {
  font-family: "FZHBRGAME";
  src: url("../fonts/FZHBRGAME.TTF");
}
* {
  box-sizing: border-box;
}

body,
html {
  color: #333;
  background: #272727;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", "LeagueGothic-Regular", 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 UpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes flyIn {
  0% {
    transform: scale(0);
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
* {
  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%;
  overflow: hidden;
}
.page .leaves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}
.page .leaves-container.active {
  opacity: 1;
}
.page .leaves-container .leaf {
  position: absolute;
  top: -10%;
  width: var(--sz);
  height: var(--sz);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform-origin: center;
  animation-name: leafFall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1024px) {
  .page .leaves-container .leaf {
    width: calc(var(--sz) + 0.5vw);
    height: calc(var(--sz) + 0.5vw);
  }
}
.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;
}

.side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-47%);
  z-index: 1000;
  width: 16.4583333333vw;
  height: 25.8333333333vw;
  padding: 0 0 0 1.9270833333vw;
  background: url("../img/bg-menu-right.png") center/cover no-repeat;
}
.side-menu .menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.side-menu .link-group {
  text-align: center;
  padding-left: 0.78125vw;
}
.side-menu .link-group a {
  font-family: "LeagueGothic-Regular";
  font-size: 1.7708333333vw;
  color: #fff6da;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  letter-spacing: 0.5px;
}
.side-menu .menu-item.icon-app {
  width: 9.3229166667vw;
  margin: -6.7708333333vw 0 0 1.8229166667vw;
}
.side-menu .menu-item.qrcode {
  width: 9.6354166667vw;
  height: 9.7395833333vw;
  background: url(../img/bg-qrcode.png) center center no-repeat;
  background-size: cover;
  padding: 0.9375vw 0.8854166667vw;
  margin: -0.2604166667vw 0 0 0.78125vw;
}
.side-menu .menu-item.qrcode img {
  width: 8.0208333333vw;
  height: auto;
}
.side-menu .menu-item.btn-download {
  width: 14.8958333333vw;
  margin-top: -0.3645833333vw;
}

.page1 .page-inner,
.page1-news .page-inner {
  padding-top: 1.0416666667vw;
}
.page1 .logo-game,
.page1-news .logo-game {
  width: 17.1875vw;
  display: block;
  margin: 0 0 0 19.7916666667vw;
}
.page1 .layer .age-rating,
.page1-news .layer .age-rating {
  position: absolute;
  bottom: 1.5625vw;
  left: 0.78125vw;
  width: 15.8854166667vw;
}
.page1 .layer .logo-vplay,
.page1-news .layer .logo-vplay {
  position: absolute;
  top: 0;
  right: 1.0416666667vw;
  width: 8.1770833333vw;
}
.page1 .layer.video-layer,
.page1-news .layer.video-layer {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page1 .layer.video-layer video,
.page1-news .layer.video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page1 .layer .text-p1,
.page1-news .layer .text-p1 {
  width: 53.9583333333vw;
  margin: 22.9166666667vw auto 0;
  opacity: 0;
}
.page1 .layer .text-p1.animate,
.page1-news .layer .text-p1.animate {
  animation: flyIn 1.5s ease-in-out forwards;
}
.page1 .layer.top-layer,
.page1-news .layer.top-layer {
  z-index: 2;
  position: relative;
}

.page1-news .text-p1 {
  opacity: 1 !important;
  animation: UpDown 1s ease-in-out forwards infinite;
  margin-top: 17.7083333333vw !important;
}
.page1-news .logo-game {
  margin-left: 0 !important;
}

@keyframes leafFall {
  0% {
    transform: translate3d(0, -10%, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate3d(var(--tx), 120vh, 0) rotate(var(--rot));
    opacity: 0;
  }
}
.page2 .page-inner {
  padding-top: 2.2916666667vw;
  z-index: 2;
}
.page2 .block1 {
  width: 63.2291666667vw;
  height: 10.3125vw;
  margin: 0 auto;
  background: url(../img/bg-download.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2 .block1 .btn-playnow {
  width: 24.5833333333vw;
  margin: -1.40625vw 0 0 -3.3854166667vw;
}
.page2 .block1 .icon-app {
  width: 11.5625vw;
  height: 12.03125vw;
  background: url(../img/icon-app-bg.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -3.4375vw;
}
.page2 .block1 .icon-app img {
  width: 8.59375vw;
}
.page2 .block1 .btn-apk {
  width: 14.6354166667vw;
  margin-left: -1.3020833333vw;
}
.page2 .block1 .button-store .btn {
  width: 19.5833333333vw;
}
.page2 .block2 {
  width: 76.0416666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0416666667vw;
  margin: 4.1666666667vw auto 0;
}
.page2 .block2 #slider-p2 {
  width: 39.84375vw;
  height: 23.90625vw;
}
.page2 .block2 #slider-p2 .owl-wrapper-outer {
  border-radius: 0.5208333333vw;
  overflow: hidden;
  background: url(../img/bg-slide.png) center center no-repeat;
  background-size: 100% 100%;
}
.page2 .block2 #slider-p2 .owl-item {
  height: 23.90625vw;
  padding: 1.9791666667vw 2.03125vw 0.7291666667vw 2.2916666667vw;
}
.page2 .block2 #slider-p2 .item {
  width: 100%;
  height: 100%;
}
.page2 .block2 #slider-p2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page2 .block2 .news-block {
  width: 28.90625vw;
  height: 16.6666666667vw;
  padding: 0 2.6041666667vw 0 1.0416666667vw;
}
.page2 .block2 .news-block .news-block-inner {
  width: 100%;
  height: 100%;
}
.page2 .block2 .news-block .news-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page2 .block2 .news-block .news-block-header .news-menu {
  display: flex;
  list-style: none;
  gap: 1.5625vw;
  margin: 0;
  padding: 0;
}
.page2 .block2 .news-block .news-block-header .news-menu li .menu-item {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1.1458333333vw;
  color: #6d6d6d;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.78125vw;
  font-weight: 500;
  min-width: 5.15625vw;
}
.page2 .block2 .news-block .news-block-header .news-menu li .menu-item.active {
  color: #0090ff;
  background: url(../img/bg-tab.png) center center no-repeat;
  background-size: 100% 100%;
}
.page2 .block2 .news-block .news-block-header .news-menu li .menu-item:hover {
  color: #0090ff;
}
.page2 .block2 .news-block .news-block-header .btn-plus {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border: 2px solid #a61d24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a61d24;
  font-size: 1.3020833333vw;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page2 .block2 .news-block .news-block-header .btn-plus:hover {
  background: #a61d24;
  color: #fff;
}
.page2 .block2 .news-block .news-block-content .news-pane {
  display: none;
}
.page2 .block2 .news-block .news-block-content .news-pane.active {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 12.5vw;
  overflow-y: auto;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list::-webkit-scrollbar {
  width: 0.2083333333vw;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list::-webkit-scrollbar-track {
  background: transparent;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list::-webkit-scrollbar-thumb {
  background: #a61d24;
  border-radius: 0.1041666667vw;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item {
  padding: 0.6770833333vw 0;
  background: url(../img/line-news.png) center bottom no-repeat;
  background-size: 100% 100%;
  background-size: 20.8333333333vw 0.1041666667vw;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item:last-child {
  background: none;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item .news-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375vw;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.3;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item .news-link:hover {
  color: #033e65;
  transform: none !important;
  filter: none !important;
}
.page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item .news-date {
  display: block;
  font-size: 0.7291666667vw;
  color: #494949;
}
.page2 .block2 .news-block .news-block-content .news-pane .btn-more {
  display: block;
  text-align: right;
  font-size: 0.9895833333vw;
  color: #000000;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -1.0416666667vw;
}
.page2 .block2 .news-block .news-block-content .news-pane .btn-more:hover {
  color: #033e65;
  text-decoration: underline;
}
.page2 .block3 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
  margin-top: 5.9895833333vw;
}
.page2 .block3 .btn {
  width: 16.1979166667vw;
  height: 5.9895833333vw;
}

.page3 .page3-left {
  position: relative;
  z-index: 2;
  width: 37.0833333333vw;
  margin: -5.2083333333vw 0 0 11.9791666667vw;
}
.page3 .page3-left .sect-name {
  width: 30.78125vw;
  margin: 0 auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page3 .page3-left .sect-name.changing {
  opacity: 0;
  transform: translateY(10px);
}
.page3 .page3-left .char-name {
  width: 23.59375vw;
  margin: -3.125vw auto 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page3 .page3-left .char-name.changing {
  opacity: 0;
  transform: translateY(10px);
}
.page3 .page3-left .char-desc {
  width: 37.0833333333vw;
  height: 14.5833333333vw;
  background: url(../img/bg-des.png) center center no-repeat;
  background-size: cover;
  font-size: 1.875vw;
  color: #2e2e35;
  padding: 2.0833333333vw 1.5625vw 0 1.5625vw;
  margin-top: -0.5208333333vw;
  line-height: 1.2;
  font-family: "LeagueGothic-Regular", sans-serif;
  transition: opacity 0.4s ease;
}
.page3 .page3-left .char-desc.changing {
  opacity: 0;
}
.page3 .page3-art {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.page3 .page3-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.page3 .page3-art img.changing {
  opacity: 0;
}
.page3 .page3-btns {
  position: relative;
  z-index: 2;
  width: 69.2708333333vw;
  margin: 1.5625vw auto 0;
  gap: 0.5208333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .page3-btns .btn-prev,
.page3 .page3-btns .btn-next {
  width: 4.9479166667vw;
  height: 6.71875vw;
  background: url(../img/btn-prev.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.page3 .page3-btns .btn-prev:hover,
.page3 .page3-btns .btn-next:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.page3 .page3-btns .btn-next {
  transform: rotate(180deg);
}
.page3 .page3-btns .btn-next:hover {
  transform: scale(1.05) rotate(180deg) !important;
  filter: brightness(1.1);
}
.page3 .page3-btns .page3-btn-inner {
  display: flex;
  justify-content: space-between;
  width: 58.3333333333vw;
  padding: 0.625vw;
  border-radius: 3.125vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2392156863);
}
.page3 .page3-btns .page3-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 7.65625vw;
  display: block;
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.page3 .page3-btns .page3-btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1) grayscale(0);
}
.page3 .page3-btns .page3-btn.active {
  filter: brightness(1.1) grayscale(0);
}

.page4 #slider-p4 {
  width: 62.5vw;
  margin: 1.0416666667vw auto;
}
.page4 #slider-p4 .owl-wrapper-outer {
  height: 39.0625vw;
}
.page4 #slider-p4 .owl-wrapper-outer .owl-item {
  height: 37.5vw;
  background: url(../img/bg-slide.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 2.0833333333vw 2.8645833333vw 1.6145833333vw 3.6458333333vw;
}
.page4 #slider-p4 .owl-wrapper-outer .owl-item .item {
  width: 100%;
  height: 100%;
}
.page4 #slider-p4 .owl-wrapper-outer .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page4 #slider-p4 .owl-controls {
  position: absolute;
  top: 0;
  left: -10%;
  width: 122%;
  height: 110%;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
}
.page4 #slider-p4 .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page4 #slider-p4 .owl-controls .owl-buttons .owl-prev,
.page4 #slider-p4 .owl-controls .owl-buttons .owl-next {
  width: 10.15625vw;
  height: 13.1770833333vw;
  background: url(../img/btn-next.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 0;
}
.page4 #slider-p4 .owl-controls .owl-buttons .owl-prev:hover,
.page4 #slider-p4 .owl-controls .owl-buttons .owl-next:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.page4 #slider-p4 .owl-controls .owl-buttons .owl-prev {
  transform: rotate(180deg);
}
.page4 #slider-p4 .owl-controls .owl-buttons .owl-prev:hover {
  transform: scale(1.05) rotate(180deg);
  filter: brightness(1.1);
}
.page4 #slider-p4 .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9583333333vw;
  background: url(../img/line-page2.png) center center no-repeat;
  background-size: 48.5416666667vw;
}
.page4 #slider-p4 .owl-controls .owl-pagination .owl-page {
  width: 1.9270833333vw;
  height: 1.9270833333vw;
  background: url(../img/icon-page.png) center center no-repeat;
  background-size: cover;
  border-radius: 37px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 0;
  filter: invert(1) brightness(0);
}
.page4 #slider-p4 .owl-controls .owl-pagination .owl-page.active {
  background: url(../img/icon-page-active.png) center center no-repeat;
  background-size: cover;
  transform: scale(1.2);
  filter: invert(0) brightness(1);
}

.page5 .bxh {
  width: 57.2916666667vw;
  margin: 10.15625vw auto 0;
  position: relative;
  z-index: 2;
}
.page5 .bxh .bxh-top {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.page5 .bxh .bxh-top .bxh-btn {
  width: 13.3333333333vw;
  height: 3.9583333333vw;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
  filter: grayscale(1) brightness(0.8);
}
.page5 .bxh .bxh-top .bxh-btn:hover, .page5 .bxh .bxh-top .bxh-btn.active {
  filter: grayscale(0) brightness(1);
  transform: scale(1.05);
}
.page5 .bxh .bxh-top .bxh-btn[data-target=bxh-server] {
  background-image: url(../img/btn-bxh-sv.png);
}
.page5 .bxh .bxh-top .bxh-btn[data-target=bxh-banghoi] {
  background-image: url(../img/btn-bxh-bh.png);
}
.page5 .bxh .bxh-top .bxh-btn[data-target=bxh-topcum] {
  background-image: url(../img/btn-bxh-cum.png);
}
.page5 .bxh .bxh-content {
  width: 100%;
  margin: 0 auto;
}
.page5 .bxh .bxh-content .bxh-pane {
  display: none;
}
.page5 .bxh .bxh-content .bxh-pane.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.page5 .bxh .bxh-content .bxh-pane .bxh-header {
  display: flex;
  align-items: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  color: #4a2911;
  margin-bottom: 0.78125vw;
}
.page5 .bxh .bxh-content .bxh-pane .bxh-row {
  display: flex;
  align-items: center;
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #331e0f;
  border-bottom: 2px solid #dcb795;
  padding: 0.625vw 0;
}
.page5 .bxh .bxh-content .bxh-pane .bxh-row:last-child {
  border-bottom: none;
}
.page5 .bxh .bxh-content .bxh-pane .col {
  text-align: center;
}
.page5 .bxh .bxh-content .bxh-pane .col.col-1 {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5 .bxh .bxh-content .bxh-pane .col.col-1 img {
  width: 3.2291666667vw;
  height: auto;
  margin: 0 auto;
}
.page5 .bxh .bxh-content .bxh-pane .col.col-2 {
  width: 35%;
}
.page5 .bxh .bxh-content .bxh-pane .col.col-3 {
  width: 20%;
}
.page5 .bxh .bxh-content .bxh-pane .col.col-4 {
  width: 30%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p5-bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #7b0a0a;
  padding: 0.6510416667vw 0;
  z-index: 10;
  border-bottom: 3px solid #224a69;
}
.p5-bottom-nav .p5-nav-inner {
  max-width: 67.7083333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.34375vw;
}
.p5-bottom-nav .p5-nav-item {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-decoration: none;
}
.p5-bottom-nav .p5-nav-item:hover {
  color: #f7ca6c;
  transform: translateY(-2px);
}
.p5-bottom-nav .p5-nav-item.active {
  color: #f7ca6c;
}

.footer {
  background: #fff;
  padding: 2.6041666667vw 0;
  text-align: center;
  width: 100%;
}
.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: #272727;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
}

.nav-page {
  position: fixed;
  left: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.nav-page ul {
  list-style: none;
  padding: 1.8229166667vw 0 0 0;
  margin: 0;
  position: relative;
}
.nav-page ul:before {
  content: "";
  display: block;
  width: 2px;
  height: 19.0625vw;
  position: absolute;
  left: 0.5208333333vw;
  top: 0;
  z-index: 1;
  background: url("../img/line-page.png") center center no-repeat;
  background-size: cover;
}
.nav-page ul .nav-item {
  margin-bottom: 1.5625vw;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.nav-page ul .nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.nav-page ul .nav-item a:hover {
  transform: scale(1);
}
.nav-page ul .nav-item .dot {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  border-radius: 1.1458333333vw;
  background: url("../img/icon-page.png") center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.nav-page ul .nav-item .text {
  font-family: inherit;
  font-size: 1.3541666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: capitalize;
  text-shadow: 2px 1px 2px #000;
  white-space: nowrap;
  pointer-events: auto;
}
.nav-page ul .nav-item.active .dot {
  background-image: url("../img/icon-page-active.png");
}
.nav-page ul .nav-item.active .text {
  color: #fff;
  text-shadow: 2px 1px 2px #ff0000;
}
.nav-page ul .nav-item:last-child {
  margin-bottom: 0;
}
.nav-page ul .nav-item:hover .text {
  color: #ff0000;
  text-shadow: 1px 1px 2px #ff0000;
}

@media (max-width: 1024px) {
  .showOnMobile {
    display: block !important;
  }
  .showOnPc,
  .side-menu {
    display: none !important;
  }
  .title {
    width: 71.2890625vw;
  }
  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.71875vw;
    background: #211f1f;
    z-index: 1100;
    display: flex;
    align-items: center;
  }
  .header-mobile .header-mobile-inner {
    width: 100%;
    height: 100%;
    padding: 0 3.90625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-mobile .h-m-left {
    display: flex;
    align-items: center;
    gap: 1.46484375vw;
  }
  .header-mobile .h-m-left .h-m-logo {
    width: 9.765625vw;
    border-radius: 1.953125vw;
    overflow: hidden;
  }
  .header-mobile .h-m-left .h-m-title {
    display: flex;
    flex-direction: column;
    color: #f3e491;
    font-size: 2.34375vw;
    line-height: 1.1;
  }
  .header-mobile .h-m-left .h-m-title span:last-child {
    color: #fff;
    font-size: 1.953125vw;
  }
  .header-mobile .h-m-right {
    display: flex;
    align-items: center;
    gap: 5.859375vw;
  }
  .header-mobile .h-m-right .h-m-download {
    width: 27.1484375vw;
  }
  .header-mobile .h-m-right .h-m-download img {
    width: 100%;
  }
  .header-mobile .h-m-right .h-m-menu {
    background: none;
    border: none;
    padding: 0;
    width: 5.859375vw;
    cursor: pointer;
  }
  .header-mobile .h-m-right .h-m-menu img {
    width: 100%;
  }
  .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-m-overlay {
    opacity: 1;
  }
  .menu-mobile.active .menu-m-content {
    transform: translateX(0);
  }
  .menu-mobile .menu-m-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.451);
    opacity: 0;
    transition: 0.3s;
  }
  .menu-mobile .menu-m-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.25vw;
    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: 7.8125vw;
  }
  .menu-mobile .menu-m-content .menu-m-close {
    position: absolute;
    top: 2.9296875vw;
    right: 2.9296875vw;
    background: none;
    border: none;
    color: #fff;
    font-size: 5.859375vw;
    line-height: 1;
    cursor: pointer;
  }
  .menu-mobile .menu-m-content .menu-m-logo {
    width: 13.18359375vw;
    margin-bottom: 3.90625vw;
  }
  .menu-mobile .menu-m-content .menu-m-logo img {
    width: 100%;
    border-radius: 2.44140625vw;
  }
  .menu-mobile .menu-m-content .menu-m-list {
    width: 100%;
    list-style: none;
    padding: 0 4.39453125vw;
  }
  .menu-mobile .menu-m-content .menu-m-list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #464647;
  }
  .menu-mobile .menu-m-content .menu-m-list li a {
    display: flex;
    align-items: center;
    padding: 3.90625vw 0;
    color: #fff;
    text-decoration: none;
    font-size: 2.44140625vw;
    gap: 0.9765625vw;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i {
    width: 3.90625vw;
    height: 3.80859375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    background-size: contain !important;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-home {
    background: url(../img/icon-home.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-fanpage {
    background: url(../img/icon-fb.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-community {
    background: url(../img/icon-group.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-charge {
    background: url(../img/icon-dollar.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-bxh {
    background: url(../img/icon-rank.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a i.icon-cskh {
    background: url(../img/icon-phone.png) center center no-repeat;
  }
  .menu-mobile .menu-m-content .menu-m-list li a:hover {
    color: #fcedac;
  }
  .page .page-inner {
    padding-top: 2.9296875vw;
  }
  .page1 .page-inner {
    padding-top: 12.6953125vw;
  }
  .page1 .logo-game {
    width: 40.8203125vw;
    display: block;
    margin: 0 auto;
  }
  .page1 .layer .age-rating {
    top: 2.44140625vw;
    left: initial;
    right: 1.953125vw;
    width: 15.13671875vw;
  }
  .page1 .layer .logo-vplay {
    top: 9.765625vw;
    right: 2.9296875vw;
    width: 12.6953125vw;
  }
  .page1 .layer .text-p1 {
    width: 96.6796875vw;
    margin: 69.921875vw auto 0;
  }
  .page2 .page-inner {
    padding-top: 4.296875vw;
    z-index: 2;
  }
  .page2 .block1 {
    width: 97.265625vw;
    height: 16.11328125vw;
  }
  .page2 .block1 .btn-playnow {
    width: 41.50390625vw;
    margin: -2.1484375vw 0 0 -5.37109375vw;
  }
  .page2 .block1 .icon-app {
    width: 19.62890625vw;
    height: 19.62890625vw;
    margin: 0 0 0 -4.39453125vw;
  }
  .page2 .block1 .icon-app img {
    width: 14.16015625vw;
  }
  .page2 .block1 .btn-apk {
    width: 21.484375vw;
    margin-left: -1.26953125vw;
  }
  .page2 .block1 .button-store .btn {
    width: 30.078125vw;
  }
  .page2 .block2 {
    width: 100%;
    flex-flow: row wrap;
    gap: 0;
    margin: 0.9765625vw auto 0;
  }
  .page2 .block2 #slider-p2 {
    width: 74.70703125vw;
    height: 44.82421875vw;
  }
  .page2 .block2 #slider-p2 .owl-wrapper-outer {
    border-radius: 0.9765625vw;
  }
  .page2 .block2 #slider-p2 .owl-item {
    height: 44.82421875vw;
    padding: 3.7109375vw 3.80859375vw 1.3671875vw 4.296875vw;
  }
  .page2 .block2 .news-block {
    width: 54.19921875vw;
    height: auto;
    padding: 0;
    margin-top: 1.953125vw;
  }
  .page2 .block2 .news-block .news-block-header .news-menu {
    gap: 2.9296875vw;
  }
  .page2 .block2 .news-block .news-block-header .news-menu li .menu-item {
    font-size: 2.63671875vw;
    padding: 1.46484375vw;
    min-width: 9.66796875vw;
  }
  .page2 .block2 .news-block .news-block-header .btn-plus {
    width: 2.44140625vw;
    height: 2.44140625vw;
    font-size: 2.44140625vw;
  }
  .page2 .block2 .news-block .news-block-content {
    margin-top: 1.953125vw;
  }
  .page2 .block2 .news-block .news-block-content .news-pane .news-list {
    max-height: 25.390625vw;
  }
  .page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item {
    padding: 1.26953125vw 0;
    background-size: 54.19921875vw 1px;
  }
  .page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item .news-link {
    font-size: 2.24609375vw;
  }
  .page2 .block2 .news-block .news-block-content .news-pane .news-list .news-item .news-date {
    font-size: 1.953125vw;
  }
  .page2 .block2 .news-block .news-block-content .news-pane .btn-more {
    font-size: 2.34375vw;
    bottom: -1.953125vw;
    left: initial;
    right: 0;
  }
  .page2 .block3 {
    gap: 0.9765625vw;
    margin-top: 15.13671875vw;
  }
  .page2 .block3 .btn {
    width: 23.53515625vw;
    height: 7.91015625vw;
  }
  .page3 .page3-left {
    width: 100%;
    margin: -0.9765625vw 0 0 1.953125vw;
  }
  .page3 .page3-left .sect-name {
    width: 49.21875vw;
    margin: 0 0 0 0;
  }
  .page3 .page3-left .sect-name.changing {
    transform: translateY(0.9765625vw);
  }
  .page3 .page3-left .char-name {
    width: 46.875vw;
    margin: -4.8828125vw 0 0 0;
  }
  .page3 .page3-left .char-name.changing {
    transform: translateY(0.9765625vw);
  }
  .page3 .page3-left .char-desc {
    width: 69.53125vw;
    height: 34.1796875vw;
    font-size: 4.39453125vw;
    padding: 3.90625vw 2.9296875vw 0 2.9296875vw;
    margin: 33.203125vw auto 0;
    background-size: 100% 100%;
  }
  .page3 .page3-btns {
    width: 95.1171875vw;
    margin: 0.9765625vw auto 0;
    gap: 0.9765625vw;
  }
  .page3 .page3-btns .btn-prev,
  .page3 .page3-btns .btn-next {
    width: 6.640625vw;
    height: 9.765625vw;
  }
  .page3 .page3-btns .btn-prev:hover,
  .page3 .page3-btns .btn-next:hover {
    transform: scale(1);
  }
  .page3 .page3-btns .btn-next:hover {
    transform: scale(1);
  }
  .page3 .page3-btns .page3-btn-inner {
    width: 81.0546875vw;
    padding: 0.48828125vw;
    border-radius: 4.8828125vw;
  }
  .page3 .page3-btns .page3-btn {
    width: 12.20703125vw;
  }
  .page3 .page3-btns .page3-btn:hover {
    transform: scale(1);
  }
  .page4 #slider-p4 {
    width: 67.08984375vw;
    margin: 0 auto;
  }
  .page4 #slider-p4 .owl-wrapper-outer {
    height: 95.21484375vw;
    margin: auto;
  }
  .page4 #slider-p4 .owl-wrapper-outer .owl-item {
    height: 95.21484375vw;
    background: url(../img/bg-slide-mb.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 3.90625vw 2.44140625vw;
  }
  .page4 #slider-p4 .owl-controls {
    width: 144%;
    left: -22%;
  }
  .page4 #slider-p4 .owl-controls .owl-buttons {
    margin-top: -15%;
  }
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-prev,
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-next {
    width: 13.18359375vw;
    height: 17.87109375vw;
    background: url(../img/btn-prev.png) center center no-repeat;
    background-size: cover;
  }
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-prev {
    transform: rotate(0deg);
  }
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-prev:hover {
    transform: scale(1.05) rotate(0deg);
  }
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-next {
    transform: rotate(180deg);
  }
  .page4 #slider-p4 .owl-controls .owl-buttons .owl-next:hover {
    transform: scale(1.05) rotate(180deg);
  }
  .page4 #slider-p4 .owl-controls .owl-pagination {
    gap: 7.421875vw;
    background-size: 91.015625vw;
  }
  .page4 #slider-p4 .owl-controls .owl-pagination .owl-page {
    width: 3.61328125vw;
    height: 3.61328125vw;
    border-radius: 3.61328125vw;
  }
  .page5 .bxh {
    width: 92.7734375vw;
    margin: 23.4375vw auto 0;
  }
  .page5 .bxh .bxh-top {
    gap: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .page5 .bxh .bxh-top .bxh-btn {
    width: 25vw;
    height: 7.421875vw;
  }
  .page5 .bxh .bxh-top .bxh-btn:hover, .page5 .bxh .bxh-top .bxh-btn.active {
    filter: grayscale(0) brightness(1);
    transform: scale(1.05);
  }
  .page5 .bxh .bxh-content .bxh-pane .bxh-header {
    font-size: 3.61328125vw;
    margin-bottom: 1.46484375vw;
  }
  .page5 .bxh .bxh-content .bxh-pane .bxh-row {
    font-size: 2.9296875vw;
    padding: 1.171875vw 0;
  }
  .page5 .bxh .bxh-content .bxh-pane .col.col-1 img {
    width: 6.0546875vw;
  }
  .footer {
    background: #211f1f;
    padding: 4.8828125vw 0;
  }
  .footer .footer-inner {
    max-width: 100%;
    gap: 2.44140625vw;
    padding: 0 1.953125vw;
  }
  .footer .footer-logo {
    width: 200px;
  }
  .footer .footer-info {
    gap: 0.9765625vw;
  }
  .footer .footer-text {
    color: #fff;
    font-size: 14px;
  }
}
.page2-news .background {
  height: auto !important;
}
.page2-news .page-inner {
  padding-top: 7.8125vw;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.page2-news .news-wrap {
  width: 64.5833333333vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2.6041666667vw;
}
.page2-news .news-title {
  width: 31.7708333333vw;
  height: 5.5729166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.page2-news .news-title span {
  font-family: "FZHBRGAME";
  font-size: 3.8020833333vw;
  color: #fff08e;
  filter: drop-shadow(2px 2px 4px #fff08e);
  text-transform: capitalize;
  letter-spacing: 2px;
}
.page2-news .news-content-main {
  width: 100%;
  position: relative;
  padding: 2.6041666667vw 0 1.5625vw 3.6458333333vw;
}
.page2-news .news-tabs-nav {
  display: flex;
  gap: 2.0833333333vw;
  margin-bottom: 1.5625vw;
}
.page2-news .news-tabs-nav .news-tab-item {
  background: none;
  border: none;
  font-size: 1.5625vw;
  color: #723c34;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.2604166667vw 1.5625vw;
  transition: all 0.3s;
  min-width: 9.375vw;
}
.page2-news .news-tabs-nav .news-tab-item.active {
  color: #fff;
  background: url("../img/bg-tab2.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.page2-news .news-tabs-nav .news-tab-item:hover:not(.active) {
  color: #a61d24;
}
.page2-news .news-list-scroll {
  max-height: 72.9166666667vw;
  overflow-y: auto;
  padding-right: 0.78125vw;
}
.page2-news .news-list-scroll::-webkit-scrollbar {
  width: 0.4166666667vw;
  display: block;
}
.page2-news .news-list-scroll::-webkit-scrollbar-track {
  background: #414141;
  border-radius: 0.2083333333vw;
}
.page2-news .news-list-scroll::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.2083333333vw;
}
.page2-news .news-list-scroll .news-pane {
  display: none;
}
.page2-news .news-list-scroll .news-pane.active {
  display: block;
  animation: fadeInNews 0.4s ease forwards;
}
.page2-news .news-list-scroll .news-items-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page2-news .news-list-scroll .news-items-ul .news-li {
  padding: 1.0416666667vw 0;
  position: relative;
  padding-left: 1.8229166667vw;
  background: url(../img/line-news.png) center bottom no-repeat;
  background-size: 54.53125vw 0.15625vw;
}
.page2-news .news-list-scroll .news-items-ul .news-li:last-child {
  background: none;
}
.page2-news .news-list-scroll .news-items-ul .news-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.6666666667vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #620b0c;
  border-radius: 50%;
}
.page2-news .news-list-scroll .news-items-ul .news-li a {
  font-size: 1.71875vw;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.2604166667vw;
}
.page2-news .news-list-scroll .news-items-ul .news-li a:hover {
  color: #033e65;
  transform: none !important;
  filter: none !important;
}
.page2-news .news-list-scroll .news-items-ul .news-li .news-time {
  font-size: 0.9895833333vw;
  color: #666;
}
.page2-news .news-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  margin-top: 2.6041666667vw;
  font-family: inherit;
}
.page2-news .news-pagination-wrap .news-page-btn {
  font-size: 1.0416666667vw;
  color: #5d6771;
  text-decoration: none;
  padding: 0.2604166667vw 0.4166666667vw;
  font-weight: 500;
}
.page2-news .news-pagination-wrap .news-page-btn.active {
  font-weight: 700;
  color: #1a588b;
}
.page2-news .news-pagination-wrap .news-page-btn:hover {
  color: #a61d24;
  transform: none !important;
  filter: none !important;
}
.page2-news {
  /* News Detail Page Styles */
}
.page2-news .news-detail-main {
  width: 100%;
  padding: 2.6041666667vw 0 1.5625vw 3.6458333333vw;
  font-family: inherit;
}
.page2-news .news-detail-main .news-detail-header {
  border-bottom: 2px solid #999;
  padding-bottom: 0.5208333333vw;
  margin-bottom: 1.5625vw;
}
.page2-news .news-detail-main .news-detail-header .breadcum {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  font-size: 1.25vw;
  color: #333;
}
.page2-news .news-detail-main .news-detail-header .breadcum img {
  width: 2.7083333333vw;
}
.page2-news .news-detail-main .news-detail-header .breadcum a {
  color: #401e11;
  font-weight: 500;
}
.page2-news .news-detail-main .news-detail-header .breadcum a:hover {
  color: #a61d24;
  transform: none !important;
  filter: none !important;
}
.page2-news .news-detail-main .news-detail-header .breadcum span {
  color: #666;
}
.page2-news .news-detail-main .news-detail-header .breadcum span:not(:last-child) {
  display: inline-block;
  width: 1.09375vw;
  height: 1.25vw;
  background: url("../img/icon-arrow.png") center/contain no-repeat;
  font-size: 0;
  color: transparent;
  margin: 0 0.2604166667vw;
}
.page2-news .news-detail-main .news-detail-title {
  font-size: 1.71875vw;
  color: #5d2b21;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
  line-height: 1.2;
}
.page2-news .news-detail-main .news-detail-content {
  font-size: 0.9375vw;
  color: #333;
  line-height: 1.6;
  max-height: 53.6458333333vw;
  overflow-y: auto;
  padding-right: 0.78125vw;
}
.page2-news .news-detail-main .news-detail-content::-webkit-scrollbar {
  width: 0.4166666667vw;
  display: block;
}
.page2-news .news-detail-main .news-detail-content::-webkit-scrollbar-track {
  background: #414141;
  border-radius: 0.2083333333vw;
}
.page2-news .news-detail-main .news-detail-content::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.2083333333vw;
}
.page2-news .news-detail-main .news-detail-content p {
  margin-bottom: 0.78125vw;
}
.page2-news .news-detail-main .news-detail-content p.has-bullet {
  position: relative;
  padding-left: 1.3020833333vw;
}
.page2-news .news-detail-main .news-detail-content p.has-bullet::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9375vw;
  color: #333;
}
.page2-news .news-detail-main .news-detail-content .gift-list {
  padding-left: 1.0416666667vw;
  margin: 1.0416666667vw 0;
}
.page2-news .news-detail-main .news-detail-content .gift-list p {
  margin-bottom: 0.2604166667vw;
}
.page2-news .news-detail-main .news-detail-content .news-img {
  margin: 2.0833333333vw 0;
  max-width: 100%;
  overflow: hidden;
}
.page2-news .news-detail-main .news-detail-others {
  padding-top: 0.5208333333vw;
  margin-top: 0.5208333333vw;
}
.page2-news .news-detail-main .news-detail-others .others-title {
  font-size: 1.3541666667vw;
  color: #723c34;
}
.page2-news .news-detail-main .news-detail-others .others-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 15.6770833333vw;
  overflow-y: auto;
  padding-right: 0.625vw;
}
.page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar {
  width: 0.4166666667vw;
}
.page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar-track {
  background: #414141;
  border-radius: 0.2083333333vw;
}
.page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.2083333333vw;
}
.page2-news .news-detail-main .news-detail-others .others-list li {
  padding: 0.5208333333vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.2604166667vw;
  position: relative;
  padding-left: 1.0416666667vw;
  background: url(../img/line-news.png) bottom no-repeat;
  background-size: 54.53125vw 0.15625vw;
}
.page2-news .news-detail-main .news-detail-others .others-list li:last-child {
  background: none;
}
.page2-news .news-detail-main .news-detail-others .others-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.78125vw;
  font-size: 1.25vw;
  color: #333;
}
.page2-news .news-detail-main .news-detail-others .others-list li a {
  font-size: 1.1458333333vw;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}
.page2-news .news-detail-main .news-detail-others .others-list li a:hover {
  color: #a61d24;
  transform: none !important;
  filter: none !important;
}
.page2-news .news-detail-main .news-detail-others .others-list li span {
  font-size: 0.8333333333vw;
  color: #777;
}
.page2-news .news-detail-main .news-detail-others .btn-more-others {
  margin-bottom: 1.0416666667vw;
  display: flex;
  justify-content: flex-end;
  padding-right: 2.6041666667vw;
}
.page2-news .news-detail-main .news-detail-others .btn-more-others a {
  font-size: 1.1458333333vw;
  color: #333;
  font-weight: 700;
  display: block;
  width: 7.8125vw;
}
.page2-news .news-detail-main .news-detail-others .btn-more-others a:hover {
  color: #a61d24;
  transform: none !important;
  filter: none !important;
}

@keyframes fadeInNews {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Mobile & Tablet */
@media (max-width: 1024px) {
  .page1-news .text-p1,
  .page1-news .age-rating,
  .page1-news .logo-vplay {
    display: none;
  }
  .page1-news .logo-game {
    position: absolute;
    top: 11.71875vw;
    right: 0.9765625vw;
    width: 41.9921875vw;
    filter: drop-shadow(0 0 0.9765625vw #000);
  }
  .page2-news {
    margin-top: -1px;
  }
  .page2-news .page-inner {
    padding-top: 0.9765625vw;
  }
  .page2-news .news-wrap {
    width: 94.23828125vw;
    padding-bottom: 4.8828125vw;
  }
  .page2-news .news-title {
    width: 56.640625vw;
    height: 11.23046875vw;
    padding-top: 1.46484375vw;
  }
  .page2-news .news-title span {
    font-size: 7.12890625vw;
  }
  .page2-news .news-content-main {
    padding: 3.90625vw 1.953125vw;
  }
  .page2-news .news-tabs-nav {
    gap: 3.90625vw;
    margin-bottom: 2.9296875vw;
    justify-content: center;
  }
  .page2-news .news-tabs-nav .news-tab-item {
    font-size: 2.9296875vw;
    padding: 1.46484375vw 2.9296875vw;
    min-width: 17.578125vw;
  }
  .page2-news .news-list-scroll {
    max-height: 242.1875vw;
    overflow-y: auto;
    padding-right: 1.46484375vw;
  }
  .page2-news .news-list-scroll::-webkit-scrollbar {
    width: 0.78125vw;
    display: block;
  }
  .page2-news .news-list-scroll::-webkit-scrollbar-track {
    background: #414141;
    border-radius: 0.390625vw;
  }
  .page2-news .news-list-scroll::-webkit-scrollbar-thumb {
    background: #979797;
    border-radius: 0.390625vw;
  }
  .page2-news .news-list-scroll .news-items-ul .news-li {
    padding: 1.953125vw 0;
    padding-left: 4.39453125vw;
    background-size: 86.9140625vw 0.1953125vw;
  }
  .page2-news .news-list-scroll .news-items-ul .news-li::before {
    top: 3.125vw;
    width: 0.78125vw;
    height: 0.78125vw;
    left: 1.953125vw;
  }
  .page2-news .news-list-scroll .news-items-ul .news-li a {
    font-size: 3.22265625vw;
    margin-bottom: 0.48828125vw;
  }
  .page2-news .news-list-scroll .news-items-ul .news-li .news-time {
    font-size: 1.85546875vw;
  }
  .page2-news .news-pagination-wrap {
    gap: 0.9765625vw;
    margin-top: 4.8828125vw;
  }
  .page2-news .news-pagination-wrap .news-page-btn {
    font-size: 2.34375vw;
    padding: 0.48828125vw 0.78125vw;
  }
  .page2-news .news-detail-main {
    width: 100%;
    padding: 4.8828125vw 1.953125vw 0 2.9296875vw;
  }
  .page2-news .news-detail-main .news-detail-header {
    padding-bottom: 0.9765625vw;
    margin-bottom: 2.9296875vw;
  }
  .page2-news .news-detail-main .news-detail-header .breadcum {
    gap: 1.46484375vw;
    font-size: 2.63671875vw;
  }
  .page2-news .news-detail-main .news-detail-header .breadcum img {
    width: 4.8828125vw;
  }
  .page2-news .news-detail-main .news-detail-header .breadcum span:not(:last-child) {
    width: 2.05078125vw;
    height: 2.34375vw;
    margin: 0 0.48828125vw;
  }
  .page2-news .news-detail-main .news-detail-title {
    font-size: 3.7109375vw;
    margin-bottom: 2.9296875vw;
    line-height: 1.2;
  }
  .page2-news .news-detail-main .news-detail-content {
    font-size: 3.02734375vw;
    max-height: 161.1328125vw;
    padding-right: 1.46484375vw;
  }
  .page2-news .news-detail-main .news-detail-content::-webkit-scrollbar {
    width: 0.78125vw;
  }
  .page2-news .news-detail-main .news-detail-content::-webkit-scrollbar-track {
    border-radius: 0.390625vw;
  }
  .page2-news .news-detail-main .news-detail-content::-webkit-scrollbar-thumb {
    border-radius: 0.390625vw;
  }
  .page2-news .news-detail-main .news-detail-content p {
    margin-bottom: 1.46484375vw;
  }
  .page2-news .news-detail-main .news-detail-content p.has-bullet {
    padding-left: 2.44140625vw;
  }
  .page2-news .news-detail-main .news-detail-content p.has-bullet::before {
    font-size: 2.34375vw;
    top: 0.68359375vw;
  }
  .page2-news .news-detail-main .news-detail-content .gift-list {
    padding-left: 1.953125vw;
    margin: 1.953125vw 0;
  }
  .page2-news .news-detail-main .news-detail-content .gift-list p {
    margin-bottom: 0.48828125vw;
  }
  .page2-news .news-detail-main .news-detail-content .news-img {
    margin: 3.90625vw 0;
  }
  .page2-news .news-detail-main .news-detail-others {
    padding: 0;
    margin: 1.953125vw 0 0 0;
  }
  .page2-news .news-detail-main .news-detail-others .others-title {
    font-size: 3.125vw;
    margin-bottom: 0.9765625vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list {
    max-height: 42.3828125vw;
    padding-right: 1.171875vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar {
    width: 0.78125vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar-track {
    border-radius: 0.390625vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list::-webkit-scrollbar-thumb {
    border-radius: 0.390625vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list li {
    padding: 0.9765625vw 0;
    gap: 0.48828125vw;
    padding-left: 1.953125vw;
    background-size: 102.24609375vw 0.29296875vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list li::before {
    top: 1.46484375vw;
    font-size: 2.34375vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list li a {
    font-size: 3.125vw;
  }
  .page2-news .news-detail-main .news-detail-others .others-list li span {
    font-size: 2.44140625vw;
  }
  .page2-news .news-detail-main .news-detail-others .btn-more-others {
    margin-bottom: 1.953125vw;
    padding-right: 4.8828125vw;
  }
  .page2-news .news-detail-main .news-detail-others .btn-more-others a {
    font-size: 3.125vw;
    width: 19.53125vw;
  }
}
