/* =================================   
======== TABLE OF CONTENTS ========
 Defaul
 General
 Menu on TOP
Menu Right for PC
Menu Play
 Footer
 Wrapper
	 - Block 01 - News
	 - Block he thong nhan vat
	 - Block slide
mb - mobile
Popup Login
Popup Defaul
Popup Slide
 =================================   */


/* ==== 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(../style/assets/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: 9999;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
}
.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;
}
.mt-10{
margin-top: 10px;
}
.mr-10{
margin-right: 10px;
}
/* ==== 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;
}
.pos-ab{
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
}
.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 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% 18% 0%; /* tăng phần trên */
}

.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% 6% 9%;
}
.logo-round img{
  width: 95%;
  animation: light 1.5s ease-in-out infinite;
}
.btn-gift{
  
}
.main-ctas{
  max-width: 86%;
  margin: 0% 0% 0% 8%;
}
.main-ctas ul li{
  margin-bottom: 4%;
}
.main-ctas ul li img{
  width: 100%;
}
.mr-top{
  position: absolute;
  bottom: -5.5%;
  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 */
/* Menu PC */
.menu{
  z-index: 5;
}
.menu .menu-pc{
  background: url(../images/menu-bg.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 1.5vw 0vw 0.5vw;
  margin-top: 16px;
  max-width: 17%;
}
.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-size: cover;
  width: 100%;
  overflow: visible;
  padding: 6% 0 0;
  margin-top: -11%;
  z-index: 13;
  height: 18vw;
  text-align: left;
}
.footer table{
  width: 60%;
  margin: auto;
  
}
.footer table .pics-footer{
  text-align: center;
}
.footer table .pics-footer img{
  width: 80%;
}
.footer p {
  color: #fff;
  font-size: 100%;
  line-height: 1.6;
  font-style: italic;
}
/* End Footerr */
/* ==== End: Footer ==== */

/* ==== Begin ==== */
/* Begin Page 01 */
.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: cover; */
  z-index: 6;
  position: absolute;
  top: 0%;
  z-index: 1;
}
.btn-trailer {
  position: absolute;
  top: 20%;
  width: 15%;
  height: 20%;
  cursor: pointer;
  left: 50%;
  z-index: 20;
  transform: translate(-50%,0);
}

