@charset "utf-8";
/* CSS Document */
*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #741a23;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none
}
*:focus {
  outline: none
}
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background: none
}
body, html {
  padding: 0;
  margin: 0;
  background: #e64546
}
body.openedPopup {
  height: 100vh;
  overflow: hidden
}
ul {
  list-style: none;
  margin: 0
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.relative-content {
  position: relative;
}
.content-container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.content-container3 {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.content-container2 {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-a {
  position: absolute;
}
.p-r {
  position: relative;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t {
  text-indent: -9999em;
  overflow: hidden;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.wrapper {
  /*max-width: 1920px;*/
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
@font-face {
  font-family: 'roboto_bold';
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_medium';
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_light';
  src: url("../font/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '1FTV-Wolfers';
  src: url("../font/1FTV-Wolfers.regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-1FTV-Wolfers {
  font-family: '1FTV-Wolfers';
}
.f-roboto-light {
  font-family: 'roboto_light';
}
.f-roboto-medium {
  font-family: 'roboto_medium';
}
.f-roboto-bold {
  font-family: 'roboto_bold';
}
.wrapper {
  overflow: hidden;
  transform-origin: top left
}
.container {
  display: block;
  margin: 0 auto;
  width: 1280px;
  max-width: calc(100% - 100px * 2)
}
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 30px * 2)
  }
}
@media (orientation: portrait) {
  .container {
    max-width: calc(100% - 30px * 2)
  }
}
.wrapper {
  width: 2000px
}
@media (max-width: 575px) {
  .wrapper {
    width: 768px
  }
}
@media (orientation: portrait) {
  .wrapper {
    width: 768px
  }
}
.section {
  position: relative;
  display: block;
  max-width: 100%
}
.section__background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px
}
.section__background img, .section__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px
}
.section--auto_height .section__content {
  display: block;
  position: static
}
.section__background .background {
  width: 100%;
  height: 100%
}
.section--auto_height .section__inner {
  padding-top: 30px;
  padding-bottom: 200px;
  position: relative
}
/*********************** header menu *******************/
.header{
	width: 100%;
	position: absolute;
}
/********* menu xo mobile ***************/
nav {
  width: 100%;
  position: fixed;
  z-index:0;
  background-color: rgba(255, 255, 255, 1);
  height: 35px;
  top: 0;
}
@media only screen and (min-width : 360px) {
	nav {
	  height: 37px;
	}
    .header-menu .logo {
        width: 10%!important;
    }
}
@media only screen and (min-width : 375px) {
	nav {
	  height: 39px;
	}
}
@media only screen and (min-width : 412px) {
	nav {
	  height: 43px;
	}

    .header-menu .logo {
        width: 13%!important;
    }
}
@media only screen and (min-width : 480px) {
	nav {
	  height: 49px;
	}
}
@media only screen and (min-width : 540px) {
	nav {
	  height: 55px;
	}
}
@media only screen and (min-width : 600px) {
	nav {
	  height: 63px;
	}
}
@media only screen and (min-width : 768px) {
	nav {
	  height: 76px;
	}
}
@media only screen and (min-width : 800px) {
	nav {
	  height: 80px;
	}
}
@media only screen and (min-width : 820px) {
	nav {
	  height: 82px;
	}
}
@media only screen and (min-width : 912px) {
	nav {
	  height: 90px;
	}
}
@media only screen and (min-width : 992px) {
	nav {
	  height: 63px;
	  padding: 30px 0 0 0;
	}
}
/**************************/
.header-menu{
    width:100%;
    margin:5% 0 0 1%;
}
.header-menu .logo{
	float: left;
	display: inline-block;
    transform: translateY(-50%);
	width:15%;
	margin:4% 30% 0 2%;
}
.header-menu .logo:hover{
	filter: brightness(1.3);
}
.header-menu .logo .img-responsive{
	width:100%;
}
.header-menu .menu{
	float: left;
	width:7%;
    display: inline-block;
    margin:0 2% 0 0;
    transform: translateY(-50%);
}
.header-menu .menu.home:hover{
	filter: brightness(1.3);
}
.header-menu .menu.fanpage:hover{
	filter: brightness(1.3);
}
.header-menu .menu.group:hover{
	filter: brightness(1.3);
}
.header-menu .login{
	float: left;
    width:20%;
    display: inline-block;
    margin:0 2% 0 0;
    transform: translateY(-50%);
}
.header-menu .login.log:hover{
	filter: brightness(1.1);
}
@media only screen and (min-width : 992px) {
	.header-menu{
		width: 100%;
		margin:0 0 0.5% 0;
	}
	.header-menu .logo{
		float: left;
		width:20%;
		margin:2% 30% 0 0;
	}

}
/*----------------------------frame 1---------------------------------*/
.section--frame1 {
  height: 1030px;
  margin-top: 0
}
@media (orientation: portrait) {
  .section--frame1 {
    height: 1170px;
    margin-top: 0px
  }
}
@media (max-width: 575px) {
  .section--frame1 {
    height: 1170px;
    margin-top: 0px
  }
}
@keyframes blink {
    0% {
        opacity: 1;
		filter: brightness(1.1);
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes glitch {
  0%, 20%, 33%, 60%, 64%, 66%, 69%, 73%, 75%, 90%, 93%, 100% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg); }
  21%, 81% {
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg); }
  22%, 82% {
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg); }
  61% {
    -webkit-transform: skew(35deg);
    transform: skew(35deg); }
  62% {
    -webkit-transform: skew(-15deg, -8deg);
    transform: skew(-15deg, -8deg); }
  65% {
    -webkit-transform: skew(15deg, -8deg);
    transform: skew(15deg, -8deg); }
  70% {
    -webkit-transform: skew(-65deg);
    transform: skew(-65deg); }
  74% {
    -webkit-transform: skew(15deg, -15deg);
    transform: skew(15deg, -15deg); } }

@keyframes glitch {
  0%, 20%, 33%, 60%, 64%, 66%, 69%, 73%, 75%, 90%, 93%, 100% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg); }
  21%, 81% {
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg); }
  22%, 82% {
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg); }
  61% {
    -webkit-transform: skew(35deg);
    transform: skew(35deg); }
  62% {
    -webkit-transform: skew(-15deg, -8deg);
    transform: skew(-15deg, -8deg); }
  65% {
    -webkit-transform: skew(15deg, -8deg);
    transform: skew(15deg, -8deg); }
  70% {
    -webkit-transform: skew(-65deg);
    transform: skew(-65deg); }
  74% {
    -webkit-transform: skew(15deg, -15deg);
    transform: skew(15deg, -15deg); } }
