@charset "utf-8";

/* CSS Document */
*,
.box_sizing_border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f9d686;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none
}

*:focus {
  outline: none
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background: none
}

body,
html {
  padding: 0;
  margin: 0;
  background: #000;
  font-family: 'cambria';
}

ul {
  list-style: none;
  margin: 0
}

@font-face {
  font-family: 'cambria';
  src: url("../fonts/Cambria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.cambria {
  font-family: 'cambria';
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-38 {
  font-size: 38px;
}

.text-red {
  color: #b60000;
}

.text-red-dark {
  color: #6d1a11;
}

.text-brown {
  color: #5a4434;
}

.text-yellow-50 {
  color: #ffe7ac;
}
.text-purple {
  color: #6b47a6;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.zoom {
  transition: transform .2s;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-50 {
  transition: transform .3s;
  /* Animation */
}

.zoom-50:hover {
  transform: scale(1.05);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brightness:hover {
  filter: brightness(110%);
}

.brightness-200:hover {
  filter: brightness(200%);
}

.wrapper {
  overflow: hidden;
  transform-origin: top left
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  position: absolute;
}

.wrapper {
  width: 1920px;
}

.container {
  display: block;
  margin: 0 auto;
  width: 1020px;
  max-width: calc(100% - 5px * 2)
}

.container2 {
  display: block;
  margin: 0 auto;
  width: 1520px;
  max-width: calc(100% - 5px * 2)
}

@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 5px * 2)
  }
}


@media (max-width: 575px) {
  .wrapper {
    width: 1024px
  }
}

@media (orientation: portrait) {
  .wrapper {
    width: 1440px
  }
}

.section {
  position: relative;
  display: block;
  max-width: 100%
}

.section_background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px
}

.section_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.section_content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px
}

.section_background .background {
  width: 100%;
  height: 100%
}



#frame {
  transform-origin: top left;
  overflow: hidden;
  width: 100%;
}

/*----------------------------Header---------------------------------*/
.header {
  background: url(../images/bg-menu-top.png) top right no-repeat;
  height: 130px;
  width: 1300px;
  display: block;
  position: relative;
  z-index: 30;
  font-size: 24px;
}

.header ul {
  width: 650px;

}

.header ul li a {
  color: #e7ecef;
  padding: 0 2rem !important;
}

.header ul li a:hover,.header ul li a:focus {
  color: #ffe7ac;
}

.header ul li a.nav-link.active {
  color: #ffe7ac;
}

.header .logo {
  top: 10px;
  left: 100px;
  transition: all 0.2s ease-in-out;
  transform-origin: top center;
}

.navbar-nav {
  flex-direction: row;
}

.header .logo img {
  width: 367px;
}

@media (max-width: 992px) {
  .header {
    background: url(../images/bg-menu-top-m.png) center no-repeat;
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 30;
    font-size: 30px;
    padding-top: 30px;
    scale: 1.5;
  }
  .box-download{
    background-color: #223e3875 !important;
  }
  .box-download ul{
    padding: 0px 2rem !important;
  }
  .icon-game .name{
    width: 500px;
    margin-left: 50px !important;
  }
  .icon-game .name h1{
    font-size: 80px;
    text-wrap: nowrap;
  }
  .icon-game img{
    width: 100%;
    height: 100%;
  }

  .header ul li a.nav-link{
    font-size: xxx-large !important;
  }

  .header .logo {
    top: 30px;
    left: 200px;
    transition: all 0.2s ease-in-out;
    transform-origin: top center;
    scale: 0.8;
  }

  .header .logo img {
    width: 600px;
    margin-top: 90px;
  }
  .header ul {
    width: 100%;
  
  }
}

/*----------------------------frame 1---------------------------------*/
.section-frame1 {
  height: 946px;
  margin-top: 0
}

.section_content .container2 .play {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  top: 500px;
  left: 350px;
  z-index: 20;
}

