 .nv-video .dark-mask{
   opacity: 1;
   z-index: 5;
 }
 .dark-mask .mask-play1, .dark-mask .mask-play2{
   height: auto!important;
 }
 .nv-video .dark-mask .mask-play1, .nv-video .dark-mask .mask-play2 {
  width: 4vw;
}
.nv-video .dark-mask:hover .mask-play1 .mask-play-effect {
  -webkit-animation-name: drift;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: drift;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
@keyframes drift {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==== Begin: 01. Defaul ==== */

@font-face {
  font-family: fb;
  src: url(../font/UTM-Facebook.ttf);
  font-family: Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: Appleberry;
  src: url(../font/SVN-Appleberry.ttf);
  font-family: Arial,Helvetica,sans-serif;
}
@font-face {
  font-family: helve;
  src: url(../font/UTMHelveBold.ttf);
  font-family: Arial,Helvetica,sans-serif;
}
@font-face {
  font-family: fb;
  src: url(../font/UTMFacebook.ttf);
  font-family: Arial,Helvetica,sans-serif;
}
html{
max-width: 1920px;
margin: auto;
}

body {
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #030201;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
img {
max-width: 100%;
vertical-align: bottom;
}
a {
-webkit-transition: 0.3s;
transition: 0.3s;
color: #0b0404;
text-decoration-line: unset;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
display: inline;
cursor: pointer;
}
audio {
display: none;
}
i, svg {
margin: 0 10px;
}
table, th, td, th {
vertical-align: middle !important;
}
section{
position: relative;
top: 0;
right: 0;
left: 0;
}
.clear {
clear: both;
}
.container {
padding: unset !important;
width: 1200px;
max-width: 1200px;
height: 100%;
  margin: auto;
}
.container::before, .container::after {
content: "";
display: table-cell;
}

#mask {
display: none;
position: fixed;
background: rgba(0, 0, 0, 0.85);
width: 100%;
height: 100%;
z-index: 22;top: 0;
left: 0;
}
.overflow-hidden {
overflow: hidden !important;
}
a:hover {
-webkit-text-decoration-line: unset;
text-decoration-line: unset;
}
.img_hv img:last-child {
display: none;
}
.img_hv:hover img:first-child {
display: none;
}
.img_hv:hover img:last-child {
display: inline-block;
}
.float-left{
float: left
}
.float-right{
float: right
}
@keyframes show-sb {
  0% {transform: scale(0);}
 10% {transform: scale(0.1);}
 20% {transform: scale(0.2);}
 30% {transform: scale(0.3);}
 40% {transform: scale(0.4);}
 50% {transform: scale(0.5);}
 60% {transform: scale(0.6);}   
 70% {transform: scale(0.7);}
 80% {transform: scale(0.8);}
 90% {transform: scale(0.9);}
100% {transform: scale(1);}
}
.show-sb{
  -webkit-animation: show-sb 0.5s ease-in-out forwards;
    animation: show-sb 0.5s ease-in-out forwards;
}

.content-scroll::-webkit-scrollbar {
  width: 12px;
}

.content-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.content-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn-hover{
outline: unset;
border: unset;
}
.tab {
display: none;
}
.tab.active {
display: block!important;
transition: 0.3 linear;
}
.mt-10{
margin-top: 10px;
}
.mr-10{
margin-right: 10px;
}

.open-beta{
  position: absolute;
  top: 80px;
  left: 2%;
  z-index: 13;
  width: 9vw;
  animation: pendulum1 2s cubic-bezier(.57,.07,.47,.84) infinite;
}
.open-beta > div{
  
}
.menubot_togg{
  display: none;
}
/* ==== End: Defaul ==== */

/* ==== Begin: 02. Garenal ==== */
.limit-line{
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: auto;
  margin: 1% auto 1%;
}
.ban {
background-color: rgba(0, 0, 0, 0.75);
width: 100%;
height: 100%;
position: absolute !important;
top: 0;
left: 0;
color: #fff;
text-align: center;
padding-top: 15%;
opacity: 1;
transition: 0.5s linear;
}
.ban:hover {
background-color: transparent;
transition: 0.5s linear;
opacity: 0;
}
.ban img {
cursor: pointer;
}
/* .ban .content-ban {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
.ban p {
color: #fff;
} */
.bright-12:hover img{
  filter: brightness(1.2);
}
.hide-menu {
  transform: translateY(-150%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.show-menu {
  animation: slide-in-anim .52s ease 0s 1 normal both;
}

@keyframes slide-in-anim {
  0% {
    opacity: 0;
    transform: translateY(-150%)
  }
  10% {
    opacity: 1;
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.wrapper {
height: 100%;
margin: 0 auto;
z-index: 2;
}

.d-none-pc{
display: none;
}
.mb{
display: none;
}
.pc{
display: block;
}

.middle{
  vertical-align: middle;
  display: initial;
}
.middle::before, .middle::after{
content: "";
display: table-cell;
}
.row:after, .row:before {
  display: table;
content: " ";

}
.row:after {
  clear: both;
}


.video{
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.video video{
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: transparent;
background-position: center center;
background-size: contain;
object-fit: cover;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
}
/* ==== End: Garenal ==== */

/* Menu PC */
.menu{
  z-index: 14;
}
.menu .menu-pc{
  background: url(../images/menu-bg2.png) top center no-repeat;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.menu .menu-pc ul{
  display: inline-flex;
  justify-content: space-between;
}
.menu .menu-pc ul li{
  display: inline-block;
  margin: 2vw 0.25vw 0vw 0.25vw;
  margin-top: 8px;
  max-width: 10%;
}
.menu .menu-pc ul li:last-child{
  margin-right: 32px;

}
.menu .menu-pc ul li.active img:first-child{
display: none;
}
.menu .menu-pc ul li.active img:last-child{
  display: inline-flex;
}
.menu .menu-pc-logo{
  max-width: 16%;
  margin-right: 32px;
}

/* ==== Begin: Menu Play ==== */
.p1-down{
position: relative;
  top: 50%;
  left: 1%;
  background: url(../images/p1-bg-download.png) no-repeat top center;
  padding: 0.5vw;
  width: 55%;
  max-width: 100%;
  margin-top: 1%;
  background-size: contain;
}
.p1-down > ul,
.p1-down > div{
display: inline-flex;
flex-wrap: wrap;
vertical-align: middle;
justify-content: center;
}
.p1-down > ul{
max-width: 100%;
width: 20%;
}
.p1-down .p1-qr{
width: 24%;
}
.p1-play{
width: 25%;
}
.p1-down > div{
max-width: 100%;
}
.p1-down > ul li{
display: block;
width: 100%;
margin-bottom: 4%;
}
.p1-down > ul li:last-child{
margin-bottom: 0;
}
.p1_menu{
position: absolute; 
right: 25%;
top: 2%;
max-width: 20%;
z-index: 9;
}
.p1_menu ul{
max-width: 100%;
}
.p1_menu ul li{
display: inline-block;
width: 48%;
cursor: pointer;
}
/* ==== End: Menu Play ==== */
/* ==== Begin: Footer ==== */
/* Begin Footerr */
.logo-footer {
  display: block;
  margin: auto;
  text-align: center;
  width: 15%;
  position: absolute;
  right: 1%;
  bottom: 2%;
}
.footer{
  /*background: url(../images/bg-footer.png) no-repeat center top;*/
  background: #492881;
  background-size: cover;
  width: 100%;
  overflow: visible;
  padding: 2% 0 0;
  margin-top: 0;
  z-index: 13;
  height: 18vw;
  text-align: left;
}
.footer table{
  width: 60%;
  margin: auto;
  
}
.footer .pics-footer{
  text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    overflow: inherit;
    color: #fff;
}
.footer .pics-footer img{
  width: 15%;
}
.footer p {
  color: #fff;
  font-size: 100%;
  line-height: 1.6;
}
.footer p strong{
  font-size: 120%;
}
/* End Footerr */
/* ==== End: Footer ==== */

/* ==== Begin ==== */
/* Begin Page 01 */
.p1-menu1{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
  z-index: 8;
  width: 22vw;
}
.p1-mn1{
  background: url(../images/mn1-bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 1% 1% 1% 1.5%;
  margin-top: 11vw;
  position: relative;
  height: auto;
  z-index: 5;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mn1-list{
  padding: 0 1.5% 0 1.5%;
  width: 80%;
}
.mn1-list ul li{
  margin-bottom: 0.2vw;
  display: list-item;
}
.mn1-list ul li:hover{
  filter: brightness(1.2);
}

.mn1-list ul li:last-child{
  margin-bottom: 0;
}
.mn1-giftcode{
  position: relative;
  width: 70%;
}
.mn1-qr{
  width: 70%;
}
.mn1-giftcode .mn1-gift-btn{
  position: absolute;
  bottom: 0.5vw;
  width: 85%;
  left: 50%;
  transform: translate(-50% , 0);
}
.page01-info {
  margin-top: -5%;
  z-index: 2;
}
.videomb{
  display: none;
}
.page01-info video{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  object-fit: contain;
  z-index: 6;
  position: absolute;
  top: -10%;
  z-index: 1;
}
.btn-trailer {
  position: absolute;
  top: 20%;
  width: 15%;
  height: 20%;
  cursor: pointer;
  left: 50%;
  z-index: 20;
  transform: translate(-50%,0);
}

/* End Page 01 */
  /* Block  - News */
  .p-news-bg{
      background: url(../images/news-bg.png) no-repeat center top;
      background-size: cover;
      width: 100%;
      overflow: hidden;
      padding: 0%;
      margin-top: -4%;
      position: relative;
      height: 55vw;
      z-index: 5;
      padding-top: 4vw;
      color: #fff;
  }
  .block-image{
    position: relative;
    position: relative;
    display: inline-flex;
    width: 100%;
    /* margin: 0.25vw 0 0.25vw 0; */
  }
  .p-news a,
  .p-news p{
    color: #fff;
  }
  .p-news .news-seemore{
    margin-top: 0.5vw;
    text-align: right;
    font-size: 0.9vw;
    margin-right: 1vw;
  }
  .p-news .news-seemore a{
    position: relative;
    /* right: 1%;
    bottom: 1%; */
    color: #3fc970;;
  }
  .p-news .news-seemore:hover a{
    color: #df4c2f;
  }
  .p-news .see_more a{
    position: absolute;
    right: 15vw;
    bottom: 2vw;
    color: #3fc970;
  }
  .p-news .see_more:hover a{
    color: #df4c2f;
  }
  .title-news{
    max-width: 27%;
    position: relative;
    top: 0;
    left: 0%;
    margin: 1% auto 1%;
  }
  .p-4icons{
    position: relative;
    max-width: 60%;
    margin: -2.5vw auto 1%;
  }
  .p-4icons li{
    display: inline-block;
    width: 18%;
    margin: 0% 2% 0% 2%;
  }
  /* Slide */
  .slide-bg{
    z-index: -1;
    position: absolute;
    left: 25%;
    top: -1vw;
    width: 38vw;
  }
  .slide-news{
    z-index: 0;
    width: 31.5vw;
    height: auto;
    position: relative;
    left: 1.5vw;
    top: 1vw;
  }
  .p-news .block-slide{
    background: url(../images/news-slide.png) no-repeat center top;
    background-size: contain;
    width: 57%;
    height: 23vw;
    float: unset;
    display: inline-block;
    position: relative;
    /* transform: translateY(-2vw); */
  }
  .p-news .slick-dots{
    position: absolute;
    bottom: 5%;
    left: 80%;
    width: 20%;
    transform: translate(-50%, 0);
    z-index: 5;
  }
  .p-news .slick-dots li{
    margin-left: 2%;
  }
  .p-news .slick-dots li.slick-active button{
    width: 40px;
    height: 10px;
    border-radius: 10px;
  }
  .p-news .slick-dots li button{
    background-color: #fff;
    border-radius: 100%;
    color: transparent;
    border: unset;
    outline: unset;
    width: 10px;
    height: 10px;
  }
  /* news */
  .block-news {
    background: url(../images/news-bgnews.png) no-repeat top center;
    background-size: 100%;
    width: 38%;
    height: 370px;
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .block-news .tab-menu{
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
    left: 0%;
    top: 5%;
    display: block;
    padding: 0% 4% 0% 4%;
    
  }
  .new-content{
    position: relative;
    max-width: 60%;
    display: inline-flex;
    margin: auto;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }
  .block-news .tab-menu ul{
    padding-top: 0.25vw;
  }
  .block-news .tab-menu ul li{
    width: 22%;
    display: inline-block;
    position: relative;
  }
  .block-news .tab-menu > p{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(90% ,-115%);
  }
  .icon-new{
    float: left;
    width: 6.5%;
  }
  .content-tab .tab{
    position: relative;
    width: 100%;
  }
  .block-news .tab-menu .img_hv.pc{
    display: inline-flex;
    width: 5vw;
  }
  .block-news .tab-menu ul li .img_hv.pc img:first-child{
    display: none;
  }
  .block-news .tab-menu ul li .img_hv.pc img:last-child{
    display: inline-block;
  }
  .block-news .tab-menu ul li.active .img_hv.pc img:first-child,
  .block-news .tab-menu ul li:hover .img_hv.pc img:first-child{
    display: inline-block;
  }
  .block-news .tab-menu ul li.active .img_hv.pc img:last-child,
  .block-news .tab-menu ul li:hover .img_hv.pc img:last-child{
    display: none;
  }

  .block-news .block-content span{
    background : #df4c2f;
    padding: 3px;
    border-radius: 1px;
    color: #ffffff;
    font-size: 0.8vw;
}
.block-news .block-image .pic{
  width: 7vw;
  overflow: hidden;
  height: auto;
}
.block-news .block-image .detail{
    overflow: hidden;
    text-align: left;
    margin-left: 10px;
    color: #f3aa37;
    width: 18vw;
}
.block-news .block-image .detail p{
  display: -webkit-box;
  max-width: 100%;
  height: 2.25vw;
  margin: 0 auto;
  line-height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8vw;
}
.block-news .block-image .detail h5{
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
  margin: auto;
  color: #df4c2f;
    font-size: 0.9vw;
}
.block-news .block-image .detail{
    overflow: hidden;
}
.block-news .tab-menu{
    text-align: left;
}

.block-news .block-content a > span {
    font-weight: 600;
}
.block-news .block-content p{
    margin: 7px 0;
}

.block-news .block-news ul li.active a{
    color: #f3aa37;
}
.content-tab{
  padding: 1.25vw 1.5vw;
  margin: auto;
}
.block-news .tab .tab-event-right {
    display: inline-flex;
    margin-left: 0.1vw;
    width: 14vw;
    text-align: left;
    font-size: 0.9vw;
}
.block-news .tab .tab-event-right p:nth-child(1) {
    width: 90%;
    padding: 0 1.5rem 0 0.22rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s linear;
}
.block-news .tab .tab-event-right p:nth-child(1):hover{
  color: #cc4429;
}
.block-news .block-content .date {
  position: absolute;
  right: 0;
  color: #a3a3a3;
  font-size: 12px;
}

.block-news .block-content {
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #d7d6d3;
  padding-bottom: 0.15vw;
  margin: 0.1vw 0;
}

.news-plus {
  position: absolute;
  right: 2vw;
  top: 1.5vw;
  width: 5%;
  cursor: pointer;
}
/* Begin: Huong dan */

/* End: Huong dan */
/* Begin: He  Thong Nhan Vat */

.block-nv{
  background: url(../images/nv-bg.jpg) no-repeat top center;
  background-size: 100%;
  height: 56vw;
  display: inline-block;
  padding: 4vw 9vw 2vw 15vw;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -6vw;
  font-size: 100%;
  overflow: hidden;
}
.block-nv .title{
  width: 46%;
  margin: auto;
}
.nv-flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5vw;
}
.nv-block-info {
  background: url(../images/nv-bginfo.png) no-repeat center center;
  background-size: cover;
  text-align: left;
  width: 19vw;
  height: 21vw;
  padding: 0.5vw 2vw;
  margin-top: 1vw;
  z-index: 5;
  color: #717171;
}
.nv-name{
  width:100%;
}
.nv-name img {
  width: 22vw;
}
.nv-intro h3 img{
  width: 11vw;
}
.nv-skill h3 {
  margin-bottom: 0.5vw;
}
.nv-skill h3 img{
  width: 5.5vw;
}
.nv-skill > div img{
  width: 13vw;
}
#hero-info {
  height: 6.85vw;
  overflow: hidden;
  font-size: 1vw;
}
.hero {
  position: absolute;
  z-index: -1;
  top: 22%;
  left: 52%;
  transform: translate(-50%, 0%);
  max-width: 100%;
  width: 26%;
}
.hero img{
  width: 26vw;
}
.hero-tobirama {
  position: absolute;
    z-index: -1;
    top: 27%;
    left: 52%;
    transform: scale(1.2) translate(-50%, 0%);
    max-width: 100%;
    width: 26%;
}
.hero-sasuke{
  position: absolute;
    z-index: -1;
    top: 35%;
    left: 51%;
    transform: scale(1.4) translate(-50%, 0%);
    max-width: 100%;
    width: 26%;
}
.hero-obito{
  position: absolute;
  z-index: -1;
  top: 24%;
  left: 52%;
  transform: scale(1) translate(-50%, 0%);
  max-width: 100%;
  width: 26%;
}
.hero-itachi{
  position: absolute;
    z-index: -1;
    top: 30%;
    left: 53%;
    transform: scale(1.1) translate(-50%, 0%);
    max-width: 100%;
    width: 26%;
}
.hero-minato{
  position: absolute;
  z-index: -1;
  top: 23%;
  left: 52%;
  transform: scale(1) translate(-50%, 0%);
  max-width: 100%;
  width: 24%;
}
.hero-madara{
  position: absolute;
    z-index: -1;
    top: 25%;
    left: 52%;
    transform: scale(1.1) translate(-50%, 0%);
    max-width: 100%;
    width: 26%;
}
.hero-onoki{
  position: absolute;
    z-index: -1;
    top: 33%;
    left: 52%;
    transform: scale(1.1) translate(-50%, 0%);
    max-width: 100%;
    width: 26%;
}
.hero_bg {
  transform: scale(1.2) translate(-72px, 0px);
  z-index: -2;
  position: absolute;
  top: 18%;
  left: 50%;
  opacity: 0.7;
}
.hero_bg i {
  background: url(../images/nv-effect.png) no-repeat center;
  background-size: cover;
  width: 688px;
  height: 688px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  animation: circle2 linear 90s infinite;
  -webkit-animation: circle2 linear 90s infinite;
  z-index: 1;
}
@keyframes circle2 {
  0% {
      transform: scale(.8) rotate(0);
      -webkit-transform: scale(.8) rotate(0);
  }
  100% {
      transform: scale(.8) rotate(-360deg);
      -webkit-transform: scale(.8) rotate(-360deg);
  }
}

@-webkit-keyframes circle2 {
  0% {
      transform: scale(.8) rotate(0);
      -webkit-transform: scale(.8) rotate(0);
  }
  100% {
      transform: scale(.8) rotate(-360deg);
      -webkit-transform: scale(.8) rotate(-360deg);
  }
}

.nv-menu-bg {
  background: url(../images/nv-bgicon.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 2.5vw 1.5vw 2vw 0vw;
  width: 22vw;
  height: 25vw;
}
.nv-menu ul li{
  width: 24%;
  display: inline-block;
  margin-bottom: 0.5vw;
  margin-left: 0.75vw;
}
.nv-menu ul li:hover{
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(0.9);
  transition: linear 0.3s;
}
.nv-menu ul li img{
  width: 100%;
}
/* End: He Thong Nhan Vat */
/* Begin: Video */
.p-clock{
  background: url(../images/video-bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 7% 12% 0% 12%;
  margin-top: -8%;
  position: relative;
  height: 58vw;
  z-index: 6;
}
.pc-txt{
  position: absolute;
  right: 34vw;
  top: 9vw;
  z-index: 5;
  width: 51%;
}
.pc-txt img{
  animation: light 1.5s ease-in-out infinite;
}
.pc-fb{
  position: absolute;
  right: 41vw;
  top: 29.5vw;
  width: 22%;
  z-index: 6;
}
.pc-figure{
  position: absolute;
  right: -6vw;
  top: 0vw;
  width: 74%;
}
.pc-txt img,
.pc-fb img,
.pc-figure img{
  width: 100%;
}
.pc-content{
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pc-fanpage{
  display: inline-block;
  width: 40%;
  background: url(../images/p5-bg-new.png) no-repeat center top;
  background-size: cover;
  /*padding: 6% 4% 0% 4%;*/
  padding: 0;
  position: relative;
  height: 37vw;
  z-index: 6;
  margin-right: -3%;
  margin-top: 0%;
}
.pc-clock{
  display: inline-block;
  position: relative;
  width: 50%;
}
.pc-clock div.effect-ani{
  width: 88%;
  margin: auto;
}
.pc-fanpage ul{
  width: 80%;
  margin: 3% 1% 1% 13%;
}
.pc-fanpage-link{
  text-align: center;
  margin: 1.5vw 1vw 0vw 2.5vw;
  /*width: 21vw;*/
  width: auto;
  overflow: hidden;
}
.pc-fanpage-img{
  width: 85%;
  margin: 0% 1% 1% 10%;
}
.pc-figure1{
  position: absolute;
  bottom: -11%;
  left: -18%;
  width: 80%;
}
.pc-fanpage ul li{
  display: inline-flex;
  width: 47%;
  margin-right: 4%;
}
.pc-fanpage ul li:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(1.1);
}
.pc-fanpage ul li:last-child{
  margin-right: 0;
}
/* =========== Begin : 08. Clock =========== */
#clock {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50% , 0) scale(1.5);
  width: 100%;
}
#clock span {
  position: relative;
  background: url(../images/p5-bg-clock.png) no-repeat center center;
  background-size: cover;
  width: 89px;
  height: 89px;
  display: inline-block;
  color: #ffa21a;
  font-size: 32px;
  padding-top: 18px;
  margin: 0 1%;
}
#clock span img {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}

/* =========== End : Clock =========== */
/* End: Page 04 */
  
/* ==== End: Wrapper ==== */

/* =========== 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: 33;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 25px 40px 25px;
}
.popup-notify .content-popup {
    width: 80%;
    overflow-x: hidden;
    height: 150px;
    /* margin: auto; */
    color: white;
    margin-top: 166px;
    margin-left: 31px;
    text-align: center;
}
.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 .content-popup h1 {
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.popup-notify .content-popup h2 {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.popup-notify .title-popup h3{
  margin: 12px 0;
}
.popup-notify .close-popup {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80px;
    right: 30px;
    cursor: pointer;
}
/* Begin: Popup Su Kien */

/* ==== Begin: Popup Defaul ==== */
.popup-defaul {
  background: url(../images/popup-defaul.png) no-repeat center center;
  background-size: 100%;
  width: 359px;
  height: 327px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  /* padding: 72px 38px 50px 50px; */
  z-index: 999999;
  color: #fff;
}
.popup-defaul .close-popup {
  position: absolute;
  top: -6%;
  right: -20%;
  cursor: pointer;
}
.popup-defaul .content-popup{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 80%;
  margin: auto;
}
.popup-defaul p{
  font-size: 1.5em;
}
.close-popup{
position: absolute;
top: 2%;
right: 2%;
height: 60px;
width: 60px;
cursor: pointer;
}

/* ==== End: Popup Defaul ==== */




/* 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: 1003px;
  height: 574px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 180px 40px 0px 164px;
  z-index: 999999;
  line-height: 28px;
 }
 .popup-nhancode .close-popup{
  position: absolute;
  top: 22%;
  right: 0%;
  height: 190px;
  width: 170px;
  cursor: pointer;
 }
 .popup-nhancode div{
  font-size: 22px;
  line-height: 32px;
  color: #ffb562;
  margin: 1.5% 0;
  /* font-weight: 700; */
 }
 .bg-giftcode input,
 .popup-nhancode input{
  background-color: rgba(255, 255, 255, 0.2);
  color: #030201;
  padding: 12px;
  border: unset;
  outline: unset;
  border-radius: 4px;
  margin: 0% 0 2% 0;
  width: 36%;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
 }
 .bg-giftcode button{
  background: transparent;
  outline: unset;
  border: unset;
  display: block;
  text-align: center;
  margin: auto;
 }
 .nhancode-btn:hover{
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(1.1);
 }
 .popup-nhancode .title-popup{
  position: absolute;
  top: -4%;
  left: 42.5%;
 }
 .nhancode-btn{
  margin: unset!important;
 }
/* End: popup nhan code */
/* popup login normal */
.pop-login-normal{
  background: url(../images/popup-login.png) no-repeat center center;
  background-size: 100%;
  width: 710px;
  height: 466px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 156px 150px 60px 150px;
  z-index: 999999;
}
.pop-login-normal .content-popup ul li{
  display: block;
  width: 100%;
  background-color: #000;
  margin-bottom: 18px;
  height: 47px;
  border-radius: 5px;
  text-align: center;
  padding: 0 26px;
  position: relative;
}
.pop-login-normal .content-popup ul li:hover{
  cursor: pointer;
  filter: brightness(1.2);
  transition: 0.2s linear;
}
.pop-login-normal .content-popup ul li > a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-family: gothic;
  font-size: 18px;
}
.pop-login-normal .content-popup ul li > a span{
  margin-left: 18px;
}
.pop-login-normal .content-popup ul li.normal-fb{
  background-color: #2274b9;
}
.pop-login-normal .content-popup ul li.normal-gg{
  background-color: #8e0000;
}
.pop-login-normal .content-popup ul li.normal-mg{
  background-color: #c12126;
}
.pop-login-normal .content-popup ul li.normal-mg{
  background-color: #c12126;
}
.pop-login-normal .content-popup ul li img{
 position: absolute;
 top: 50%;
 left: 26px;
 transform: translate(-0, -50%);
}

.pop-login-normal  .close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 42px;
    height: 52px;
    cursor: pointer;
    opacity: 1;
}
.pop-login-normal .close:before, 
.pop-login-normal .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 4vw;
  width: 0.45vw;
  background-color: #592510;
  border-radius: 0.5vw;
  
}
.pop-login-normal .close:before{
  transform: rotate(45deg);
} 
.pop-login-normal .close:after{
  transform: rotate(-45deg);
}

/*End: popup login normal */


/* =========== Begin: menu right =========== */
.menu-right {
  position: fixed;
  right: 0%;
  top: 8vw;
  z-index: 900;
  width: 11%;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  transition: 0.3s linear;
}
.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: 0% 0% 12% 0%;
}
.hide-mr{
  position: fixed;
  right: 102%;
  top: 55%;
  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;
}
.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;
}
.logo-round{
  max-width: 87%;
  margin: 0% 0% 1% 9%;
}
.logo-round img{
  width: 95%;
  animation: light 1.5s ease-in-out infinite;
}

.main-ctas{
  max-width: 86%;
  margin: 0% 0% 0% 8%;
}
.main-ctas ul li{
  margin-bottom: 4%;
}
.main-ctas ul li img{
  width: 100%;
  padding: 0.25vw 0;
}
.mr-top{
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%,0);
  max-width: 32%;
  cursor: pointer;
}
.mr-top:hover{
  transform: translate(-50%,0);
  animation: hover-center-scale 1.5s ease-in-out infinite;
  transition: 0.3s;
  filter: brightness(1.2);
}
.mr-info{
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin: 4% auto;
  max-width: 80%;
}
.mr-info a{
  color: #fff;
  text-decoration: unset;
}
.p-ctas{
  /* margin: 0% 0% 0% 16%; */
  z-index: 100;
  position: relative;
}
.p-ctas ul li{
  max-width: 35%;
  display: inline;
  margin: 0 0% 0 0%;
}

.p-ctas ul li:nth-child(2){
  margin: 0% 2%;
}
.p-ctas ul li img {
  width: 26%;
}
/* =========== End: menu right =========== */
.info-user {
    color: white;
    line-height: 9px;
    font-family: 'fb';
    font-size: 13px;
}
.mgp-blue{
	color: #03a9f4 !important;
}
.info-user .mgp-doi-xu{
	color: #03a9f4;
}
.info-user .mgp-memberxu{
	color:yellow;
}
.info-user a{
	color:white;
}

.pop-wating-open {
    position: fixed;
    text-align: center;
    z-index: 33;
    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;
}
.swal2-container.swal2-center>.swal2-popup{
	z-index:9999;
}

.content-news{
	min-height:400px;
}

.title-detail {
    background: url(../images/bg-title.png) no-repeat center top;
    position: absolute;
    left: 50%;
    margin-top: -80px;
    width: 424px;
    height: 112px;
    padding: 1.5% 9%;
    transform: translate(-50%, 0);
    font-size: 45px;
    font-family: fb;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}

/* popup */
#toolbar{
    height: 44px;
    width: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0.5vw;
    z-index: 999;
}
#toolbar .logo-mobile {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 40px;
    margin: 4px auto 0;
    position: relative;
}
#toolbar .open-left{
    position: relative;
    width: 25px;
    height: 20px;
    margin: 16px 10px;
    float: left;
}
#toolbar .open-right{
    margin: 10px;
    width: 20px;
}
#toolbar span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: .4s ease-in-out;
}
#toolbar span:nth-child(1) {
  top: 0;
}
#toolbar span:nth-child(2) {
  top: 9px;
}
#toolbar span:nth-child(3) {
  top: 18px;
}
    
#toolbar .open-right{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
#toolbar i, svg{
    width: 16px;
    height: 19px;
    margin: 13px 13px 0 0;
    color: #fff;
}