@import url("/theme/Default/style.css");
 @-ms-viewport {
width:device-width;
zoom:1;
}
@-o-viewport {
width:device-width;
zoom:1;
}
@viewport {
width:device-width;
zoom:1;
}
html {
}
body {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html, body {
}
body>table {
	min-height: 100vh;
}
.bg{
	background: #1d1c1c;
}
.stop {
	overflow-y: hidden;
}
* {
	padding: 0;
	margin: 0;
}
table {
	width: 100%;
}
img {
	vertical-align: middle;
}
button {
	outline: 0;
	border: 0;
}
input {
	outline: 0;
	border: 0;
}
iframe {
	width: 100%;
	height: 650px;
	border: 0;
}
a, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #a49145;
	font-weight: bold;
	margin: 0.67em 0;
}
h2 {
	font-size: 22px;
	color: #444;
	font-weight: bold;
	margin: 0.83em 0;
}
h3 {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin: 1em 0;
}
.gold-gradient01 {
	background: #eccd5e;
	background: -webkit-linear-gradient(top, #eccd5e 0%, #b88f23 100%);
	background: linear-gradient(to bottom, #eccd5e 0%, #b88f23 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccd5e', endColorstr='#b88f23', GradientType=0 );
}
/****************************************************************************************************************************************************** Header ******/
#divHeader-Home {
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	margin-bottom: 0px;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	border: 0px solid #fff;
	border-bottom: 0px solid #808080;
	background-image: linear-gradient( to top, #171717, #111111, #040404, #010101 );
	;
}
#divHeader-logo {
	text-align: center;
	padding: 0;
}
#divHeader-logo img {
	height: 50px;
	padding-bottom: 5px;
}
#btnMenu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px 20px;
	cursor: pointer;
}
#btnMenu>div {
}
#btnMenu span {
	width: 35px;
	height: 4px;
	display: block;
	background-color: #449af6;
	margin: 0 auto 6px;
}
#btnMenu span:last-child {
	margin: 0 auto;
}
#theme-contain-adminloginx {
	border: #cdcdcd 1px solid;
}
/*------------- sub page header --*/
#divHeader-Sub {
	position: fixed;
	min-height: 50px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9;
	border-bottom: 3px solid #626d71;
}
#divHeader-Sub > div {
}
#backtohome {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 50px;
	max-width: 50px;
	min-height: 50px;
	min-width: 50px;
}
#backtohome>a {
	padding: 10px;
	display: block;
}
.arrow-left {
	display: inline-block!important;
	position: relative;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0);
	box-sizing: content-box
}
.arrow-left:before {
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,0);
	border: 3px solid #959494;
	border-right: none;
	border-top: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: content-box;
}
.arrow-left:after {
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 15px;
	height: 3px;
	background-color: #959494;
	box-sizing: content-box
}
#subHeader-title {
	text-align: center;
	padding: 17px 0;
	text-transform: capitalize;
	color: #959494;
	font-size: 14px;
	font-weight: bold;
}
/*------------- menu --*/
#divMenu {
	position: fixed;
	width: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 11;
}
#divMenu.active {
	width: 100vw;
}
#cssmenu {
	height: 100%;
	position: fixed;
	left: -158px;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0,0,0,0.3);
	overflow: auto;
}
#divMenu.active #cssmenu {
	left: 0;
}
#cssmenu:after {
	content: "";
}
#cssmenu::-webkit-scrollbar {
display: none;
}
#cssmenu > ul:after {
	content: "";
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu > ul > li.active > a {
	color: #cdcdcd;
}
#cssmenu > ul > li > a {
	text-align: center;
	color: #000;
	border: 0;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	min-width: 100px;
	min-height: 100px;
}
#cssmenu > ul > li:hover > a {
	color: #000;
}
#cssmenu > ul > li > a > img {
	display: block;
	padding-bottom: 5px;
	width: 40px;
	margin: auto;
}
.menu-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
}
/*------------- popup login --*/
#popupLogin {
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: none;
	transform: none;
}
#popupLogin.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#popupLogin .popup-inner {
}
#popupLogin .popup-inner-2 {
	height: auto;
	padding: 0;
	padding: 50px 20px;
	background-color: #fff;
	border-radius: 8px;
	max-width: 450px;
	width: 70%;
	margin: auto;
	position: fixed;
	color: #444;
	top: 15%;
	bottom: auto;
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
}
#popupLogin.active .popup-inner-2 {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#popupLogin .popup-inner-2 h5 {
	font-size: 16px;
	text-align: center;
}
#popupLogin .popup-inner-2 a {
	color: #fff;
	padding: 15px 0;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	min-width: 180px;
	border-radius: 5px;
}
#popupLogin .popup-inner-2 p {
	text-align: center;
}
/****************************************************************************************************************************************************** footer ******/
#divFooter {
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 1px solid #888;
}
#divFooter-content {
	color: #555;
	text-align: center;
}
/****************************************************************************************************************************************************** popup ******/
.popup {
	background-color: #eee;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	overflow: auto;
}
.popup.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.btn-close {
	padding: 24px 19px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: auto;
	right: 0;
	z-index: 3;
}
.btn-close span {
	background-color: #af9a51;
	width: 18px;
	height: 3px;
	display: block;
}
.btn-close span:first-child {
	-webkit-transform: translate(0, 3px) rotate(45deg);
	transform: translate(0, 3px) rotate(45deg);
}
.btn-close span:last-child {
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0, 0) rotate(-45deg);
}
.popup-title {
	padding-bottom: 20px;
	border-bottom: 1px dashed #c4c4c4;
	margin-bottom: 10px;
}
.popup ul {
	margin-left: 40px;
}
.popup ul>li {
	list-style: initial;
	padding: 5px 0;
}
.popup .body40>div.date-countdown {
	margin: 0;
}
.popup .remaining-time {
	margin-left: 25px;
}
.popup .banner-top {
	width: auto;
	margin: auto;
}
.popup .popup-btn .btn-more {
	display: none;
}
.popup .popup-btn .btn-apply {
	width: 100%;
	margin: 0;
}
.popup-inner {
}
.popup-inner-2 {
	height: 100vh;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 50px;
}
.popup-inner-2>div {
	padding: 20px;
}
#popupAnnounce {
}
#popupAnnounce h2 {
	position: relative;
	text-align: center;
	margin: 0.83em;
}
#popupAnnounce h2:after {
	content: "";
	border-bottom: 1px solid #ccc;
	width: 100%;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
}
#popupAnnounce ul {
	margin-left: 6vw;
}
#popupAnnounce ul>li {
	position: relative;
	padding-bottom: 15px;
}
#popupAnnounce ul>li:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px dashed #ccc;
	width: 100px;
}
/****************************************************************************************************************************************************** body ******/
#tdBody {
	vertical-align: top;
}
#tdBody>div {
	width: 100vw;
}
.flexslider {
	margin: 0;
	border: 0;
}
.flex-direction-nav a {
	z-index: 3;
	display: none;
}
#divLogin-Register {
	display: table;
	width: 100%;
}
#divLogin-Register a {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#divAnnouncement-main {
	display: table;
	width: 100vw;
	background: #efeff3;
	border-top: 1px solid #dddde4;
	border-bottom: 1px solid #dddde4;
}
#divAnnouncement-main>div {
	display: table-cell;
	box-sizing: border-box;
}
#divAnnouncement-main>div.announce-icon {
	padding: 8px 0;
	width: 10vw;
	text-align: center;
}
#divAnnouncement-main>div.announce-icon img {
	width: 20px;
}
#divAnnouncement-main>div.announce-marquee {
	font-size: 12px;
	width: 90vw;
	overflow: hidden;
}
#horizontal-scrolling-msg {
	width: 90vw
}
#divAnnouncement-main>div.announce-marquee ul {
	margin: 0;
}
#divAnnouncement-main>div.announce-marquee ul>li {
	display: inline-block;
}
.icn-home-body {
	background-size: auto 200%;
	width: 5vw;
	height: 5vw;
	min-width: 30px;
	min-height: 30px;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	background-position-y: 0px;
}
.icn-sport {
	background-image: url(../images/nav/icn-home-menu-sportsbook-02.png);
}
.icn-casino {
	background-image: url(../images/nav/icn-home-menu-live-casino-03.png);
}
.icn-slot {
	background-image: url(../images/nav/icn-home-menu-slot-games-02.png);
}
.icn-lottery {
	background-image: url(../images/nav/icn-home-menu-lottery-02.png);
}
.icn-cockfight {
	background-image: url(../images/nav/icn-home-menu-cockfight-02.png);
}
.icn-tv {
	background-image: url(../images/nav/icn-home-menu-live-tv-02.png);
}
.icn-promotion {
	background-image: url(../images/nav/icn-home-menu-promotion-01.png);
}
.icn-jackpot2 {
	background-image: url('/data/1555/uploads/icn-home-menu-jackpot-01.png');
}
#tab-top {
	position: relative;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 -1px 2px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 -1px 2px 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15), 0 -1px 2px 0 rgba(0,0,0,.05);
	background: #373737;
}
#tab-top>div {
}
#arrowL, #arrowR {
	width: 5vw;
	background-color: #ececec;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background:url(../images/home/icn-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
}
#arrowL {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#arrowR {
	right: 0;
}
#tab-home ul > li a + .menu-new {
	width: 30%;
	max-width: 50px;
	min-width: 30px;
}
#tab-home {
	width: 90vw;
	overflow: auto;
	margin: auto;
}
#tab-home ul {
	overflow-x: auto;
}
#tab-home ul>li {
	background: #282828;
}
#tab-home ul > li {
	float: left;
	position: relative;
	box-sizing: border-box;
	width: 18vw;
	text-align: center;
	color: #987119;
}
#tab-home ul > li:not(:last-child):before {
	content: "";
	height: 100%;
	position: absolute;
	border-left: 1px solid rgba(255,255,255,0.2);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#tab-home ul > li:not(:first-child):after {
	content: "";
	height: 100%;
	position: absolute;
	border-left: 1px solid rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#tab-home ul > li.active {
	background-color: #373737;
	color: #af9a52;
	background-image: none;
}
#tab-home ul > li.active .icn-home-body {
	background-position-y: 100%;
}
#tab-home ul > li i {
	margin-bottom: 5px;
}
#tab-home ul > li a {
	color: #fff;
    padding: 3vw 0;
    font-size: 0.8rem;
    display: block;
}
#tab-home ul > li.active a {
	color: #449af6;
    font-size: 0.8rem;
    font-weight: 500;
}
.home-slot {
	display: none;
}
.home-slot.active {
	display: block;
}
.home-slot>div {
	border-radius: 10px;
	overflow: auto;
}
.home-slot>div>ul {
	text-align: center;
}
.home-slot>div>ul>li {
	float: left;
    max-width: 32.80%;
    width: 33.33%;
    border: 1px solid #b3b3b30f;
}
.home-slot>div>ul>li>a {
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 15px 5px;
	position: relative;
}
.home-slot>div>ul>li>a>img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.tag-new>img {
	background-image: url(/data/1491/uploads/tag-bg-04.png);
	background-size: 79% 96%;
	background-repeat: no-repeat;
	background-position: center;
}
.tag-new:after {
	content: "";
	position: absolute;
	width: 10vw;
	height: 3.5vw;
	max-width: 97px;
	max-height: 35px;
	right: 3.5vw;
	bottom: 8vh;
	background-image: url('/data/1565/uploads/tag-new.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.tag-hot>img {
	background-image: url(/data/1491/uploads/tag-bg-04.png);
	background-size: 79% 96%;
	background-repeat: no-repeat;
	background-position: center;
}
.tag-hot:after {
	content: "";
	position: absolute;
	width: 10vw;
	height: 4vw;
	max-width: 97px;
	max-height: 35px;
	right: 2vw;
	bottom: 9vh;
	background-image: url('/data/1565/uploads/tag-hot.gif');
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.hr-break {
	width: 95%;
	margin: auto;
	border: 0.5px solid #d8d8d8;
}
.btn-gold {
	width: 225px;
	margin: 10px auto 20px;
}
.btn-gold>a {
	display: block;
	color: #a34806;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 15px 35px 22px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	background-image: url('/data/1262/uploads/btn-claim.png');
}
/*------------------------------------------------------ promotion --*/
.body60 {
	width: 60%;
}
.body40 {
	width: 40%;
}
#promotion-top {
	display: none;
}
#promotion-filter {
	overflow: auto;
	background-color: #eccd5e;
	width: 100vw;
}
#promotion-filter > ul {
}
#promotion-filter > ul > li {
	float: left;
	padding: 18px;
	color: #666;
	text-transform: capitalize;
}
#promotion-filter > ul > li.active {
	color: #dd0000;
	text-shadow: 0 0 2px #9e4a4a;
}
#promotion-banner {
	overflow: hidden;
	padding: 10px 0;
}
.banner-container {
	width: 49%;
	margin: 0.5%;
	border: 1px solid #efefef; /*background-color:#efefef;*/
	border-radius: 7px;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	position: relative;
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef', GradientType=0 );
}
.banner-top {
	width: 100%;
}
.banner-container .banner-top>div {
	width: 100%;
}
.banner-img {
}
.banner-img img {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 380px;
	max-height: 180px;
}
.banner-top-right {
	vertical-align: bottom;
}
.remaining-time {
}
.remaining-time img {
	height: 20px;
	margin-right: 2px;
	vertical-align: bottom;
}
.date-countdown {
	font-size: 12px;
	color: #b9b9b9;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.date-countdown span {
	font-size: 18px;
	font-weight: bold;
}
.date-countdown b {
	color: #dd0000;
}
.date-countdown p {
	font-weight: bold;
	text-transform: capitalize;
	color: #0094c7;
}
.dateCountdown {
	margin: 5px 10px 10px;
	text-align: right;
	color: #8e7a3e;
}
.banner-cat {
	text-align: right;
	color: #8e7a3e;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
}
.btn-more {
	color: #fff;
	padding: 7px 0;
	border-radius: 3px;
	display: block;
	text-align: center;
}
.btn-apply {
	width: 49%;
	padding: 6px 0;
	color: #8e7a3e;
	border: 1px solid #8e7a3e;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin-left: 1%;
	box-sizing: border-box;
}
.btn-apply:hover, .btn-apply:focus {
	background-color: #8e7a3e;
	color: #fff;
}
.banner-container .popup-btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.btn-both {
	width: 49%;
	display: block;
	float: left;
	box-sizing: border-box;
}
.banner-detail {
	padding-bottom: 35px;
}
.banner-detail h3 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.banner-detail p {
	font-size: 11px;
	color: #888;
	text-align: justify;
	min-height: 35px;
}
.banner-container .date-countdown, .banner-container .banner-cat {
	display: none;
}
.popup .banner-top {
}
.popup .banner-top>div {
	position: relative;
	display: table-cell;
}
.popup .banner-top>div.body40 {
	padding-left: 10px;
}
.popup .banner-top {
	width: auto;
	margin: auto;
	display: table;
}
.popup-title {
	padding-bottom: 20px;
	border-bottom: 1px dashed #c4c4c4;
	margin-bottom: 10px;
}
.popup ul {
	margin-left: 40px;
}
.popup ul>li {
	list-style: initial;
	padding: 5px 0;
}
.popup .body40>div.date-countdown {
	margin: 0;
}
.popup .remaining-time {
	margin-left: 10px;
}
.popup .popup-btn .btn-more {
	display: none;
}
.popup .popup-btn .btn-apply {
	width: 100%;
	margin: 0;
}
.popup-info table {
	margin: 10px auto 20px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}
