@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900');

*,
.box_sizing_border_box,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #f9d686;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Montserrat', sans-serif;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #fff
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.wrapper {
	overflow: hidden;
	transform-origin: top left;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	width: 1920px;
}

.container {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.frame {
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.frame1 {
	width: 100%;
	max-width: 880px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.desktop {
	display: block !important
}

.mobile {
	display: none !important
}

.opacity-5 {
	opacity: 0.5;
}

.zoom {
	transition: transform .2s;
	/* Animation */
}

.zoom:hover {
	transform: scale(1.1);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-50 {
	transition: transform .3s;
	/* Animation */
}

.zoom-50:hover {
	transform: scale(1.05);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bg-blue {
	background-color: #0060ae;
}

.bg-green {
	background-color: #99b141;
}

.section {
	position: relative;
	display: block;
	max-width: 100%
}

.speedzone .ic-menu {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 31;
}

.section-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 2000px) {
	.wrapper {
	transform-origin: top center;
}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 1200px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.wrapper {
		width: 1024px;
	}

	.container {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.modal {
	  font-size: .625rem;
	}
	.title-popup {
	  font-size: 1.325rem;
	}
	.modal .pagination .page-link {
	  font-size: .825rem;
	}
	.pop-tudo .btn-moqua { 
	  font-size: .625rem;
	}
}

@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2)
	}
}

@media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}

}


/*----------------------------Header---------------------------------*/
.header {
	width: 100%;
	height: 80px;
	background: rgba(11, 72, 147, 0.8);
}

.bg-navbar {
	height: 80px;
	background: rgb(2, 0, 36);
	background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(25, 98, 175, 1) 0%, rgba(76, 151, 229, 1) 100%);
	font-size: 18px;
	font-weight: 700;
}

.bg-navbar ul li {
	position: relative;
	padding: 0 31px;
}

.clickable {
	cursor: pointer;
}

.clickable:active {
	animation: press 0.1s 1 linear;
}
/*----------------------------Banner Fixed right trang con ---------------------------------*/
.fixed-right-1 {
	height: 366px;
	position: fixed;
	right: -4px;
	top: 10.5%;
	width: 200px;
	z-index: 10;
	background: url(../images/bg-menu-right.png) no-repeat;
	background-size: 200px auto;
}
.fixed-right-1 ul{
	padding: 0;
}
.fixed-right-1 ul li{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: url(../images/line-menu-right.png) no-repeat;
	background-position: left bottom;
	background-size: 100%;
	padding: 14px 0;
}
.fixed-right-1 ul li:last-child{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: none;
	padding: 10px 0;
}
.fixed-right-1 ul li .f1t1{
	font-size: 20px;
	color: #ffbf00;
	font-weight: 500;
	margin-bottom: 0;
}
.fixed-right-1 ul li .f1t2{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}


/*----------------------------Banner Fixed right---------------------------------*/
.menu-fixed-right {
	height: 220px;
	position: fixed;
	right: 0;
	top: 30%;
	width: 116px;
	z-index: 10;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;

}

.menu-fixed-right ul li:nth-child(1)>a img {
	animation: blink 0.5s ease-in-out infinite;
}

.menu-fixed-right ul li:nth-child(2)>a img {
	animation: blink 0.5s ease-in-out infinite;
	animation-delay: 0.35s;
}

.menu-fixed-right ul li:nth-child(3)>a img {
	animation: blink 0.5s ease-in-out infinite;
	animation-delay: 0.55s;
}

.menu-fixed-right ul li a img {
	transition: all 0.3s ease-in-out;
}

.menu-fixed-right ul li a:hover img {
	transform: scale(1.1);
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}
@media (max-width: 1200px) {
	.menu-fixed-right {
		top: 8%;

	}
}
/*----------------------------Btn ingame Fixed right---------------------------------*/

.btn-ingame-fixed-right {
	height: 220px;
	position: absolute;
	right: 0;
	top: 10%;
	width: 116px;
	z-index: 10;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	z-index: 9999;
}

.btn-ingame-fixed-right ul li:nth-child(1)>a img {
	animation: blink 0.5s ease-in-out infinite;
}

.btn-ingame-fixed-right ul li:nth-child(2)>a img {
	animation: blink 0.5s ease-in-out infinite;
	animation-delay: 0.35s;
}

.btn-ingame-fixed-right ul li:nth-child(3)>a img {
	animation: blink 0.5s ease-in-out infinite;
	animation-delay: 0.55s;
}

.btn-ingame-fixed-right ul li a img {
	transition: all 0.3s ease-in-out;
}