@-webkit-keyframes sloganAni{0%{-webkit-transform:scale(1.8);opacity:0;}60%{-webkit-transform:scale(1);opacity:1;}65%{-webkit-transform:translate(-4px,-4px);}70%{-webkit-transform:translate(0,0);}75%{-webkit-transform:translate(4px,4px);}80%{-webkit-transform:translate(0,0);}85%{-webkit-transform:translate(-4px,4px);}90%{-webkit-transform:translate(0,0);}95%{-webkit-transform:translate(4px,-4px);}100%{-webkit-transform:translate(0,0);opacity:1;}}
@keyframes sloganAni{0%{transform:scale(1.8);opacity:0;}60%{transform:scale(1);opacity:1;}65%{transform:translate(-4px,-4px);}70%{transform:translate(0,0);}75%{transform:translate(4px,4px);}80%{transform:translate(0,0);}85%{transform:translate(-4px,4px);}90%{transform:translate(0,0);}95%{transform:translate(4px,-4px);}100%{transform:translate(0,0);opacity:1;}}
.slogan {
	position: absolute;
    width: 100%;
	z-index:1;
	margin:13% auto 0 auto;
	text-align: center;
	animation: sloganAni .4s .7s linear both;
}
.slogan img {
		max-width: 100%;
	    animation: blink 0.3s ease-in-out infinite;
	}