.section_content .container2 .logo-title {
  position: absolute;
  display: block;
  width: 500px;
  height: auto;
  top: 70%;
  left: 18%;
  right: 0;
  z-index: 10;
  animation: moveYDiv1 3s ease-in-out infinite;
}

.section_content .container2 .logo-title img {
  animation: blink 0.3s ease-in-out infinite;
}

@keyframes moveYDiv1 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.section_content .container2 .box-taigame {
  position: absolute;
  display: block;
  width: 683px;
  height: 225px;
  top: 700px;
  background: url(../images/bg-box-taigame.png) top center no-repeat;
  left: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.btn-img {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.btn-img:hover,
.btn-img:focus {
  opacity: 1;
  -webkit-animation-name: pulse-reverse;
  animation-name: pulse-reverse;
}

@-webkit-keyframes pulse-reverse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse-reverse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}


.icon-ghbp {
  width: 187px;
  height: 187px;
}

.btn-download-ios {
  width: 262px;
  height: 68px;
}

.btn-download-android {
  width: 262px;
  height: 68px;
}

.btn-download-apk {
  width: 156px;
  height: 156px;
}

.yezi {
  position: absolute;
  left: 250px;
  bottom: 90%;
  width: 100px;
  height: 46px;
  opacity: 0;
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url("../images/la1.png");
}

@media (max-width: 1024px) {
  .yezi {
    display: none;
  }
}

.yezi1 {
  -moz-animation: yezi1 12s infinite linear;
  -webkit-animation: yezi1 12s infinite linear;
  -o-animation: yezi1 12s infinite linear;
  -ms-animation: yezi1 12s infinite linear;
  animation: yezi1 12s infinite linear;
}

.yezi2 {
  -webkit-transform: scale(0.8) rotate(90deg);
  -moz-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  -o-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  -moz-animation: yezi2 12s 1s infinite linear;
  -webkit-animation: yezi2 12s 1s infinite linear;
  -o-animation: yezi2 12s 1s infinite linear;
  -ms-animation: yezi2 12s 1s infinite linear;
  animation: yezi2 12s 1s infinite linear;
}

.yezi3 {
  -webkit-transform: scale(0.7) rotate(-15deg);
  -moz-transform: scale(0.7) rotate(-15deg);
  -ms-transform: scale(0.7) rotate(-15deg);
  -o-transform: scale(0.7) rotate(-15deg);
  transform: scale(0.7) rotate(-15deg);
  -moz-animation: yezi3 13s 1s infinite linear;
  -webkit-animation: yezi3 13s 1s infinite linear;
  -o-animation: yezi3 13s 1s infinite linear;
  -ms-animation: yezi3 13s 1s infinite linear;
  animation: yezi3 13s 1s infinite linear;
}

.yezi4 {
  -webkit-transform: scale(0.8) rotate(15deg);
  -moz-transform: scale(0.8) rotate(15deg);
  -ms-transform: scale(0.8) rotate(15deg);
  -o-transform: scale(0.8) rotate(15deg);
  transform: scale(0.8) rotate(15deg);
  -moz-animation: yezi4 12s 3s infinite linear;
  -webkit-animation: yezi4 12s 3s infinite linear;
  -o-animation: yezi4 12s 3s infinite linear;
  -ms-animation: yezi4 12s 3s infinite linear;
  animation: yezi4 12s 3s infinite linear;
}

.yezi5 {
  -webkit-transform: scale(0.8) rotate(45deg);
  -moz-transform: scale(0.8) rotate(45deg);
  -ms-transform: scale(0.8) rotate(45deg);
  -o-transform: scale(0.8) rotate(45deg);
  transform: scale(0.8) rotate(45deg);
  -moz-animation: yezi5 12s infinite linear;
  -webkit-animation: yezi5 12s infinite linear;
  -o-animation: yezi5 12s infinite linear;
  -ms-animation: yezi5 12s infinite linear;
  animation: yezi5 12s infinite linear;
}

.yezi6 {
  -moz-animation: yezi6 10s infinite linear;
  -webkit-animation: yezi6 10s infinite linear;
  -o-animation: yezi6 10s infinite linear;
  -ms-animation: yezi6 10s infinite linear;
  animation: yezi6 10s infinite linear;
}

@-webkit-keyframes yezi1 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 50%;
    bottom: 150px;
  }
}