.btn-ingame-fixed-right ul li a:hover img {
	transform: scale(1.1);
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}
@media (max-width: 1200px) {
	.btn-ingame-fixed-right {
		top: 16%;

	}
	.section4 .btn-ingame-fixed-right {
		top: 5%;
	}
}
/*----------------------------playzone---------------------------------*/
.playzone {
	background-image: url(../images/bg-playzone.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1200px) {
	.playzone {
		height: 1600px;
	}
}

.playzone .header .user-info {
	margin-top: 5px;
}

.playzone .header .user-info h3,
.playzone .header .user-info p {
	font-size: 20px;
	font-weight: bold;
	color: #70bcfa;
}

.playzone .header .user-info a:hover img {
	filter: brightness(1.2);
}

/*----------------------------frame 1---------------------------------*/
.section1 {
	width: 100%;
	height: 100%;
}

.section1-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	transform: scale(1);
}

.section1-content .s1c-background {
	position: absolute;
	width: 834px;
	height: 834px;
	top: 2%;
	left: 50%;
	transform: translate(-50%, 0);
	transform-origin: left top;
	z-index: 10;
}

.section1-content .s1c-background .bg-circle-playzone {
	-webkit-animation: turn1 30s linear infinite;
	animation: turn1 30s linear infinite;
}

.section1-content .s1c-background .logo-playzone {
	position: absolute;
	right: 0;
	z-index: 12;
	width: 100%;
	display: flex;
	justify-content: center;
	top: 47%;
	transform: translateY(-47%);

}

.section1-content .playzone-items {
	width: 100%;
	height: 100%;
	transform-origin: center top;
	position: relative;
	z-index: 11;

}

.section1-content .playzone-items .myzone-item {
	-webkit-animation: ani1 10s linear infinite;
	animation: ani1 10s linear infinite;
}

.section1-content .playzone-items .myzone-item a img {
	transition: all 0.6s ease-in-out;
}

.section1-content .playzone-items .myzone-item a:hover img {
	filter: brightness(1.5);
	transform: scale(1.2);
}

.section1-content .playzone-items .clanzone-item {
	-webkit-animation: ani6 5s linear infinite;
	animation: ani6 5s linear infinite;
}

.section1-content .playzone-items .clanzone-item a img {
	transition: all 0.6s ease-in-out;
}

.section1-content .playzone-items .clanzone-item a:hover img {
	filter: brightness(1.5);
	transform: scale(1.2);
}

.section1-content .playzone-items .speedzone-item {
	-webkit-animation: moveYDiv1 4s ease-in-out infinite;
	animation: moveYDiv1 4s ease-in-out infinite;
}

.section1-content .playzone-items .speedzone-item a img {
	transition: all 0.6s ease-in-out;
}

.section1-content .playzone-items .speedzone-item a:hover img {
	filter: brightness(1.5);
	transform: scale(1.2);
}

.section1-content .playzone-items .luckyzone-item {
	-webkit-animation: moveYDiv1 4s ease-in-out infinite;
	animation: moveYDiv1 4s ease-in-out infinite;
}

.section1-content .playzone-items .luckyzone-item a img {
	transition: all 0.6s ease-in-out;
}

.section1-content .playzone-items .luckyzone-item a:hover img {
	filter: brightness(1.5);
	transform: scale(1.2);
}

.yezi {
	position: absolute;
	right: 250px;
	bottom: 90%;
	width: 100px;
	height: 46px;
	opacity: 0;
	background-size: 100px;
	background-repeat: no-repeat;
	background-image: url("../images/bubble.png");
}

@media (max-width: 1024px) {
	.yezi {
		display: none;
	}
}

.yezi1 {
	-moz-animation: yezi1 12s infinite linear;
	-webkit-animation: yezi1 12s infinite linear;
	-o-animation: yezi1 12s infinite linear;
	-ms-animation: yezi1 12s infinite linear;
	animation: yezi1 12s infinite linear;
}

.yezi2 {
	-webkit-transform: scale(0.8) rotate(90deg);
	-moz-transform: scale(0.8) rotate(90deg);
	-ms-transform: scale(0.8) rotate(90deg);
	-o-transform: scale(0.8) rotate(90deg);
	transform: scale(0.8) rotate(90deg);
	-moz-animation: yezi2 12s 1s infinite linear;
	-webkit-animation: yezi2 12s 1s infinite linear;
	-o-animation: yezi2 12s 1s infinite linear;
	-ms-animation: yezi2 12s 1s infinite linear;
	animation: yezi2 12s 1s infinite linear;
}

.yezi3 {
	-webkit-transform: scale(0.7) rotate(-15deg);
	-moz-transform: scale(0.7) rotate(-15deg);
	-ms-transform: scale(0.7) rotate(-15deg);
	-o-transform: scale(0.7) rotate(-15deg);
	transform: scale(0.7) rotate(-15deg);
	-moz-animation: yezi3 13s 1s infinite linear;
	-webkit-animation: yezi3 13s 1s infinite linear;
	-o-animation: yezi3 13s 1s infinite linear;
	-ms-animation: yezi3 13s 1s infinite linear;
	animation: yezi3 13s 1s infinite linear;
}