/*.slogan img.ac {
	-webkit-animation: glitch 1s linear infinite;
    animation: glitch 1s linear infinite;
}*/
@media only screen and (min-width: 992px) {
	.slogan {
		margin:4% auto 0 auto;
	}
    .slogan img {
		max-width:65%;
	}
}
@keyframes moveY {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.content-bt{
    width:90%;
    position: absolute;
	margin: 0 auto;
	z-index: 2;
	top: 0;
	text-align: center;
}
.content-bt ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top:120%;
	margin-left:5%;
}
.content-bt ul li{
    width:48%;
	margin: 3% 1% 0 1%;
}
.content-bt ul li a:hover{
    filter: brightness(1.3);
}
.content-bt ul li:nth-child(2) {
  animation-delay: 0.35s;
}
.content-bt ul li a img{
    max-width: 100%;
}
@media only screen and (min-width : 992px) {
	.content-bt{
		width: 50%;
		margin: 0 auto;
	}
	.content-bt ul{
		width: 100%;
		margin-top:88%;
		margin-left:50%;
	}
	.content-bt ul li{
		width: 45%;
		margin: 0 5% 0 0;animation: moveY 0.3s ease infinite;
	}
}
.download-m{
    width:90%;
    position: absolute;
	margin: 0 auto;
	z-index: 1;
	top: 0;
	text-align: center;
}
.download-m ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	margin-top:135%;
	margin-left:5%;
}
.download-m ul li{
    width:50%;
	margin: 3% -5% 0 -5%;
	animation: moveY 0.3s ease infinite;
}
.download-m ul li a:hover{
    filter: brightness(1.3);
}
.download-m ul li:nth-child(2) {
  animation-delay: 0.35s;
}
.download-m ul li a img{
    max-width: 100%;
}
/*----------------------------frame 2---------------------------------*/
.section--frame2 {
  height: 920px;
  margin-top: 0
}
@media (orientation: portrait) {
  .section--frame2 {
    height:1711px;
    margin-top: 0px
  }
}
@media (max-width: 575px) {
  .section--frame2 {
    height: 1711px;
    margin-top: 0px
  }
}
.frame2-content{
	width: 100%;
	position: absolute;
    margin-top:0%;
	left: 0;
}
.frame2-content .title {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.frame2-content-top{
	float: left;
	width:53%;
	margin:3% 0 0 44%;
	font-size: 18px;
	color: #ffffff;
}
.countdown-box{
	float: left;
	width:48%;
	margin:0 0 0 12%;
}
.countdown{
    width: 100%;
	z-index: 1;
	color: #ffffff;
	padding:0 0 0 0px;
	text-align: center;
	font-size:12px;
}
.countdown-content{
	width: 100%;
	padding: 0;
}
.countdown-row{
	display: flex;
	width: 100%;
}
.countdown-row div{
	float: left;
	width:68px;
	background: #b00300;
	border: 2px solid #f7b671;
	border-radius:7px;
	padding:5px;
	margin:5px;
	text-align: center;
	font-size:30px;
}
.countdown-row div p{
	font-size: 12px;
	color: #ffe763;
}
.server{
	float: left;
	width:36%;
	margin:2% 0 0 4%;
}
.game-choose{
	text-align: center;
}
.game-choose select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
.game-choose label[for=favcity] {
	position: relative;
	display: block;
	width: 260px;
	height:38px;
	overflow: hidden;
	cursor: pointer;
	border-radius:none;
}
.game-choose label[for=favcity]::after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	display: block;
	background: #9e0b00 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;
	pointer-events: none;
	border: 2px solid #fbd984;
}
.game-choose label[for=favcity] select {
	background: #9e0b00;
	padding: 7px 20px 7px 20px;
	width: 100%;
	height: 38px;
	font-size: 18px;
	cursor: pointer;
	color: #ffffff;
	font-style: italic;
	border: 2px solid #fbd984;
}
.game-choose label[for=favcity] select::-ms-expand {
	display: none;
}
.game-choose label[for=favcity] :-moz-any(select) {
	width: 110%;
}
.game-choose label[for=favcity].ie9 select {
	width: 110%;
}
.game-choose label[for=favcity] select:focus {
	outline: 1px dotted #000000;
}
@media only screen and (max-width: 912px) {
	.frame2-content-top{
		width:100%;
		margin:0% 0 0 0;
	}
	.countdown-box{
		width:81%;
		margin:2.5% 0 0 19%;
		font-size: 25px;
		text-align: center;
	}
	.countdown{
		width: 100%;
		padding:0 0 0 0px;
		font-size: 12px;
	}
	.countdown-content{
		width: 100%;
		padding: 0;
	}
	.countdown-row{
		width: 100%;
	}
	.countdown-row div{
		width: 98px;
		padding:5px;
		margin: 10px;
		font-size:40px;
	}
	.countdown-row div p{
		font-size: 16px;
	}
	.server{
		width:70%;
		margin:0% 0 0 23%;
		font-size: 25px;
		text-align: center;
	}
	.game-choose label[for=favcity] {
		width: 400px;
		height:50px;
	}
	.game-choose label[for=favcity] select {
		padding: 7px 20px 7px 20px;
		width: 100%;
		height:50px;
		font-size:22px;
	}
	.game-choose{
		text-align:center;
	}
}
.bxh-content{
	float: left;
	width:53%;
	max-height:480px;
	overflow-x: hidden;
	overflow-y: auto;
	margin:6.6% 0 0 44%;
}
.table-rank thead tr th{
    background-color: none;
    color: #45ffff;
    text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	padding: 15px 8px 27px 8px;
	font-size: 25px;
	font-weight: 600;
}
.table-rank tbody tr th, .table-rank tbody tr td{
    text-align: center;
	padding: 12px 8px 12px 8px;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
	border: none;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
   background:rgba(224, 201, 167, 0.2);
    color: #b00300;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background:none;
    color: #b00300;
}
.center-align{
    margin: 0 auto;
}
.colum1{
	width: 11.5%;
}
.colum2{
	width: 21%
}
.colum3{
	width: 30%
}
.colum4{
	width: 25%
}
.colum5{
	width: 16%
}
@media only screen and (max-width: 912px) {
	.bxh-content{
		width:96%;
		margin:12.5% 2% 0 2%;
		max-height:480px;
	}
	.table-rank thead tr th{
		padding: 20px 8px 24px 8px;
	}
	.table-rank tbody tr th, .table-rank tbody tr td{
		font-size: 18px;
		line-height: 22px;
	}
}
.bxh-bottom{
	float: left;
	width:53%;
	margin:4% 0 0 44%;
	text-align: center;
	color: #ffe2a4;
	font-size:16px;
}
@media only screen and (max-width: 912px) {
	.bxh-bottom{
		width: 100%;
		margin:7% 0 0 0;
		font-size:22px;
	}
}
.f2-thele{
	position:relative;
	width:207px;
	height:56px;
	animation:anim2 3s ease-in-out infinite alternate;
	display:block;
	background:url("../images/bt-thele.png") no-repeat;
	background-size: contain;
	z-index: 1;
	margin:43.5% 0 0 15%;
}
.f2-thele:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;top:0;right:0;bottom:0;
	margin:auto;background:url("../images/bt-thele.png") no-repeat;
	background-size: contain;
	opacity:0;
}
.f2-thele:hover:after{
	animation:anim4 0.6s ease-in-out;
}
@media only screen and (max-width: 912px) {
	.f2-thele{
		width:227px;
		height:60px;
		margin:187% 0 0 37%;
	}
}
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.99);
		opacity: 1;
		transform-origin: center center;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
		transform-origin: center center;
	}

	100% {
		transform: scale(0.99);
		opacity: 1;
		transform-origin: center center;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}