@-moz-keyframes yezi1 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 50%;
    bottom: 150px;
  }
}

@-ms-keyframes yezi1 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 50%;
    bottom: 150px;
  }
}

@-o-keyframes yezi1 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 50%;
    bottom: 150px;
  }
}

@keyframes yezi1 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 50%;
    bottom: 150px;
  }
}

@-webkit-keyframes yezi2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 200px;
  }
}

@-moz-keyframes yezi2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 200px;
  }
}

@-ms-keyframes yezi2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 200px;
  }
}

@-o-keyframes yezi2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 200px;
  }
}

@keyframes yezi2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 200px;
  }
}

@-webkit-keyframes yezi3 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 65%;
    bottom: 80px;
  }
}

@-moz-keyframes yezi3 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 65%;
    bottom: 80px;
  }
}

@-ms-keyframes yezi3 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 65%;
    bottom: 80px;
  }
}

@-o-keyframes yezi3 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 65%;
    bottom: 80px;
  }
}

@keyframes yezi3 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 65%;
    bottom: 80px;
  }
}

@-webkit-keyframes yezi4 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 250px;
  }
}

@-moz-keyframes yezi4 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 250px;
  }
}

@-ms-keyframes yezi4 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 250px;
  }
}

@-o-keyframes yezi4 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 250px;
  }
}

@keyframes yezi4 {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 250px;
  }
}

@-webkit-keyframes yezi5 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 220px;
  }
}

@-moz-keyframes yezi5 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 220px;
  }
}

@-ms-keyframes yezi5 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 220px;
  }
}

@-o-keyframes yezi5 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 220px;
  }
}

@keyframes yezi5 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80%;
    bottom: 220px;
  }
}

@-webkit-keyframes yezi6 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
    bottom: 200px;
  }
}

@-moz-keyframes yezi6 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
    bottom: 200px;
  }
}

@-ms-keyframes yezi6 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
    bottom: 200px;
  }
}

@-o-keyframes yezi6 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
    bottom: 200px;
  }
}

@keyframes yezi6 {
  0% {
    opacity: 1;
    left: 50%;
    bottom: 700px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
    bottom: 200px;
  }
}

@media (max-width: 992px) {
  .section-frame1 {
    height: 2260px;
    margin-top: 0;
  }

  .section_content .container2 .logo-title {
    top: 480px;
    scale: 1.7;
  }

  .section_content .container2 .play {
    top: 1550px;
    left: calc(50% + 300px);
    scale: 1.7;
  }

  .section_content .container2 .box-taigame {
    top: 1900px;
    left: 26%;
    scale: 1.7;
  }

}