.yezi4 {
	-webkit-transform: scale(0.8) rotate(15deg);
	-moz-transform: scale(0.8) rotate(15deg);
	-ms-transform: scale(0.8) rotate(15deg);
	-o-transform: scale(0.8) rotate(15deg);
	transform: scale(0.8) rotate(15deg);
	-moz-animation: yezi4 12s 3s infinite linear;
	-webkit-animation: yezi4 12s 3s infinite linear;
	-o-animation: yezi4 12s 3s infinite linear;
	-ms-animation: yezi4 12s 3s infinite linear;
	animation: yezi4 12s 3s infinite linear;
}

.yezi5 {
	-webkit-transform: scale(0.8) rotate(45deg);
	-moz-transform: scale(0.8) rotate(45deg);
	-ms-transform: scale(0.8) rotate(45deg);
	-o-transform: scale(0.8) rotate(45deg);
	transform: scale(0.8) rotate(45deg);
	-moz-animation: yezi5 12s infinite linear;
	-webkit-animation: yezi5 12s infinite linear;
	-o-animation: yezi5 12s infinite linear;
	-ms-animation: yezi5 12s infinite linear;
	animation: yezi5 12s infinite linear;
}

.yezi6 {
	-moz-animation: yezi6 10s infinite linear;
	-webkit-animation: yezi6 10s infinite linear;
	-o-animation: yezi6 10s infinite linear;
	-ms-animation: yezi6 10s infinite linear;
	animation: yezi6 10s infinite linear;
}

@media (max-width: 1200px) {
	.section1-content {
		margin-top: 20%;
	}
}

/*----------------------------Clan Zone---------------------------------*/
.clanzone {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #e6e6e6;
}

.clanzone .banner-top {
	width: 100%;
	height: 568px;
}

.clanzone .menu-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 76px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;

}

.clanzone .menu-top .user-info {
	margin-top: 16px;
}

.clanzone .menu-top .user-info h3,
.clanzone .menu-top .user-info p {
	font-size: 20px;
	font-weight: bold;
	color: #003f8d;
}

.clanzone .menu-top .user-info a:hover img {
	filter: brightness(1.2);
}

.section2 {
	width: 100%;
	height: 100%;
}

.section2-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.section2-content .bg-lachuvang{
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
	background-image: url(../images/bg-huvang-pc.png);
	background-position: top left;
	background-size: 100% 100%;
}
.section2-content .s2c-lachuvang {
	width: 100%;
	height: 100%;
}

.section2-content .s2c-title {
	text-transform: uppercase;
	color: #0060ae;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
}

.sub-title {
	font-size: 18px;
	color: #545454;
	text-align: center;
}

.btn-huongdan {
	font-size: 22px;
	padding: 10px 40px;
	margin: 0 10px;
	position: relative;
	display: none;
}

.btn-lichsu {
	font-size: 22px;
	padding: 10px 65px;
	margin: 0 10px;
	position: relative;
	display: none;
}

.btn-huongdan:hover,
.btn-huongdan:active,
.btn-huongdan:focus {
	background-color: #0060ae !important;
	filter: brightness(1.2);
}

.btn-lichsu:hover,
.btn-lichsu:active,
.btn-lichsu:focus {
	background-color: #99b141 !important;
	filter: brightness(1.2);
}

.section2-content .s2c-lachuvang .lachuvang {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 16%;
}

.section2-content .s2c-lachuvang .lachuvang .huvang {
	width: 100%;
	height: 100%;
	position: relative;
}

.section2-content .s2c-lachuvang .lachuvang .huvang .huvang1 {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 14;
	margin-top: -220px;
}

.section2-content .s2c-lachuvang .lachuvang .huvang .huvang2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	margin-top: -220px;
}

.section2-content .s2c-lachuvang .lachuvang .btn-start {
	display: block;
	width: 100%;
	margin: -80px auto 0;
	text-align: center;
	position: relative;
	z-index: 16;
	scale: .9;
	transform-origin: bottom center;
}

.section2-content .s2c-lachuvang .lachuvang .btn-start:hover img {
	animation: press 0.1s 1 linear;
}

.section2-content .s2c-tudo {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 40px;

}

.section2-content .s2c-tudo .ghephinh {
	width: 100%;
	background-color: #fff;
	padding: 14px;
	border: solid 1px #dadada;
	border-radius: 16px;
	box-shadow: 0 0 10px #dadada;
}

.section2-content .s2c-slider {
	width: 100%;
	height: 100%;
	background-color: #d0d0d0;
	padding: 40px 0;
	margin-top: 40px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 10px #fff;
}

.mySwiper .swiper-button-next {
	right: 0;
}

.mySwiper .swiper-button-prev {
	left: 0;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
	color: #878787;
	font-size: 16px;
	font-weight: bold;
}

.mySwiper .swiper-title {
	font-size: 16px;
	color: #545454;
	padding: 6px 0;
}

.mySwiper .swiper-title span {
	font-size: 16px;
	color: #0060ae;
}

.btn-treodo {
	width: 100%;
	color: #2a76b5;
	border: solid 1px #2a76b5;
	border-radius: 8px;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 500;

}