/*----------------------------frame 3---------------------------------*/
.section--frame3 {
  height:1042px;
  margin-top: 0
}
@media (orientation: portrait) {
  .section--frame3 {
    height:1622px;
    margin-top: 0px
  }
}
@media (max-width: 575px) {
  .section--frame3 {
    height: 1622px;
    margin-top: 0px
  }
}
.frame3-content{
	width: 100%;
	position: absolute;
    margin-top:1%;
	left: 0;
}
.frame3-content .title {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.frame3-content .noti{
	width: 100%;
	position: absolute;
	margin: 3.5% 0 0 0;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}
.frame3-content .noti span{
	color:#FFFD00;
}
.f3-content{
	width: 100%;
	position: absolute;
	margin:15% 0 0 0;
	display: flex;
	flex-direction: row;
}
.f3-content .left{
	width:65%;
}
.f3-content .left .mission1{
	width:100%;
	display: flex;
	flex-direction: row;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 6% 0;
}
.f3-content .left .mission1 .m-text{
	width:57%;
	padding: 10px 20px 0 30px;
}
.f3-content .left .mission1 .m-text span{
	color: #FFF000;
	background: #720010;
	border-radius: 50px;
	padding: 5px 15px 5px 15px;
}
.f3-content .left .mission1 .m-text p{
	padding:10px;
	line-height: 25px;
}
.f3-content .left .mission1 .m-text t{
	color: #0bfe05;
}
.f3-content .left .mission1 .m-text d{
	color: #FFF000;
}
.f3-content .left .mission1 .m-img{
	width:16%;
	text-align: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
}
.f3-content .left .mission1 .m-button{
	width:18%;
	text-align: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
}
.f3-content .left .mission1 .m-button .btn-nhan.active {
	width: 111px;
	height: 40px;
	background: url(../images/bt-nhan.png) no-repeat;
	background-size: contain;
}
.f3-content .left .mission1 .m-button .btn-nhan {
	width: 111px;
	height: 40px;
	background: url(../images/bt-nhan-active.png) no-repeat;
	background-size:contain;
	display: block;
	margin: 16px auto;
}
.f3-content .right{
	width:28%;
	margin: 30% 3% 0 4%;
	display: flex;
	flex-direction: row;
}
.f3-content .right .text-dn{
	width:69%;
	margin: 0 1% 0 0;
	line-height: 25px;
	color: #000000;
	font-size:16px;
}
.f3-content .right .text-dn span{
	color: #FF0004
}
.f3-content .right .button-dn{
	width:25%;
	text-align: center;
	align-content: center;
	align-items: center;
	vertical-align: middle
}
.f3-content .right .button-dn .btn-thoat{
	background:#720010;
	border-radius: 50px;
	color: #ffffff;
	padding:8px 25px 8px 25px;
	text-decoration:none;
}
.f3-content .right .button-dn .btn-thoat:hover{
	color: #FFDD00;
}
.frame3-content .f3-thele{
	position:relative;
	width:207px;
	height:56px;
	animation:anim2 3s ease-in-out infinite alternate;
	display:block;
	background:url("../images/bt-thele.png") no-repeat;
	background-size: contain;
	z-index: 1;
	margin:59% 0 0 74%;
}
.frame3-content .f3-thele:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;top:0;right:0;bottom:0;
	margin:auto;background:url("../images/bt-thele.png") no-repeat;
	background-size: contain;
	opacity:0;
}
.frame3-content .f3-thele:hover:after{
	animation:anim4 0.6s ease-in-out;
}
@media only screen and (max-width: 912px) {
	.frame3-content{
		margin-top:3%;
	}
	.frame3-content .noti{
		margin:5.8% 0 0 0;
		font-size:25px;
		line-height:30px;
	}
	.f3-content{
		flex-direction: column;
	}
	.f3-content .left{
		width:100%;
		position: absolute;
		margin:83% 0 0 0;
	}
	.f3-content .left .mission1{
		width:98%;
		font-size: 18px;
		margin: 0 0 9% 2%;
	}
	.f3-content .left .mission1 .m-img{
		width:18%;
	}
	.f3-content .left .mission1 .m-button{
		width:18.5%;
	}
	.f3-content .right{
		width:44%;
		position: absolute;
		margin:57% 44% 0 12%;
	}
	.frame3-content .f3-thele{
		width:227px;
		height:60px;
		margin:80% 0 0 63%;
	}
}
/*----------------------------FOOTER---------------------------------*/
.section--footer {
  height: 278px;
  margin-top: 0
}
@media (orientation: portrait) {
  .section--footer {
    height: 295px;
    margin-top: 0px
  }
}
@media (max-width: 575px) {
  .section--footer {
    height: 295px;
    margin-top: 0px
  }
}
.footer__inner {
  position: absolute;
  top: 0;
  width: 1080px;
  left: calc(50% - 1080px / 2)
}
@media (max-width: 575px) {
  .footer__inner {
    top: 0;
    width: 720px;
    left: calc(50% - 720px / 2)
  }
}
@media (orientation: portrait) {
  .footer__inner {
    top: 0;
    width: 720px;
    left: calc(50% - 720px / 2)
  }
}
#footer {
  background: #0b0706;
}
#footer-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
.vtc-logo {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 40%;
}
.vtc-logo img {
  display: block;
  margin: 0 auto;
}
.footer-text {
  padding: 15px;
  color: #c6cad9;
  line-height: 22px;
}
.footer-text a {
  color: #c6cad9;
}
@media only screen and (min-width : 1200px) {
  #footer-content {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 73%;
    margin: 0 auto 0 auto;
  }
}
/* ----------------------------------- MENU RIGHT ---------------------------------------*/
@keyframes showMenuRight {
  0% {opacity:0; right:-10px;}
 33% {opacity:0; right:-10px;}
100% {opacity:1; right: 1%;}
}
@keyframes anim2{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}
@-webkit-keyframes anim2{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}
@keyframes anim4{from{transform:scale(1,1);opacity:0.5;}to{transform:scale(1.8,1.8);opacity:0;}}
@-webkit-keyframes anim4{from{transform:scale(1,1);opacity:0.5;}to{transform:scale(1.8,1.8);opacity:0;}}
@keyframes wts {
  0% {
    top: 7px;
  }
  100% {
    top: 70%;
  }
}
.nav_right {
  display: block;
  position: fixed;
  z-index: 999;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width:194px;
  height:604px;
  background-image: url(../images/sprite.png);
  background-position: 0 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_right.open {
  right: 0;
}
@media (max-width: 1024px) {
  .nav_right {
    display: none;
  }
}
.nav_right .qr_code span {
  position: relative;
  display: block;
  margin:-40px auto 0 28px;
  width: 139px;
  height: 138px;
	z-index: 2;
}
.nav_right .qr_code span i {
  position: absolute;
  left:11px;
  top: 10px;
  width: 111px;
  height: 8px;
  background: url(../images/wt.png) no-repeat;
  animation: wts 1s infinite alternate linear;
}
.nav_right .qr_code span img {
  position: absolute;
  top: 0;
  left: 0;
}
.nav_right ul.buttai {
  width: 164px;
  height: auto;
  position: relative;
  margin:15px 0 0 11px;
}
.nav_right ul.buttai li {
  float: left;
  margin:0 0 20px 0;
}
.nav_right ul.buttai .app-info__install--pc > a {
  display: block;
  text-indent: -9999px;
}
.nav_right ul.buttai .app-info__install--pc > a {
  height: 47px;
  width: 164px;
}
.button-googleplay a {
  background-image: url("../images/sprite.png") !important;
  background-position: -194px 0 !important;
}
.button-googleplay:hover a {
  filter: brightness(1.2)
}
.button-appstore a {
  background-image: url("../images/sprite.png") !important;
  background-position: -194px -47px !important;
}
.button-appstore:hover a {
  filter: brightness(1.2)
}
.button-apk a {
  background-image: url("../images/sprite.png") !important;
  background-position: -194px -94px !important;
}
.button-apk:hover a {
  filter: brightness(1.2)
}
.nav_right  .gift_code{position:relative;width:194px;height:204px;animation:anim2 3s ease-in-out infinite alternate;display:block;background:url("../images/bt-tuido.png") no-repeat; background-size: contain; top:0;left: 0;z-index: 1}
.nav_right .gift_code:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;right:0;bottom:0;margin:auto;background:url("../images/bt-tuido.png") no-repeat; background-size: contain;opacity:0;}
.nav_right .gift_code:hover:after{animation:anim4 0.6s ease-in-out;}