.ctas-block {
  background: url(../images/head-bgsm.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 28vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  width: 27%;
  padding: 1vw 0vw 1vw 0vw;
}
.ctas-block > ul > li{
  display: inline-block;
  max-width: 25%;
  margin-right: 0.5 vw;
}

.ctas-block > ul > li:last-child{
  margin: 0;
}
.ctas-button{
  max-width: 32%!important;
}
.ctas-button > ul li{
  display: block;
  width: 100%;
  margin-bottom: 0.25vw;
}
.ctas-button > ul li:hover img{
  filter: brightness(1.2);
}
.ctas-button > ul li:last-child{
  margin: 0;
}
.ctas-button > ul li img{
  width: 100%;
}
/* 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: -5%;
    position: relative;
    height: 59.5vw;
    z-index: 5;
    padding-top: 6.5vw;
  }
  .block-image{
    position: relative;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  .p-news .news-seemore{
    margin-top: 0.5vw;
  }
  .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: revert;
    right: 15vw;
    bottom: 2vw;
    color: #3fc970;
  }
  .p-news .see_more:hover a{
    color: #df4c2f;
  }
  .title-news{
    max-width: 26%;
    position: relative;
    top: 0;
    left: 0%;
    margin: 1% auto 1%;
  }
  .p-4icons{
    position: relative;
    max-width: 79%;
    margin: -1% auto 1%;
  }
  .p-4icons li{
    display: inline-block;
    width: 22%;
    margin: 0% -2% 0% -2%;
  }
  .p-4icons li.p-4icons--tanthu{

  }
  .p-4icons li.p-4icons--giftcode{
    margin: 0% -2% 0% -6%;
  }
  .p-4icons li.p-4icons--trochoi{
    margin: 0% -5% 0% -1%;
    width: 23.5%;
  }
  .p-4icons li.p-4icons--trochoi img{
    width: 100%;
  }
  .p-4icons li.p-4icons--lotrinh{

  }
  /* Slide */
  .slide-bg{
    z-index: -1;
    position: absolute;
    left: 0vw;
    top: 0.5vw;
    width: 40vw;
  }
  .slide-news{
    z-index: 0;
    width: 38.5vw;
    height: 19.5vw;
    position: relative;
    left: 0.5vw;
    top: 1.25vw;
  }
  .p-news .block-slide{
    width: 41vw;
    height: 20vw;
    display: inline-block;
    position: relative
  }
  .p-news .slick-dots{
    position: absolute;
    bottom: 1vw;
    left: 50%;
    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: 28.5vw;
    height: 22vw;
    display: inline-block;
    padding: 0.5vw 0.25vw 0.25vw 0.25vw;
    position: relative;
    z-index: 3;
    margin-left: 0vw;
    transform: translate(0vw, -1.5vw);
}
  .block-news .tab-menu{
    background: url(../images/news-contain-txt.png) no-repeat top center;
    background-size: 100%;
    width: 27vw;
    height: 5vw;
    display: inline-block;
    padding: 1vw 0vw 0vw 5vw;
    position: relative;
  }
  .block-news .tab-menu ul{
    padding-top: 0.25vw;
  }
  .block-news .tab-menu ul li{
    width: 25%;
  }
  .block-news .tab-menu > p{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(90% ,-115%);
  }
  .icon-new{
    float: left;
    width: 6.5%;
  }
.news-tab--marg_content{
  margin-top: 10px;
}
  .block-news .tab-menu .img_hv.pc{
    display: inline-flex;
    width: 4.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;
}
.block-news .block-image .pic{
  width: 7vw;
  overflow: hidden;
  height: auto;
}
.block-news .block-image .detail{
    overflow: hidden;
    text-align: left;
    margin-left: 0.725vw;
    color: #f3aa37;
    width: 17vw;
}
.block-news .block-image .detail p{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin: auto;
}
.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;
}
.block-news .tab .tab-event-right {
  display: inline-flex;
  margin-left: 0.25vw;
  width: 18vw;
  text-align: left;
}
.block-news .tab .tab-event-right p:nth-child(1) {
    width: 100%;
    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 {
    font-style: italic;
    position: absolute;
    right: 0;
    color: #a3a3a3;
    font-size: 8px;
}

.block-news .block-content {
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #d7d6d3;
}
.block-news .content-tab{
  padding: 0.75vw 1.725vw 0.75vw 1vw;
}
.news-title--tab{
  display: inline-block;
  font-size: 110%;
  margin: 0.075vw;
}
.block-news .tab-menu ul li.active .news-title--tab{
  color: #fff;
}
.news-plus {
  position: absolute;
  right: 1vw;
  top: 1.075vw;
  width: 5%;
  cursor: pointer;
}
/* Begin: Huong dan */

/* End: Huong dan */

/* Begin: He Thong Nhan Vat */
.block-nv{
  background: url(../images/nv-bg.png) no-repeat top center;
  background-size: 100%;
  height: 68vw;
  display: inline-block;
  padding:6vw 15vw 2vw 4vw;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -9vw;
  font-size: 100%;
  overflow: hidden;
}
.block-nv .title{
  max-width: 32%;
  margin: auto;
  transform: translateX(6.5vw);
}
.nv-content-tab .tab{
  position: relative;
}
.nv-content-tab h3{
  font-family: helve;
  margin: 0;
  font-size: 200%;
  color: #fff;
  /* text-shadow: 1px 1px 0 #771d4a, 
  -1px -1px 0 #771d4a, 
  1px -1px 0 #771d4a,
  -1px 1px 0 #771d4a, 
  1px 1px 0 #771d4a; */

  text-shadow: rgb(119, 29, 74) 3px 0px 0px, rgb(119, 29, 74) 2.83487px 0.981584px 0px, rgb(119, 29, 74) 2.35766px 1.85511px 0px, rgb(119, 29, 74) 1.62091px 2.52441px 0px, rgb(119, 29, 74) 0.705713px 2.91581px 0px, rgb(119, 29, 74) -0.287171px 2.98622px 0px, rgb(119, 29, 74) -1.24844px 2.72789px 0px, rgb(119, 29, 74) -2.07227px 2.16926px 0px, rgb(119, 29, 74) -2.66798px 1.37182px 0px, rgb(119, 29, 74) -2.96998px 0.42336px 0px, rgb(119, 29, 74) -2.94502px -0.571704px 0px, rgb(119, 29, 74) -2.59586px -1.50383px 0px, rgb(119, 29, 74) -1.96093px -2.27041px 0px, rgb(119, 29, 74) -1.11013px -2.78704px 0px, rgb(119, 29, 74) -0.137119px -2.99686px 0px, rgb(119, 29, 74) 0.850987px -2.87677px 0px, rgb(119, 29, 74) 1.74541px -2.43999px 0px, rgb(119, 29, 74) 2.44769px -1.73459px 0px, rgb(119, 29, 74) 2.88051px -0.838247px 0px;


  text-transform: uppercase;

}
.nv-content-tab span{
  text-transform: capitalize;
  font-size: 70%;
}
.nv-main{
  margin-top: 2vw;
  position: relative;
}
.nv-bg{
  background: url(../images/nv-bgnv.png) no-repeat top center;
  background-size: 100%;
  height: 40vw;
  display: inline-block;
  padding: 3vw 5vw 7vw 8vw;
  position: relative;
  z-index: 5;
  width: 60%;
  text-align: left;
}
.nv-info{

}
.nv-info p{
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 6% 0 2%;
}

.nv-info--headline{
  margin: 2% 0% 1% 0%;
  width: 26%;
}
.nv-figureimg{
  position: absolute;
  top: -2.75vw;
  right: -6vw;
  z-index: 8;
  width: 42%;
}
.nv-bg h3 img{
  max-width: 32%;
}
.nv-skill{
  max-width: 80%;
  margin-top: 4%;
}
.nv-skill img{
  width: 10%;
  display: inline-block;
}
.nv-skill ul li {
  display: inline-block;
  max-width: 46%;
  width: 50%;
  margin-bottom: 2%;
}
.nv-skill ul li > div{
  display: inline-block;
}
.nv-skill--level_active{
  width: 13.725%;
  height: 0.725vw;
  background-color: #e0480a;
  margin-left: 0.25%;
  border-radius: 0.125vw;
}
.nv-skill--level{
  width: 13.725%;
  height: 0.725vw;;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 0.25%;
  border-radius: 0.125vw;
}
.nv-video{
  max-width: 36%;
  position: relative;
  border: 3px solid #f69900;
  
}
.nv-mask{
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
.nv-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 3;
  cursor: pointer;
}
.nv-tab-menu{
  max-width: 30%;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -5%;
}
.nv-tab-menu li{
  margin: 0% 2%;
}
.nv-content-tab h4{
  margin: 2% 0% 0% 0%;
  width: 26%;
}
.slick-initialized .slick-slide.slick-active .tab{
  opacity: 1!important;display: inline;
}
.slick-initialized .slick-slide .tab{
  opacity: 0!important;
  display: none;
}
.slick-next {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translate(0, -50%);
  color: transparent;
  background: transparent;
  outline: transparent;
  border: transparent;
}
.slick-prev {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translate(0, -50%);
  color: transparent;
  background: transparent;
  outline: transparent;
  border: transparent;
  z-index: 5;
}
.slick-slider .slick-prev::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/btn-prev.png) top center no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-25px);
}
.slick-slider .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/btn-next.png) top center no-repeat;
  width: 5vw;
  height: 5vw;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-25px);
}
  