.btn-treodo:hover,
.btn-treodo:active {
	background-color: #2a76b5;
	color: #fff;
}

.btn-treodo.active {
	background-color: #fff;
	border: solid 1px #2a76b5;
	color: #2a76b5;
}

.btn-treodo.active:hover {
	background-color: #fff;
	border: solid 1px #2a76b5;
	color: #2a76b5;
}

.btn-ghepvaohinh {
	width: 100%;
	color: #99b141;
	border: solid 1px #99b141;
	border-radius: 8px;
	margin: 5px 0;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.btn-ghepvaohinh:hover,
.btn-ghepvaohinh:active {
	background-color: #99b141;
	color: #fff;
}

.s2c-gianhang {
	background-color: #e6e6e6;
	width: 100%;
	height: auto;
	padding: 40px 0;
	position: relative;

}

.s2c-gianhang .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.s2c-gianhang .swiper-slide {
	text-align: center !important;
	font-size: 18px;
	height: calc((100% - 1px) / 2) !important;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	padding: 20px 10px;
}

.s2c-gianhang .swiper-slide .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(153, 177, 65, .7);
}

.s2c-gianhang .swiper-slide:hover .overlay {
	opacity: 1;
}

.s2c-gianhang .swiper-slide .overlay .btn-mua {
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;

}

.s2c-gianhang .swiper-wrapper {
	height: 480px;
}

.mySwiper2 .swiper-title {
	font-size: 16px;
	color: #545454;
	padding: 6px 0;
}

.mySwiper2 .swiper-title span {
	font-size: 16px;
	color: #0060ae;
}

.swiper-code {
	font-size: 20px;
	color: #545454;
	padding: 6px 0 0;
	font-weight: 700;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 10px #545454;
}

.mySwiper2 .swiper-button-next {
	right: 0;
}

.mySwiper2 .swiper-button-prev {
	left: 0;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
	color: #878787;
	font-size: 16px;
	font-weight: bold;
}
.bg-num {
	background: url(../images/bg-num.png) no-repeat center top;
	width: 100%;
	height:  auto;
	max-width: 400px;
	height: auto;
	display: block;
	margin:  0 auto;
	padding: 10px 0;
	font-size: 22px;
}
@media (max-width: 1200px) {
	.clanzone .banner-top {
		height: 500px;
	}

	.clanzone .banner-top img {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		transform-origin: top center;
	}

	.clanzone .menu-top {
		height: 68px;
	}
	.clanzone .menu-top .user-info {
		margin-top: 0;
	}
	.clanzone .menu-top .user-info img{
		max-width: 73%;
	}
	.clanzone .menu-top .user-info img.pulse{
		width: 32px;
	}
	.clanzone .menu-top .user-info h3,
	.clanzone .menu-top .user-info p {
		margin-bottom: 0;
	}
	.clanzone .menu-top .navbar-brand{
		padding-top: 0;
	}
	.clanzone .menu-top .navbar-brand img{
		max-width:90%;
	}
	.section2-content .s2c-lachuvang .lachuvang .huvang {
		width: 100%;
		height: 100%;
		position: relative;
		background-image: url("../images/bg-huvang.png");
		background-size: 100%;
	}
}
@media (min-width: 768px) {

.clanzone .container {
		max-width: 100%;
	}
}
/*----------------------------Ghep hinh---------------------------------*/
.ghephinh {
	height: 630px;
	position: relative;
}

.ghephinh img{
	width: 850px;
	height: 600px;
	position: absolute;
	top:  15px;
	left: 15px;
}
.ghephinh img.bg-ghephinh{
	filter: grayscale(100%);
	opacity: .7;
}

/*----------------------------Lucky Zone---------------------------------*/
.section3 {
	width: 100%;
	height: 100%;
}

.section3-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.section3-content .bg-luckyzone{
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
	background-image: url(../images/bg-luckyzone-pc.png);
	background-position: top left;
	background-size: 100% 100%;
}

.luckyzone {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #e6e6e6;
}

.luckyzone .banner-top {
	width: 100%;
	height: 1584px;
}

.luckyzone .menu-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 76px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;

}

.luckyzone .menu-top .user-info {
	margin-top: 16px;
}

.luckyzone .menu-top .user-info h3,
.luckyzone .menu-top .user-info p {
	font-size: 20px;
	font-weight: bold;
	color: #cc2a19;
}

.luckyzone .menu-top .user-info a:hover img {
	filter: brightness(1.2);
}

#wheel-container {
	position: absolute;
	width: 750px;
	height: 750px;
	top: 160px;
	left: 50%;
	transform: translate(-50%, 0) scale(.75);
}

.frame-vqmm {

	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-vqmm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#wheel-container .vqmm {
	-webkit-animation: turn1 90s linear infinite;
	animation: turn1 90s linear infinite;
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

#wheel-container .absolute-item {
	position: absolute;
	right: 0;
	z-index: 15;
}

