/* =================================   
======== TABLE OF CONTENTS ========
Defaul
General
Logo
Page01 Info 
Page02 Figure
Page0
Page04 
Page05 show video
Clock
Popup
Popup Login
Popup Defaul + Popup Ket Qua Mini Game
Popup Page 3 The Le Game
Menu Left
Menu Right
Info Login
Popup Trailer
 =================================   */

/* =========== Begin: Defaul =========== */


@font-face {
  font-family: beloved;
  src: url(../font/SVN-Beloved.otf);
  font-family: Arial,Helvetica,sans-serif;
}
@font-face {
  font-family: facebook;
  src: url(../font/UTM-FacebookB-K&T.ttf);
  font-family: Arial,Helvetica,sans-serif;
}
@font-face {
  font-family: gothic;
  src: url(../font/UTM-Alter-Gothic.ttf);
  font-family: Arial,Helvetica,sans-serif;
}
body {
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fcf9fa;
  color: #030201;
  font-family: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
ul {
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none;
  outline: unset;
  border: unset;
}
section{
  position: relative;
}
button{
  outline: unset;
  border: unset;
  background: transparent;
}
audio{
  display: none;
}
h1{
  font-family: Appleberry;
}
.zindex{
  z-index: 3;
}
.mb-inline{
  display: none!important;
}
/* =========== End: Defaul =========== */
/* ================================== */
/* =========== Begin: General =========== */
.center{
  text-align: center;
}
.content-popup::-webkit-scrollbar {
  width: 0px;
}

.content-popup::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent; 
}

.content-popup::-webkit-scrollbar-thumb {
  -webkit-box-shadow: transparent; 
}
.clear{
  clear: both;
}
#mask {
  background-color: #000;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 998;
  display: none;
}
.zindex {
  position: relative;
  z-index: 2;
}
.effect-fade{
  transition: 0.5s;
  -webkit-animation: effect-fade 2s linear infinite;
  animation: effect-fade 2s linear infinite;
}
.effect-hv:hover{
  transition: 0.5s;
  -webkit-animation: effect-fade 2s linear infinite;
  animation: effect-fade 2s linear infinite;
}
.show-fg{
  -webkit-animation: effect-fade2 1.35s ease-in-out forwards;
  animation: effect-fade2 1.35s ease-in-out forwards;
}
.show-fg1{
  -webkit-animation: effect-fade1 1.35s ease-in-out forwards;
  animation: effect-fade1 1.35s ease-in-out forwards;
}
.effect-opac{
  -webkit-animation: effect-opacity 1s ease-in-out forwards;
  animation: effect-opacity 1s ease-in-out forwards;
}
.title{
  z-index: 10;
  -webkit-animation: showTitle 1s ease-in-out forwards;
  animation: showTitle 1s ease-in-out forwards;
  text-align: center;
  margin: auto;
}
.show-obj{
  -webkit-animation: showTitle 1s ease-in-out forwards;
  animation: showTitle 1s ease-in-out forwards;
}
.cusor{
  cursor: pointer;
}
.opac-08:hover{
  opacity: 0.8;
}
.bright-12:hover{
  filter: brightness(1.2);
}
.ani-up-down{
  -webkit-animation: ani_up 3s linear infinite;
  animation: ani_up 3s linear infinite;
}