.popup-info table>tbody>tr:first-child>td, .popup-info table>thead>tr>th, popup-info table>thead>tr:first-child>td {
	background-color: #dac586;
	padding: 7px;
}
.popup-info th {
	padding: 7px 0 !important;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
.popup-info td, .popup-info table>thead+tbody>tr:first-child>td {
	padding: 4px 7px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #fff;
}
.popup-info p+ol, .popup-info p+ul {
	margin-left: 40px;
}
.popup-info p+ol>li, .popup-info p+ul>li {
	padding: 2px 0;
	list-style-type: decimal;
}
.popup-info p+ol>li a, .popup-info p+ul>li a {
	text-decoration: underline;
	color: #dd0000;
}
.popup-info p+ol>li ol, .popup-info p+ul>li ul, .popup-info p+ol>li ul, .popup-info p+ul>li ol {
	margin: 5px 20px;
}
.popupTitleTop {
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #888;
}
/*------------------------------------------------------ contact --*/
.icn-contact {
	background-image: url('/data/1555/uploads/icn-contact-02.png');
	background-size: auto 40px;
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
	background-position-y: 0;
	margin-right: 10px;
}
.icn-livechat {
	background-position-x: 0;
}
.icn-whatsapp {
	background-position-x: -40px;
}
.icn-line {
	background-position-x: -80px;
}
.icn-wechat {
	background-position-x: -120px;
}
.icn-facebook {
	background-position-x: -160px;
}
.icn-mail {
	background-position-x: -200px;
}
.icn-phone {
	background-position-x: -240px;
}
.icn-twitter {
	background-position-x: -280px;
}
#contact-info {
}
#contact-info>ul {
}
#contact-info>ul>li {
	border-bottom: 1px solid #eaeaea;
}
#contact-info>ul>li>a, #contact-info>ul>li>div {
	display: block;
	padding: 20px;
}
#contact-info>ul>li>a>div, #contact-info>ul>li>div>div {
	display: table-cell;
	vertical-align: middle;
}
#contact-info>ul>li>a h4, #contact-info>ul>li>div h4 {
	color: #000;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 18px;
}
#contact-info>ul>li>a p, #contact-info>ul>li>div p {
	color: #969696;
	font-size: 12px;
}
#contact-info>ul>li>a p>a, #contact-info>ul>li>div p>a {
	font-weight: bold;
	text-decoration: underline;
	padding: 18px 0;
	color: #a49145;
	line-height: 20px;
}
/*------------------------------------------------------ download --*/
#tabs-download {
	background-color: #e3e3e3;
	text-align: center;
	display: block;
}
#tabs-download li {
	display: inline-block;
	padding: 18px;
	color: #808080;
	text-transform: capitalize;
}
#tabs-download li.active {
	color: #333;
	text-shadow: 0 0 2px #f2f2f2;
	font-weight: bold;
}
#tab-system {
}
.download-slot {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 10px 0 15px;
	position: relative;
	display: none;
}
.download-slot>img {
	width: 100%;
	max-width: 356px;
}
.btn-download {
	color: #000;
}
.game-title {
	margin-left: 25px;
}
.game-download {
	display: none;
}
.android-active, .ios-active {
	display: block;
}
.android-active:after, .ios-active:after {
	content: "";
	width: 6vw;
	height: 6vw;
	max-width: 50px;
	max-height: 50px;
	min-width: 35px;
	min-height: 35px;
	display: block;
	position: absolute;
	left: 15%;
	bottom: 20%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: #fff;
	border-radius: 50%;
}
.android-active:after {
	background-image: url('/data/1565/uploads/icn-system-android.png?v1');
	border: 2px solid #aac148;
}
.ios-active:after {
	background-image: url('/data/1565/uploads/icn-system-apple.png');
	border: 2px solid #333;
}
/*------------------------------------------------------ language --*/
.language-inner {
}
.language-country {
	padding: 20px;
	width: 260px;
	margin: auto;
}
.language-country > p {
	margin-bottom: 5px;
	color: #bbb;
}
.language-country .tb {
	display: table;
}
.language-country .tb-c {
	display: table-cell;
	vertical-align: middle;
}
.language-country img {
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin-right: 10px;
}
.language-country ul {
}
.language-country ul > li {
	display: inline-block;
}
.language-country ul > li:not(:first-child) {
	border-left: 1px solid #ccc;
}
.language-country ul > li > a {
	color: #666;
	display: block;
	padding: 5px 10px;
}
.language-country ul > li.active > a {
	color: #eccd5e;
}
/*------------------------------------------------------ vip --*/
.vipPopup-title {
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.table-vip {
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
	border-left: 1px solid #a49145;
	border-top: 1px solid #a49145;
}
.table-vip td, .table-vip th {
	padding: 5px 10px;
	border-right: 1px solid #a49145;
	border-bottom: 1px solid #a49145;
}
.table-vip th {
}
.table-vip>tbody>tr>td:not(:first-child) {
	text-align: center;
}
.table-vip>tbody>tr:nth-child(2n+1)>td {
	background-color: #e0dcd0;
}
.table-vip>tbody>tr>td:nth-child(2) {
	width: 30%;
}
#divLevel {
	background-color: #222;
	padding-top: 10px;
}
#divLevel > ul {
	width: 90%;
	margin: auto;
	min-height: 101px;
}
#divLevel > ul > li {
	width: 24%;
	margin: 0 0.5%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	min-height: 101px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#divLevel > ul > li.active {
	border-radius: 7px;
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
#divLevel > ul > li > img {
	display: block;
	margin: auto;
	width: 40px;
	padding-bottom: 5px;
}
#divLevel > ul > li#vipBronze {
	background: #f3e2c7;
	background: -webkit-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 74%, #e9d4b3 100%);
	background: -webkit-linear-gradient(315deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 74%, #e9d4b3 100%);
	background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 74%, #e9d4b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
}
#divLevel > ul > li#vipSilver {
	background: #e2e2e2;
	background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 79%, #fefefe 100%);
	background: -webkit-linear-gradient(315deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 79%, #fefefe 100%);
	background: linear-gradient(135deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 79%, #fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}
#divLevel > ul > li#vipGold {
	background: #fceabb;
	background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 48%, #f8b500 75%, #fbdf93 100%);
	background: -webkit-linear-gradient(315deg, #fceabb 0%, #fccd4d 48%, #f8b500 75%, #fbdf93 100%);
	background: linear-gradient(135deg, #fceabb 0%, #fccd4d 48%, #f8b500 75%, #fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
}
#divLevel > ul > li#vipPlatinum {
	background: #f2f6f8;
	background: -webkit-linear-gradient(-45deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 74%, #e0eff9 100%);
	background: -webkit-linear-gradient(315deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 74%, #e0eff9 100%);
	background: linear-gradient(135deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 74%, #e0eff9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}
#divDetail {
	padding: 20px;
}
#divDetail > ul {
}
#divDetail > ul > li {
	display: none;
}
#divDetail > ul > li.active {
	display: block;
}
#divDetail h2 {
	text-align: center;
	margin-top: 10px;
}
















/* ----------- max width 765 ----------- */
@media screen and (max-width: 765px) {
body {
	font-size: 12px;
}
h1 {
	font-size: 20px;
	margin: 0.67em 0;
}
h2 {
	font-size: 18px;
	margin: 0.83em 0;
}
h3 {
	font-size: 14px;
	margin: 1em 0;
}
#theme-contain-promotions .popup-info img {
	width: 100%;
}
}


