@charset "utf-8";
/* CSS Document */
*, .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;
}
@font-face {
	font-family: 'fsmagistralbook';
	src: url("../fonts/FS-Magistral-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.f-fsmagistralbook {
	font-family: 'fsmagistralbook';
}
@font-face {
	font-family: 'fsmagistralbold';
	src: url("../fonts/FS-Magistral-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.f-fsmagistralbold {
	font-family: 'fsmagistralbold';
}
@font-face {
	font-family: 'fsmagistralextrabolditalic';
	src: url("../fonts/FS-Magistral-ExtraBoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.f-fsmagistralextrabolditalic {
	font-family: 'fsmagistralextrabolditalic';
}
@font-face {
	font-family: 'fsmagistralmedium';
	src: url("../fonts/FS-Magistral-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.f-fsmagistralmedium {
	font-family: 'fsmagistralmedium';
}
@font-face {
	font-family: 'mulibold';
	src: url("../fonts/Muli-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.f-mulibold {
	font-family: 'mulibold';
}
body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'fsmagistralbook', Arial, Helvetica, sans-serif;
}
body, html {
	padding: 0;
	margin: 0;
	background: rgb(0, 0, 0);
	position: relative;
}
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
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	position: absolute;
}
.wrapper {
	width: 1920px;
	height: 1080px;
}
.container {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	position: relative;
	max-width: 1000px;
}
.container1 {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: auto;
	position: relative;
}
.frame {
	width: 59.063rem;
	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) */
}
.brightness:hover {
	filter: brightness(1.2)
}
@media (min-width: 2000px) {
	.wrapper {
		transform-origin: top left;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1000px;
	}
}
@media (max-width: 690px) {
	.desktop {
		display: none !important
	}
	.mobile {
		display: block !important
	}
	.wrapper {
		width: 100%;
	}
	.container {
		width: 100%;
		max-width: 100%;
	}
	.container1 {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.header-desktop {
		display: none !important
	}
	.header-mobile {
		display: block !important
	}
}
@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2);
		padding: 8px;
	}
}
/* @media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}
	.wrapper {
		width: 960px;
	}

} */
.text-yellow {
	color: #fce818 !important;
}
.text-blue {
	color: #03e9fe !important;
}
.text-green {
	color: #41cc01 !important;
}
.cursor-pointer {
	cursor: pointer;
}
/*----------------------- Header ------------------------*/
.navbar .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.navbar-nav {
	margin-left: 260px;
}
.navbar-nav .frame-avatar {
	width: 91px;
	height: 91px;
	position: relative;
}
.navbar-nav .avatar {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 78px;
	height: 80px;
}
.navbar-nav .avatar img {
	border-radius: 18px;
	max-height: 100%;
}
.navbar-nav .name {
	width: 232px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 16px;
	color: #fff;
	text-align: center;
	background: rgb(19, 4, 46);
	background: linear-gradient(90deg, rgba(19, 4, 46, .1) 20%, rgba(151, 21, 231, 1) 100%);
	height: 54px;
	line-height: 54px;
	border-radius: 8px;
	font-size: 20px;
	text-shadow: 2px 0 #1a0372, -2px 0 #1a0372, 0 2px #1a0372, 0 -2px #1a0372, 1px 1px #1a0372, -1px -1px #1a0372, 1px -1px #1a0372, -1px 1px #1a0372;
}
.navbar-nav .num-coin {
	background: rgb(19, 4, 46);
	background: linear-gradient(90deg, rgba(19, 4, 46, .1) 20%, rgba(151, 21, 231, 1) 100%);
	width: 232px;
	height: 54px;
	border-radius: 8px;
	margin-left: 60px;
	font-size: 18px;
	text-shadow: 2px 0 #1a0372, -2px 0 #1a0372, 0 2px #1a0372, 0 -2px #1a0372, 1px 1px #1a0372, -1px -1px #1a0372, 1px -1px #1a0372, -1px 1px #1a0372;
	padding-left: 74px;
}
.menu.dropdown .dropdown-menu{
	border:  solid 3px rgba(151, 21, 231, 1);
	background-color: rgba(151, 21, 231, 0.8);	
}
.menu.dropdown .dropdown-menu .dropdown-item{
	color: #fff;
	font-weight: 600;
}
.menu.dropdown .dropdown-menu .dropdown-item:hover, .menu.dropdown .dropdown-menu .dropdown-item:focus{
	color: #fff;
	background-color: rgba(151, 21, 231, 0.8);	
	font-weight: 600;
}
/*----------------------- Trang Chu ------------------------*/
.bg-page-home {
	width: 1920px;
	height: 1080px;
	object-fit: cover;
	background: url(../images/bg-page-home.jpg) no-repeat 50% /cover;
	background-position: top center;
	position: relative;
}
.main-home {
	width: 100%;
	margin: 16px auto;
	max-width: 1200px;
	height: auto;
	position: relative;
}
.main-home .art-girl {
	width: 373px;
	height: 785px;
	position: absolute;
	top: -16px;
	left: 164px;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 14;
	-webkit-animation: ani2 5s linear infinite;
	animation: ani2 5s linear infinite
}
.main-home .main-left {
	position: relative;
	width: 569px;
	height: auto;
	margin-left: 80px;
	margin-top: 10px;
}
.main-home .main-left .frame-vq {
	position: absolute;
	width: 569px;
	height: 670px;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 11;
}
.main-home .main-left .vq {
	position: absolute;
	width: 497px;
	height: 497px;
	top: 62px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
	-webkit-animation: turn1 10s linear infinite;
	animation: turn1 10s linear infinite;
}
.main-home .main-left .btn-spin {
	position: absolute;
	width: 226px;
	height: 226px;
	top: 203px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 12;
}
.main-home .main-right {
	position: relative;
	width: 384px;
	height: auto;
	margin-top: 4px;
}
.main-home .main-right .frame-btn-group {
	position: relative;
	width: 384px;
	height: 600px;
/* 	background: url(../images/frame-btn-group.png) no-repeat;
	background-size: 100%; */
	margin-top: 30px;
}
.main-home .main-right .frame-btn-group .btn-choingay img {
	animation: glow .75s infinite alternate;
}
/*----------------------- P San Sang ------------------------*/
.bg-page-ss {
	width: 1920px;
	height: 1080px;
	object-fit: cover;
	background: url(../images/bg-page-ss.jpg) no-repeat 50% /cover;
	background-position: top center;
	position: relative;
}
.main-ss {
	width: 100%;
	margin: 16px auto;
	max-width: 1200px;
	height: auto;
	position: relative;
}
.main-ss .main-left {
	position: relative;
	width: 520px;
	height: auto;
	margin-left: 80px;
	padding-top: 98px;
}
.main-ss .main-right {
	position: relative;
	width: 343px;
	height: auto;
	margin-top: 4px;
}
.bxh {
	width: 343px;
	height: 211px;
	background: url(../images/frame-bxh.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.bxh.top10 {
	width: 343px;
	height: 462px;
	background: url(../images/frame-bxh-xl.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.main-ss .main-left .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.main-ss .main-left .btn-group-ss {
	width: 100%;
	height: auto;
	position: absolute;
	top: 500px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.main-ss .main-left .btn-group-ss .timer {
	width: 151px;
	height: 45px;
	background: url(../images/frame-timer.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 24;
}
.main-ss .main-left .btn-group-ss .timer .countdown {
	text-align: center;
	line-height: 38px;
	padding-left: 16px;
	font-size: 28px;
	color: #6b2916;
	text-shadow: 1px 1px #f7e797;
}
.main-ss .main-left .btn-group-ss .btn-ss {
	width: 363px;
	height: 150px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 23;
}
.main-ss .main-left .btn-group-ss .btn-huongdan {
	width: 220px;
	height: 80px;
	position: absolute;
	top: 216px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.main-ss .art-girl {
	width: 491px;
	height: 872px;
	position: absolute;
	top: -16px;
	left: 60px;
	z-index: 14;
}
.bxh .tbl-bxh {
	width: 314px;
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 16px;
	margin-top: 42px;
}
.bxh .tbl-bxh .col1 {
	width: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 28px;
	text-align: center;
	margin: 0 auto;
	padding-top: 2px;
}
.bxh .tbl-bxh .col2 {
	width: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 28px;
	text-align: center;
	margin: 0 auto;
	padding-top: 2px;
}
.bxh .tbl-bxh .col3 {
	width: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 28px;
	text-align: center;
	margin: 0 auto;
	padding-top: 2px;
}
.bxh .tbl-bxh .col4 {
	width: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 28px;
	text-align: center;
	margin: 0 auto;
	padding-top: 2px;
}
.bxh .table th {
	background-color: #3c0276;
	color: #fec001;
	text-shadow: 2px 2px rgba(60, 2, 118, 0.75);
	font-size: 14px;
}
.bxh .table td {
	background-color: #5200a5;
	color: #fff;
	font-size: 14px;
}
.text-top1 {
	color: #ffd71e;
}
.text-top2 {
	color: #a2bbe3;
}
.text-top3 {
	color: #e89b53;
}
.bxh.top10 .tbl-bxh {
	width: 314px;
	height: 408px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 16px;
	margin-top: 42px;
}
/*----------------------------Gameplay---------------------------------*/
.bg-page-gameplay {
	width: 1920px;
	height: 1080px;
	object-fit: cover;
	background: url(../images/bg-page-gameplay.jpg) no-repeat 50% /cover;
	background-position: top center;
	position: relative;
}
.main-gameplay .main {
	position: relative;
	margin: -86px auto 0;
	display: block;
	width: 827px;
}
.main-gameplay .bxh {
	position: fixed;
	right: 16px;
	top: 100px;
}
.main-gameplay .diemso {
	width: 305px;
	height: 68px;
	background: url(../images/bg-diemso.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	position: relative;
	z-index: 32;
}
.main-gameplay .diemso span {
	font-size: 24px;
	color: #ffe400;
}
.main-gameplay .traloinhanh {
	width: 477px;
	height: 44px;
	background: url(../images/bg-diemtraloinhanh.png) no-repeat;
	background-size: 100%;
	margin: -6px auto 0;
	text-align: center;
	padding-top: 4px;
	color: #fff;
	position: relative;
	z-index: 31;
	font-size: 15px;
}
.main-gameplay .traloinhanh span {
	font-size: 20px;
	color: #ffd800;
}
.main-gameplay .traloinhanh .progress-time {
	width: 380px;
	height: 28px;
	border-radius: 9px;
	color: #038bd9;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1
}




/* .main-gameplay .traloinhanh .progress-time::before {
	content: "";
	position: absolute;
	margin: 2px;
	inset: 0 100% 0 0;
	border-radius: inherit;
	background: currentColor;
	animation: progresstime 30s infinite;
} */
.main-gameplay .ochu {
	width: 827px;
	height: 345px;
	background: url(../images/frame-ochu.png) no-repeat;
	background-size: 100%;
	margin: -16px auto 0;
	position: relative;
	z-index: 34;
	overflow: hidden;
}
.main-gameplay .ochu .line1 {
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	width: 670px;
	height: 72px;
	margin: 0 auto;
}
.main-gameplay .ochu .ochu-item {
	background: url(../images/ochu.png) no-repeat;
	background-size: 100%;
	width: 41px;
	height: 60px;
	margin: 10px auto;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
	font-family: 'mulibold', sans-serif, verdana;
	font-size: 31px;
	color: #fff;
	text-shadow: 2px 0 #1a0372, -2px 0 #1a0372, 0 2px #1a0372, 0 -2px #1a0372, 1px 1px #1a0372, -1px -1px #1a0372, 1px -1px #1a0372, -1px 1px #1a0372;
}
.main-gameplay .ochu .ochu-item.active {
	background: url(../images/ochu-active.png) no-repeat;
}
.main-gameplay .ochu .line2 {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	width: 780px;
	height: 72px;
	margin: 0 auto;
}
.main-gameplay .ochu .line3 {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	width: 780px;
	height: 72px;
	margin: 0 auto;
}
.main-gameplay .ochu .line4 {
	position: absolute;
	top: 244px;
	left: 0;
	right: 0;
	width: 670px;
	height: 72px;
	margin: 0 auto;
}
.main-gameplay .goiy {
	width: 827px;
	height: 79px;
	background: url("../images/bg-goiytukhoa.png") no-repeat;
	background-size: 100%;
	position: relative;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 100px;
}
.main-gameplay .goiy .img-goiy {
	width: 97px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 97px;
	max-height: 80px;
}
.main-gameplay .goiy .img-goiy img {
	max-height: 100%;
	max-width: 100%;
}
.main-gameplay .btn-group-ochu {
	margin: 8px auto;
}
.main-gameplay .btn-group-ochu .btn-mochucai {
	aspect-ratio: 1;
	border: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: relative;
	padding: 10px;
}
.main-gameplay .btn-group-ochu .btn-mochucai::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 8px; /* control the border thickness */
	background: linear-gradient(90deg, #fd5b02, #fff303);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	/* animation: l18 10s infinite linear; */
	transform: rotate(45deg);
}
.main-gameplay .btn-group-ochu .btn-giaiochu {
	aspect-ratio: 1;
	border: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: relative;
	padding: 10px;
}
.main-gameplay .btn-group-ochu .btn-giaiochu::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 8px; /* control the border thickness */
	background: linear-gradient(90deg, #fd5b02, #fff303);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	/* animation: l18 30s infinite linear; */
	transform: rotate(45deg);
}
.main-gameplay .btn-group-ochu .bg-btn-quay {
	position: relative;
}
.main-gameplay .btn-group-ochu .btn-quay {
	aspect-ratio: 1;
	border: 6px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: relative;
	padding: 12px;
	position: absolute;
	top: 0;
	left: 0;
}


.main-gameplay .btn-group-ochu .btn-quay::before {
	content: attr(data-animation);
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 10px; /* control the border thickness */
	background: linear-gradient(90deg, #fd5b02, #fff303);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	/* animation: l18 5s infinite linear; */
	transform: rotate(45deg);
}
@keyframes l18 {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
	}
	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
	}
	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
	}
	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
	}
	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
	}
}
.main-gameplay .text-thongbao {
	width: 827px;
	height: 87px;
	background: url("../images/bg-thongbao-ochu.png") no-repeat;
	background-size: 100%;
	position: relative;
	margin: 8px auto;
}
.main-gameplay .text-thongbao .note {
	background: #FF9700;
	background: linear-gradient(to top, #FF9700 0%, #FEE006 78%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	filter: drop-shadow(0 2px #0c3c50);
}
.chonchucai {
	position: relative;
}
.chonchucai .frame-chucai {
	width: 578px;
	height: 267px;
	background: url("../images/frame-chucai.png") no-repeat;
	background-size: 100%;
	position: relative;
	padding: 32px 24px;
	margin: 0 auto;
}
.chonchucai .frame-chucai .chucai {
	width: 39px;
	height: 59px;
	background: url("../images/bg-chucai.png") no-repeat;
	background-size: 100%;
	font-family: 'mulibold', sans-serif, verdana, tahoma;
	font-size: 31px;
	color: #321a7e;
	text-shadow: 0 1px #9179e0;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	padding-bottom: 8px;
	cursor: pointer;
	margin: 0 4px;
}
.chonchucai .frame-chucai .chucai {
	width: 39px;
	height: 59px;
	background: url("../images/bg-chucai-hover.png") no-repeat;
	color: #034395;
	text-shadow: 0 1px #fefefc;
}

.chonchucai .frame-chucai .chucai:hover {
	opacity: .4;
}
.chonchucai .frame-chucai .chucai.active {
	width: 39px;
	height: 59px;
	background: url("../images/bg-chucai-hover.png") no-repeat;
	color: #034395;
	text-shadow: 0 1px #fefefc;
	opacity: .4;
}
.chonchucai .countdown {
	aspect-ratio: 1;
	border: 6px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: relative;
	/* padding: 28px; */
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 42px;
	/* width: 140px;
	height: 140px; */
	color: #fff;
	text-align: center;
}
/* .chonchucai .countdown::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 10px; /* control the border thickness
	background: linear-gradient(90deg, #693ca3, #fff);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	animation: l18 30s infinite linear;
	transform: rotate(45deg);
} */
.frame-chucai .bg-effect {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 50;
}
.frame-chucai .bg-effect.chonsai {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 50;
	font-size: 220px;
	color: #FF0004;
}
.frame-chucai .chucai.active {
	transform: scale(3);
	transform-origin: top center;
}
.frame-chucai .text-chucmung {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 51;
}
.frame-chucai .text-chucmung h2 {
	color: #ffff2b;
	font-size: 36px;
	text-shadow: 1px 0 #3e00a3, -1px 0 #3e00a3, 0 1px #3e00a3, 0 -1px #3e00a3, 1px 1px #3e00a3, -1px -1px #3e00a3, 1px -1px #3e00a3, -1px 1px #3e00a3;
	filter: drop-shadow(1px 1px 1px #3e00a3);
}
.frame-chucai .text-chucmung .point {
	color: #ffff2b;
	font-size: 96px;
	text-shadow: 1px 0 #3e00a3, -1px 0 #3e00a3, 0 1px #3e00a3, 0 -1px #3e00a3, 1px 1px #3e00a3, -1px -1px #3e00a3, 1px -1px #3e00a3, -1px 1px #3e00a3;
	filter: drop-shadow(1px 1px 1px #3e00a3);
	margin-top: -32px;
}
.frame-chucai .text-chucmung.trudiem .point {
	margin-top: 16px;
}
.vqmm {
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.vqmm .vq {
	max-width: 1004px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: -39px;
	left: -1px;
	right: 0;
	height: 362px;
	overflow: hidden;
	transform: rotateX(67deg);
}
.vqmm .vq .img-vqmm {
	-webkit-animation: turn1 10s linear infinite;
	animation: turn1 10s linear infinite;
}
/*----------------------------Footer---------------------------------*/
.footer {
	background: rgb(23, 51, 121);
	background: linear-gradient(90deg, rgba(69, 20, 137, 1) 0%, rgba(7, 15, 36, 1) 100%);
	font-size: 14px;
	margin-top: 120px;
	padding-bottom: 30px;
}
.bg-page-gameplay .footer {
	margin-top: 0;
}
/*----------------------------Modal---------------------------------*/
.modal-dialog, .modal-dialog .modal-content {
	position: static;
	animation: bubble1 .5s ease-in-out;
}
.pop__group.pop__group--chedo {
	background-image: url("../images/bg-popup-ccd.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--xacnhan, .pop__group.pop__group--xacnhan1 {
	background-image: url("../images/bg-popup-xacnhan.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--ghepphong {
	background-image: url("../images/bg-popup-ghepphong.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1080px;
	height: 161px;
}
.pop__group.pop__group--thoatphong {
	background-image: url("../images/bg-popup-thongbao.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--hinhanh {
	background-image: url("../images/bg-popup-hinhanh.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--ketqua {
	background-image: url("../images/bg-popup-ketqua.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--xxl {
	background-image: url("../images/bg-popup-xxl.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--lg {
	background-image: url("../images/bg-popup-thongbao.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 830px;
	height: 464px;
}
.pop__group.pop__group--xxl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 879px;
	height: 700px;
}
@media only screen and (max-width: 960px) {
	.pop__group.pop__group--thongbao {
		width: 370px;
		height: 233px;
		background-size: 370px 100%
	}
	.pop__group {
		width: 100%;
	}
	.pop__group.pop__group--xxl {
		width: 100%;
		height: 611px;
	}
	.modal {
		transform-origin: top center;
	}
}
.pop__group .btn__close {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	right: -6px;
	top: -2px;
	z-index: 10;
	border-radius: 50%;
	background-image: url(../images/btn-close.png) !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.pop__group.pop__group--thoatphong .btn__close, .pop__group.pop__group--hinhanh .btn__close, .pop__group.pop__group--ketqua .btn__close, .pop__group.pop__group--lg .btn__close {
	right: 0;
	top: 0;
}
@media only screen and (max-width: 640px) {
	.pop__group .btn__close {
		right: 15px;
		top: 16px;
		width: 2.313rem;
		height: 2.688rem;
		background-size: 100%;
	}
}
.pop__group .xlose {
	right: 27px;
	top: 18px
}
.closeModal {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	right: 160px;
	top: 130px;
	opacity: 1;
	z-index: 10;
	border-radius: 50%;
	background-image: url(../images/btn-close.png) !important;
}
.pop__group .pop__title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: -2rem auto 0 auto;
	text-shadow: 4px 2px 3px #de0a0a;
	text-transform: uppercase;
	font-weight: bold;
}
.pop__group .pop__title img {
	max-width: 300px;
}
.pop__group.pop__group--xxl .pop__title {
	font-size: 34px;
	color: #EDF5F9;
	text-align: center;
	margin: 16px auto;
	text-shadow: 2px 0 #390092, -2px 0 #390092, 0 2px #390092, 0 -2px #390092, 2px 2px #390092, -2px -2px #390092, 2px -2px #390092, -2px 2px #390092;
	text-transform: uppercase;
	font-weight: bold;
}
.pop__group.pop__group--lg .pop__title {
	font-size: 34px;
	color: #EDF5F9;
	text-align: center;
	margin: 16px auto;
	text-shadow: 2px 0 #390092, -2px 0 #390092, 0 2px #390092, 0 -2px #390092, 2px 2px #390092, -2px -2px #390092, 2px -2px #390092, -2px 2px #390092;
	text-transform: uppercase;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
	.pop__group .pop__title {
		font-size: 12px;
		margin: 40px auto 0 auto
	}
	.pop__group .pop__title img {
		max-width: 100px;
	}
}
.pop__group .pop__inner {
	width: 93%;
	height: 80%;
	overflow: auto;
	font-size: 17px;
	margin: 80px auto 0 auto;
	line-height: 1.7;
	color: #0b0706
}
.pop__group.pop__group--xxl .pop__inner {
	width: 93%;
	height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 17px;
	margin: 36px auto 0 auto;
	line-height: 1.7;
	color: #0b0706
}
.pop__group.pop__group--lg .pop__inner {
	width: 93%;
	height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 17px;
	margin: 36px auto 0 auto;
	line-height: 1.7;
	color: #0b0706
}
.w-33 {
	width: 33.33%;
}
.pop__group.pop__group--xacnhan .pop__inner .content-xn, .pop__group.pop__group--xacnhan1 .pop__inner .content-xn, .pop__group.pop__group--thoatphong .pop__inner {
	padding-top: 50px;
	font-size: 26px;
	text-align: center;
}
.pop__group.pop__group--xacnhan .pop__inner .luuy {
	color: #d5bcfc;
}
.pop__group.pop__group--ghepphong .pop__inner {
	margin: 20px auto 0 auto;
}
.pop__group.pop__group--ghepphong .pop__inner .ghepphong {
	width: 24rem;
	height: 2rem;
	margin: 0 auto;
}
.pop__group.pop__group--ghepphong .pop__inner .ghepphong .progress {
	height: 2rem;
	font-size: 1rem;
	border-radius: 16px;
	border: solid 2px #f1de83;
}
.text-per {
	margin: 0;
	padding: 0;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.title-ghepphong {
	text-shadow: 2px 0 #0170cd, -2px 0 #0170cd, 0 2px #0170cd, 0 -2px #0170cd, 2px 2px #0170cd, -2px -2px #0170cd, 2px -2px #0170cd, -2px 2px #0170cd;
	font-size: 44px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
}
.pop__group.pop__group--xacnhan .pop__inner .content-xn .text-xn .xu-win {
	background: rgb(81, 1, 132);
	background: linear-gradient(90deg, rgba(81, 1, 132, .2) 0%, rgba(49, 1, 143, 1) 100%);
	padding: 0 8px;
}
.pop__group.pop__group--ketqua .pop__inner .chucmung {
	color: #d5bcfc;
	padding-bottom: 48px;
}
.pop__group.pop__group--xxl .items-dq .item {
	width: 180px;
	height: 278px;
	background: url("../images/bg-item-doiqua.png") no-repeat;
	background-size: 100%;
	position: relative;
	margin-bottom: 16px;
	overflow: hidden;
	opacity: .6
}
.pop__group.pop__group--xxl .items-dq .item:hover, .pop__group.pop__group--xxl .items-dq .item:focus {
	opacity: 1;
}
.pop__group.pop__group--xxl .items-dq .item.inactive {
	filter: grayscale(80%)
}
.pop__group.pop__group--xxl .items-dq .item .thumb {
	width: 175px;
	height: 115px;
	margin: 16px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop__group.pop__group--xxl .items-dq .item .thumb img {
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop__group.pop__group--xxl .items-dq .item .price-scoin {
	color: #f4c51e;
	font-size: 25px;
	text-shadow: 1px 0 #3e00a3, -1px 0 #3e00a3, 0 1px #3e00a3, 0 -1px #3e00a3, 1px 1px #3e00a3, -1px -1px #3e00a3, 1px -1px #3e00a3, -1px 1px #3e00a3;
	filter: drop-shadow(1px 1px 1px #3e00a3);
	text-align: center;
}
.pop__group.pop__group--xxl .items-dq .item .price-xu {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 8px;
}
.pop__group.pop__group--xxl .btn-doi {
	text-align: center;
	width: 147px;
	height: 49px;
	background: url("../images/btn-doi.png") no-repeat;
	background-size: 100%;
	color: #fff;
	text-shadow: 2px 0 #0f165c, -2px 0 #0f165c, 0 2px #0f165c, 0 -2px #0f165c, 2px 2px #0f165c, -2px -2px #0f165c, 2px -2px #0f165c, -2px 2px #0f165c;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-transform: uppercase;
}
.pop__group.pop__group--xxl .btn-doi:hover {
	text-align: center;
	width: 147px;
	height: 49px;
	background: url("../images/btn-doi-hover.png") no-repeat;
	background-size: 100%;
	color: #fff;
	text-shadow: 2px 0 #014105, -2px 0 #014105, 0 2px #014105, 0 -2px #014105, 2px 2px #014105, -2px -2px #014105, 2px -2px #014105, -2px 2px #014105;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-transform: uppercase;
}
.pop__group.pop__group--xxl .list-nv {
	text-align: center;
	position: relative;
	width: 100%;
	height: 63px;
	background: rgb(39, 0, 121);
	background: linear-gradient(0deg, rgba(39, 0, 121, 1) 0%, rgba(102, 15, 210, 1) 100%);
	border-radius: 16px;
	font-size: 24px;
	margin: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop__group.pop__group--xxl .list-nv .btn-nhan {
	position: absolute;
	top: 4px;
	right: 8px;
}
.pop__group.pop__group--xxl .list-nv .btn-nhan.inactive {
	pointer-events: none;
	filter: grayscale(80%);
	opacity: .8;
}
@media only screen and (max-width: 640px) {
	.pop__group .pop__inner {
		width: 64%;
		height: 52%;
		font-size: 12px;
		line-height: 1.5;
		margin: 11px auto 0 auto
	}
	.pop__group.pop__group--thongbao .pop__inner {
		width: 81%;
		height: 52%;
		font-size: 12px;
		line-height: 1.5;
		margin: 4rem auto 0 auto
	}
}
.pop__group .pop__inner .table-bordered {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #f5f5f580 !important;
	max-width: 100%;
	background-color: transparent
}
/*.pop__group .pop__inner .table-bordered thead tr th {
	font-size: 15px;
	color: #f1e27d;
	text-align: center;
	border: 1px solid #f5f5f580 !important
}*/
.pop__group.pop__group--xxl .pop__inner .tbl-tudo thead tr th {
	height: 63px;
	background: rgb(39, 0, 121);
	background: linear-gradient(0deg, rgba(39, 0, 121, 1) 0%, rgba(102, 15, 210, 1) 100%);
	text-shadow: 2px 0 #390092, -2px 0 #390092, 0 2px #390092, 0 -2px #390092, 2px 2px #390092, -2px -2px #390092, 2px -2px #390092, -2px 2px #390092;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	position: relative;
}
.pop__group.pop__group--xxl .pop__inner .tbl-tudo thead tr th:nth-child(1) span:after {
	content: '';
	width: 50%;
	height: 4px;
	border-radius: 4px;
	background-color: #fde800;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.pop__group.pop__group--xxl .pop__inner .tbl-tudo thead tr th:nth-child(2) span:after {
	content: '';
	width: 50%;
	height: 4px;
	border-radius: 4px;
	background-color: #03e9fe;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.pop__group.pop__group--xxl .pop__inner .tbl-tudo thead tr th:nth-child(3) span:after {
	content: '';
	width: 50%;
	height: 4px;
	border-radius: 4px;
	background-color: #41cc01;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.pop__group.pop__group--xxl .pop__inner .tbl-tudo tbody tr td {
	height: 63px;
	background: #310a63;
	color: #fff;
	font-size: 20px;
	border-top: solid 5px #2a0050;
}
.pop__group.pop__group--xxl .pop__inner .tbl-tudo tbody tr td a.inactive {
	pointer-events: none;
	filter: grayscale(80%);
	opacity: .8;
}
@media only screen and (max-width: 640px) {
	.pop__group .pop__inner .table-bordered thead tr th {
		font-size: 14px
	}
}
.pop__group .pop__inner .table-bordered tbody tr td {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	padding: .79rem;
	border: 1px solid #f5f5f580 !important;
	color: #fff;
	max-width: 110px;
	overflow-y: auto
}
@media only screen and (max-width: 960px) {
	.pop__group .pop__inner .table-bordered tbody tr td {
		max-width: 80px
	}
}
@media only screen and (max-width: 640px) {
	.pop__group .pop__inner .table-bordered tbody tr td {
		max-width: 70px
	}
}
@media(max-height: 400px) {
	.pop__group {
		width: 370px;
		height: 233px;
		background-size: 370px 100%
	}
	.pop__group .btn__close {
		right: 15px;
		top: 10px;
		width: 25px;
		height: 25px;
		background-size: 25px
	}
	.pop__group .pop__title {
		font-size: 18px;
		margin: 20px auto 0 auto
	}
	.pop__group .pop__inner {
		width: 79%;
		height: 66%;
		font-size: 14px;
		line-height: 1.5;
		margin: 11px auto 0 auto
	}
}
@media only screen and (max-height: 400px)and (max-width: 640px) {
	.pop__group .pop__inner {
		width: 83%;
		height: 68%;
		margin: 17px auto 0 auto
	}
}
@media only screen and (max-height: 400px)and (max-width: 640px) {
	.pop__group .pop__inner {
		font-size: 15px;
		margin: 0 auto 20px auto
	}
}
@media(max-height: 400px) {
	.pop__group .pop__inner .table-bordered thead tr th {
		font-size: 14px
	}
	.pop__group .pop__inner .table-bordered tbody tr td {
		max-width: 70px
	}
}
/*----------------------------Animation---------------------------------*/
.pulse1 {
	animation-name: pulse1;
	-webkit-animation-name: pulse1;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse1 {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}
@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}
.blink-1 {
	animation: blink 1s ease-in-out infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}
	100% {
		opacity: 1;
	}
}
.pulse-reverse:hover, .pulse-reverse:focus {
	-webkit-animation-name: pulse-reverse;
	animation-name: pulse-reverse;
	transition: all 0.2s ease-in-out;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	filter: saturate(2);
}
.pulse-reverse1:hover, .pulse-reverse1:focus {
	-webkit-animation-name: pulse-reverse;
	animation-name: pulse-reverse;
	transition: all 0.2s ease-in-out;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	filter: sepia(100%) saturate(100%) hue-rotate(100deg);
}
@-webkit-keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes ani2 {
	0% {
		right: 0
	}
	25% {
		right: 20px
	}
	50% {
		right: 0
	}
	75% {
		right: 60px
	}
	100% {
		right: 0
	}
}
@keyframes ani2 {
	0% {
		right: 0
	}
	25% {
		right: 20px
	}
	50% {
		right: 0
	}
	75% {
		right: 60px
	}
	100% {
		right: 0
	}
}
@keyframes glow {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(9, 153, 184)) brightness(110%);
	}
	to {
		filter: drop-shadow(0 0 1rem rgb(9, 153, 184)) brightness(150%);
	}
}
@-webkit-keyframes glow {
	from {
		filter: drop-shadow(0 0 0.3rem rgb(9, 153, 184)) brightness(110%);
	}
	to {
		filter: drop-shadow(0 0 1rem rgb(9, 153, 184)) brightness(150%);
	}
}
@keyframes bubble1 {
	0% {
		transform: scale(0.5);
		opacity: 0;
		transform-origin: bottom center;
	}
	30% {
		transform: scale(1.01);
		opacity: 1;
		transform-origin: bottom center;
	}
	60% {
		transform: scale(0.95);
		opacity: .95;
		transform-origin: bottom center;
	}
	100% {
		transform: scale(1);
		opacity: 1;
		transform-origin: bottom center;
	}
}
@-webkit-keyframes bubble1 {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0;
		transform-origin: bottom center;
	}
	30% {
		-webkit-transform: scale(1.01);
		opacity: 1;
		transform-origin: bottom center;
	}
	60% {
		-webkit-transform: scale(0.95);
		opacity: .95;
		transform-origin: bottom center;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		transform-origin: bottom center;
	}
}
@-webkit-keyframes progresstime {
	0% {
		inset: 0
	}
}
@keyframes progresstime {
	0% {
		inset: 0
	}
}

.pop__group .pop__inner .login-form {
	font-size: 24px;
	text-align: center;
}
.pop__group .pop__inner .login-form .input-group{
	width: 50%;
	margin: 0 auto;
}
.pop__group .pop__inner .login-form .text-note{
	color: #9e7cfc;
}
.pop__group .pop__inner .login-form .input-group-text {
	background: #0849AF;
background: linear-gradient(to top, #0849AF 0%, #31B6F4 100%);
border: 0;
font-size: 24px;
}
.pop__group .pop__inner .login-form .form-control {
	border: 0;
	background-color: #fdf7d7;
	color: #141443;
}