body.no-scroll {
  overflow: hidden;
}
.img_hv img:last-child {
  display: none;
}
.img_hv:hover img:first-child {
  display: none;
}
.img_hv:hover img:last-child {
  display: inline-block;
}
.show-sb{
  -webkit-animation: show-sb 0.5s ease-in-out forwards;
    animation: show-sb 0.5s ease-in-out forwards;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.mb{
	display: none;
}
.pc{
	display: block;
}


.p-date{
  max-width: 18%;
  position: fixed;
  bottom: 2%;
  left: 0;
  z-index: 50;
  -webkit-animation: showMenuLeft 2s ease-in-out forwards;
  -moz-animation: showMenuLeft 2s ease-in-out forwards;
  animation: showMenuLeft 2s ease-in-out forwards;
  cursor: pointer;
}
.p-date:hover{
  filter: brightness(1.1);
}
.pc-code{
  max-width: 9%;
  position: fixed;
  bottom: 2%;
  right: 0.5%;
  z-index: 50;
  -webkit-animation: ani_up 2s linear infinite;
  -moz-animation: ani_up 2s linear infinite;
  animation: ani_up 2s linear infinite;
}
.effect-ani{
  -webkit-animation: ani_up 3s linear infinite;
  -moz-animation: ani_up 3s linear infinite;
  animation: ani_up 3s linear infinite;

}

.volume {
  position: fixed;
  top: 0.5vw;
  right: 8vw;
  z-index: 997;
}
.volume li a {
  display: none;
}
.volume li a.active {
  display: block;
}
.volume li {
  list-style-type: none;
}
.audio {
  display: none;
}
.volume img {
  width: 2.25vw;
}
/* =========== End: General =========== */
/* ================================== */
/* =========== Begin: Logo =========== */
.giftcd-leftbot{
	display:none;
  position: fixed;
  bottom: 2%;
  left: 1%;
  max-width: 10%;
  z-index: 39;
 filter: brightness(1.3);
  -webkit-animation: heart 0.9s infinite;
  -moz-animation: heart 0.9s infinite;
  animation: heart 0.9s infinite;
  cursor: pointer;
}
.giftcd-leftbot > div:hover{
  filter: brightness(1.3);
  -webkit-animation: heart 0.9s infinite;
  -moz-animation: heart 0.9s infinite;
  animation: heart 0.9s infinite;
}
.effect-down{
  position: absolute;
  left: 4%;
  bottom: 8%;
  transform: translate(-50%, 0);
  z-index: 100;
  max-width: 5%;
  margin: unset;
}
.effect-down > div{
  -webkit-animation: ani_up 0.5s linear infinite;
  animation: ani_up 0.5s linear infinite;
}
.open-beta {
  position: fixed;
  top: -4%;
  left: 1%;
  max-width: 8%;
  z-index: 39;
  animation: pendulum1 2s cubic-bezier(.57,.07,.47,.84) infinite;
  /* -webkit-animation: showMenuLeft 2s ease-in-out forwards;
  -moz-animation: showMenuLeft 2s ease-in-out forwards;
  animation: showMenuLeft 2s ease-in-out forwards; */
}
.logo {
  position: absolute;
  left: 50%;
  top: 1%;
  transform: translate(-50%, 0);
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  z-index: 100;
  max-width: 16%;
  margin: unset;
}
/* =========== End: Logo =========== */
/* ================================== */
/* Begin: Menu Top for PC */


/* End: Menu Top for PC */
/* ================================== */
/* =========== Begin: menu left =========== */
.hide-ml{
  position: fixed;
  left: 9.25%;
  top: 52%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 90px;
  z-index: 9999;
  cursor: pointer;
}
.show-ml{
  position: fixed;
  left:0%;
  top: 50%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 60px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.menu-left {
  position: fixed;
  left: 0.5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 888;
  width: 10%;

}
.menu-left .ml-aside{
  background: url(../images/ml-bg.png) no-repeat center bottom;
    background-size: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
    padding: 62% 16% 16% 6%;

  /* display: none; */
}
.menu-left .ml-aside ul li{
  margin-bottom: 8%;
}
.menu-left .ml-aside ul li:hover{
  filter: brightness(1.6);
  transform: scale(.95);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
/* =========== Begin: menu right =========== */
.top {
  position: fixed;
  right: 3%;
  bottom: 2%;
  z-index: 22;
  max-width: 10%;
  width: 6%;
  z-index: 98;
  -webkit-animation-name: Mousex;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Mouse;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
.top:hover{
  cursor: pointer;
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
.hide-mr{
  position: fixed;
  right: 11.25%;
  top: 45%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
}
.show-mr{
  position: fixed;
  right: 0%;
  top: 50%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 60px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.menu-right {
  position: fixed;
  right: 0%;
  top: 48%;
  transform: translate(0, -50%);
  /* top: 2.5vw; */
  z-index: 900;
  width: 13%;
}
.menu-right .mr-aside{
  background: url(../images/mr-bg.png) no-repeat center bottom;
  background-size: 100%;
  max-width: 100%;
  z-index: 100;
  position: relative;
  padding-top: 36%;
  padding-bottom: 58%;
  padding-left: 14%;
  /* display: none; */
}

.login-name{
  position: relative;
  margin: 4% 0% 2% 9%;
}
.login-name p{
  text-align: center;
  margin: unset;
  font-size: 16px;
  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.login-name p a:hover{
  color: #b80012;
  cursor: pointer;
}
.mr-taigame{
  max-width: 81%;
  margin: 0% 0% 4% 4%;
}
.mr-taigame:hover{
  filter: brightness(1.2);
  cursor: pointer;
}
.mr-taigame img{
  width: 100%;
}
.main-ctas{
  max-width: 80%;
  margin: 0% 6% 0% 4%;
}
.main-ctas ul li{
  margin-bottom: 4%;
}
.main-ctas ul li:hover{
  filter: brightness(1.3);
  transform: scale(.90);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;

}

.mr-info {
  font-size: 11px;
  background: url(../images/mr-dndk.png);
  margin: 4% auto;
  max-width: 80%;
  margin: 0% 6% 4% 4%;
  padding: 6% 1% 6% 1%;
}
.mr-info a:hover{
  color: #ff0000;
}
.mr-info a,
.mr-info span{
  color: #fff;
  font-size: 0.79vw;
  font-style: italic;
}
.mr-giftcd{
  z-index: -3;
  transform: translate(-0.5vw, -0.25vw);
  width: 100%;
}
.mr-giftcd img{
  width: 90%;
  margin-bottom: 0.75vw;
}
.mr-giftcd img:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition:transform .15s cubic-bezier(.96,-.07,.44,1.43),
  opacity .15s 60ms ease;
  transform: scale(1.05);
}
/* =========== End: menu right =========== */
/* Begin: Page 01 */
.page01{
  position: relative;
  z-index: 3;
}
.page01 video {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  z-index: 6;
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page01 .p1-button {
    position: absolute;
    bottom: 10.5%;
    left: 47%;
    transform: translate(-50%, 0);
    max-width: 30%;
    z-index: 9;
}
.page01 .p1-button ul {
  width: 100%;
}
.page01 .p1-button ul li{
  width: 48%;
  display: inline-flex;
}
.p1-button ul li:hover{
  filter: brightness(1.4);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(0.9);
}
.p1-button > div:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(1.1);
}
.page01-trailerv{
  position: absolute;
  top: 30%;
  left: 41%;
  width: 15vw;
  height: 15vw;
  z-index: 9;
}
/* End: Page 01 */
/* ================================== */
/* Begin: Page game */
.page-game{
  background: url(../images/pgame.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 4.5% 14% 0% 14%;
  margin-top: -5%;
  position: relative;
  height: 55vw;
  z-index: 5;
}
.page-game .title{
    position: absolute;
    left: 3%;
    width: 32%;
}
.carpet {
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translate(-50%, 0%);
  width:54%;
}
.carpet-decor{
  position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 22%;
}
.pgame-ctas{
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  width:50%;
}
.pgame-ctas ul li{
  display: inline-block;
  width: 35%;
  margin: 0 -1.5vw;
}
.pgame-ctas ul li:hover{
  filter: brightness(1.6);
  transform: scale(.9);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
.figure {
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 26%;
  transform: translate(-50%, 0);
  width: 41%;
}
.pgame-menu{
  position: absolute;
  left: 2%;
  top: 54%;
  transform: translate(0, -50%);
  width: 14%;
}
.pgame-menu ul li{
  margin-bottom: 2%;
  cursor: pointer;
}
.pgame-menu ul li:hover{
  filter: brightness(1.3);
  transform: scale(.9);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
.figure-effect{
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 54%;
  z-index: 4;
  display: none;
}
/* popup ketqua , defaul */
#ketqua_minigame, .popup-defaul {
  background: url(../images/coppy-bg.png) no-repeat center center;
  background-size: 100%;
  width: 1008px;
  height: 527px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  padding: 250px 80px 50px 80px;
  z-index: 999999;
}
#ketqua_minigame p, .popup-defaul p{
  font-size: 2.5em;
}
.close-popup{
  position: absolute;
  top: 2%;
  right: 2%;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
/* popup the le */
.pgame-ppthele {
  background: url(../images/pgame-pptl.png) no-repeat center center;
  background-size: 100%;
  width: 1200px;
  height: 661px;
  position: fixed;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 180px 90px 190px;
  color: #3a0000;
  font-style: italic;
}
.pgame-ppthele a{
  color: #1d7b25;
}
.pgame-ppthele h3{
  font-size: 36px;
  margin: 0;
}
.pgame-ppthele h4{
  font-size: 28px;
  margin: 0;
}
.pgame-ppthele a:hover{
  color: #1d367b;
}
.pgame-ppthele .close {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  opacity: 0.5;
}
.pgame-ppthele .close:before,
.pgame-ppthele .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 3vw;
  width: 0.45vw;
  background-color: #d13634;;
  border-radius: 0.5vw;
}
.pgame-ppthele .content-popup {
    height: 465px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 2%;
    margin-top: 12px;
}
/* popup doi qua */
.pgame-ppdq{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 68%;
}
.pgame-ppdq .close{
  position: absolute;
  right: 0;
  top: -15%;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  opacity: 0.5;

}
.gift--tooltip .gift--tooltiptext {
  visibility: hidden;
  background-color: #fff;
  color: #631700;
  text-align: center;
  padding: 4% 3% 2% 1%;
  border-radius: 6px;
  position: absolute;
  top: -380%;
  left: 50%;
  transform: translate(-50%, 0) scale(0.8);
  z-index: 1;
  font-style: italic;
  font-weight: 900;
  width: 140%;
  cursor: pointer;
  /* border: 2px solid #631700; */
}
.gift--tooltip .gift--tooltiptext p{
  color: #631700;
}
.gift--tooltip .gift--tooltiptext::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -9%;
  left: 10%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.gift--tooltip .gift--tooltiptext p{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.gift--tooltip .gift--tooltiptext p img{
  width: 50px;
  display: inline;
}
button:hover .gift--tooltiptext {
  visibility: visible;
}
.slide-doiqua .doiqua-name{
  margin: 0 0 1% 0;
  color: #fff;
  font-size: 1vw;
}
.pgame-ppdq ul{
  width: 100%
}
.pgame-ppdq ul li{
  display: inline-block;
  width: 20%;
  position: relative;
  filter: grayscale(100%);
}
.pgame-ppdq ul li.active{
  filter: grayscale(0%);
}
.pgame-ppdq--ds{
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%
}
.pgame-ppdq--ds button{
  width: 60%
}
.pgame-ppdq .slick-slide img{
  width: 100%;
}
.pgame-ppdq--ds button .doiqua.hide{
  display: none;
 }
.pgame-ppdq--ds button .xemqua{
 display: none;
}
.pgame-ppdq--ds button .xemqua.show{
  display: block;
 }
.pgame-ppdq--ds p{
  color: #fff;
  font-weight: 900;
  width: 100%;
  font-size: 0.8vw;
}
.pgame-ppdq ul li .pgame-ppdq--ds button:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(1.25);
}
.close {
  position: absolute;
  right: 0;
  top: -5%;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  opacity: 0.5;
}
.close:hover {
  opacity: 1;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(0.95);
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 4vw;
  width: 0.45vw;
  background-color: #fff;
  border-radius: 0.5vw;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.slick-slider .slick-prev::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/p3-prev.png) top center no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-40px);
}
.slick-slider .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/p3-next.png) top center no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-40px);
}
.slick-slider .slick-prev {
  position: absolute;
  left: -11%;
  top: 50%;
  transform: translate(0, -50%);
}
.slick-slider .slick-next {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translate(0, -50%);
}
.slick-slider button {
  background: transparent;
  color: transparent;
  border: transparent;
  outline: unset;
  z-index: 2;
  cursor: pointer;
}
/* popup nhiem vu */
.popup-nv {
  background: url(../images/pgame-nv--bg.png) no-repeat center center;
  background-size: 100%;
  width: 804px;
  height: 828px;
  position: fixed;
  text-align: left;
  z-index: 99999;
  display: none;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 140px 120px 0px 120px;
  color: #471000;
}
.popup-nv a{
  color:  #471000;
}
.popup-nv a:hover{
  color:  #3980ca;
}

.popup-nv .close {
  position: absolute;
  right: 70px;
  top: 150px;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  opacity: 1;
}
.popup-nv  .close:before, 
.popup-nv  .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 45px;
  width: 6px;
  background-color: rgb(236, 13, 13);
  border-radius: 0.5vw;
}
.popup-nv h4{
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.popup-nv ul{
  width: 100%;
}
.popup-nv ul li{
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 17px;
  
  font-weight: 700;
  font-style: italic;
}
.popup-nv ul li .pgame-show{
  display: flex;
}
.popup-nv ul li .pgame-hide{
  display: none;
}
.popup-nv ul li span > img{
  margin-right: 4px;
}
.popup-nv ul li > img:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(1.1);
}
/* popup danh sach */
.popup-ds {
  background: url(../images/pgame-pptl.png) no-repeat center center;
  background-size: 100%;
  width: 1200px;
  height: 661px;
  position: fixed;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 180px 90px 190px;
  color: #3a0000;
  font-style: italic;
}
.popup-ds .content-popup {
  height: 410px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 2%;
}
.popup-ds .close {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  opacity: 0.5;
}
.popup-ds .close:before, .popup-ds  .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 3vw;
  width: 0.45vw;
  background-color: #d13634;;
  border-radius: 0.5vw;
}
.popup-ds .content-popup table{
  width: 80%;
  margin: auto;
}
.popup-ds .content-popup table, 
.popup-ds .content-popup th, 
.popup-ds .content-popup td {
  border: 1px solid black;
  border-collapse: collapse;

}
.popup-ds .content-popup th {
  font-size: 1.25em;
}
.popup-ds--button button{
  background: #3980ca;
  border-radius: 2px;
  padding: 4px 6px;
  cursor: pointer;
  color: #fff;
  margin: 8px 0;
}
.popup-ds--button button:hover{
  background: #d13634;
}
/* ==================================f */
/* Begin: Page 02 */
.page02{
  background: url(../images/p2.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 4.5% 15% 0% 19%;
  margin-top: -5%;
  position: relative;
  height: 56vw;
  z-index: 5;
}
.page02 .p2-button--cs{
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 18%;
  z-index: 9;
}

.page02 .p2-button--cs .btn-form{
  -webkit-animation-name:              shake;    
  -webkit-animation-duration:          3s;
  -webkit-animation-iteration-count:   infinite;
  -webkit-animation-timing-function:   linear;
  -webkit-transform-origin:            50% 100%;
}

.p2-button--cs:hover .btn-form{
  filter: brightness(1.3);
  cursor: pointer;
  animation: none
}
.page02 .title{
  max-width: 38%;
  margin-right: 0%;
  z-index: 5;
  animation: light 1.5s ease-in-out infinite;
}
.p2-level{
  position: absolute;
  top: 11%;
  right: 6%;
  z-index: 6;
  width: 27%;
}
.p2-star{
  position: absolute;
  top: 68%;
  right: 12%;
  z-index: 6;
  width: 75%;
}
.p2-star img{
  width: 15%;
  display: inline-block!important;
}
.page02 .p2-ul{
  margin-top: -0.75vw;
}
.page02 .p2-ul > li{
  max-width: 25%;
  display: inline-block;
  margin: 0 2%;
}
.page02 .p2-block{
  background-size: cover;
  width: 100%;
  padding: 0;
  margin-top: 0%;
  position: relative;
  z-index: 5;
}
.p2-button img:hover{
  transform:scale(.9);
  transition:transform .15s cubic-bezier(.96,-.07,.44,1.43),
              opacity .15s 60ms ease;
}
/* .slick-track .slick-slide.slick-current.slick-active{
  margin-top: -3vw!important;
}
.slick-slide.slick-active{

}
.slick-slide.slick-cloned.slick-active{
  margin-top: 3vw!important;
} */
/* .slick-track .slick-slide:first-child{
  margin-top: -3vw;
} */
/* tayuya */

.tayuya .p2-button{
  position: absolute;
  bottom: 7%;
  left: 46%;
  transform: translate(-50%, 0);
  width: 44%;
}

/* mitsuki */
.mitsuki .p2-button{
  position: absolute;
  bottom: 7%;
  left: 46%;
  transform: translate(-50%, 0);
  width: 44%;
}
/* hikuro */
.page02 .p2-block.p2-block--hiruko,
.page02 .p2-block.p2-block--mitsuki,
.page02 .p2-block.p2-block--kabuto,
.page02 .p2-block.p2-block--tayuya{
  background-image: url(../images/p2-figure-bg.png);
  height: 35.5vw;
  width: 18.5vw;
}
.p2-block--hikuro .p2-figure {
  position: absolute;
  top: -35px;
  filter: brightness(0.95);
  width: 100%;
}
.p2-button{
  margin-left: 1vw;
}
.hiruko .p2-button{
  position: absolute;
  bottom: 7%;
  left: 46%;
  transform: translate(-50%, 0);
  width: 44%;
}
/* kabuto */
.kabuto .p2-button{
  position: absolute;
  bottom: 7%;
  left: 46%;
  transform: translate(-50%, 0);
  width: 44%;
}
.p2-button ul li img:hover{
  filter: brightness(1.2);
  cursor: pointer;
}
.p2-button ul li{
  display: inline-block;
  max-width: 100%;
  position: relative;
  width:75%;
  margin-top: 4%;
}
.p2-block--tayuya .p2-figure{
  position: absolute;
  top: 2vw;
  left: -40px;
  filter: brightness(0.95);
  width: 134%;
}
.p2-block--kabuto .p2-figure{
  position: absolute;
  top: 1.5vw;
  left: 11px;
  filter: brightness(0.95);
  width: 123%;
}
.p2-block--hiruko .p2-figure{
  position: absolute;
  top: 2.75vw;
  left: 0vw;
  filter: brightness(0.95);
  width: 100%;
}
.p2-block--mitsuki .p2-figure{
  position: absolute;
  top: 2.5vw;
  left: 0;
  filter: brightness(0.95);
  width: 121%;
}
/* [data-slick-index="2"]{
  margin-top: 3vw;
  }
[data-slick-index="3"]{
  margin-top: 5vw;
} */
.page02 .p2-block:hover .p2-figure{
  filter: brightness(1.2);
}
.p2-block--txt{
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-size: 1.15vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5d87b;
  text-shadow: 0px 0px 0px #f5d87b ;
  /* -webkit-text-stroke: 1px #f5d87b; */
}
.p2-block--txt span{
  /* font-size: 12px; */
  margin-left: 8px;
}
/* Popup Form */
.popup-form{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  display: none;
}
.popup-form ul{
  display: flex;
  justify-content: center;
}
.popup-form ul li{
  display: inline-flex;
  max-width: 49%;
  position: relative;
}
.popup-form .st1-login {
  max-width: 35%;
  margin: auto;
}
.st1-login:hover{
  filter: brightness(1.2);
  transform: scale(.95);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
.popup-form .popup-login .popup-bg{
  background: url(../images/form-login.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 180px 70px 0 70px;
  margin-top: 0;
  position: relative;
  height: 780px;
  z-index: 2;
  width: 602px;
  text-align: left;
}
.popup-form .popup-login .popup-bg p{
  color: #300c07;
  font-weight: 700;
}
.popup-form .popup-login .popup-bg input{
  background: #8b8881;
  outline: unset;
  border: unset;
  height: 52px;
  width: 70%;
  transform: skewX(-15deg);
  padding: 0 12px;
  color: #c9c9c9;
  margin: 6px 0;
  text-align: center;
}
.popup-form .popup-login .popup-bg input::placeholder {
  color: #c9c9c9;
  transform: skewX(15deg);
}
.popup-form .popup-login .popup-bg ul li button {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 12px auto 24px;
  cursor: pointer;
}
.popup-form .popup-login .popup-bg ul li button:hover{
  filter: brightness(1.1);
  transform: scale(1.05);
  transition: 0.3s linear;
}
.popup-form .popup-login .popup-bg ul li button a{
  display: flex;
  align-items: center;
  background-color: #3980ca;
  color: #fff;
  font-weight:700;
  border-radius: 4px;
  padding: 4px 8px 6px 6px;
}
.popup-form .popup-login .popup-bg ul li button a img{
  margin-right: 8px;
  width: 24px;
}

.popup-login ul {
  text-align: center;
}
.popup-login ul li{
  margin: 0 6px;
}
.popup-login p.desc{
  text-align: center;
}
.mw-120{
  width: 115px;
  display: inline-block;
  color: #981906;
  font-family: 700;
}
.popup-form .popup-social,
.popup-form .popup-content{
  position: relative;
  overflow: hidden;
}
.popup-form .popup-social .popup-bg{
  background: url(../images/form-social.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 180px;
  margin-top: 0;
  position: relative;
  height: 780px;
  z-index: 2;
  width: 602px;
}

.popup-social-ctas{
  margin-bottom: 5%
}
.popup-social-video{
  position: relative;
  margin-top: 5%;
}
.popup-social-video .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.popup-close{
  position: absolute;
  z-index: 99;
  right: 5%;
  top: 0%;
  cursor: pointer;
}
.popup-close:hover{
  filter: brightness(1.6);
  transition: 0.5s;
  transform: scale(1.1);
}
.popup-social-video .play:hover{
  filter: brightness(1.6);
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(0.9);
}
.popup-form .label{
  position: absolute;
  right: 20px;
  top: 10px;
}
.popup-form .label.label-done{
  display: none;
}
.popup-form .label.label-yet{
  display: block;
}
.step1-form{
  position: absolute;
  width: 98%;
  height: 98%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
/* Page game lich su trieu */
.pgame-ls-trieuhoi{
  background: url(../images/pgame-mnr--bg.png) no-repeat center bottom;
  background-size: 100%;
  max-width: 100%;
  width: 18%;
  z-index: 99;
  padding-top: 16%;
  padding-bottom: 18%;
  padding-left: 14%;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translate(0%, -50%);
}
.pgame-ls-trieuhoi--content{
  position: absolute;
  right: 0%;
  top: 20.5%;
  width: 100%
}
.pgame-ls-trieuhoi--scroll{
  height: 24.5vw;
  overflow-y: scroll;
}
.pgame-ls-trieuhoi--scroll::-webkit-scrollbar {
  width: 3px;
}

.pgame-ls-trieuhoi--scroll::-webkit-scrollbar-track {
  background: #202020;
}

.pgame-ls-trieuhoi--scroll::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
}

.pgame-ls-trieuhoi--scroll::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
}
.pgame-ls-trieuhoi--content .trieuhoi-cs{
  display: inline-flex;
  justify-content: space-between;
  padding: 0 2%;
  width: 94%;
  margin-bottom: 4%;
  background: #41495d;
}
.trieuhoi-cs--ava{
  width: 26%;
  margin: auto;
}
.trieuhoi-cs--txt{
  padding: 0 2%;
  width: 70%;
  margin-top: 2%;
}
.trieuhoi-cs--bonus{
  color: #ffb304;
  text-align: left;
  margin-top: 2%;
}
.trieuhoi-cs--title{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.trieuhoi-cs--txt h4{
  margin: 0;
  font-size: 1.5vw;
  color: #fff;
}
.trieuhoi-cs--txt span{
  background-color: #dbaf00;
  border-radius: 4px;
  font-size: 0.6vw;
  font-weight: 700;
  padding: 4px 6px;
}
.pgame-ls-trieuhoi--top{
  position: absolute;
  right: 0%;
  top: 3%;
  width: 100%
}
.pgame-ls-trieuhoi--top ul{
  width: 90%;
  justify-content: space-between;
  display: inline-flex;
}
.pgame-ls-trieuhoi--top ul li{
  display: inline-flex;
  color: #fff;
  width: 100%;
  align-items: center;
  font-size: 1vw;
  
}
.pgame-ls-trieuhoi--top ul li span{
  background: #3c485a;
  padding: 0.25vw 0.5vw 0.25vw 1vw;
  border-radius: 4px;
}
.pgame-ls-trieuhoi--top ul li img{
  margin-right: -6%;
  z-index: 2;
}
.pgame-ls-trieuhoi--top ul li:first-child img{
  width: 14%;
  
}
.pgame-ls-trieuhoi--top ul li:last-child{
  justify-content: flex-end;
}
.pgame-ls-trieuhoi--top ul li:last-child img{
  width: 18%;
}
/* Begin: Page 03 */
.page03{
  background: url(../images/p3.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 9% 14% 0% 14%;
  margin-top: -7%;
  position: relative;
  height: 59vw;
  z-index: 1;
}
.page03 .title{
  max-width: 46%;
  margin-right: 2%;
  margin-bottom: 1%;
  animation: light 1.5s ease-in-out infinite;
}
.p3-moc1{
  background: url(../images/p3-bg-block01.png) no-repeat center top;
  background-size: cover;
  width: 28%;
  padding: 0% 0% 0% 0%;
  margin-top: 0%;
  position: relative;
  height: 24vw;
  z-index: 1;
  display: inline-block;
}
.p3-moc2{
  background: url(../images/p3-bg-block02.png) no-repeat center top;
  background-size: cover;
  width: 28%;
  padding: 0% 0% 0% 0%;
  margin-top: 0%;
  margin: 0% 2%;
  position: relative;
  height: 24vw;
  z-index: 1;
  display: inline-block;
  transform: translateY(12px);

}
.p3-moc3{
  background: url(../images/p3-bg-block03.png) no-repeat center top;
  background-size: cover;
  width: 28%;
  padding: 0% 0% 0% 0%;
  position: relative;
  height: 24vw;
  z-index: 1;
  display: inline-block;
  transform: translateY(24px);

}
.p3-grayscale{
  filter: grayscale(0.9);
}
.p3-present ul{
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 84%;
}
.p3-present ul li{
  display: inline-block;
  width: 47%;
  background: url(../images/p3-brown.png) no-repeat center top;
  background-size: cover;
  padding: 0% 0% 0% 0%;
  position: relative;
  height: 7vw;
  z-index: 1;
  margin-left: 2%;
  padding: 1.25vw;
}
.p3-present--number {
  position: absolute;
  bottom: 18%;
  right: 26%;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  z-index: 9;
}

.p3-present ul li img{
  width: 95%;
}
.p3-moc1-btn{
  width: 86%;
  margin: 25vw auto 0;
  cursor: pointer;
}
.p3-moc1-btn:hover{
  transform:scale(.9);
  transition:transform .15s cubic-bezier(.96,-.07,.44,1.43),
              opacity .15s 60ms ease;
              filter: brightness(1.2);
}
.p3-timeline{
  position: relative;
  width: 95%;
  margin: auto;
}
.p3-timeline--ctas{
position: absolute;
bottom: 0;
right: 0;
z-index: 6;
}
.p3-timeline--ctas img:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition:transform .15s cubic-bezier(.96,-.07,.44,1.43),
  opacity .15s 60ms ease;
}
.p3-timeline--milestones{
  margin-top: 3vw;
  z-index: -1;
}
.time-width {
  position: relative;
  display: table;
  margin: 0% auto 0%;
}
.time-width .time-active-share {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  width: 69%;
}
.time-width .time-active-register {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  width: 49%;
}
.time-moc{
  position: absolute;
  top: 0vw;
  left: 0;
  z-index: 2;
}
.time-width .time-active{
  z-index: 1;
}
.time-width .time-active img,
.p3-timeline--milestones img,
.p3-timeline--ctas img{
  max-width: none;
}
.figure-share{
  position: absolute;
  top: 17%;
  left: 47%;
  z-index: 5;
}
.figure-register{
  position: absolute;
  top: 35%;
  left: 12%;
  z-index: 5;
}

@-webkit-keyframes framedo {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px -1526px;
  }
}
.page03 .framedo {
  transform: scale(1);
  display: inline-block;
  width: calc(1526px/10);
  height: 7vw;
  background: url(../images/efffect/vongdo.png) no-repeat;
  -webkit-animation: framedo 1s steps(10) infinite;
  animation: framedo 1s steps(10) infinite;
  margin-top: 0;
  z-index: 15;
  position: absolute;
  top: -0.5vw;
  left: 0vw;
}

@-webkit-keyframes framexanh {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px -1526px;
  }
}
.page03 .framexanh {
  transform: scale(1);
  display: inline-block;
  width: calc(1526px/10);
  height: 7vw;
  background: url(../images/efffect/vongxanh.png) no-repeat;
  -webkit-animation: framedo 1s steps(10) infinite;
  animation: framedo 1s steps(10) infinite;
  margin-top: 0;
  z-index: 15;
  position: absolute;
  top: -0.5vw;
  left: 0vw;
}

@-webkit-keyframes framecam {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px -1360px;
  }
}
.page03 .framecam {
  transform: scale(1);
  display: inline-block;
  width: calc(1360px/10);
  height: 7vw;
  background: url(../images/efffect/vongcam.png) no-repeat;
  -webkit-animation: framecam 1s steps(10) infinite;
  animation: framecam 1s steps(10) infinite;
  margin-top: 0;
  z-index: 15;
  position: absolute;
  top: 0vw;
  left: 0.5vw;
}

@-webkit-keyframes frametim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0px -1328px;
  }
}
.page03 .frametim {
  transform: scale(1);
  display: inline-block;
  width: calc(1328px/10);
  height: 7vw;
  background: url(../images/efffect/vongtim.png) no-repeat;
  -webkit-animation: frametim 1s steps(10) infinite;
  animation: frametim 1s steps(10) infinite;
  margin-top: 0;
  z-index: 15;
  position: absolute;
  top: 0vw;
  left: 0.5vw;
}
/* End: Page 03 */
/* ================================== */
/* Begin: Page 04 */
.page04{
  background: url(../images/p4.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 7% 14% 0% 14%;
  margin-top: -2%;
  position: relative;
  height: 64vw;
  z-index: 4;
}
.page04 .title{
  max-width: 46%;
  margin: 0% auto 5%;
  animation: light 1.5s ease-in-out infinite;
}

.page04 .p4-gift-item ul li{
  display: inline-block;
  width: 25%;
  margin-right: 1vw;
  position: relative;
  cursor: pointer;
}

.page04 .p4-gift-item ul li:first-child{
  margin-left: 0;;
}
.page04 .p4-gift-item ul li .gift--bg{
  background: url(../images/p4-polygon.png) no-repeat center top;
  background-size: cover;
  width: 87%;
  overflow: hidden;
  position: relative;
  height: 18vw;
  padding: 4vw 2vw 2vw 2vw;
  text-transform: capitalize;
}

.page04 .p4-gift-item ul li.gift--item3 .gift--bg  img{
  margin-top:  -1.65vw;;
  margin-left: -1.5vw;
  width: 120%;
  max-width: unset;
}
.page04 .p4-gift-item ul li.gift--item4 .gift--bg  img{
  margin-top: -1vw;
  margin-left: 0vw;
  width: 80%;
  max-width: unset;
}
.page04 .p4-gift-item ul li.gift--item5 .gift--bg  img{
  margin-top: 0vw;
  margin-left: -2vw;
  width: 130%;
  max-width: unset;
}
.page04 .p4-gift-item ul li.gift--item6 .gift--bg  img{
  margin-top: -5vw;
  margin-left: -2.5vw;
  width: 140%;
  max-width: unset;
}
.page04 .p4-gift-item ul li .gift--bg h4{
  margin-top: 0.5vw;
  color: #fff;
  font-style: italic;
  font-size: 1.2vw;
  font-weight: 700;
}
.p4-gift-line2{
  transform: translate(9vw, -3vw);
}

/* End: Page 04 */
/* ================================== */
/* Begin: Footer */
footer{
  background: url(../images/footer-bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 5% 0 0% 0%;
  margin-top: -15%;
  position: relative;
  height: 22vw;
  z-index: 6;
}
footer ul li{
  display: inline;
}
footer h2{
  margin: 0;
  color: #fff;
}
footer p{
  color: #fff;
  margin: 0;
}
footer .f-social img:hover{
  filter: brightness(1.3);
  transition: 0.3s linear;
  transform: translateY(-3px);
}
footer .f-social img{
  width: 12%;
}
footer .f-txt{
  margin: 1.5% 0;
}
footer .f-logo img{
  width: 10%;  
}
/* End: Footer */
/* ================================== */
/* =========== Begin: Popup =========== */
.popup-notify{
  background: url(../images/popup-thongbao.png) no-repeat center center;
  background-size: 100%;
  width: 623px;
  height: 471px;
  position: fixed;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 25px 40px 25px;
}
.popup-notify .content-popup{
  width: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 330px;
  margin: auto;
}
.popup-notify .title-popup{
  font-family: facebook;
  font-size: 26px;
  color: #c2552b;
  text-shadow: 2px 0 0 #592510, 
  -2px 0 0 #592510, 
  0 2px 0 #592510, 
  0 -2px 0 #592510, 
  1px 1px #592510,
   -1px -1px 0 #592510, 
  1px -1px 0 #592510, 
  -1px 1px 0 #592510;

}
.popup-notify .title-popup h3{
  margin: 12px 0;
}
.popup-notify .close-popup{
width: 50px;
height: 50px;
position: absolute;
top: 10px;
right: 0;
cursor: pointer;
}
/* Begin: Popup Su Kien */


/* Begin: popup nhan code */
.popup-coppy-code {
  background: url(../images/coppy-bg.png) no-repeat center center;
  background-size: 100%;
  width: 705px;
  height: 378px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 148px 60px 60px 60px;
  z-index: 999999;
 }
 .popup-coppy-code input {
  width: 70%;
  height: 52px;
  background: #d9d9d9;
  color: #000;
  border: unset;
  outline: unset;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 1vw;
  font-size: 1.25rem;
}
.popup-coppy-code button {
  cursor: pointer;
  display: block;
  margin: 18px auto 0;
}

.popup-coppy-code .close-popup{
  position: absolute;
  top: 1%;
  right: -1%;
  height: 60px;
  width: 80px;
  cursor: pointer;
 }
.popup-nhancode {
  background: url(../images/giftcode-bg.png) no-repeat center center;
  background-size: 100%;
  width: 885px;
  height: 462px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 70px 20px 0px 424px;
  z-index: 999999;
  line-height: 28px;
 }
 .popup-nhancode .close-popup{
  position: absolute;
  top: 1%;
  right: -1%;
  height: 60px;
  width: 60px;
  cursor: pointer;
 }
 .popup-nhancode div{
  font-size: 1.25em;
  font-family: facebook;
  color: #ffb562;
  margin: 3% 0;
 }
 .bg-giftcode input,
 .popup-nhancode input{
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 3%;
  border: unset;
  outline: unset;
  border-radius: 8px;
  margin: 1% 0 3% 0;
  width: 64%;
  text-align: center;
  font-weight: 900;
  font-size: .9rem;
  font-family: facebook;
 }
 .bg-giftcode button{
  background: transparent;
  outline: unset;
  border: unset;
  display: block;
  text-align: center;
  margin: auto;
 }
 
 .popup-nhancode .title-popup{
  position: absolute;
  top: -4%;
  left: 42.5%;
 }
 .nhancode-btn{
  margin: unset!important;
 }
/* End: popup nhan code */

/* Begin: Popup page 02 */
/* tayuya */
/* Begin Thong Tin Tuong */
.close-popup-p2 {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 9999988;
  display: none;
  cursor: pointer;
}
.popup-p2-info {
  background-color: #0e1528;
  width: 100%;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 999999;
  border-radius: 4px;
  text-align: left;
  color: #fff;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
 }
 .close-popup-p2{
   position: fixed;
   top: 5%;
   right: 5%;
   z-index: 9999988;
   display: none;
   cursor: pointer;
 }
 .popup-p2-info .close-popup {
   position: absolute;
   top: 30px;
   right: 15px;
   cursor: pointer;
   z-index: 9999;
 }
 .figure-bg{
   z-index: 1;
 }
 .figure-bg img{
  width: 100%;
 }
.popup-tayuya .figure-ava{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  background: url(../images/1/popup-figure-ava.png) top center no-repeat;
  height: 35vw;
   width: 100%;
   background-size: cover;
}
.popup-mitsuki .figure-ava{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  background: url(../images/2/popup-figure-ava.png) top center no-repeat;
  height: 35vw;
   width: 100%;
   background-size: cover;
}
.popup-kabuto .figure-ava{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  background: url(../images/3/popup-figure-ava.png) top center no-repeat;
  height: 35vw;
   width: 100%;
   background-size: cover;
}
.popup-hiruko .figure-ava{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  background: url(../images/4/popup-figure-ava.png) top center no-repeat;
  height: 35vw;
   width: 100%;
   background-size: cover;
}
.popup-tien .figure-ava{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: showLogo 1s ease-in-out forwards;
  -moz-animation: showLogo 1s ease-in-out forwards;
  animation: showLogo 1s ease-in-out forwards;
  background: url(../images/4/popup-figure-ava.png) top center no-repeat;
  height: 35vw;
   width: 100%;
   background-size: cover;
}
 .popup-title{
  position: absolute;
  top: 50%;
  left: 16vw;
  width: 30%;
  transform: translate(0, -50%);
 }
 .figure-name{
   position: absolute;
   top: 0;
   left: 0;
   -webkit-animation: showLogo 1s ease-in-out forwards;
   -moz-animation: showLogo 1s ease-in-out forwards;
   animation: showLogo 1s ease-in-out forwards;
 }
 
 .figure-main-content{
   background: url(../images/popup-figure-bgsm.png) no-repeat center center;
   background-size: 100%;
   width: 81vw;
   height: 48vw;
   position: absolute;
   top: 35vw;
   left: 50%;
   padding: 0px 0px 0px 0px;
   z-index: 999999;
   margin: auto;
   transform: translate(-50%, 0);
   color: #000;
   line-height: 22px;
 }
 .figure-main-content > table{
   width: 72%;
   margin: 12vw 0vw 0vw 18vw; 
 }
 .puptt-skill{
  width: 14%;
 }
 .td-info{
   width: 50%;
 }
 .td-info-txt{
   width: 70%;
 }
 .td-info-skill{
   width: 80%;
 }
 .td-info-skill ul li{
   width: 35%;
 }
 .td-video{
  width: 50%;
  padding-right: 2%;
 }
 .td-video > div{
   padding: 0.25%;
   width: 100%;
   position: relative;
 }
 .td-video > div img{
  width: 100%;
 }
 .video-play{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 60%;
   cursor: pointer;
 }
 .video-play:hover{
   filter: brightness(1.2);
 }
.td-info-title{
   color: #7a0000;
   font-family: gothic;
   margin: 0;
   text-transform: capitalize;
   font-size: 22px;
 }
 /* .td-info table,.td-info th,.td-info td {
   border: 1px solid black;
   border-collapse: collapse;
 } */
 .td-info-txt tr{
   margin-bottom: 4%;
 }
 
 .pp-figure-icon{
   text-align: center;
 }
 .pp-figure-icon li{
   display: inline-block;
   width: 40%;
 }
 .pp-figure-icon li img{
   width: 100%;
 }
 /* End Thong Tin Tuong */

 /* Video trailer */
 .video-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 999;
  display: none;
}
.video-game {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 101;
  background: #c1c1c1 repeat left top;
  width: 100%;
  max-width: 80%;
  padding: .5%;
  color: #d3d3d3;
}
.video-game .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 101;
  cursor: pointer;
  width: 5%;
}

.pop-wating-open {
    position: fixed;
    text-align: center;
    z-index: 99999;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}
.pop-wating-open img{
	width:80%;
}

.pop-wating-open .wating-open-close img {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 42px;
}

.logo{
  max-width: 20%;
  width: 14%;
}
.logo img{
  width:100%;
}