/*----------------------------Menu Fixed right---------------------------------*/
.download {
  align-items: center;
  background: url(../images/bg-frame-download.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  height: 508px;
  pointer-events: none;
  position: fixed;
  right: -170px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 208px;
  z-index: 10;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .download {
    transition: none
  }
}

@media screen and (min-width:1921px) {
  .download {
    margin-right: calc(50% - 960px)
  }
}

@media (max-width:991.98px) {
  .download {
    display: none
  }
}

.btn-taigame {
  margin-top: 30px;
  width: 128px;
  margin-bottom: .5rem;
}

.download-btn {
  width: 148px;
  opacity: 1;
}
.btn-ios-right {
  background: url(../images/btn-appstore-right.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-ios-right:hover, .btn-ios-right:focus {
  background: url(../images/btn-appstore-right-hover.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-android-right {
  background: url(../images/btn-googleplay-right.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-android-right:hover, .btn-android-right:focus {
  background: url(../images/btn-googleplay-right-hover.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-apk-right {
  background: url(../images/btn-apk-right.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-apk-right:hover, .btn-apk-right:focus {
  background: url(../images/btn-apk-right-hover.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-ldp-right {
  background: url(../images/btn-ldp-right.png) no-repeat;
  width: 148px;
  height: 52px;
}
.btn-ldp-right:hover, .btn-ldp-right:focus {
  background: url(../images/btn-ldp-right-hover.png) no-repeat;
  width: 148px;
  height: 52px;
}
.download-btn-messenger {
  width: 62px;
  margin-bottom: .2rem;
  opacity: 1;
}

.download-btn:not(:last-child) {
  margin-bottom: .5rem;
}

.download-toggle {
  background: url(../images/arrow.png) no-repeat 0 0/100% 100%;
  height: 26px;
  pointer-events: auto;
  position: absolute;
  right: 95%;
  top: 50%;
  transform: translateY(-50%);
  transform: scaleX(-1);
  transition: all .2s linear;
  transition-delay: .2s;
  width: 12px;
}

@media (prefers-reduced-motion:reduce) {
  .download-toggle {
    transition: none
  }
}

.download.active {
  pointer-events: auto;
  transform: translate(-10rem, -50%)
}

.download.active .download-toggle {
  transform: translateX(0);
  transition-delay: 0s
}

.download.hide {
  opacity: 0 !important;
  transform: translate(100%, calc(-50% + .5px))
}

.download.hide,
.download.hide .download-toggle {
  pointer-events: none
}

/*----------------------------frame 2---------------------------------*/
.section-frame2 {
  height: 968px;
  margin-top: 0
}

.frame2-title {
  width: 100%;
  display: flex;
  justify-content: center;
  transform-origin: top left;
  margin-top: 20px;
}

.f2-mn {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  position: relative;
  z-index: 200;
}

.f2-mn ul li {
  background: url(../images/bg-menu-vqmm.png) no-repeat;
  width: 185px;
  height: 45px;
  margin: 4px;
  text-align: center;
}

.f2-mn ul li a {
  font-size: 26px;
  color: #ffe7ac;
}

.f2-mn ul li a.nav-link {
  padding: .1rem 1rem;
}

.f2-mn ul li a.nav-link:hover,
.f2-mn ul li a.nav-link:focus,
.f2-mn ul li a.nav-link.active {
  font-size: 26px;
  color: #fff;
}

#wheel-container {
  position: absolute;
  width: 724px;
  height: 724px;
  top: 155px;
  left: 400px;
}

#wheel-container .vqmm {
  -webkit-animation: turn1 90s linear infinite;
  animation: turn1 90s linear infinite;
}

@keyframes turn1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#wheel-container .absolute-item {
  position: absolute;
  right: 0;
  z-index: 3
}

.bt-but {
  width: 100%;
  display: flex;
  justify-content: center;
  top: 52%;
}

.bt-but .btn-spin {
  cursor: pointer;
  transform: translateY(-50%);
  width: 32%;
  margin: 0 1% 0 1%;
}

.bt-but .btn-spin:hover {
  filter: brightness(1.1)
}

.f2-gb {
  position: absolute;
  width: 631px;
  height: 678px;
  top: 180px;
  right: -150px;
}

.f2-gb-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.f2-gb-img .img-iphone {
  position: absolute;
  top: 70px;
  margin-right: 70px;
  z-index: 30;
  -webkit-animation: ani1 10s linear infinite;
  animation: ani1 10s linear infinite;
}

@-webkit-keyframes ani1 {
  0% {
    transform: rotate(-5deg)
  }

  10% {
    transform: rotate(5deg)
  }

  20% {
    transform: rotate(-5deg)
  }

  30% {
    transform: rotate(5deg)
  }

  40% {
    transform: rotate(-5deg)
  }

  50% {
    transform: rotate(5deg)
  }

  60% {
    transform: rotate(-5deg)
  }

  70% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  80%,
  100% {
    transform: rotate(0deg)
  }
}

@keyframes ani1 {
  0% {
    transform: rotate(-5deg)
  }

  10% {
    transform: rotate(5deg)
  }

  20% {
    transform: rotate(-5deg)
  }

  30% {
    transform: rotate(5deg)
  }

  40% {
    transform: rotate(-5deg)
  }

  50% {
    transform: rotate(5deg)
  }

  60% {
    transform: rotate(-5deg)
  }

  70% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  80%,
  100% {
    transform: rotate(0deg)
  }
}

.f2-gb-img .img-treasure {
  position: absolute;
  z-index: 40;
  animation: glow 0.5s infinite alternate;
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 0.3rem rgb(255, 217, 0)) brightness(110%);
  }

  to {
    filter: drop-shadow(0 0 1rem rgb(255, 217, 0)) brightness(150%);
  }
}

@media (max-width: 912px) {
  #wheel-container {
    width: 65%;
    margin: 46% 0 0 0;
    left: 0%;
  }

  .section-frame2 {
    height: 2940px;
    margin-top: 0
  }

  .frame2-title {
    justify-content: inherit;
    scale: 1.7;
    margin-top: 100px;
    padding-left: 10px;
  }

  .f2-mn {
    margin-top: 85px;
    scale: 1.7;
  }

  .f2-gb {
    top: 587px;
    right: 150px;
    scale: 1.7;
  }
  #wheel-container {
    position: absolute;
    width: 724px;
    height: 724px;
    top: 1100px;
    left: 350px;
    scale: 1.7;
  }
}

/*----------------------------frame 3---------------------------------*/
.section-frame3 {
  height: 938px;
  margin-top: 0
}

.frame3-title {
  width: 100%;
  display: flex;
  justify-content: center;
  transform-origin: top left
}

.frame3-content {
  position: relative;
  top: 0;
  left: 0;
}

.frame3-content .bg-char {
  position: absolute;
  top: 230px;
  right: 18%;
  width: 672px;
  height: 613px;
}

.frame3-content .char {
  width: 100%;
  height: 938px;
  pointer-events: none;
  overflow: hidden;
}

.frame3-content .char-thumb {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 2;
  -webkit-animation: moveYDiv1 4s ease-in-out infinite;
  animation: moveYDiv1 4s ease-in-out infinite;
}

.frame3-content .char-content {
  display: block;
  position: absolute;
  width: 340px;
  height: 938px;
  z-index: 110;
  top: 10px;
  left: calc(45% - 250px);
  font-size: 20px;
  color: #424242;
  pointer-events: all;
}
.skill-char-m {
  display: none;
}
.char-slide-thumb {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 430px);
  width: 80px;
  height: 800px;
  background: url(../images/line-char.png) no-repeat;
  background-position: 40px 60px;
  z-index: 100;
}

.mySwiper {
  height: 650px;
  box-sizing: border-box;
  padding: 0;
  margin-top: 100px;

}

.mySwiper .swiper-slide {
  width: 25%;
  height: 90%;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 912px) {
  .section-frame3 {
    height: 3130px;
    margin-top: 0
  }
  .frame3-title {
    justify-content: inherit;
    scale: 1.7;
    padding-left: 10px;
  }
  .frame3-content .bg-char {
    position: absolute;
    top: 770px;
    right: 350px;
    width: 672px;
    height: 613px;
    scale: 1.7;
  }
  
  .frame3-content .char {
    height: 2938px;
  }
  
  .frame3-content .char-thumb {
    top:  500px;
    right:  25px;
    overflow: hidden;
    scale: 1.7;
  }
  
  .frame3-content .char-content {
    top: 1800px;
    pointer-events: all;
    width: 100%;
    left: 0;
    height: 1200px;
  }
  .frame3-content .char-content .row{
    justify-content: center;
  }
  .info-char{
    max-width: 400px;
    scale: 1.7;
  }
  .skill-char {
    display: none;
  }
  .skill-char-m {
    display: block;
    scale: 1.7;
  }
  .video-char {
    margin:  150px auto;
    width: 81%;
  }
  .char-slide-thumb {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -230px;
    left: calc(50% - 90px);
    z-index: 100;
    scale: 1.7;
  }
  .char-slide-thumb .swiper-slide img{
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

}
/*----------------------------frame 4---------------------------------*/
.section-frame4 {
  height: 938px;
  margin-top: 0
}

.frame4-title {
  width: 100%;
  display: flex;
  justify-content: center;
  transform-origin: top left;
}

.mySwiper3 .swiper-slide {
  background: url(../images/border-slide-dacsac.png) no-repeat;
  background-position: center;
  width: 1342px;
  height: 786px;
  margin: 0 auto;
  padding: 45px;
}

.frame4-content .swiper-slide img {
  border: solid 1px #87603a;
  padding: 7px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  width: 96px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  width: 96px;
}
@media (max-width: 912px) {
  .section-frame4 {
    height: 1200px;
  }
  .frame4-title {
    justify-content: inherit;
    scale: 1.7;
    padding-left: 10px;
  }
  .mySwiper3{
    margin-top:  170px;
  }
  .mySwiper3 .swiper-slide {
    width: 70%;
  }
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  width: 64px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  width: 64px;
}
}
/*----------------------------frame 6 Footer---------------------------------*/
.section-frame6 {
  height: 200px;
  margin-top: 0;
  background-color: #000;
}

.footer {
  position: absolute;
  top: 0;
  width: 1080px;
  left: calc(50% - 1080px / 2);
}

.footer-content {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 73%;
  margin: 0 auto 0 auto;
}

.vtc-logo {
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
  width: 40%;
  text-align: center;
}

.footer-text {
  padding: 65px;
  color: #c6cad9;
  line-height: 22px;
  font-size: xxx-large;
}

.footer-text a {
  color: #c6cad9;
}

/*----------------------------Light---------------------------------*/

.light {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100px;
  left: 10%;
  opacity: 1;
  -webkit-animation: showsss 1s ease-in-out forwards;
  animation: showsss 1s ease-in-out forwards;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .light {
    display: none
  }
}

.light img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  background-size: contain;
}

.light img:nth-child(1) {
  animation: light 20s infinite linear;
  -webkit-animation: light 20s infinite linear
}

.light img:nth-child(2) {
  animation: light 20s 10s infinite linear;
  -webkit-animation: light 20s 10s infinite linear;
  left: -20%;
  bottom: -50%;
}

@keyframes light {
  from {
    left: 0;
    bottom: -50%;
  }

  to {
    left: 0;
    bottom: 10%;
    opacity: .1
  }
}

@-webkit-keyframes light {
  from {
    left: -50%;
    bottom: -100%;
  }

  to {
    left: 50%;
    bottom: 200%;
  }
}
/*----------------------------Modal---------------------------------*/
.modal-dialog, .modal-dialog .modal-content {
  position: static;
}

.pop__group {
  background-image: url("../images/bg-popup.png"); }
  .pop__group {
    background-repeat: no-repeat;
    width: 791px;
    height: 588px;
    -webkit-animation: showpopup .7s ease-in-out forwards;
    animation: showpopup .7s ease-in-out forwards
}
.pop__group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
    .pop__group {
        width: 370px;
        height: 233px;
        background-size: 370px 100%
    }
}

.pop__group .btn__close {
    width: 57px;
    height: 57px;
    display: block;
    position: absolute;
    right: 35px;
    top: 40px;
    z-index: 10;
    border-radius: 50%;
    background-image: url(../images/btn-close.png) !important
}

@media only screen and (max-width: 640px) {
    .pop__group .btn__close {
        right: 15px;
        top: 10px;
        width: 25px;
        height: 25px;
        background-size: 25px
    }
}

.pop__group .xlose {
    right: 27px;
    top: 18px
}
.closeModal {
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  background-image: url(../images/btn-close.png) !important;
}
.pop__group .pop__title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 71px auto 0 auto;
    font-size: 40px;
    margin: 45px auto 0 auto;
    text-shadow: 4px 2px 3px #520583
}
.pop__group .pop__title img{
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
    .pop__group .pop__title {
        font-size: 18px;
        margin: 20px auto 0 auto
    }
    .pop__group .pop__title img{
      max-width: 100px;
    }
}

.pop__group .pop__inner {
  width: 79%;
  height: 68%;
  overflow: auto;
  padding-right: 5px;
  font-size: 17px;
  margin: 14px auto 0 auto;
  line-height: 1.7;
  color: #0b0706
}
.pop__group .pop__inner span{
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .pop__group .pop__inner {
      width: 79%;
      height: 66%;
      font-size: 14px;
      line-height: 1.5;
      margin: 11px auto 0 auto
  }
  .pop__group .pop__inner img{
    width: 100px;
  }
  .pop__group .pop__inner span{
    font-size: 14px;
  }

}

.pop__group .pop__inner .table-bordered {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #f5f5f580 !important;
  max-width: 100%;
  background-color: transparent
}

.pop__group .pop__inner .table-bordered thead tr th {
  font-size: 15px;
  color: #f1e27d;
  text-align: center;
  border: 1px solid #f5f5f580 !important
}

@media only screen and (max-width: 640px) {
  .pop__group .pop__inner .table-bordered thead tr th {
      font-size: 14px
  }
}

.pop__group .pop__inner .table-bordered tbody tr td {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: .79rem;
  border: 1px solid #f5f5f580 !important;
  color: #fff;
  max-width: 110px;
  overflow-y: auto
}

@media only screen and (max-width: 960px) {
  .pop__group .pop__inner .table-bordered tbody tr td {
      max-width: 80px
  }
}

@media only screen and (max-width: 640px) {
  .pop__group .pop__inner .table-bordered tbody tr td {
      max-width: 70px
  }
}
@media(max-height: 400px) {
  .pop__group {
      width: 370px;
      height: 233px;
      background-size: 370px 100%
  }

  .pop__group .btn__close {
      right: 15px;
      top: 10px;
      width: 25px;
      height: 25px;
      background-size: 25px
  }

  .pop__group .pop__title {
      font-size: 18px;
      margin: 20px auto 0 auto
  }

  .pop__group .pop__inner {
      width: 79%;
      height: 66%;
      font-size: 14px;
      line-height: 1.5;
      margin: 11px auto 0 auto
  }
}
@media only screen and (max-height: 400px)and (max-width: 640px) {
  .pop__group .pop__inner {
      width: 83%;
      height: 68%;
      margin: 17px auto 0 auto
  }
}

@media only screen and (max-height: 400px)and (max-width: 640px) {
  .pop__group .pop__inner {
      font-size: 15px;
      margin: 0 auto 20px auto
  }
}
@media(max-height: 400px) {
  .pop__group .pop__inner .table-bordered thead tr th {
      font-size: 14px
  }

  .pop__group .pop__inner .table-bordered tbody tr td {
      max-width: 70px
  }
}

.char-thumb .img-fluid{
  width: 70%;
}

.box-download{
  position: relative;
    top: 200px;
    width: 95%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    background-color: #223e38a8;
    color: #fbf6b1;
    flex-direction: column;
    align-items: center;
}
.box-download-header{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 20px 0px;
}
.icon-game{
  display: flex;
  justify-content: center;
}
.icon-game .name{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
}
.btn-down a{
  background-color: black;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid;
}

.btn-down{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 960px) {
  .box-download{
    position: relative;
      top: 365px;
      width: 100%;
      display: flex;
      justify-content: center;
      font-size: 60px;
      background-color: #223e38f7;
      color: #fbf6b1;
      flex-direction: column;
      align-items: center;
  }
}