.bt-but {
	width: 100%;
	display: flex;
	justify-content: center;
	top: 47%;
	transform: translateY(-47%);
}

.bt-but .btn-spin {
	cursor: pointer;
	width: 20%;
	margin: 0 1% 0 1%;
}

.btn-spin:active {
	animation: press 0.1s 1 linear;
}

#wheel-container .ribbon-vqmm {
	position: absolute;
	left: 0;
	top: 620px;
	z-index: 11;
}

@media (max-width: 1200px) {

	.luckyzone .banner-top img {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		transform-origin: top center;
	}

	.luckyzone .menu-top {
		height: 68px;
	}
	.luckyzone .menu-top .user-info {
		margin-top: 0;
	}
	.luckyzone .menu-top .user-info img{
		max-width: 73%;
	}
	.luckyzone .menu-top .user-info h3,
	.luckyzone .menu-top .user-info p {
		margin-bottom: 0;
	}
	.luckyzone .menu-top .navbar-brand{
		padding-top: 0;
	}
	.luckyzone .menu-top .navbar-brand img{
		max-width:90%;
	}
	#wheel-container {
		position: absolute;
		width: 750px;
		height: 750px;
		top: -1140px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
@media (min-width: 768px) {

.luckyzone .container {
		max-width: 100%;
	}
}
/*----------------------------Speed Zone---------------------------------*/
.section4 {
	width: 100%;
	height: 100%;
}

.section4-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.section4-content .bg-speedzone{
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
	background-image: url(../images/bg-speedzone-pc.png);
	background-position: top left;
	background-size: 100% 100%;
}

.speedzone {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #f3f3f3;
}

.speedzone .banner-top {
	width: 100%;
	height: 1300px;
}

.speedzone .menu-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 76px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;

}

.speedzone .menu-top .user-info {
	margin-top: 16px;
}

.speedzone .menu-top .user-info h3,
.speedzone .menu-top .user-info p {
	font-size: 20px;
	font-weight: bold;
	color: #8c531b;
}

.speedzone .menu-top .user-info a:hover img {
	filter: brightness(1.2);
}

.speedzone .ic-menu {
	position: absolute;
	top: 1rem;
	right: 18rem;
	z-index: 31;
}

#shot-container {
	position: absolute;
	width: 100%;
	height: 1145px;
	top: -230px;
	left: 50%;
	transform: translate(-50%, 0) translate(-50%, 0);
	-webkit-transform: scale(0.8) translate(-50%, 0);
	-moz-transform: scale(0.8) translate(-50%, 0);
	-ms-transform: scale(0.8) translate(-50%, 0);
	-o-transform: scale(0.8) translate(-50%, 0);
	transform: scale(0.6) translate(-50%, 0);
	transform-origin: bottom left;
}

#shot-container .frame-shot {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#shot-container_m {
	position: absolute;
	width: 100%;
	height: 1145px;
	top: -230px;
	left: 50%;
	transform: translate(-50%, 0) translate(-50%, 0);
	-webkit-transform: scale(0.8) translate(-50%, 0);
	-moz-transform: scale(0.8) translate(-50%, 0);
	-ms-transform: scale(0.8) translate(-50%, 0);
	-o-transform: scale(0.8) translate(-50%, 0);
	transform: scale(0.6) translate(-50%, 0);
	transform-origin: bottom left;
}

#shot-container_m .frame-shot {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.flip-card {
	background-color: transparent;
	width: 282px;
	height: 194px;
	perspective: 1000px;
	/* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flip-card-front {
	color: black;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
}

#shot-container .img-shot {
	position: absolute;
	bottom: 160px;
	left: 50%;
	transform: translate(-50%, 0);
}

#shot-container .btn-start {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
}

#shot-container_m .img-shot {
	position: absolute;
	bottom: 160px;
	left: 50%;
	transform: translate(-50%, 0);
}

#shot-container_m .btn-start {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
	.speedzone .banner-top {
		height: 1390px;
	}

	.speedzone .banner-top img {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		-o-transform: scale(1.6);
		transform: scale(1.6);
		transform-origin: top center;
	}

	.speedzone .menu-top {
		height: 68px;
	}
	.speedzone .menu-top .user-info {
		margin-top: 0;
	}
	.speedzone .menu-top .user-info img{
		max-width: 73%;
	}
	.speedzone .menu-top .user-info h3,
	.speedzone .menu-top .user-info p {
		margin-bottom: 0;
	}
	.speedzone .menu-top .navbar-brand{
		padding-top: 0;
	}
	.speedzone .menu-top .navbar-brand img{
		max-width:90%;
	}

	.speedzone .ic-menu {
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 31;
	}

	#shot-container {
		-webkit-transform: scale(0.9) translate(-50%, 0);
		-moz-transform: scale(0.9) translate(-50%, 0);
		-ms-transform: scale(0.9) translate(-50%, 0);
		-o-transform: scale(0.9) translate(-50%, 0);
		transform: scale(0.9) translate(-50%, 0);
		top: -1045px;
	}

	.speedzone .frame-shot .row .col-3 .flip-card {
		padding: 20px;
	}

	#shot-container .img-shot {
		bottom: 110px;
	}

	#shot-container .btn-start {
		bottom: -10px;
	}

	#shot-container_m {
		-webkit-transform: scale(0.9) translate(-50%, 0);
		-moz-transform: scale(0.9) translate(-50%, 0);
		-ms-transform: scale(0.9) translate(-50%, 0);
		-o-transform: scale(0.9) translate(-50%, 0);
		transform: scale(0.9) translate(-50%, 0);
		top: -1045px;
	}

	.speedzone .frame-shot .row .col-3 .flip-card {
		padding: 20px;
	}

	#shot-container_m .img-shot {
		bottom: 110px;
	}

	#shot-containe_m .btn-start {
		bottom: -10px;
	}

}

@media (min-width: 768px) {

.speedzone .container {
		max-width: 100%;
	}
}

/*----------------------------My Zone---------------------------------*/
.section4 {
	width: 100%;
	height: 100%;
}