.slick-slide {
  padding: 0px;
  text-align:center;
  margin-right:5px;
  margin-left:5px;
}

.nv-content-tab .slick-list{
  overflow: visible;
}
/* End: He Thong Nhan Vat */
/* Begin: Video */
.p-video .title{
  max-width: 30%;
  margin: auto;
  text-align: center;
  margin-bottom: 9%
}
.dark-mask {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  cursor: pointer;
}

.dark-name {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: left;
  padding: 14px;
  white-space: nowrap;
  font-style: italic;
  text-transform: capitalize;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  justify-content: center;
  align-items: center;
}
.dark-mask .mask-play1, 
.dark-mask .mask-play2 {
  width: 84px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-video{
  background: url(../images/video-bg.png) no-repeat top center;
  background-size: 100%;
  height: 64vw;
  padding: 10vw 0vw 10vw 0vw;
  position: relative;
  z-index: 5;
  text-align: left;
  margin-top: -15vw;
}
.video-main .tab-menu{
  position: absolute;
  text-align: left;
  background: url(../images/v-tab-bg.png) no-repeat top center;
  background-size: 100%;
  width: 25vw;
  height: 6vw;
  left: 1.5%;
  top: -19%;
  display: inline-block;
  padding: 1vw 1vw 2vw 1vw;
  z-index: 6;
}
.video-main .tab-menu ul li{
  display: inline-flex;
  max-width: 30%;
}
.video-main{
  max-width: 70%;
  margin: auto;
  position: relative;
}
.video-main .video-contain  .tab > ul > li{
  position: relative;
  display: inline-block;
  justify-content: center;
}
.video-main .video-contain .tab > ul > .pvideo-frame2{
  width: 42%;
}
.video-main .video-contain .tab > ul > .pvideo-frame1{
  width: 23%;
}
.video-main .video-contain .tab > ul > .pvideo-frame3{
  width: 23%;
  margin-left: 1%;
  position: relative;
}
.video-main .video-contain .tab > ul > .pvideo-frame3 li{
  width: 100%;
    margin: 1%;
    position: relative;
    display: block;
}
.pvideo-frame1 > ul li,
.pvideo-frame2 ,
.pvideo-frame3 > ul li
{
  border: 0.25vw solid #000;
}
.video-main .video-contain .tab > ul > .pvideo-frame1 li:first-child,
.video-main .video-contain .tab > ul > .pvideo-frame3 li:first-child{
margin-bottom: 4%
}
.video-main .video-contain  ul .pvideo-hv:hover .dark-name{
  opacity: 0;
}
.video-main .video-contain  ul .pvideo-hv:hover .dark-mask{
  opacity: 1;
}
.video-main .video-contain ul li.pvideo-hv >img{
  width: 100%;
}
.pvideo-frame1 ul{
  margin-left: 1%;
}
.pvideo-frame1 ul li{
  width: 100%;
  margin: 1%;
  position: relative;
  display: block;

}
.p-video .tab-menu ul .img_hv.active img:first-child {
  display: none;
}
.p-video .tab-menu ul .img_hv.active img:last-child {
  display: inline-block;
}
/* End: Video */
/* End: Page 04 */
  
/* ==== End: Wrapper ==== */


/* ==== Begin: Popup Login ==== */
/*
.pop-login {
  background: url(../images/popup-login-bg.png) no-repeat center center;
  background-size: 100%;
  width: 594px;
  height: 506px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 110px 80px 50px 80px;
  z-index: 999999;
  color: #fff;
}
.pop-login-close {
  position: absolute;
  top: 75px;
  right: 60px;
  width: 10%;
  height: 15%;
  cursor: pointer;
}

.login-box .tab {
  display: none;
}
.login-box .tab.active {
  display: block;
}
.login-menu {
  max-width: 300px;
  margin: 0 auto 3%;
}
.login-menu li {
  display: inline-block;
  margin: 0 3px;
}
.login-menu li+li {
  position: relative;
}
.login-menu li+li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/line.png) no-repeat left top;
  width: 2px;
  height: 37px;
}
.login-menu li a {
  text-decoration: none;
  width: 124px;
  display: block;
  color: #838081;
  font-size: 18px;
  font-weight: bold;
  font-family: Zeroo;
}
.login-menu li a:hover,.login-menu li.active a {
  color: #b4733f;
}
.login-box {
  margin: 0 auto;
  max-width: 300px;
}
.login-box input {
  background: none;
  border: 2px solid #000;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  background-color: #004359;
  font-family: Appleberry;
}
.login-submit {
  margin-top: 10px;
}
.social {
  max-width: 300px;
  text-align: left;
  color: #838081;
  margin: 15px auto 0;
  border-top: 1px solid #c6a787;
  padding-top: 15px;
}
.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  font-family: Arial,Helvetica,sans-serif;
}
.social li img {
  max-width: 30px;
}
.login-box .tab:last-child input {
  padding: 8px;
  margin-top: 7px;
}
*/
/* ==== End: Popup Login ==== */

/* ==== Begin: Popup Defaul ==== */
.popup-defaul {
  background: url(../images/popup-defaul.png) no-repeat center center;
  background-size: 100%;
  width: 577px;
  height: 590px;
  position: fixed;
  text-align: center;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 330px 44px 50px 80px;
  z-index: 999999;
  color: #fff;
}
.popup-defaul .close-popup{
  position: absolute;
  top: 45%;
  right: 0%;
  cursor: pointer;
}

.popup-defaul p{
  font-size: 2em;
  font-family: Appleberry;
}
.close-popup{
position: absolute;
top: 2%;
right: 2%;
height: 60px;
width: 60px;
cursor: pointer;
}

/* ==== End: Popup Defaul ==== */
/* ==== Begin: 13. Popup Trailer ==== */

.video-bg,
.video-popup,
.nv-popup {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: transparent;
z-index: 99999;
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: 60%;
padding: .5%;
color: #d3d3d3;
}
.video-game iframe{
  height: 35vw;
}
.video-game > div {
-webkit-animation: showVideo 0.5s ease-in-out forwards;
animation: showVideo 0.5s ease-in-out forwards;
}
.video-close {
position: absolute;
right: -30px;
top: -50px;
z-index: 101;
cursor: pointer;
width: 15%;
}
.video-game .video-close{
  position: absolute;
  right: -7vw;
  top: 0px;
  z-index: 101;
  cursor: pointer;
  width: 15%;
}
/* ==== Begin: 13. Popup Trailer ==== */

/* Begin: Popup Slide */
.content-popup::-webkit-scrollbar {
  width: 12px;
}

.content-popup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.content-popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.popup-slide-page4 {
  background: url(../images/popup-game-bg.png) no-repeat center center;
  background-size: 100%;
  width: 541px;
  height: 730px;
  position: fixed;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 25px 40px 25px;
}

.popup-slide-page4 .close-popup{
  position: absolute;
  top: 0;
  right: -20px;
  width: 64px;
  height: 78px;
  cursor: pointer;
}

.popup-slide-page4 .content-popup {
  height: 655px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 2%;
}
/* End: Popup Slide */


/* Menu Mobile */
.menu-mb{
  position: fixed;
    top: 6vw;
    z-index: 99999;
    left: 0;
}
.menu .menu-mb{
  background-color: #0b1224;
    position: absolute;
    width: 100%;
    height: 60px;;
    top: 0;
    left: 0;
    border-bottom: 5px solid rgba(18, 159, 192, 0.82);
  }
  #toolbar{
    height: 44px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 99;
    width: 50px;
  }
  
  #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 i, svg{
    width: 16px;
    height: 19px;
    margin: 13px 13px 0 0;
    color: #fff;
  }
  #menu-left--mb {
    left: -1000%;
  }
  
  
  #menu-left--mb {
    z-index: 999999999;
    width: 265px;
    max-width: 265px;
    height: 100%;
    padding-left: 0;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    top: 0;
  }
  .menu-right-top{
    height: 44px;
    background: #383838;
  }
  .menu-right-close{
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    float: right;
    top: 0;
    left: 0;
  }
  #menu-left, #menu-right i,svg{
    width: 16px;
    height: 19px;
    display: block;
    margin: 13px auto 0;
    color: #909090;
  }
  .menu-left-close{
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    float: right;
    top: 10px;
    right: -15%;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 100%;
  }
  
  .menu-left-close i, .menu-left-close svg{
    display: block;
    margin: 10px auto 0;
    color: #909090;
  }     
  #menu-left, #menu-right .menu-left-top{
    background: #383838;
    padding: 6px 2px;
  }
  #menu-left .menu-left-close{
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
  }
  .menu-left-close i,svg{
    width: 16px;
    height: 19px;
    display: block;
    margin: 10px auto 0;
    color: #909090;
  }
    
  .menu-left-close h4 {
    color: #fff;
    background: #383838;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    font-size: .8rem;
    font-weight: 600;
  }
  .menu-left-logo, .menu-right-logo{
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px!important;
    height: 45px;
    margin: 15px auto!important;
    position: relative;
  }
  ul.menu-left-list, ul.menu-right-list{
    text-align: left;
    margin: unset;
    width: 100%;
  }
  ul.menu-left-list li, ul.menu-right-list li{
    display: block;
    border-top: 1px solid #909090;
    color: #ddd;
    font-size: 16px;
    text-transform: capitalize;
    background-color: transparent;
    padding: 15px 35px !important;}
  ul.menu-left-list li::after, ul.menu-right-list li::after {
  
    position: absolute;
    right: 15px;
    width: 6px;
    height: 10px;
    background-position: 89px 299px;
  }
  ul.menu-left-list a, ul.menu-right-list a{
    color: #fff;
  }
  
  /* ==== End: Menu ==== */
.slick-next:hover, 
.slick-prev:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: translate(0, -50%) scale(0.9);
}
.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;
}
.nv-tab-menu li:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition: cubic-bezier(0.45, -0.85, 0.55, -0.45) 0.2s;
  transform: scale(0.90);
}

.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;
}
.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;
}
.nv-slide-icon li.slick-current,
.nv-slide-icon li.active {
    position: relative;
}

.nv-slide-icon li.slick-current::before,
.nv-slide-icon li.active::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    padding: 7px;
    background: conic-gradient(
        transparent 0deg,
        transparent 280deg,
        #fff 320deg,
        #ffd700 340deg,
        #fff 360deg
    );
    animation: nvRotate 1.2s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes nvRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}