.nav_right .i_control {
  width:43px;
  height: 101px;
  background: url(../images/i_close_nav_right.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top:280px;
  left:-40px;
  cursor: pointer;
}
.nav_right .i_control.i_control_active {
  left:-40px;
  background: url(../images/i_open_nav_right.png) no-repeat center center;
}

/*==============================POPUP===================================*/

.center-align{
    margin: 0 auto;
}
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .wrapper-popup {
  min-width: 320px;
  width: 100%;
  height:260px;
  background: url(../images/pop1.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup2 {
  min-width: 320px;
  width: 100%;
  height:180px;
  background: url(../images/pop2.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup3 {
  min-width: 320px;
  width: 100%;
  height:220px;
  background: url(../images/pop2.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .wrapper-popup4 {
  min-width: 320px;
  width: 100%;
  height: 400px;
  background: url(../images/pop4-m.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 360px) {
	.popup .wrapper-popup{
		min-width: 360px;
		height: 270px;
	}
	.popup .wrapper-popup2{
		min-width: 360px;
		height:170px;
	}
	.popup .wrapper-popup3{
		min-width: 360px;
		height:220px;
	}
  .popup .wrapper-popup4{
      min-width: 360px;
	  height:500px;
  }
}
@media only screen and (min-width:375px) {
	.popup .wrapper-popup{
		min-width: 375px;
		height: 280px;
	}
	.popup .wrapper-popup2{
		min-width: 375px;
		height:180px;
	}
	.popup .wrapper-popup3{
		min-width: 375px;
		height:220px;
	}
}
@media only screen and (min-width: 414px) {
  .popup .wrapper-popup{
    min-width: 414px;
    height: 290px;
  }
	.popup .wrapper-popup2{
    min-width: 414px;
    height: 190px;
  }
	.popup .wrapper-popup3{
    min-width: 414px;
    height:230px;
  }
  .popup .wrapper-popup4{
      min-width: 414px;
	  height:600px;
  }
}
@media only screen and (min-width:480px) {
  .popup .wrapper-popup{
    min-width: 480px;
    height:300px;
  }
	.popup .wrapper-popup2{
    min-width: 480px;
    height:190px;
  }
	.popup .wrapper-popup3{
    min-width: 480px;
    height:240px;
  }
  .popup .wrapper-popup4{
      min-width: 460px;
	  height:700px;
  }
}
@media only screen and (min-width: 540px) {
  .popup .wrapper-popup{
    min-width: 540px;
    height: 350px;
  }
	.popup .wrapper-popup2{
    min-width: 540px;
    height:250px;
  }
	.popup .wrapper-popup3{
    min-width: 540px;
    height:250px;
  }
  .popup .wrapper-popup4{
      min-width: 500px;
	  height:600px;
  }
}
@media only screen and (min-width: 600px) {
  .popup .wrapper-popup{
    min-width: 600px;
    height: 350px;
  }
	.popup .wrapper-popup2{
    min-width: 600px;
    height:250px;
  }
	.popup .wrapper-popup3{
    min-width: 600px;
    height:270px;
  }
  .popup .wrapper-popup4{
      min-width: 570px;
	  height:800px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .wrapper-popup{
    min-width: 768px;
    height: 450px;
  }
	.popup .wrapper-popup2{
    min-width: 768px;
    height: 350px;
  }
	.popup .wrapper-popup3{
    min-width: 768px;
    height:340px;
  }
  .popup .wrapper-popup4 {
      min-width: 700px;
	  height:850px;
  }
}
@media only screen and (min-width:912px) {
  .popup .wrapper-popup{
      min-width: 900px;
	  height:550px;
  }
	.popup .wrapper-popup2{
      min-width: 900px;
	  height:330px;
  }
	.popup .wrapper-popup3{
      min-width: 900px;
	  height:380px;
  }
  .popup .wrapper-popup4 {
      min-width: 900px;
	  height:1100px;
  }
}
@media only screen and (min-width: 1000px) {
  .popup .wrapper-popup {
      min-width:768px;
	  height:536px;
	  background: url(../images/pop1.png) no-repeat center center;
  }
	.popup .wrapper-popup2,.popup .wrapper-popup3 {
      min-width:768px;
	  height:396px;
	  background: url(../images/pop2.png) no-repeat center center;
  }
	.popup .wrapper-popup4 {
      min-width:1000px;
	  height:622px;
	  background: url(../images/pop4.png) no-repeat center center;
  }
}
.popup .content-new-detail1 {
	height:330px;
	margin:10px 10px 60px 10px;
}
@media only screen and (min-width: 360px) {
	.popup .content-new-detail1 {
	    height:420px;
		margin:10px 10px 60px 10px;
  	}
}
@media only screen and (min-width: 375px) {
	.popup .content-new-detail1 {
	    height:400px;
		margin:10px 10px 60px 10px;
  	}
}
@media only screen and (min-width: 414px) {
	.popup .content-new-detail1 {
	    height:520px;
		margin:10px 10px 60px 10px;
  	}
}
@media only screen and (min-width: 430px) {
	.popup .content-new-detail1 {
	    height:520px;
		margin:10px 15px 60px 10px;
  	}
}
@media only screen and (min-width: 480px) {
	.popup .content-new-detail1 {
	    height:580px;
		margin:10px 15px 60px 10px;
  	}
}
@media only screen and (min-width: 540px) {
	.popup .content-new-detail1 {
	    height:480px;
		margin:10px 15px 60px 10px;
  	}
}
@media only screen and (min-width: 600px) {
	.popup .content-new-detail1 {
	    height:660px;
		margin:10px 20px 0 20px;
  	}
}
@media only screen and (min-width: 912px) {
	.popup .content-new-detail1 {
	    height:930px;
     	margin: 20px 40px 0 40px;
  	}
}
@media only screen and (min-width: 992px) {
	.popup .content-new-detail1 {
	    height:430px;
     	margin: 20px 60px 0 60px;
  	}
}
.popup .title-detail{
  	width: 100%;
	background: none;
	margin: 0 auto;
	padding:12px 0 5px 0;
}
.popup .title-detail2{
  	width: 100%;
	padding:15px 0 0 0;
	font-size:25px;
	background: -webkit-linear-gradient(#c33106, #fd6e18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	display: flex;
	text-align: center;
	justify-content: center;
}
.popup .title-detail .img-responsive{
  	width:80%;
}
@media only screen and (min-width: 414px) {
	.popup .title-detail2{
		font-size:30px;
		padding:20px 0 0 0;
	}
}
@media only screen and (min-width: 480px) {
	.popup .title-detail{
		padding:20px 0 10px 0;
	}
	.popup .title-detail2{
		padding:23px 0 0 0;
		font-size:35px;
	}
}
@media only screen and (min-width: 540px) {
	.popup .title-detail{
		padding:16px 0 10px 0;
	}
	.popup .title-detail2{
		padding:25px 0 0 0;
		font-size:40px;
	}
}
@media only screen and (min-width: 768px) {
	.popup .title-detail{
		padding:20px 0 10px 0;
	}
	.popup .title-detail2{
	    padding:25px 0 0 0;
		font-size:50px;
  }
}
@media only screen and (min-width: 912px) {
	.popup .title-detail2{
	    padding:35px 0 0 0;
		font-size:60px;
  }
}
@media only screen and (min-width: 1000px) {
  .popup .title-detail{
	  padding:30px 0 10px 0;
	  font-size: 46px;
  }
	.popup .title-detail2{
		padding:40px 0 0 20px;
		font-size: 55px;
	}
	.popup .title-detail .img-responsive{
		width:50%;
	}
}
.thele-text{
	margin-top: 0;
	line-height: 18px;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
}
.thele-text p{
	padding: 5px 0 5px 0;
}
.thele-text span{
	font-size: 12px;
	color: #FF0000;
}
.thele-text a{
	color: #FF0000;
	text-decoration: none;
}
.thele-text a:hover{
	color: #0086D0;
	text-decoration: none;
}
@media only screen and (min-width: 375px) {
	.thele-text{
		line-height: 22px;
		font-size: 14px;
	}
	.thele-text span{
		font-size: 14px;
	}
}
@media only screen and (min-width:480px) {
	.thele-text{
		line-height: 25px;
		font-size: 16px;
	}
	.thele-text span{
		font-size: 16px;
	}
}
@media only screen and (min-width:600px) {
	.thele-text{
		line-height: 25px;
		font-size: 16px;
	}
	.thele-text span{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) {
	.thele-text .text{
    	font-size: 20px;
    }
	.thele-text .text p{
		padding: 5px 0 5px 0;
	}
	.thele-text.text span{
		font-size: 18px;
		font-weight: bold;
	}
}
/*------------tu do-----------*/
.tudo{
	width:92%;
	margin:0 4% 0 4%;
	color: #c52e00;
	font-size:12px;
}
.tudo .tudo-box{
	width:100%;
	margin:2% 0 2% 0;
	background: #ffffff;
	border:2px solid #ffd374;
	border-radius: 6px;
	padding:10px;
	display: flex;
	flex-direction: row;
}
.tudo .tudo-box .tudo-box-text{
	width:60%;
	text-align: left;
	color: #c52e00;
	font-size:12px;
}
.tudo .tudo-box .tudo-box-button{
	width:40%;
	text-align: right;
	align-content: center;
	align-items: center;
	vertical-align: middle
}
.tudo .tudo-box .tudo-box-button .btn-xem{
	background:#ffbf35;
	border-radius:10px;
	color: #ffffff;
	font-size:12px;
	padding:5px 15px 5px 15px;
	text-decoration:none;
}
.tudo .tudo-box .tudo-box-button .btn-xem:hover{
	background:#d76500;
	color: #ffffff;
}
@media only screen and (min-width:540px) {
	.tudo{
		width:92%;
		margin:4% 4% 0 4%;
		font-size:14px;
	}
	.tudo .tudo-box{
		border-radius: 6px;
		padding:15px;
	}
	.tudo .tudo-box .tudo-box-text{
		font-size:14px;
	}
	.tudo .tudo-box .tudo-box-button .btn-xem{
		border-radius:10px;
		padding:5px 35px 5px 35px;
	}
	.tudo .tudo-box .tudo-box-button .btn-xem{
		font-size:14px;
	}
}
@media only screen and (min-width: 768px) {
	.tudo{
		width:92%;
		margin:4% 4% 0 4%;
		font-size:18px;
	}
	.tudo .tudo-box{
		border-radius: 6px;
		padding:20px;
	}
	.tudo .tudo-box .tudo-box-text{
		font-size:18px;
	}
	.tudo .tudo-box .tudo-box-button .btn-xem{
		border-radius:10px;
		padding:8px 35px 8px 35px;
	}
	.tudo .tudo-box .tudo-box-button .btn-xem{
		font-size:18px;
	}
}
@media only screen and (min-width:992px) {
	.tudo{
		width:100%;
		margin:4% 0% 0 0%;
		font-size:18px;
	}
}
/*------------scoin-----------*/
.scoin{
	width:92%;
	margin:0 4% 0 4%;
	color: #c52e00;
	font-size:12px;
	background: #ffffff;
	border:2px solid #ffd374;
	border-radius: 6px;
	padding:10px;
}
.scoin .scoin-box{
	width:100%;
	margin:0;
	display: flex;
	flex-direction: row;
	padding: 10px;
}
.scoin .scoin-box .scoin-box-text{
	width:60%;
	text-align: left;
	color: #c52e00;
	font-size:12px;
}
.scoin .scoin-box .scoin-box-button{
	width:40%;
	text-align: right;
	align-content: center;
	align-items: center;
	vertical-align: middle
}
.scoin .scoin-box .scoin-box-button .btn-xem{
	background:#ffbf35;
	border-radius:10px;
	color: #ffffff;
	font-size:12px;
	padding:5px 15px 5px 15px;
	text-decoration:none;
}
.scoin .scoin-box .scoin-box-button .btn-xem:hover{
	background:#d76500;
	color: #ffffff;
}
.scoin-text{
	width:92%;
	margin:0 4% 0 4%;
	color: #c52e00;
	font-size:12px;
	padding:10px;
	display: flex;
	flex-direction: row;
}
@media only screen and (min-width: 912px) {
	.scoin{
		width:100%;
		margin:0% 0% 0 0%;
		font-size:18px;
		padding:20px;
	}
	.scoin .scoin-box{
		padding:20px;
	}
	.scoin .scoin-box .scoin-box-text{
		font-size:18px;
	}
	.scoin .scoin-box .scoin-box-button .btn-xem{
		border-radius:10px;
		padding:8px 35px 8px 35px;
	}
	.scoin .scoin-box .scoin-box-button .btn-xem{
		font-size:18px;
	}
	.scoin-text{
		width:100%;
		margin:0 0 0 0;
		font-size:18px;
		padding:10px 0 0 0;
	}
}
.thongbao{
	width:92%;
	margin:0 4% 0 4%;
	color: #c52e00;
	font-size:15px;
	padding:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.btn-tuido{
	width:50%;
	background:#720010;
	border-radius: 50px;
	color: #ffffff;
	padding:10px 15px 10px 15px;
	text-decoration:none;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 3% 0 0 25%;
}
.btn-tuido:hover{
	color: #FFDD00;
}
@media only screen and (min-width: 912px) {
	.thongbao{
		width:100%;
		margin:0% 0% 0 0%;
		font-size:18px;
		padding:20px;
	}
	.btn-tuido{
		width:30%;
		border-radius: 50px;
		padding:15px 25px 15px 25px;
		margin: 3% 0 0 35%;
	}
}
.thongbao select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0 0 10px 0;
}
.thongbao label[for=favcity] {
	position: relative;
	display: block;
	width: 100%;
	height:50px;
	overflow: hidden;
	cursor: pointer;
	border-radius:none;
	margin: 0 0 15px 0;
}
.thongbao label[for=favcity]::after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	display: block;
	background: #9e0b00 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;
	pointer-events: none;
	border: 2px solid #fbd984;
}
.thongbao label[for=favcity] select {
	background: #9e0b00;
	padding: 7px 20px 7px 20px;
	width: 100%;
	height: 50px;
	font-size: 22px;
	cursor: pointer;
	color: #ffffff;
	font-style: italic;
	border: 2px solid #fbd984;
}
.thongbao label[for=favcity] select::-ms-expand {
	display: none;
}
.thongbao label[for=favcity] :-moz-any(select) {
	width: 110%;
}
.thongbao label[for=favcity].ie9 select {
	width: 110%;
}
.thongbao label[for=favcity] select:focus {
	outline: 1px dotted #000000;
}
@media only screen and (max-width: 912px) {
	.thongbao label[for=favcity] {
		width: 100%;
		height:60px;
		margin: 0 0 15px 0;
	}
	.thongbao label[for=favcity] select {
		padding: 7px 20px 7px 20px;
		width: 100%;
		height:60px;
		font-size:22px;
	}
}
@media only screen and (max-width: 600px) {
	.thongbao label[for=favcity] {
		width: 100%;
		height:40px;
		margin: 0 0 10px 0;
	}
	.thongbao label[for=favcity] select {
		padding: 7px 20px 7px 20px;
		width: 100%;
		height:40px;
		font-size:15px;
	}
}
/*********** chon server ****************
.game-choose{
	text-align: center;
}
.game-choose select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
.game-choose label[for=favcity] {
	position: relative;
	display: block;
	width: 260px;
	height:38px;
	overflow: hidden;
	cursor: pointer;
	border-radius:none;
}
.game-choose label[for=favcity]::after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	display: block;
	background: #9e0b00 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOBAMAAAGq7RFVAAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMACAoREoKDt7y9zc5qtZoyAAAAcklEQVQIHQXBsQnCUAAFwFOCCKbIABaWERzi1yaFAzmEpHYEC8GUKVQEkbyhvOOkZqdWt0/QYKqLzQeF7dv6y/RLwa2wYtk4Xxxe+t8yd1WuM/rcUc2gYHEeoP02umSgTR50ybBPRuiSZAS6ZAQ4jgCAPyjYJiRH4fymAAAAAElFTkSuQmCC') no-repeat center center;
	pointer-events: none;
	border: 2px solid #fbd984;
}
.game-choose label[for=favcity] select {
	background: #9e0b00;
	padding: 7px 20px 7px 20px;
	width: 100%;
	height: 38px;
	font-size: 18px;
	cursor: pointer;
	color: #ffffff;
	font-style: italic;
	border: 2px solid #fbd984;
}
.game-choose label[for=favcity] select::-ms-expand {
	display: none;
}
.game-choose label[for=favcity] :-moz-any(select) {
	width: 110%;
}
.game-choose label[for=favcity].ie9 select {
	width: 110%;
}
.game-choose label[for=favcity] select:focus {
	outline: 1px dotted #000000;
}
@media only screen and (max-width: 912px) {
	.game-choose label[for=favcity] {
		width: 400px;
		height:50px;
	}
	.game-choose label[for=favcity] select {
		padding: 7px 20px 7px 20px;
		width: 100%;
		height:50px;
		font-size:22px;
	}
	.game-choose{
		text-align:center;
	}
}
/*---- close----*/
.popup .close-content {
  	position: absolute;
  	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:21px;
    height:21px;
    bottom:-28px;
    right:46%;
  	cursor: pointer;
  	z-index: 999;
}
.popup .close-content2 {
  	position: absolute;
  	background: url(../images/close.png) no-repeat center top;
  	background-size: contain;
  	width:31px;
    height:31px;
    bottom:-28px;
    right:45%;
  	cursor: pointer;
  	z-index: 999;
}
@media only screen and (min-width: 430px) {
  .popup .close-content {
  	width:26px;
    height:26px;
    bottom:-30px;
    right:46%;
  }
	.popup .close-content2 {
  	width:35px;
    height:35px;
    bottom:-30px;
    right:45%;
  }
}
@media only screen and (min-width: 540px) {
  .popup .close-content {
  	width:31px;
    height:31px;
    bottom:-35px;
    right:47%;
  }
	.popup .close-content2 {
  	width:40px;
    height:40px;
    bottom:-35px;
    right:45%;
  }
}
@media only screen and (min-width: 600px) {
  .popup .close-content {
  	width:34px;
    height:34px;
    bottom:-45px;
    right:47%;
  }
	.popup .close-content2 {
  	width:45px;
    height:45px;
    bottom:-45px;
    right:45%;
  }
}
@media only screen and (min-width: 768px) {
  .popup .close-content {
  	width:36px;
    height:36px;
    bottom:-45px;
    right:47%;
  }
	.popup .close-content2 {
  	width:51px;
    height:51px;
    bottom:-65px;
    right:45%;
  }
}
@media only screen and (min-width: 992px) {
  .popup .close-content {
  	width:32px;
    height:28px;
    top:30px;
    right:50px;
  }
  .popup .close-content2 {
  	width:51px;
    height:51px;
    top:40px;
    right:-40px;
  }
}


/* Button Chọn Server */
.header-menu .btn-server {
    background: linear-gradient(180deg, #ff6b00 0%, #d64500 100%);
    border: 2px solid #ffdd00;
    border-radius: 25px;
    padding: 8px 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    width: auto;
    min-width: 120px;
    margin: 0 2% 0 0;
    transform: translateY(-50%);
}

.header-menu .btn-server .server-text {
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.header-menu .btn-server:hover {
    background: linear-gradient(180deg, #ff8c00 0%, #ff6b00 100%);
    border-color: #fff;
    box-shadow: 0 6px 12px rgba(255, 107, 0, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.header-menu .btn-server:active {
    transform: translateY(-50%) scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
    .header-menu .btn-server {
        padding: 6px 15px;
        min-width: 100px;
    }

    .header-menu .btn-server .server-text {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .header-menu .btn-server {
        padding: 10px 25px;
        min-width: 140px;
    }

    .header-menu .btn-server .server-text {
        font-size: 16px;
    }
}


/* Button Nhận Thưởng States */
.btn-nhan.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(50%);
}

.btn-nhan.claimed {
    opacity: 0.7;
    cursor: default;
    filter: grayscale(100%);
}

.btn-nhan.active {
    cursor: pointer;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.text-dn a {
    text-decoration: none;
}