.section5-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.myzone {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-color: #f3f3f3;
}

.myzone .banner-top {
	width: 100%;
	height: 467px;
}

.myzone .menu-top {
	position: absolute;
	top: 0;
	left: 0;
	height: 76px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;

}

.myzone .menu-top .user-info {
	margin-top: 16px;
}

.myzone .menu-top .user-info h3,
.myzone .menu-top .user-info p {
	font-size: 20px;
	font-weight: bold;
	color: #003f8d;
}

.myzone .menu-top .user-info a:hover img {
	filter: brightness(1.2);
}

.myzone .s5c-diemdanh {
	border: solid 2px #0060ae;
	padding: 10px;
	width: 100%;
	margin: -20px auto 0;
	text-align: center;
	border-radius: 16px;
}

.myzone .title-quest {
	text-transform: uppercase;
	color: #0060ae;
	font-size: 42px;
	font-weight: bold;
	padding: 30px 0 0;
}

.myzone .des-quest {
	color: #0060ae;
	font-size: 28px;
	font-weight: bold;
}

.myzone .des-quest span {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
}

.myzone .s5c-likeshare {
	border: solid 2px #0060ae;
	padding: 10px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 28px;
	color: #0060ae;
	font-weight: 500;
	border-radius: 16px;
}

.myzone .s5c-likeshare .btn-upload {
	border: solid 2px #0060ae;
	border-radius: 8px;
	padding: 10px 20px;
	color: #0060ae;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.myzone .s5c-likeshare input {
	height: 50px;
	width: 100%;
	max-width: 300px;
}

.myzone .s5c-likeshare .btn-gui {
	border-radius: 8px;
	padding: 20px 60px;
	background-color: #0060ae;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 50px auto;
	transition: transform .3s;
}

.myzone .s5c-playgame {
	border: solid 2px #0060ae;
	padding: 10px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 28px;
	color: #0060ae;
	font-weight: 500;
	border-radius: 16px;
}

.myzone .s5c-playgame .btn-gui {
	border-radius: 8px;
	padding: 20px 60px;
	background-color: #0060ae;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 50px auto;
	transition: transform .3s;
}

.myzone .s5c-playgame .form-check-input {
	width: 50px;
	height: 50px;
	margin: 10px;
}

.myzone .s5c-playgame .form-check-label {
	line-height: 60px;
}

.myzone .s5c-playgame .btn-gui:hover,
.myzone .s5c-likeshare .btn-gui:hover {
	filter: brightness(1.2);

}