/* ----------- max width 600 ----------- */
@media screen and (max-width: 600px) {
.popup #drawresult ul > li {
	width: 80% !important;
}
.popup #drawresult ul > #N > table > caption {
	height: auto !important;
	width: 100%;
	padding: 0;
	background-position: top center !important;
	background-size: 98% auto !important;
}
.popup #drawresult ul > li table caption div {
	margin-top: 6vh !important;
	width: auto !important;
	font-size: 20px !important;
	padding-bottom: 10px;
}
.popup #lotterydraw-info {
	top: 107px !important;
}
.popup #lotterydraw-info>table {
	width: 80% !important;
}
.popup #drawresult ul > li ol.abc li {
	padding: 0 !important;
	width: 33.33%;
	float: left;
}
.popup #lotterydraw-info+div {
	top: 162px !important;
	width: 80% !important;
}
.popup #drawresult ul > li ol.p li, .popup #drawresult ul > li ol.c li {
	width: 20%;
	float: left;
	padding: 0;
}
.popup #lotterydraw-info+div+div {
	width: 80% !important;
	top: 224px !important;
}
.popup #divPromo .btns, .popup #divPromo .btn_contact, .btn_others, .popup #divPromo .btn_contact, .btn_others {
	width: 100% !important;
}
.popup #divPromo .btn_others {
	background-size: 100% 100%;
}
.download-slot {
	width: 50%;
}
}
/* ----------- max width 450 ----------- */
@media screen and (max-width: 450px) {
.banner-container {
	width: 96%;
	margin: 2%;
}
.popup-info {
	font-size: 11px !important;
}
.popup-info h1 {
	font-size: 20px;
}
.popup-info h2 {
	font-size: 16px;
}
.popup-info h3 {
	font-size: 14px;
}
.popup-info table {
	width: 100% !important;
}
.popup-info table span {
	font-size: 12px !important;
}
.popup-info span {
	font-size: 12px !important;
}
.popup-info p+ol, .popup-info p+ul {
	margin-left: 20px;
}
.popup .banner-top {
	display: block;
	width: auto !important;
}
.popup .banner-top>div {
	display: block;
	width: 100%;
}
.popup .banner-top>div.body40 {
	padding: 0;
}
.popup .date-countdown {
	position: static;
	padding-top: 10px;
}
.popup .remaining-time {
	margin: 0;
}
.popup .dateCountdown {
	text-align: left;
	margin: 0;
	padding: 5px 10px 10px 18px;
}
.popup .banner-cat {
	position: absolute;
	top: 5px;
	right: 0;
}
.popup .popup-title {
	padding-bottom: 10px;
}
.popup .dateCountdown+p {
	position: absolute;
	bottom: 45px;
	right: 0;
	padding: 0 !important;
	font-size: 10px;
}
}
@media screen and (max-width: 425px) {
#popupAnnounce h2 {
	font-size: 16px;
	margin: 21px;
}
#popupAnnounce ul>li {
	font-size: 12px;
}
#tab-home ul > li a {
}
#tab-home ul > li span {
	display: none;
}
}
 @media screen and (max-width: 411px) {
#divLevel > ul > li {
	font-size: 12px;
}
}
 @media screen and (max-width: 400px) {
#contact-info>ul>li>a p>a, #contact-info>ul>li>div p>a {
	padding: 5px 0;
}
}
 @media screen and (max-width: 375px) {
#divHeader-logo {
	padding: 10px 0;
}
#divHeader-logo img {
	height: 40px;
}
#btnMenu {
	padding: 21px 15px;
}
#btnMenu span {
	height: 3px;
	width: 30px;
	margin-bottom: 5px;
}
#tab-home ul > li {
	width: 22.5vw;
}
}
.fancybox-inner img {
	width: 100%;
}