@media (max-width: 1200px) {
	.myzone .banner-top {
		height: 450px;
	}

	.myzone .banner-top img {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		transform-origin: top center;
	}

	.myzone .menu-top {
		height: 68px;
	}
	.myzone .menu-top .user-info {
		margin-top: 0;
	}
	.myzone .menu-top .user-info img{
		max-width: 73%;
	}
	.myzone .menu-top .user-info h3,
	.myzone .menu-top .user-info p {
		margin-bottom: 0;
	}
	.myzone .menu-top .navbar-brand{
		padding-top: 0;
	}
	.myzone .menu-top .navbar-brand img{
		max-width:90%;
	}

}
@media (min-width: 768px) {

.myzone .container {
		max-width: 100%;
	}
}
/*----------------------------Footer---------------------------------*/
.footer {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	transform-origin: top left;
	position: relative;
	background-color: #262626;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}

.footer h2 {
	color: #fff;
	font-size: 14px;
}

.footer .footer-content-2 {
	border-top: solid 1px #333;
}

/*----------------------------Popup---------------------------------*/
.pop-menu-user {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.pop-menu-user .info-user {
	font-size: 16px;
	color: #4b4d4f;
}

.pop-menu-user .menu-user {
	padding-top: 20px;
}

/*Begin update background pop thong bao 05/12/2023 */
.popThongbao .modal-content {
	background: url(../images/bg-popup-thongbao.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 296px;
	color: #fff;
	border: none;
}
.popThongbao .modal-content .btn-close{ 
width: 46px;
height: 46px;
}
@media (max-width: 640px) {
	.popThongbao .modal-content {
		height: 237px;
 }
 .popThongbao .modal-content .btn-close{ 
	width: 24px;
	height: 24px;
	}
}

/* End update background pop thong bao 05/12/2023 */

.pop-thongbao .title-thongbao {
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	padding-bottom: 20px;
}

.pop-thongbao .btn-napgame {
	font-size: 14px;
	text-align: center;
	background-color: #003f8d;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
}

.pop-thongbao .btn-napgame:hover {
	filter: brightness(1.2);
}

.pop-thongbao .btn-myzone {
	font-size: 14px;
	text-align: center;
	background-color: #8025ff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
}

.pop-thongbao .btn-myzone:hover {
	filter: brightness(1.2);
}

.pop-thongbao .btn-skip {
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	color: #003f8d;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
	border: solid 1px #003f8d;
	font-weight: 500;
}

.title-popup {
	text-transform: uppercase;
	color: #0060ae;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

.des-popup {
	color: #0060ae;
	font-size: 28px;
	font-weight: bold;
}

.pop-tudo .btn-moqua {
	font-size: 14px;
	text-align: center;
	background-color: #003f8d;
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 8px;
}

.pop-tudo .btn-moqua.disabled {
	pointer-events: none;
	background-color: #539df9;
}

.pop-tudo table,
.pop-lichsu table {
	text-align: center;
}

.pop-huongdan .nav-pills .nav-link.active,  .pop-vinhdanh .nav-pills .nav-link.active, .pop-tudo .nav-pills .nav-link.active,  .pop-lichsu .nav-pills .nav-link.active{
	background-color: #003f8d;
	color: #fff;
}
.pop-huongdan .nav-pills .nav-link, .pop-vinhdanh .nav-pills .nav-link,.pop-tudo .nav-pills .nav-link, .pop-lichsu .nav-pills .nav-link {
	border: solid 2px #003f8d;
	border-radius: 8px;
	color: #003f8d;
	margin: 5px;
}
.pop-huongdan .nav-justified .nav-item, .pop-vinhdanh .nav-justified .nav-item, .pop-tudo .nav-justified .nav-item, .pop-lichsu .nav-justified .nav-item {
	margin: 5px;
}

.pop-moqua .btn-skip {
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	color: #003f8d;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
	border: solid 1px #003f8d;
	font-weight: 500;
	margin: 0 4px;
}
.pop-moqua .btn-napgame {
	font-size: 14px;
	text-align: center;
	background-color: #003f8d;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
	margin: 0 4px;
}

.pop-diemdanh .title-thongbao {
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	padding-bottom: 20px;
	color: #0060ae;
}
.pop-diemdanh .btn-napgame {
	font-size: 14px;
	text-align: center;
	background-color: #003f8d;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 8px;
}

/*----------------------------Animation---------------------------------*/
@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-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;
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-15px);
	}
}

@keyframes glow {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(95, 210, 255));
	}

	to {
		filter: drop-shadow(0 0 3rem rgb(95, 210, 255));
	}
}

@keyframes glow1 {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(231, 255, 159));
	}

	to {
		filter: drop-shadow(0 0 3rem rgb(231, 255, 159));
	}
}

@keyframes glow2 {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(255, 255, 255));
	}

	to {
		filter: drop-shadow(0 0 3rem rgb(255, 255, 255));
	}
}

@-webkit-keyframes ani1 {
	0% {
		transform: rotate(-5deg)
	}

	10% {
		transform: rotate(5deg)
	}

	20% {
		transform: rotate(-5deg)
	}

	30% {
		transform: rotate(5deg)
	}

	40% {
		transform: rotate(-5deg)
	}

	50% {
		transform: rotate(5deg)
	}

	60% {
		transform: rotate(-5deg)
	}

	70% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	80%,
	100% {
		transform: rotate(0deg)
	}
}

@keyframes ani1 {
	0% {
		transform: rotate(-5deg)
	}

	10% {
		transform: rotate(5deg)
	}

	20% {
		transform: rotate(-5deg)
	}

	30% {
		transform: rotate(5deg)
	}

	40% {
		transform: rotate(-5deg)
	}

	50% {
		transform: rotate(5deg)
	}

	60% {
		transform: rotate(-5deg)
	}

	70% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	80%,
	100% {
		transform: rotate(0deg)
	}
}

@-webkit-keyframes ani4 {
	0% {
		transform: translate(100px, 0px)
	}

	10% {
		transform: translate(70px, -20px)
	}

	20% {
		transform: translate(50px, -40px)
	}

	30% {
		transform: translate(20px, -50px)
	}

	40% {
		transform: translate(40px, -60px)
	}

	50% {
		transform: translate(60px, -40px)
	}

	60% {
		transform: translate(70px, -30px)
	}

	85% {
		transform: translate(90px, -20px)
	}

	100% {
		transform: translate(100px, 0px)
	}
}

@keyframes ani4 {
	0% {
		transform: translate(100px, 0px)
	}

	10% {
		transform: translate(70px, -20px)
	}

	20% {
		transform: translate(50px, -40px)
	}

	30% {
		transform: translate(20px, -50px)
	}

	40% {
		transform: translate(40px, -60px)
	}

	50% {
		transform: translate(60px, -40px)
	}

	60% {
		transform: translate(70px, -30px)
	}

	85% {
		transform: translate(90px, -20px)
	}

	100% {
		transform: translate(100px, 0px)
	}
}

@-webkit-keyframes ani6 {
	0% {
		transform: translate(-20px, 0px) rotate(0deg)
	}

	30% {
		transform: translate(20px, 0px) rotate(0deg)
	}

	40% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	50% {
		transform: translate(20px, 0px) rotate(-2deg)
	}

	60% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	70% {
		transform: translate(20px, 0px) rotate(-2deg)
	}

	80% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	100% {
		transform: translate(-20px, 0px) rotate(0)
	}
}

@keyframes ani6 {
	0% {
		transform: translate(-20px, 0px) rotate(0deg)
	}

	30% {
		transform: translate(20px, 0px) rotate(0deg)
	}

	40% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	50% {
		transform: translate(20px, 0px) rotate(-2deg)
	}

	60% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	70% {
		transform: translate(20px, 0px) rotate(-2deg)
	}

	80% {
		transform: translate(20px, 0px) rotate(2deg)
	}

	100% {
		transform: translate(-20px, 0px) rotate(0)
	}
}

@-webkit-keyframes ani7 {
	0% {
		transform: translate(-60px, -20px)
	}

	20% {
		transform: translate(-10px, -10px)
	}

	40% {
		transform: translate(0px, 0px)
	}

	60% {
		transform: translate(0px, -5px)
	}

	80% {
		transform: translate(-30px, -10px)
	}

	100% {
		transform: translate(-60px, -20px)
	}
}

@keyframes ani7 {
	0% {
		transform: translate(-60px, -20px)
	}

	20% {
		transform: translate(-10px, -10px)
	}

	40% {
		transform: translate(0px, 0px)
	}

	60% {
		transform: translate(0px, -5px)
	}

	80% {
		transform: translate(-30px, -10px)
	}

	100% {
		transform: translate(-60px, -20px)
	}
}

@keyframes press {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes press {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}


@-webkit-keyframes yezi1 {
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 50%;
		bottom: 150px;
	}
}

@-moz-keyframes yezi1 {
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 50%;
		bottom: 150px;
	}
}

@-ms-keyframes yezi1 {
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 50%;
		bottom: 150px;
	}
}

@-o-keyframes yezi1 {
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 50%;
		bottom: 150px;
	}
}

@keyframes yezi1 {
	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 50%;
		bottom: 150px;
	}
}

@-webkit-keyframes yezi2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 200px;
	}
}

@-moz-keyframes yezi2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 200px;
	}
}

@-ms-keyframes yezi2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 200px;
	}
}

@-o-keyframes yezi2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 200px;
	}
}

@keyframes yezi2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 200px;
	}
}

@-webkit-keyframes yezi3 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 65%;
		bottom: 80px;
	}
}

@-moz-keyframes yezi3 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 65%;
		bottom: 80px;
	}
}

@-ms-keyframes yezi3 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 65%;
		bottom: 80px;
	}
}

@-o-keyframes yezi3 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 65%;
		bottom: 80px;
	}
}

@keyframes yezi3 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 65%;
		bottom: 80px;
	}
}

@-webkit-keyframes yezi4 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 250px;
	}
}

@-moz-keyframes yezi4 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 250px;
	}
}

@-ms-keyframes yezi4 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 250px;
	}
}

@-o-keyframes yezi4 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 250px;
	}
}

@keyframes yezi4 {
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 250px;
	}
}

@-webkit-keyframes yezi5 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 220px;
	}
}

@-moz-keyframes yezi5 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 220px;
	}
}

@-ms-keyframes yezi5 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 220px;
	}
}

@-o-keyframes yezi5 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 220px;
	}
}

@keyframes yezi5 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 80%;
		bottom: 220px;
	}
}

@-webkit-keyframes yezi6 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 100%;
		bottom: 200px;
	}
}

@-moz-keyframes yezi6 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 100%;
		bottom: 200px;
	}
}

@-ms-keyframes yezi6 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 100%;
		bottom: 200px;
	}
}

@-o-keyframes yezi6 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 100%;
		bottom: 200px;
	}
}

@keyframes yezi6 {
	0% {
		opacity: 1;
		right: 50%;
		bottom: 700px;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		right: 100%;
		bottom: 200px;
	}
}