@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	background: #090909 url(../images/index-CNY-bg-mobile.jpg) center top no-repeat;
	color: #48a770;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background-size: 100% 100%;
}

a {
	text-decoration: none;
	color: #48a770;
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
}

.content-in {
	max-width: 768px;
	display: block;
	margin: 0px auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto 3em;
	padding: 3em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.3);
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.main {
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 10000;
	justify-content: center;
	justify-items: center;
	align-items: center;
	box-shadow: 0px 3px 8px #000;
	max-width: 768px;
	/* background: linear-gradient(to bottom,
			#000 0%,
			#131313 100%); */
	background: url(../images/header-mobile.jpg) no-repeat;
}

.column {
	display: flex;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

button {}

button:hover {}

button:focus {
	outline: none;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding: 3em 0;
	opacity: 0.7;
	color: #aca89a;
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}

@media screen and (max-width:46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		display: flex;
		background: linear-gradient(to bottom,
				#000 0%,
				#131313 100%);
		background: url(../images/header-mobile.jpg) no-repeat;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width:25em) {
	.codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}
}

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
	margin: 0px auto;
}

.st-content {
	overflow-y: scroll;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 220px;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #111;
	border-radius: 0px 20px 0px 10px;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(255, 255, 255, 0.94);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

.st-menu ul li:first-child a {}

.st-menu ul li a:hover {}

.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

.st-effect-4.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

.st-effect-5.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-6.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-6 .st-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
	display: none;
}

.st-effect-7.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
	display: none;
}

.st-effect-9.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
	display: none;
}

.st-effect-10.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}

.st-effect-12.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-12 .st-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
	display: none;
}

.st-effect-13.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

.st-effect-14.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}

.st-menu-open .close-fa {
	display: block !important;
	-webkit-animation: mymove 0.5s;
	animation: mymove 0.5s;
}

.close-fa {
	color: #fff;
	position: absolute;
	left: 300px;
	background: #0ea678;
	display: none;
	padding: 6px 16px;
	z-index: 1000;
	font-size: 23px;
}

@-webkit-keyframes mymove {
	from {
		left: 0px;
	}

	to {
		left: 300px;
	}
}

@keyframes mymove {
	from {
		left: 0px;
	}

	to {
		left: 300px;
	}
}

.content {
	padding-top: 45px;
}

/*********************************** Slide ***************************************/
.wrap-banner {
	max-width: 768px;
	margin: 0 auto;
}

.carousel-indicators {
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 1;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgb(255, 255, 255);
	border: none;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ffe895;
}

.wrap-banner img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fffffe;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
	font-size: 35px;
	line-height: 0px;
}

/*********************************** Annou***************************************/
.wrap-announcement {
	background: linear-gradient(to top,
			#000 0%,
			#131313 100%);

	margin: 0 auto;
	font-size: 12px;
	height: 24px;
}

.wrap-announcement .icon-annouce {
	float: left;
	width: 45px;
	color: #ffe282;
	text-align: center;
	height: 21px;
	font-size: 17px;
}

.wrap-announcement .runningtxt {
	float: left;
	width: calc(100% - 50px);
	padding-top: 3px;
	color: #fff;
	font-size: 13px;
}

.bot-menu {
	background: #3f4579;
	height: 60px;
	padding: 7px 0;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.item img {
	display: block;
	margin: 0px auto;
}

/*********************************** Home promo ***************************************/
.event-all {
	margin: 5px 0px 15px 0px;
	display: flex;
}

.event-all img:not(.png) {
	width: 100%;
}

.event-all ul li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 20px;
	padding-bottom: 0px;
}

.event-all ul li a {
	display: block;
	color: #fff;
}

.event-all ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.event-all ul li p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.title-event ul li {
	width: 20%;
	float: left;
	list-style: none;
	text-align: center;
}

.title-event ul {
	margin: 0px;
	padding: 0px;
}

.title-event {
	display: block;
	margin-top: 5px;
}

.title-event ul li p {
	font-size: 12px;
}

ul.box-prod li {
	list-style: none;
	float: left;
	width: 21%;
	margin: 2%;
	padding: 10px;
	background: #3f4579;
	padding-bottom: 5px;
	border-radius: 8px;
}

ul.box-prod {
	margin: 0px;
	padding: 0px;
}

ul.box-prod li:first-child {
	margin-left: 7px;
}

ul.box-prod p {
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
}

ul.box-prod img {
	display: block;
	margin: 0px auto;
}

.ft-box img:not(.png) {
	width: 30px;
	display: block;
	margin: 0px auto;
}

.col-x {
	width: 20%;
	float: left;
}

/*********************************** swipe-box ***************************************/
.swipe-box {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden
}

.swipe-list {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: auto;
	white-space: nowrap;
}

.swipe-list li {
	vertical-align: top;
	margin-right: 5px;
	display: inline-block;
}

.swipe-list li:first-child {
	margin-left: 15px
}

.swipe-list li a {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.swipe-list li a img {
	width: 100%
}

.swipe-list li h5 {
	font-size: 13px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	white-space: normal
}

.swipe-list li p {
	margin-bottom: 0;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
	line-height: 20px;
	text-align: center;
}

.swipe-list.swipe-list-slots li {
	width: 265px;
}

.swipe-list.swipe-list-slots li a {
	width: 265px;
}

.swipe-list.swipe-list-slots h5 {
	max-width: 88px
}

.swipe-list.swipe-list-casino li {
	width: 104px
}

.swipe-list.swipe-list-casino li a {
	max-width: 104px;
	height: 116px
}

.swipe-list.swipe-list-casino h5 {
	max-width: 104px
}

.swipe-list.swipe-list-promos li a {
	max-width: 256px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.swipe-list.swipe-list-promos h5 {
	font-size: 0.875rem;
	max-width: 256px;
	margin-bottom: 0
}

#canvas {
	margin-bottom: 80px;
	margin-top: 15px;
}

.game-rows ul li a p {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	line-height: 15px;
}

/*********************************** NAV ***************************************/
.nav.nav-top.colums3::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 43px;
	height: 1px;
	background-color: #13131d;
	z-index: 2;
}

.nav-top>li>a {
	border-top: 1px solid transparent;
}

.nav-top>li.active>a {
	color: #ffffff;
}

.nav-top>li:not(:last-of-type)>a {
	text-align: center;
}

.game-rows ul li {
	list-style: none;
	margin: 3%;
	width: 19%;
	float: left;
	text-align: center;
	padding: 6px 15px 0px 15px;
	background: #3f4579;
	padding-bottom: 10px;
	border-radius: 10px;
}

.game-rows ul {
	margin: 0px;
	padding: 1px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.game-rows ul li a {
	color: #fff;
	text-transform: uppercase;
}

.nav-top li a {
	color: #fff;
	text-transform: uppercase;
	padding: 4px 0px;
	border-radius: 10px;
}

.nav-top li a:hover,
.nav-top li a .active {
	background: #ffe895;
	color: #000;
}

.nav-top li.active {
	color: #000;
}

.nav-top li.active a {
	background: #17cf96;
	color: #fff;
}

.nav-top li {
	float: left;
	margin: 0px 4%;
	width: 25%;
	text-align: center;
}

.nav-top {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #515e99;
	padding-bottom: 10px;
	margin-top: 10px;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 5px;
	margin-left: 15px;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(#980000, #4c0000);
	padding: 10px;
	border-radius: 25px;
	font-size: 16px;
}

.ft-box p {
	text-align: center;
	color: #fff;
}

.ft-box.plus-ico {
	position: relative;
	top: -28px;
}

.ft-box.plus-ico img {
	width: 58px;
}

.btn-nav {
	background: none;
	border: none;
	color: #fff;
	font-size: 21px;
	width: 10%;
	padding: 0px;
	text-align: left;
}

.vip-lv {
	position: absolute;
	top: -14px;
	right: 0px;
}

.userlv {
	background: #0ea678;
	display: inline-block;
	padding: 2px 10px;
}

.usernm {
	color: #ffe282;
}

.btn-lgout {
	background: #3f4579;
	border: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	position: relative;
	top: 33px;
	margin-right: 10px;
}

.btn-out {
	flex: 0 1 17%;
}

.col3 {
	float: left;
	width: 25% !important;
	padding: 10px 0px !important;
}

.st-menu ul {}

.col3 p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
}

.col3 img {
	width: 58%;
	display: block;
	margin: 0px auto;
}

/*********************************** header ***************************************/
.logo {
	width: 70%;
	float: left;
}

.logo img {
	display: block;
	margin: 0px auto;
	height: 45px;
}

.logo h4 {
	color: #fff;
	text-align: center;
}

.live {
	width: 25%;
	font-size: 13px;
	justify-content: center;
	justify-items: center;
	align-items: center;
	display: flex;
}

.live a {
	background: url("../images/login_bar.png");
	line-height: 40px;
	position: absolute;
	right: 0;
	text-indent: 20px;
	background-size: cover;
	color: #000;
	font-size: 12px;
	padding: 0px 5px;
	top: 5px;
	font-weight: bold;
}

.live img {
	width: 35px;
	display: block;
	margin: 0px auto;
	position: relative;
	top: 6px;
}

.menu-top .btn-out {
	background: none;
}

.menu-top {
	display: flex;
}

.user-img {
	flex: 1 0 10%;
	position: relative;
}

.user-tl {
	flex: 0 0 43%;
	color: #fff;
	padding-top: 13px;
}

.user-img img {
	width: 45px;
	margin: 10px;
	margin-top: 15px;
}

.vip-lv img {
	width: 30px;
}

/****************************************Swipe Tab*********************************************/
/********************************** Promotions CSS **********************************/
#promo {
	background: #270504;
}

.promo-section {
	margin-top: -12px;
}

.promo-item {
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
}

.promo-item .hide {
	display: none;
}

.promo-text {
	padding: 10px;
	background: #0e0e0f;
	color: #fff;
}

.promo-text>ul,
.promo-text>ol {
	padding-left: 20px;
}

.promo-butt {
	cursor: pointer;
}

.promo-table {
	border: 1px solid #FDFDFC;
	border-collapse: collapse;
	background-color: #141414;
}

.promo-table tr>th {
	background-color: #141414;
	padding: 3px 5px;
	border: 1px solid #FDFDFC;
}

.promo-table tr>td {
	padding: 2px 5px;
	border: 1px solid #FDFDFC;
}

.promo-subTitle {
	color: #FDFDFC;
	font-size: 14px;
	font-weight: bold;
}

.promo-item ul {
	margin-left: 15px !important;
}

.promo-item ul li {
	margin: 0px;
	line-height: 20px;
	list-style: circle;
	display: block;
	content: "";
	display: list-item;
}

.well {
	border: none;
}

.language-box div {
	width: 50%;
	float: left;
	padding: 20px;
}

.Ptitle {
	color: #0ea678;
}

.globby ul li {
	width: 48%;
	list-style: none;
	margin: 1%;
	border: 1px solid #0ea678;
	float: left;
}

.globby ul li a {}

.globby ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.globby ul li a p {
	padding: 5px;
	text-align: center;
	background: #393d62;
	margin: 0px;
	color: #fff;
}

.globby ul li a p i {
	margin: 0px 4px;
}

.globby ul li a p span {
	margin-left: 5%;
	color: #f5ea37;
}

/*********************************** Register ***************************************/
.register-bg {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 768px;
	display: block;
	margin: 0px auto;
	background: #151414;
}

.reg-logo img {
	width: 80%;
	display: block;
}

.reg-in {
	padding: 15% 20px 0px 20px;
}

.reg-text {
	padding: 20px;
}

.reg-text h3 {
	color: #cacaca;
	margin: 0px;
}

.reg-text p {
	color: #cacaca;
}

.form-box {
	display: block;
	padding: 2px 0px;
	background: #151827;
	border: 1px solid #3b446db3;
	margin-bottom: 10px;
}

.form-box2 {
	display: flex;
	padding: 7px;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 50px;
}

.col-xs-3.ttle-ico {}

.ttle-form {
	padding: 0px;
}

.ttl-top {
	color: #bcbcbc;
	position: relative;
	top: 5px;
}

.form-reg {
	border: none;
	background: none;
	padding-top: 7px;
	color: #000;
}

.ttle-ico img {
	position: relative;
	top: 5px;
}

.form-reg:focus {
	outline: none;
}

.btn-join {
	color: #000;
	border: none;
	width: 100%;
	padding: 9px;
	margin-top: 15px;
	border-radius: 50px;
	font-size: 16px;
	border: 2px solid #dcaa21;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	font-weight: bold;
	text-transform: uppercase;
}

.btn-back {
	text-align: center;
	padding: 9px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin-top: 10%;
	color: #cacaca;
}

.btn-forgot {
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}

/*********************************** Form ***************************************/
form {
	width: 100%;
	max-width: 400px;
	margin: 10px auto 20px;
	font-family: sans-serif;
}

form div {}

form div .input,
form select {
	width: 100%;
	padding: 6px;
	background: none;
	outline: none;
	border: 1px solid #17cf9630;
	color: #000000;
	font-size: 12px;
}

form div .input,
form div label,
form div select {
	font-size: 12px;
}

.bln p {
	color: #fff;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}

.bln h3 {
	text-align: center;
	margin: 0px;
}

.bln {
	margin: 15px 0px;
}

.bln a {
	display: block;
	background: #17cf96;
	padding: 5px 10px;
	text-align: center;
	margin: 0px 35px;
	color: #fff;
	margin-top: 5px;
}

.dpg-bg {}

.ttl-ul ul li a {
	padding: 5px 5px;
	background: #3f4579;
	margin: 5px 2px;
	color: #fff;
	border-radius: 5px;
	width: 116px;
	text-align: center;
}

.ttl-ul ul li a.active {
	background: #17cf96;
}

.ttl-ul ul li {
	list-style: none;
	display: flex;
}

.ttl-ul {
	width: 100%;
}

.ttl-ul ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.form-in input {
	font-size: 12px;
	font-weight: 100;
}

.form-list label {
	color: #bbc8d9;
}

.form-list input:focus {
	box-shadow: 0px 0px 5px #17cf964d;
}

.form-list {
	margin-top: 20px;
}

.table-responsive {
	border: none;
	margin: 0px;
}

.all-af {
	padding: 10px;
	display: inline-block;
	width: 100%;
}

.bank-detail {
	margin-top: 20px;
}

.table-memberhistory tr td {
	padding: 10px;
	text-align: center;
	border: 1px solid #f9d675;
	color: #fff;
	background: #0000008c;
}

.all-af .table-responsive {
	border: none;
}

.main-wallet {
	padding: 0px;
}

.main-wallet {
	text-align: center;
	color: #000;
	background: #000;
}

.main-wallet:hover {
	background: #000;
	color: #ffe895;
}

.prov-name {
	margin-left: 0px;
	font-size: 13px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	width: 50%;
	text-align: left;
	background: #232323;
	padding: 5px;
	border-right: 1px solid #424141;
}

.am-prov {
	float: right;
	display: flex;
	position: relative;
	width: 50%;
	text-align: center;
	justify-content: center;
}

.btn-in {
	padding: 5px 0px;
	font-size: 12px;
	color: #5ed087;
	margin-left: 8px;
	border: none;
	background: none;
}

.prov-out {
	margin-left: 8px;
}

.btn-out {
	padding: 5px 0px;
	font-size: 12px;
	color: #ec4e4e;
	border: none;
	background: none;
}

.am-prov .prov-in {
	width: auto;
	color: #fff;
}

.prov-am {
	padding-top: 14px;
	font-size: 13px;
	line-height: 0px;
	width: 50%;
}

.main-wallet ul li:hover {
	background: #ffffff29;
}

.main-wallet ul li:first-child {
	color: #fff;
}

.main-wallet ul li {
	display: flex;
	list-style: none;
	width: 100%;
	cursor: pointer;
	border: 1px solid #424141;
	border-bottom: none;
}

.main-wallet ul {
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.modal-bln .modal-body {
	padding: 0px;
}

.close-X {
	text-align: center;
	display: block;
	width: 100%;
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
}

.btn-vefy {
	background: #3f4579;
	padding: 14px;
	color: #fff;
	font-size: 10px;
}

.modal-bln {
	margin: 0px;
}

@media (min-width:768px) {
	.event-all ul li a img {
		padding: 10px;
	}
}

/*********************************** Banking ***************************************/
.bank-table {
	color: #fff;
	padding: 10px;
}

.bank-table h3 {
	font-size: 1.2em;
	margin: 8px 0px;
	border-bottom: 1px solid #17cf96;
	padding-bottom: 3px;
}

.bank-table tr td {
	border: 1px solid #17cf96;
	text-align: center;
	padding: 2px;
}

.bank-table tr th {
	background: #17cf96;
	text-align: center;
	padding: 2px;
	border: 1px solid #17cf96;
}

/*********************************** Contact ***************************************/
.contact-ttl {
	color: #fff;
	padding: 20px 10px 3px 10px;
}

.contact-detail {
	background: #3f457952;
	padding: 10px;
	color: #b7b7b7;
	box-shadow: 1px 1px 2px #00000047;
}

.contact-box {
	margin-bottom: 0px;
}

.form-in {
	padding: 0px 10px;
}

/*********************************** Download ***************************************/
.downl-box {
	display: flex;
	text-align: center;
}

.in-boxes {
	width: 50%;
	background: #16cf96;
	padding: 10px;
	margin-right: 2px;
}

.top-box i {
	font-size: 30px;
}

.in-boxes:nth-child(2) {
	margin: 0px;
	margin-left: 2px;
}

.in-boxes a {
	color: #fff;
}

.btn-html a {
	text-align: center;
	padding: 10px;
	background: #17cf96;
	display: block;
	color: #fff;
	margin-top: 5px;
}

.case-box {
	border: 1px solid #17cf96;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}

/*********************************** menu ***************************************/
.side-mx ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.st-menu li {}

.side-mx ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	border-bottom: 1px solid #b79f25;
}

.side-ico.ico-grd img {
	height: 20px;
	filter: grayscale(1) invert(1);
	display: block;
	margin: 0px auto;
}

.side-ico.ico-grd {
	width: 50px;
	background: #1e1e1e;
	padding: 10px 5px;
}

.side-mx ul li:first-child .side-ico.ico-grd {}

.side-mn {
	font-weight: bold;
	color: #fff;
	padding: 0px 10px;
	text-transform: uppercase;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

li.ico-rd {}

.tb-in ul {
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}

.wel-use {
	justify-content: center;
	justify-items: center;
	padding-left: 10px;
	line-height: 11px;
	width: 30%;
}

.tb-in ul li {
	list-style: none;
	padding: 5px 10px 0px 10px;
	border-left: 1px solid #6b0000;
	width: 25%;
}

.tb-in ul li img {
	filter: grayscale(0) invert(1);
	height: 23px;
	padding: 0px 2% 2% 2%;
	display: block;
	margin: 0px auto;
}

.tab-top {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	background: #101010;
}

span.wl-txt {
	font-weight: bold;
	color: #d9a515;
	line-height: 8px;
}

span.usr-nm {
	font-size: 11px;
	line-height: 8px;
	color: #fff;
}

.tab-tp {
	background: url(../images/tab_bar.png) no-repeat left top;
	background-size: auto;
	width: 70%;
}

.tb-in ul li p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}

.tb-in ul li:first-child {
	padding-left: 20px;
	border: none;
}

.ttl-in {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	margin-bottom: 10px;
}

.nxt-awr {
	padding: 0px 20px 0px 0px;
	font-size: 25px;
	color: #fff;
}

.info-all {
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 220px;
}

.info-all img {
	width: 220px;
}

.info-bx {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	white-space: normal;
	max-width: 220px;
	padding: 15px;
	background: #1a1a1a;
	margin-top: 10px;
	border-radius: 20px;
}

.info-bx p {
	text-align: left !important;
}

.info-bx h4 {
	color: #d9a515;
	font-size: 15px;
	margin: 0px;
}

#more {
	display: none;
}

#myBtn {
	background: none;
	border: none;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 10px;
	text-decoration: underline;
	font-size: 10px;
}

.footer-all {
	background: #000000;
	padding: 15px;
}

.copy-r {
	font-size: 10px;
	color: #fff;
}

.footer-logo {
	margin-bottom: 10%;
}

.follow-us {
	margin-bottom: 10%;
}

.follow-us h5 {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.f-ico ul {
	padding: 0px;
	margin: 0px;
	display: flex;
}

.f-ico ul li {
	list-style: none;
	color: #fff;
}

.f-ico ul li a {
	color: #fff;
	font-size: 30px;
}

h5.ttl-ft {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.f-ico ul {
	display: flex;
	justify-content: space-between;
}

.site-map ul {
	padding: 0px;
	margin: 0px;
}

.site-map ul li {
	list-style: none;
	color: #fff;
}

.site-map ul li a {
	color: #fff;
}

.site-1 {
	width: 28%;
	float: left;
}

.site-2 {
	width: 33%;
	float: left;
	margin: 0px 5%;
}

.site-3 {
	width: 28%;
	float: left;
}

.site-map {
	margin-bottom: 10%;
	display: flex;
}

.lice-img ul li {
	list-style: none;
	width: 33%;
	float: left;
}

.lice-img ul {
	margin: 0px;
	padding: 0px;
	justify-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.lice-img ul li img {
	padding: 10px;
	display: block;
	margin: 0px auto;
}

.lice-img {
	margin-bottom: 10%;
}

/***************Header login***************/
.header-lg {
	background: #000;
}

.header-lg .logo {
	width: 100%;
}

.btn-x {
	background: none;
	border: none;
	color: #fff;
	font-size: 25px;
	font-weight: 100;
	position: absolute;
	left: 5%;
	top: 1%;
}

.log-tab {
	background: url("../images/grey_login.png") no-repeat right top;
	background-size: contain;
	height: 40px;
}

h3.f-txt {
	text-align: center;
	color: #e6b332;
	margin-bottom: 15%;
}

.log-tab ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.log-tab ul li {
	list-style: none;
	width: 24%;
	text-align: center;
	max-width: 90px;
}

.log-tab ul li a {
	color: #fff;
	display: block;
	padding: 9px;
	font-size: 15px;
}

.btn-forgot2 {
	text-align: center;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.lobby-tab {
	z-index: 5;
	width: 20%;
}

.lobby-tab ul {
	margin: 0px;
	padding: 0px;
	background: #020202;
	border-radius: 0 15px 15px 0;
	border: 1px solid #edcd2e;
	border-left: none;
}

.lobby-tab ul li img {
	height: 20px;
	filter: brightness(0) invert(1);
	display: block;
	margin: 0px auto;
}

.lobby-tab ul li {
	text-align: center;
	padding: 8px 0px;
}

.lobby-tab ul li a {
	color: #ffffff;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 4px 8px;
}

.gm-lobby {
	display: flex;
	margin-top: 15px;
	margin-bottom: 30px;
	justify-content: space-between;
}

.lobby-tab ul li a p {
	margin: 0px;
}

.lobby-content ul {
	padding: 0px;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	text-align: center;
}

.lobby-content ul li {
	list-style: none;
}

.lobby-content {
	padding: 0px 15px;
}

.lobby-tab ul li a.active {
	color: #fbd16b;
	border-left: 3px solid #fbd16b;
}

.lobby-tab ul li a.active img {
	filter: invert(70%) sepia(90%) saturate(416%) hue-rotate(342deg) brightness(100%) contrast(84%);
}

.content2 {
	padding-top: 45px;
}

h4.lbby-ttl {
	text-align: center;
	color: #d8a515;
	margin: 0px;
	font-weight: bold;
}

.in-lobby ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	font-size: 12px;
	padding: 0px;
	margin-top: 12px;
}

.in-lobby {
	margin-bottom: 5%;
}

input.form-search {
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-bottom: 5%;
	border-radius: 20px;
	padding: 5px;
	border: none;
}

.lobby-content ul li a {
	color: #fff;
}

.game-srh {
	position: relative;
	width: 90%;
	display: block;
	margin: 0px auto;
	max-width: 400px;
}

.btn-srh {
	position: absolute;
	right: 14px;
	top: 9px;
	color: #808080;
}

.lobby-content ul li a img {
	display: block;
	margin: 0px auto;
	border: 1px solid #edce2f;
}

.lobby-content ul li a .active {}

.lobby-content ul li a.active {
	color: #d8a515;
	font-weight: bold;
}

ul.prv-img img {
	max-height: 180px;
	max-width: 180px;
}

.dld-wrap {
	position: relative;
}

.download-wrap {
	padding-top: 15px;
	text-align: center;
}

a.devide-btn {
	background: #331d11;
	color: #ffd154;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0px;
	display: inline-block;
	width: 120px;
	padding: 5px 2px;
	margin: 0 5px;
	border-radius: 5px;
}

a.devide-btn {
	background: #ffbc00;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0px;
	display: inline-block;
	width: 100px;
	padding: 5px 2px;
	margin: 0 5px;
	border-radius: 30px;
}

.dld-wrap img {
	border-radius: 18px 18px 0px 0px;
}

.access-info-wrapper {
	display: block;
	max-width: 500px;
	margin: 5px auto 0;
}

table.access-table tr td {
	background: #000000;
	border: 1px solid #d9a515;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	line-height: 1.3;
}

.modal-download .close-modal {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 10;
	border: 1px solid #d9a515;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
}

.dl-body {
	padding: 10px;
}

.modal-download {
	background: #000 !important;
}

.logout {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flex;
}

.side-mx {}

.logout a {
	width: 100%;
	display: flex;
	justify-items: center;
	align-items: center;
}

.logout {}

.logout .side-mn {
	display: flex;
	justify-content: center;
	justify-items: center;
}

.bank-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 0;
	margin-bottom: 30px;
}

.bank-wrap label {
	margin: 0 4px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	line-height: 1.1;
	height: 100%;
	font-weight: 400 !important;
}

.bank-wrap label [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.bank-wrap label [type=radio]+.bank-type {
	cursor: pointer;
}

.bank-wrap label [type=radio]+.bank-type img {
	cursor: pointer;
	filter: drop-shadow(0 1px 1px rgb(0, 0, 0, 0.7));
}

.bank-wrap label [type=radio]:checked+.bank-type {
	border: 1px solid #ffffff;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	color: #000;
}

.bank-wrap label [type=radio]:checked+.bank-type img {
	filter: drop-shadow(0 1px 1px rgb(0, 0, 0, 0.7));
}

.bank-wrap label .bank-type {
	border: 1px solid #ffffff;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	padding: 5px 6px;
	background: linear-gradient(#969696, #646464);
	display: grid;
	width: 100%;
	text-align: center;
	align-items: center;
	height: 40px;
}

.content-af {
	padding-top: 45px;
	background: #000;
}

.blc-in {
	margin: 20px auto;
	width: 80%;
	padding: 10px;
	border-left: 5px solid #c09742;
	border-right: 5px solid #ab791f;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 20px;
	-moz-background-size: 100% 20px;
	background-size: 100% 5px;
	background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: center;
}

.tl-blc h5 {
	font-weight: bold;
}

.amt-blc {
	display: flex;
}

.total-am {
	font-size: 24px;
	position: relative;
	top: -5px;
	left: 5px;
}

.blc-detl a {
	background: #ffbc00;
	display: block;
	color: #000;
	border-radius: 10px;
	padding: 7px;
	text-align: center;
	font-weight: bold;
}

.af-content {
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	width: 90%;
}

.af-content h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15%;
}

.af-ttl {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.af-box {
	margin-bottom: 10%;
	display: block;
}

.content-h {
	padding-top: 20%;
}

.form-control-af {
	width: 100%;
	padding: 8px 15px;
	border-radius: 50px;
	border: none;
	background: #fff;
	font-size: 12px;
	border: 1px solid #90000000;
}

.form-control-af:focus {
	outline: none;
	border: 1px solid #900000;
}

.af-bg {
	background: #000;
}

.amt-txt {
	color: #9a0000;
	font-size: 16px;
	font-weight: bold;
}

.modal-content {
	background: none;
	border-radius: 18px;
}

blc-content {
	margin: 10px;
}

.modal-bln {
	margin: 10%;
	margin-top: 10%;
}

.blc-content .close {
	position: absolute;
	right: 0px;
	display: block;
}

.close-modal {
	position: absolute;
	right: -13px;
	top: -15px;
	z-index: 10;
	border: 1px solid #d9a515;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
}

.af-bnk2 {
	display: flex;
	align-items: center;
	margin-bottom: 10%;
}

.form-1 {
	width: 45%;
	position: relative;
}

.form-2 {
	width: 10%;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.form-control-af-ico {
	position: absolute;
	right: 17px;
	top: 8px;
	color: #808080;
}

.table-deposit tr th {
	background: linear-gradient(#969696, #646464, #969696);
	color: #fff;
	border: 1px solid #efefef;
	font-size: 12px;
}

.table-deposit tr td {
	background: #d6d6d6;
	color: #000;
	border: 1px solid #efefef;
	font-size: 12px;
	padding: 5px 4px !important;
}

.ht-txt {
	font-size: 14px;
	color: #fff;
}

.h-table p {
	color: #fff;
	font-size: 12px;
}

.page-if {
	margin: 0px;
}

ul.page-if {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}

ul.page-if li a {
	padding: 1px 10px;
	font-size: 12px;
	margin: 0px 4px;
	border-radius: 5px;
	background: #bdbcbc;
	color: #000;
	border: none;
}

ul.page-if li.active a {
	color: #000000;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
}

.p-table {
	margin-top: 20%;
}

.ico-font img {
	height: 39px;
	padding: 9px;
	margin-left: 10px;
}

.af-bnk-p {
	position: relative;
}

.ico-font {
	position: absolute;
}

.form-control-p {
	height: 40px;
	padding: 5px 10px 5px 50px;
	width: 100%;
	border-radius: 40px;
	border: none;
	background: #fff;
}

.af-box p {
	font-size: 10px;
	color: #fff;
}

.p-g ul {
	display: flex;
	padding: 0px;
	margin: 0px;
}

.p-g ul li {
	list-style: none;
	margin-right: 20px;
}

.content-inf {
	padding-top: 45px;
}

.p-g {
	padding: 15px;
	background: #131313;
	border: 1px solid #edcd2e;
	border-left: none;
	border-right: none;
}

.p-g ul li a {
	color: #ffffff;
}

.inf-pg {
	/* padding:20px 20px; */
	margin: 10px;
	background: #00000094;
	color: #fff;
}

.t-bg1 {
	width: 100%;
	text-align: left;
	color: #fff !important;
	border-radius: 0px;
	background: #777;
}

.card-body {
	background: #efefef;
	color: #000;
	padding: 10px;
	border-radius: 0px;
}

button.btn.t-bg1.t-title1:focus {
	outline: none;
}

.card {
	margin-bottom: 10px;
}

.contact-info ul li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-info ul {
	padding: 0px;
	margin: 0px;
}

.contact-info ul li i {
	font-size: 14px;
	margin-right: 17px;
}

.contact-info ul li p {
	font-weight: 100;
	color: #fff;
}

.contact-info ul li a {
	color: #ff5959;
}

.contact-info ul li img {
	width: 50%;
}

.content-vip {
	padding-top: 20%;
}

.v-top {
	display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.btn-bck a {
	background: #808080;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px;
}

.vip-content {
	padding: 15px;
}

.btn-bck2 a {
	background: linear-gradient(#980000, #4c0000);
	padding: 12px 10px;
	color: #fff;
	border-radius: 25px;
	text-transform: uppercase;
	display: block;
	min-width: 250px;
	text-align: center;
}

ul.status-normal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px;
}

ul.status-normal li {
	border: solid 1px #b99500;
	display: flex;
	width: 13px;
	list-style: none;
}

.status-1 {
	height: 21px;
}

.status-2 {
	height: 23px;
}

.status-3 {
	height: 25px;
}

.status-4 {
	height: 27px;
}

.status-5 {
	height: 29px;
}

.status-6 {
	height: 31px;
}

.status-7 {
	height: 33px;
}

.status-8 {
	height: 35px;
}

.status-9 {
	height: 37px;
}

.status-10 {
	height: 39px;
}

.status-11 {
	height: 41px;
}

.status-12 {
	height: 43px;
}

.status-13 {
	height: 45px;
}

.status-14 {
	height: 47px;
}

.status-15 {
	height: 49px;
}

.status-16 {
	height: 51px;
}

.status-17 {
	height: 53px;
}

.status-18 {
	height: 55px;
}

.vip-status {
	margin-top: 20px;
}

.current-status-text {
	display: flex;
	justify-content: space-between;
}

.status-bottom h6 {
	margin: 0;
	padding: 0 0 28px;
	text-align: center;
	position: relative;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.status-bottom h6:after {
	width: 1px;
	height: 20px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 50%;
	content: "";
	transform: translateX(-50%);
}

.status-bottom p {
	color: #fff;
	padding: 7px 0 0;
	font-size: 7px;
	font-weight: 700;
	line-height: 10px;
	text-align: center;
}

.lv-active {
	background: #b99500;
}

.vip-status h4 {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.vip-stut {
	margin: 20px auto;
	width: 90%;
	padding: 10px;
	border-left: 5px solid #c09742;
	border-right: 5px solid #ab791f;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 20px;
	-moz-background-size: 100% 20px;
	background-size: 100% 5px;
	background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	color: #fff;
	align-items: center;
}

.vip-stut ul {
	padding: 0px;
}

.vip-stut ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.vip-ttl {
	width: 50%;
	font-weight: bold;
}

.stut-inf {
	width: 30%;
}

.howto a {
	border: 1px solid #cead5e;
	margin: 10px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	width: 62%;
	padding: 5px;
	border-radius: 10px;
	margin-top: 15px;
	color: #fff;
}

.slc-vip {
	width: 90%;
	color: #000;
	padding: 8px;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	margin: 0px auto;
	margin-bottom: 20px;
}

.slc-vip:focus {
	outline: none;
}

.lv-inf ul {
	padding: 0px;
	margin: 0px;
}

.lv-inf ul li {
	list-style: none;
	display: flex;
	background: #666;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.bck-gld {
	width: 50%;
	padding-left: 25px;
	background: url("../images/gold-title-bar.png") no-repeat;
	background-size: 100% 100%;
	margin: 0;
	height: 41px;
	display: flex;
	align-items: center;
}

.info-lv {
	width: 50%;
	text-align: center;
}

.lv-vp {}

.vip-tnc {
	color: #fff;
	margin-top: 10%;
}

.vip-tnc ol {
	padding-left: 15px;
}

.vip-tnc ol li {
	padding-bottom: 10px;
}

.cd-header {
	position: relative;
	height: 150px;
	background-color: #331d35;
}

.cd-header h1 {
	color: #ffffff;
	line-height: 150px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
}

@media only screen and (min-width:1170px) {
	.cd-header {
		height: 180px;
	}

	.cd-header h1 {
		line-height: 180px;
	}
}

.cd-main-content {
	position: relative;
	display: flex;
	margin-top: 15px;
}

.cd-main-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {}

.cd-main-content.is-fixed .cd-gallery {}

.cd-main-content.is-fixed .cd-filter {
	position: fixed;
	height: 100vh;
	overflow: hidden;
}

.cd-main-content.is-fixed .cd-filter form {
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed .cd-filter-trigger {
	position: fixed;
}

@media only screen and (min-width:768px) {
	.cd-main-content.is-fixed .cd-gallery {}
}

@media only screen and (min-width:1170px) {
	.cd-main-content.is-fixed .cd-gallery {}
}

.cd-tab-filter-wrapper {
	width: 18%;
	z-index: 5;
	border-radius: 0 15px 15px 0;
	border: none !important;
}

.cd-tab-filter-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tab-filter {}

.cd-tab-filter::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cd-tab-filter ul {
	margin: 0px;
	padding: 0px;
	background: #020202;
	border-radius: 0 15px 15px 0;
	border: 1px solid #edcd2e;
}

.cd-tab-filter li {
	margin-left: 3px;
	display: block;
	margin: 18px 0px;
}

.cd-tab-filter li:first-child {
	display: block;
	margin-left: 0px;
}

.cd-tab-filter li:first-child {
	margin-top: 10px;
}

.cd-tab-filter li:last-child {
	margin-bottom: 10px;
}

.cd-tab-filter a {
	text-transform: uppercase;
	color: #ffffff;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: center;
}

.cd-tab-filter a.selected {
	color: #d9a515;
	border-left: 3px solid #d9a515;
}

.cd-tab-filter.is-open::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
	box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
	display: block;
}

.cd-tab-filter.is-open .placeholder a {
	opacity: .4;
}

@media only screen and (min-width:768px) {
	.cd-tab-filter {
		width: auto;
		cursor: auto;
	}

	.cd-tab-filter::after {
		display: none;
	}

	.cd-tab-filter ul {}

	.cd-tab-filter li {
		display: block;
	}

	.cd-tab-filter li.placeholder {
		display: none !important;
	}

	.cd-tab-filter a {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9d9d', endColorstr='#7b7a7a', GradientType=0);
	}

	.cd-tab-filter a:hover {
		background: #31b1f8;
		color: #fff;
		text-decoration: none;
	}

	.no-touch .cd-tab-filter a:hover {
		color: #f3b400;
		text-decoration: none;
	}

	.no-touch .cd-tab-filter a:focus {
		color: #f3b400;
		text-decoration: none;
	}

	.cd-tab-filter a.selected {}

	.cd-tab-filter.is-open ul li {
		display: inline-block;
	}
}

@media only screen and (min-width:1170px) {
	.cd-tab-filter {
		width: 100%;
		float: left;
		margin: 0;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
	}

	.cd-tab-filter.filter-is-visible {
		width: 80%;
	}
}

.cd-gallery {
	padding: 10px;
	width: 80%;
}

.cd-gallery li {
	margin-bottom: 0px;
	display: none;
}

.cd-gallery li.gap {
	opacity: 0;
	height: 0;
	display: inline-block;
}

.cd-gallery img {
	display: block;
	margin: 0px auto;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #fff;
}

.cd-gallery .cd-fail-message {
	display: none;
	text-align: center;
}

@media only screen and (min-width:768px) {
	.cd-gallery {}

	.cd-gallery ul {
		text-align: justify;
		padding: 0px;
		margin-top: 20px;
	}

	.cd-gallery ul:after {
		content: "";
		display: table;
		clear: both;
	}

	.cd-gallery li {
		width: 100%;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width:1170px) {
	.cd-gallery {
		float: right;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
	}

	.cd-gallery li {
		margin-bottom: 10px;
	}

	.cd-gallery.filter-is-visible {
		width: 80%;
	}
}

.cd-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #ffffff;
	box-shadow: 4px 4px 20px transparent;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background-color: #41307c;
	z-index: 2;
}

.cd-filter form {
	padding: 70px 20px;
}

.cd-filter .cd-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: center;
	background: #37296a;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
	background: #32255f;
}

.cd-filter.filter-is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
	opacity: 1;
}

@media only screen and (min-width:1170px) {
	.cd-filter {
		width: 20%;
	}

	.cd-filter form {
		padding: 70px 10%;
	}
}

.cd-filter-trigger {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
	z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
	pointer-events: none;
}

@media only screen and (min-width:1170px) {
	.cd-filter-trigger {
		width: auto;
		left: 2%;
		text-indent: 0;
		color: #9a9a9a;
		text-transform: uppercase;
		font-size: 1.3rem;
		font-weight: 700;
		padding-left: 24px;
		background-position: left center;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	.no-touch .cd-filter-trigger:hover {
		color: #41307c;
	}

	.cd-filter-trigger.filter-is-visible,
	.cd-filter-trigger.filter-is-visible:hover {
		color: #ffffff;
	}
}

.cd-filter-block {
	margin-bottom: 1.6em;
}

.cd-filter-block h4 {
	position: relative;
	margin-bottom: .2em;
	padding: 10px 0 10px 20px;
	color: #9a9a9a;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.no-touch .cd-filter-block h4:hover {
	color: #41307c;
}

.cd-filter-block h4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
	font-family: "Open Sans", sans-serif;
	border-radius: 0;
	background-color: #ffffff;
	border: 2px solid #e6e6e6;
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
	width: 100%;
	padding: .8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
	outline: none;
	background-color: #ffffff;
	border-color: #41307c;
}

.cd-filter-block input[type='search'] {
	border-color: transparent;
	background-color: #e6e6e6;
	font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
	display: none;
}

.cd-filter-block .cd-select {
	position: relative;
}

.cd-filter-block .cd-select::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.cd-filter-block select {
	cursor: pointer;
	font-size: 1.4rem;
}

.cd-filter-block select::-ms-expand {
	display: none;
}

.cd-filter-block .list li {
	position: relative;
	margin-bottom: .8em;
}

.cd-filter-block .list li:last-of-type {
	margin-bottom: 0;
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
	padding-left: 24px;
	font-size: 1.4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
	width: 16px;
	height: 16px;
	left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
	display: none;
}

.cd-filter-block .checkbox-label::after {
	width: 16px;
	height: 16px;
	background: url("../img/cd-icon-check.svg") no-repeat center center;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
	border-radius: 50%;
}

.cd-filter-block .radio-label::after {
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	left: 5px;
}

.cd-filter-block input[type=radio]:checked+label::before,
.cd-filter-block input[type=checkbox]:checked+label::before {
	border-color: #41307c;
	background-color: #41307c;
}

.cd-filter-block input[type=radio]:checked+label::after,
.cd-filter-block input[type=checkbox]:checked+label::after {
	display: block;
}

@-moz-document url-prefix() {
	.cd-filter-block .cd-select::after {
		display: none;
	}
}

.cd-tab-filter li:last-child {
	border: none;
}

.promo-ul {
	padding: 0px;
	margin-top: 20px;
}

.btn-bck3 a {
	background: #ffbc00;
	padding: 12px 20px;
	color: #000;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 500;
}

.cd-tab-filter a img {
	height: 20px;
	filter: brightness(0) invert(1);
	display: block;
	margin: 0px auto;
}

.cd-tab-filter a.selected img {
	filter: invert(70%) sepia(90%) saturate(416%) hue-rotate(342deg) brightness(100%) contrast(84%);
}

.prm-cont {
	color: #fff;
}

.prm-tnc ol {
	padding-left: 15px;
}

.prm-tnc ol li {
	padding-bottom: 10px;
}

.prm-cont h4 {
	color: #d9a515;
	font-weight: bold;
}

.promo-img {
	background: rgb(92, 82, 34, 0.4);
	border-radius: 10px;
}

.promo-img p {
	padding: 10px;
	text-align: center;
	color: #d9a515;
	font-weight: bold;
}

.dl-dialog {
	border: 1px solid #d9a515;
	border-radius: 18px;
}

.msg-bg {
	background: rgba(19, 19, 19, 0.5);
	margin-bottom: 90px;
	margin-top: 20px;
}

.msg-ttl {
	position: relative;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	padding: 9px 0px;
}

.msg-tr {
	display: table;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
}

.cl-1 {
	width: 10%;
}

.cl-3 {
	width: 45%;
}

.msg-td {
	display: table-cell;
	font-size: 12px;
	padding: 0px 5px;
}

.btn-ttl {
	color: #000000;
	font-weight: bold;
}

.cl-2 {
	width: 45%;
}

.msg-list .msg-tr:hover .px-txt {
	color: #ff7923;
}

.msg-list .msg-tr {
	padding: 9px 0px;
}

.msg-tr {
	display: table;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
}

a.msg-saw {
	color: #ffe795;
}

.msg-tr a {
	width: 100%;
	display: table;
	color: #fff;
}

.msg-list {
	background: #50505061;
}

.msg-list .msg-tr:nth-child(even) {
	background: #f5f82b36;
}

.msg-pp .modal-content {
	background: #151515;
	border: 1px solid #d9a515;
	color: #fff;
	border-radius: 0px;
}

.msg-pp .close {
	color: #fff;
	opacity: 1;
	background: #ff7923;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 15px;
	position: absolute;
	top: -14px;
	right: -7px;
}

.msg-pp {
	margin-top: 20%;
}

.msg-pp .close {
	color: #fff;
	color: #fff !important;
	background: #d9a515;
	font-size: 17px !important;
	padding: 5px;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -10px;
	right: -6px;
}

.btn-rp {
	display: flex;
	justify-content: flex-end;
	margin-right: 10px;
	margin-bottom: 10px;
}

button.btn-delete {
	background: linear-gradient(to bottom, rgba(16, 49, 105, 1) 0%, rgba(5, 14, 29, 1) 100%);
	border: none;
	padding: 5px 20px;
	border-radius: 5px;
}

.msg-p-ttl p {
	color: #b4b4b4;
	font-size: 12px;
}

.msg-p-ttl {
	font-size: 16px;
}

span.msg-time {
	margin-left: 10px;
}

.dat-ico {
	position: absolute;
	top: 9px;
	right: 10px;
	color: #b4b4b4;
	font-size: 14px;
}

.bal-pp .modal-content {
	background: #131313;
	border: none;
	color: #fff;
}

.bal-pp .close {
	color: #ff7923;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 15px;
	position: absolute;
	top: -11px;
	right: -7px;
}

.bal-pp {
	margin: 12% 6%;
}

.msg-wrap {
	padding: 15px;
}

span.tm2 {
	margin-left: 10px;
}

.dld-wrap-2 img {
	border-radius: 15px;
}

@media (min-width:768px) {
	body {
		width: 768px;
	}

	.content-af {
		padding-top: 25%;
	}
}

@media (min-width:768px) {
	.content {}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 15px;
	padding: 0px 10px;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #424242;
	z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: #424242;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '<';
}

[dir='rtl'] .slick-prev:before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯';
}

.slick-next {
	right: 0px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '>';
}

[dir='rtl'] .slick-next:before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.box-index ul {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	grid-gap: 8px 8px;
	margin: 0px;
	padding: 0px;
}

.box-index {
	padding: 10px;
	margin-bottom: 2px;
}

.box-index ul li {
	list-style: none;
}

.slick-disabled {
	opacity: 0;
}

.lang-box h4 {
	text-align: center;
	color: #d9a515;
	font-size: 22px;
}

.img-logo img {
	display: block;
	margin: 0px auto;
	border-bottom: 1px solid #ca9a13;
}

.lang-box ul {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.lang-box ul li {
	padding: 0px;
	margin: 10px 10px;
	list-style: none;
}

.rebate-in {
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.referral_qr img {
	display: block;
	margin: 0px auto;
	height: 115px;
}

.rabate-date {
	display: flex;
	margin-top: 30px;
	color: #fff;
	flex-direction: column;
}

.referral_qr {
	margin-top: 26px;
}

.rabate-date .form-group {
	display: flex;
}

.btn-check {
	color: #000;
	border: none;
	width: 100%;
	padding: 9px;
	margin-top: 15px;
	border-radius: 50px;
	font-size: 16px;
	border: 2px solid #dcaa21;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	font-weight: bold;
}

.af-table tr th {
	background: #d7b556;
	color: #000;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #d7b556;
}

.af-table tr td {
	padding: 5px 10px;
	border: 1px solid #d7b556;
	text-align: center;
	color: #fff;
}

.privatemsgTable {
	margin-top: 30px;
	width: 100%;
}

.table-detail tr th {
	background: linear-gradient(to bottom, rgba(197, 156, 84, 1) 0%, rgba(105, 72, 14, 1) 100%);
	padding: 7px;
	text-align: center;
	border: 1px solid #856123;
}

.table-detail tr td {
	text-align: center;
	border: 1px solid #856123;
	padding: 5px;
}

table.table-detail {
	width: 500px;
	margin: 0px auto;
}

.rebate-wrap {
	color: #fff;
}

.rebate-in .form-control::placeholder {
	color: #000;
}

.rabate-date .form-control {
	width: 70%;
}

.rebate-in .form-control {
	width: 100%;
	text-align: center;
}

.depositTitle {
	color: #fff;
}

.form-group .input-group {
	display: flex;
	width: 100%;
}

.infoTable tr td {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 5px;
	border: 1px solid #a27d22;
}

.infoTable tr th {
	text-align: center;
	padding: 5px;
	border: 1px solid #46abdb;
	background: #131313;

}

.event-all ul li a.active p {
	color: #deaa1d;
}

.event-all a.active img {

	/*filter: brightness(0) invert(1);*/
}

/***********08092021************/
.contact-wrap {
	border: 1px solid #c11500;
}

.ttl-txt {
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 20px;
	background: #61140e;
	border-bottom: 1px solid #c11500;
}

.contact-in ul li {
	position: relative;
	list-style: none;
	display: inline-flex;
}

.contact-in ul li .cnt-info {
	position: absolute;
	top: 40%;
	left: 33%;
	color: #fff;
}

.contact-in ul li .cnt-info a {
	color: #fff;
	font-size: 14px;
}

.contact-in ul {
	margin: 0px;
	padding: 0px;
}

.contact-wrap .tab-content {
	margin: 0px;
}

.tab-flag ul {
	border: none;
}

.in-wrap {
	padding: 20px 10px;
	background: #00000059;
	color: #fff;
	position: relative;
}

.tab-flag .nav-tabs .nav-item.show .nav-link,
.tab-flag .nav-tabs .nav-link.active {
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	color: #000;
}

.tab-flag .nav-tabs .nav-link {
	border: 1px solid #e4d080;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	/* padding-right:40px; */
	display: flex;
	align-items: center;
	padding: 7px;
	font-size: 12px;
}

.tab-flag .nav-tabs .nav-link img {
	height: 30px;
	filter: drop-shadow(0px 0px 5px black);
	margin-right: 5px;
}

.tab-flag ul li {
	margin-right: 0px;
}

.tab-flag {
	margin-bottom: 25px;
}

.cnt-qr img {
	height: 120px;
}

.cnt-qr {
	display: flex;
	margin-left: 115px;
	position: relative;
	top: -15px;
}

.btn-livechat {
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	color: #000;
	padding: 11px 40px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ffbc00;
	transform: scale(0.8);
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
}

.btn-livechat:hover {
	transform: scale(1);
}

.img-cnt img {
	max-width: 100%;
}

.tab-flag li a {
	padding: 5px 5px;
	border: 1px solid #ccb64d;
	color: #fff;
	border-radius: 30px;
}

.tab-flag li a img {
	width: 30px;
}

.tab-flag ul li.active a {
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	color: #000 !important;
	border: 1px solid #ccb64d !important;
}

.btn-livechat i {
	position: relative;
	top: 4px;
	margin-right: 17px;
}

/***27102021******/
.btn-lotto {
	flex-direction: column;
	display: flex;
}

.btn-lotto a {
	color: #000 !important;
	border: none;
	width: 100%;
	padding: 6px 0px;
	margin: 6px 0px;
	border-radius: 50px;
	font-size: 12px;
	border: 2px solid #dcaa21;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	font-weight: bold;
}

#modal-4d-payout .modal-header {
	border: none;
	background: linear-gradient(to bottom, rgba(8, 20, 42, 1) 0%, rgba(19, 59, 127, 1) 71%, rgba(73, 102, 152, 1) 100%);
	display: flex;
	position: relative;
}

#modal-4d-payout .modal-title {
	color: #fff;
}

#modal-4d-payout .close {
	color: #fff;
	position: absolute;
	top: 17px;
	opacity: 1;
	right: 15px;
}

#modal-4d-payout .modal-body {
	background: #131313e8;
}

#modal-4d-payout .modal-footer {
	background: #131313;
}

.payoutTable {
	border-collapse: collapse;
	border: 1px solid #e3d08c;
}

.payoutTable>tbody>tr>th {
	border: 1px solid #fff70c;
	padding: 5px 5px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: linear-gradient(to bottom, rgba(8, 20, 42, 1) 0%, rgba(19, 59, 127, 1) 71%, rgba(73, 102, 152, 1) 100%);
}

.payoutTable>tbody>tr>td {
	border: 1px solid #fff70c;
	padding: 3px 5px;
	text-align: center;
	width: 25%;
	color: #fff;
}

/*********05112021 4D*********/
.ply-btn:hover {
	background: #ffe000;
	color: #000;
}

.btn-ply2 div {
	margin: 0px 5px;
}

.ply-btn {
	border: 2px solid #ffe000;
	background: #ffe000;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-radius: 20px;
}

.lotto-all ul {
	display: flex;
	flex-direction: column;
	margin: 10px;
}

.btn-ply2 {
	display: flex;
	justify-content: space-between;
	background: #340104;
	padding: 10px 0px;
}

.lotto-all ul li {
	margin-bottom: 10px;
}

.fd-bg .modal-header {
	background: #af0000;
	padding: 10px 15px 10px 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
}

.fd-bg .modal-header {
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	padding: 10px 15px 10px 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #000;
	position: relative;
	border: none;
	font-weight: bold;
}

.modal-dialog.fd-bg {}

.fd-bg button.close {
	color: #000000;
	opacity: 1;
	padding: 5px 10px;
	font-size: 15px;
	position: absolute;
	right: 25px;
	top: 10px;
	border-radius: 5px;
}

.fd-bg .modal-body {
	background: #ffffff;
}

.table-pay tr td {
	border: 1px solid #fff !important;
	text-align: center;
	background: rgba(0, 0, 0, .063);
}

.btn-close-box {
	background: #af0000;
	color: #ffe000;
	font-size: 16px;
}

.fd-bg .modal-footer {
	background: #fff;
}

.pyot-table>thead>tr>th {
	background: #000;
	border: none;
	color: #fff;
	font-size: 12px
}

.pyot-table {
	border: 1px solid #00000045 !important;
	margin-bottom: 0px;
}

.pyot-table>thead>tr>th.tbl-logo {
	text-align: right
}

.pyot-table>tbody>tr>td {
	border: none;
	background: #fff
}

.inner-tble>thead>tr>th {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

.inner-tble>tbody>tr>td {
	border: 1px solid #000;
	text-align: center;
	padding: 2px;
	font-size: 12px
}

.inner-tbl-2 {
	border: 1px solid #000;
	margin-bottom: 0
}

.inner-tbl-2>thead>tr>th {
	background: #000;
	color: #fff;
	border: none;
	font-size: 11px;
	text-align: center;
	padding: 2px
}

.inner-tbl-2>tbody>tr>td {
	border: none;
	padding: 2px;
	text-align: center;
	font-size: 12px
}

.ptble-2>thead>tr>th {
	background: #020760
}

.ptble-2-in>tbody>tr>td {
	border: 1px solid #020760
}

.ptble-2-in2 {
	border: 1px solid #020760
}

.ptble-2-in>thead>tr>th {
	background: #020760
}

.ptble-2-in2>thead>tr>th {
	background: #020760
}

.ptbl-3>thead>tr>th {
	background: #850000
}

.ptbl-3-in>thead>tr>th {
	background: #850000
}

.ptbl-3-in2>thead>tr>th {
	background: #850000
}

.ptbl-3-in>tbody>tr>td {
	border: 1px solid #850000
}

.ptbl-3-in2 {
	border: 1px solid #850000
}

.ptbl-4>thead>tr>th {
	background: #12689b
}

.ptbl-4-in>thead>tr>th {
	background: #12689b
}

.ptbl-4-in2>thead>tr>th {
	background: #12689b
}

.ptbl-4-in>tbody>tr>td {
	border: 1px solid #12689b
}

.ptbl-4-in2 {
	border: 1px solid #12689b
}

.ptbl-5>thead>tr>th {
	background: #c80202
}

.ptbl-5-in>thead>tr>th {
	background: #c80202
}

.ptbl-5-in2>thead>tr>th {
	background: #c80202
}

.ptbl-5-in>tbody>tr>td {
	border: 1px solid #c80202
}

.ptbl-5-in2 {
	border: 1px solid #c80202
}

.ptbl-6>thead>tr>th {
	background: #048814
}

.ptbl-6-in>thead>tr>th {
	background: #048814
}

.ptbl-6-in2>thead>tr>th {
	background: #048814
}

.ptbl-6-in>tbody>tr>td {
	border: 1px solid #048814
}

.ptbl-6-in2 {
	border: 1px solid #048814
}

.ptbl-7>thead>tr>th {
	background: #025000
}

.ptbl-7-in>thead>tr>th {
	background: #025000
}

.ptbl-7-in2>thead>tr>th {
	background: #025000
}

.ptbl-7-in>tbody>tr>td {
	border: 1px solid #025000
}

.ptbl-7-in2 {
	border: 1px solid #025000
}

.lotto-in {
	padding: 0px;
}

.lotto-tab li a {
	padding: 0;
}

.lotto-tab {
	justify-content: space-between;
	background: #404040;
	border: none;
	padding: 10px 10px 0px 10px;
}

.lotto-tab li a.active {
	background: #5e5e5e !important;
	border-color: #5e5e5e !important;
}

.lotto-tab li a img {
	padding: 2px;
}

.table-1,
.table-2,
.table-3,
.table-4,
.table-5,
.table-6,
.table-7 {
	padding: 10px;
}

.lotto-in .tab-content {
	background: #5e5e5e;
}

.fd-bg h4 {
	font-size: 16px;
}

.lotto-in .nav-tabs>li.active>a {
	background: #5e5e5e;
	border: none;
}

.ptble-2-in {
	margin: 0px;
}

.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	padding: 5px;
	background: #1e1e1e;
	border-radius: 8px;
}

.owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #87761d;
}

.owl-nav i {
	font-size: 24px;
}

.owl-nav .owl-prev {
	left: -27px;
}

.owl-nav .owl-next {
	right: -26px;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.remm-box p {
	text-align: left;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	color: #edcd2e;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.owl-carousel .item:hover {
	background: #6aaaff;
}

.owl-nav .owl-prev:hover {
	color: #6aaaff;
}

.owl-nav .owl-next:hover {
	color: #6aaaff;
}

.slider-box {
	padding: 15px 30px;
	padding-bottom: 0px;
}

.index-title {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.step-l ul {
	display: flex;
}

.stp-l {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #111;
	border: 1px solid #edce2f;
	padding: 10px 0px;
}

.step-box {
	display: block;
	margin: 15px 10px;
}

.step-in h5 {
	font-size: 18px;
	background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px;
	margin-top: 0px;
}

.stp-l ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	/* background: linear-gradient(to bottom, rgba(5,14,29,1) 0%, rgba(16,49,105,1) 100%); */
	/* border: 1px solid #5778c0; */
	/* padding: 10px 0px; */
}

.stp-l ul li {
	display: flex;
	flex-direction: row;
	width: 25%;
}

.stp-cont {
	display: flex;
	align-items: center;
}

.stp-cont p {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
}

.stp-no {
	color: #fff;
	line-height: 15px;
	padding-left: 10%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.stp-r {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 0px 10px;
}

.step-bottom {
	display: block;
	margin: 10px auto;
}

.step-btm ul {
	padding: 0px 10px;
	display: flex;
	margin: 0px;
	flex-direction: column;
}

.step-btm ul li {
	display: flex;
	/* flex-direction:column; */
	/* background:#050e1d; */
	align-items: center;
	/* border:1px solid #5778c0; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.step-in-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 55%;
	align-items: center;
}

.step-in-content h4 {
	color: #ffdd31;
	text-transform: uppercase;
	margin: 0px;
	font-size: 11px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

.step-in-content p {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	font-size: 12px;
}

.step-in-content a {
	text-align: center;
	padding: 3px 10px;
	box-shadow: inset 1px 1px 15px #594f22, inset 1px 1px 15px #594f22, inset 1px 1px 15px #594f22;
	border-radius: 10px;
	width: 100px;
	display: block;
	margin: 5px auto;
	/* margin-bottom:15px; */
	color: #fff;
	font-size: 12px;
}

.step-in-content a:hover {
	box-shadow: 1px 1px 15px #172d57, 1px 1px 15px #172d57, 1px 1px 15px #172d57;
	text-decoration: none;
}

.step-ico img {
	height: 32px;
}

.jckp-nm {
	position: absolute;
}

.img-step {
	width: 45%;
	border: 1px solid #eece2f;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
	color: #eec050;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
	color: #eec050;
}

.video-all {
	padding: 15px;
	padding-bottom: 0px;
}

.swiper-pagination-bullet {
	background: #fff;
}

.video-in p {
	text-align: center;
	color: #eec050;
	margin-bottom: 18px;
	position: absolute;
	width: 100%;
	bottom: -21px;
	z-index: 10000000;
	overflow: overlay;
}

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 21px;
}

.swiper-wrapper {
	margin-bottom: 36px;
}

.recommende-content {
	padding: 20px 0px;
	padding-bottom: 0px;
}

.vip-top {
	width: 97%;
	flex-direction: column;
	padding: 0px;
	padding-top: 9vw;
	background-size: 100% 100%;
	position: relative;
	border-radius: 10px;
}

.vip-player-current {
	display: flex;
	flex-direction: column;
	height: 34vw;
	width: 23vw;
	background-size: 100%;
}

.vip-grn {
	width: 100%;
	padding: 15px;
	position: relative;
}

.vip-about {
	width: 100%;
	padding: 15px;
}

img.img-vp {
	width: 17vw;
	position: absolute;
	top: 13px;
}

table.vip-status-table tr td {
	font-size: 12px;
	text-align: left;
}

table.vip-status-table tr {
	display: flex;
	flex-direction: column;
	width: 100%;
}

table.vip-status-table tr td {
	width: 100% !important;
	text-align: center;
}

.status-vip {
	margin: 0px;
}

.m-use {
	overflow-x: auto;
	overflow-y: hidden;
	height: 100% !important;
	position: relative;
	display: flex;
	margin-bottom: 20px;
}

.progress-bar-container {
	min-width: 600px;
	position: relative;
	width: 100%;
	height: 130px;
	margin: 10px !important;
}

.ttl-vip:before,
.ttl-vip:after {
	display: none;
}

.vip-about ul {
	padding: 0px;
}

.ttl-vip-2:before,
.ttl-vip-2:after {
	display: none;
}

.ttl-vip-2 {
	height: auto;
}

.img-crown {
	width: 52%;
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 0.2;
	top: 16%;
}

ul#tabs-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	overflow: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
	border-radius: 5px;
	background: #383210;
	border: 1px solid #ffdd31;
}

.vip-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 11px;
	color: #fff;
	padding: 5px;
}

.vip-img img {
	max-height: 43px;
}

.vip-in-table {
	background: #f3f8fc;
	border-radius: 5px;
	max-width: 95%;
	margin: 10px auto;
}

table.vip-all tr td {
	padding: 5px 10px;
	font-size: 11px;
	/* width: 50%; */
	background: #383210;
	border: 1px solid #ffdd31;
}

table.vip-all tr {
	border-radius: 18px;
	margin: 8px 0px;
	width: 100%;
	/* border: 1px solid #4581e5; */
}

table.vip-all tr td:first-child {
	width: 75%;
}

.vip-all h4 {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffdd31;
	font-weight: bold;
	justify-content: center;
	margin-top: 20px;
}

.vip-all h4 img {
	height: 23px;
}

li.vip-cell {
	border: 1px solid #fff0;
}

tr.no-bo td {
	background: #000 !important;
}

.prov-logo {
	/* padding:15px 0px 15px 0px; */
	width: 100%;
}

.prov-logo span img {
	padding-right: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}

.prov-logo span img:hover {
	filter: grayscale(1);
}

.prov-logo ul {
	margin: 0px;
	padding: 0px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 9px;
}

.prov-logo ul li {
	list-style: none;
	float: left;
	border: 1px solid #ffdd31;
	padding: 20px 5px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
}

.logo-all {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	align-items: center;
	justify-content: end;
}

.logo-all img {
	padding: 0px !important;
}

/* 4/11/2022  */
.count-bg2 {
	background: url("../images/countdown/FIFA-countdown2.png") no-repeat center top;
	height: 256px;
	width: 256px;
	scale: 0.6;
}

.count-bg2 .sw__hero__countdown__dates {
    color: #fff;
    font-size: 27px;
}

.count-bg2 .sw__hero__countdown {
    margin-bottom: 60px;
}

.count-floating {
	position: fixed;
	bottom: 3%;
	right: -10%;
	display: flex;
	justify-content: center;
	align-items: end;
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	z-index: 10000;
}

.sw__hero__countdown {
	display: flex;
	gap: 22px;
	margin-bottom: 31px;
}

.count-in {
	display: flex;
	gap: 21px;
	justify-content: center;
}

@keyframes floating {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 15px);
	}

	to {
		transform: translate(0, -0px);
	}
}

.count-wrap {
	position: relative;
}

.count-top p {
	color: #fff;
	text-align: center;
	margin: 0px;
	font-size: 33px;
	font-weight: bold;
}

.count-top .sw__hero__countdown {
	margin: 0px;
	position: relative;
	left: 58px;
	top: -16px;
	gap: 47px;
}

.count-top .count-in {
	gap: 0px;
}

p.sw__hero__countdown__date_label {
	font-size: 12px;
}

.hideit {
	display: none;
}

.btn-close {
	position: absolute;
	top: 0px;
	left: -30px;
	color: #fff;
	border: none;
	font-size: 53px;
	background: transparent;
}

.wrap {
    text-align: center;
    position: relative;
}

.links {
    position: relative;
}

.wrap:before {
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid black;
	background: black;
	width: 100%;
	transform: translateY(-50%);
}

.sw__hero__countdown__wrapper{
    margin: 0px !important;
}

.sw__hero__arrow_container{
    position: absolute;
    top: 88%;
}
  
.link::before{
    content: '';
    position: relative;
    top: 50%;
    left: 0;
    border-top: 1px solid black;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}

.sw__hero__countdown__dates{
    font-size: 34px;
    color: #000;
    margin: 0px;
}

.sw__hero__date {
    margin: 30px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #d8d8d8;
    letter-spacing: 0.8px;    
    text-align: center;
    line-height: 20px;
    font-family: 'Futura pt';
    vertical-align: middle;
}

/* 9/1/2023 */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
  }
  
  .flip-clock-wrapper a:hover {
    color: #D099D5;
  }
  
  .flip-clock-wrapper ul {
    list-style: none;
  }
  
  .flip-clock-wrapper.clearfix:before,
  .flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
  }
  
  .flip-clock-wrapper.clearfix:after {
    clear: both;
  }
  
  .flip-clock-wrapper.clearfix {
    *zoom: 1;
  }
  
  /* Main */
  .flip-clock-wrapper {
    font: normal 10px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(13, 1fr); */
    /* grid-gap: 15px; */
    /* padding-left: 60%; */
    align-items: center;
    transform: scale(0.8);
  }
  
  .flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
  }
  
  .flip-clock-meridium a {
    color: #D099D5;
  }
  
  .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
  }
  
  .flip-clock-wrapper:before,
  .flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  .flip-clock-wrapper:after {
    clear: both;
  }
  
  /* Skeleton */
  .flip-clock-wrapper ul {
    position: relative;
    margin: -6px;
    width: 35px;
    height: 38px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
  }
  
  .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    line-height: 35px;
    text-decoration: none !important;
  }
  
  .flip-clock-wrapper ul li:first-child {
    z-index: 2;
  }
  
  .flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
  }
  
  .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
  }
  
  .flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
  }
  
  .flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: #D099D5;
  }
  
  .flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    border: 1px solid #bbb4aa;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background: linear-gradient(to bottom, rgba(188,19,28,1) 0%, rgba(234,10,56,1) 50%, rgba(195,20,36,1) 100%);
    border-radius: 6px;
    font-size: 20px;
  }
  
  .flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
  }
  
  .flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
  }
  
  /* PLAY */
  .flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
  }
  
  /* .flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  } */
  
  .flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.01s 0.49s linear both;
    -moz-animation: asd 0.01s 0.49s linear both;
    animation: asd 0.01s 0.49s linear both;
    z-index: 5;
  }
  
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 100px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: -4px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 17px;
    right: -38px;
    color: #fff;
  text-shadow: none;
}

.flip-clock-divider.days .flip-clock-label {
    background: url(../images/countdown/sg2023/day.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: -45px;
    color: transparent;
    text-shadow: none;
  }

  .flip-clock-divider.hours .flip-clock-label {
    background: url(../images/countdown/sg2023/hrs.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: -58px;
    color: transparent;
    text-shadow: none;
  }
  
  .flip-clock-divider.minutes .flip-clock-label {
    background: url(../images/countdown/sg2023/min.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: -71px;
    color: transparent;
    text-shadow: none;
  }
  
  .flip-clock-divider.seconds .flip-clock-label {
    background: url(../images/countdown/sg2023/sec.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: -79px;
    color: transparent;
    text-shadow: none;
  }
  
  .flip-clock-dot.top {
    top: 40px;
  }
  
  .flip-clock-dot.bottom {
    bottom: 40px;
  }
  
  @-webkit-keyframes asd {
    0% {
      z-index: 2;
    }
  
    100% {
      z-index: 4;
    }
  }
  
  @-moz-keyframes asd {
    0% {
      z-index: 2;
    }
  
    100% {
      z-index: 4;
    }
  }
  
  @-o-keyframes asd {
    0% {
      z-index: 2;
    }
  
    100% {
      z-index: 4;
    }
  }
  
  @keyframes asd {
    0% {
      z-index: 2;
    }
  
    100% {
      z-index: 4;
    }
  }
  
  .flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
  }
  
  @-webkit-keyframes turn {
    0% {
      -webkit-transform: rotateX(90deg);
    }
  
    100% {
      -webkit-transform: rotateX(0deg);
    }
  }
  
  @-moz-keyframes turn {
    0% {
      -moz-transform: rotateX(90deg);
    }
  
    100% {
      -moz-transform: rotateX(0deg);
    }
  }
  
  @-o-keyframes turn {
    0% {
      -o-transform: rotateX(90deg);
    }
  
    100% {
      -o-transform: rotateX(0deg);
    }
  }
  
  @keyframes turn {
    0% {
      transform: rotateX(90deg);
    }
  
    100% {
      transform: rotateX(0deg);
    }
  }
  
  .flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
  }
  
  @-webkit-keyframes turn2 {
    0% {
      -webkit-transform: rotateX(0deg);
    }
  
    100% {
      -webkit-transform: rotateX(-90deg);
    }
  }
  
  @-moz-keyframes turn2 {
    0% {
      -moz-transform: rotateX(0deg);
    }
  
    100% {
      -moz-transform: rotateX(-90deg);
    }
  }
  
  @-o-keyframes turn2 {
    0% {
      -o-transform: rotateX(0deg);
    }
  
    100% {
      -o-transform: rotateX(-90deg);
    }
  }
  
  @keyframes turn2 {
    0% {
      transform: rotateX(0deg);
    }
  
    100% {
      transform: rotateX(-90deg);
    }
  }
  
  .flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
  }
  
  /* SHADOW */
  .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0.1)),
      color-stop(100%, black)
    );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
  }
  
  .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0.1)),
      color-stop(100%, black)
    );
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
  }
  
  /*DOWN*/
  .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, black),
      color-stop(100%, rgba(0, 0, 0, 0.1))
    );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
  }
  
  .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, black),
      color-stop(100%, rgba(0, 0, 0, 0.1))
    );
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
  }
  
  @-webkit-keyframes show {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes show {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-o-keyframes show {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes show {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes hide {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes hide {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @-o-keyframes hide {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes hide {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  .count-up-section {
    color: #D099D5;
    font-size: 16px;
    line-height: 1.48;
    /* padding: 5vh 0 0 0; */
    background: url("../images/countdown/sg2023/countdown-bg1.jpg") no-repeat ;
    background-position: 20% 100%;
    margin: 10px 10px;
    height: 80px;
    /* background-size: cover; */
  }

  .count-up-section .style-point {
    color: #000;
    font-size: 38px;
  }
  .count-up-section .style-point span {
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    color: #D099D5;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 54px;
  }
  .count-up-section .colorfont {
    color: #D099D5;
  }
  #count-up-section6.count-up-section {
    background-color: #000;
    max-width: 100%;
  }
  /* .flipTimemodulesboxes {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  } */
  .darkbgFlip h2.style-point {
    color: #fff;
  }
  /* .flipTimebox {
    margin: 50px auto 100px;
  } */
  
  /*days, hours, minutes, seconds styling*/
  .flipTimebox .flip-clock-divider .flip-clock-label {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
  }
  .flipTimebox .flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(128, 128, 128, 0.5);
  }
  .flipTimebox .flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #333333;
    border-radius: 6px;
  }
  .flipclock1message,
  .flipclock2message,
  .flipclock3message,
  .flipclock4message,
  .flipclock5message,
  .flipclock6message,
  .flipclock14message {
    padding-left: 15px;
    color: #ff0000;
  }
  .darkbgFlip .flip-clock-divider .flip-clock-label {
    color: #fff;
  }
  .flipTimebox .orangetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #fb9902;
  }
  .flipTimebox .orangetheme .flip-clock-dot {
    background-color: #fb9902;
    box-shadow: none;
  }
  .flipTimebox .orangetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #fb9902;
    border-radius: 6px;
  }
  .flipTimebox .orangetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .darkorangetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #fd5308;
  }
  .flipTimebox .darkorangetheme .flip-clock-dot {
    background-color: #fd5308;
    box-shadow: none;
  }
  .flipTimebox .darkorangetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #fd5308;
    border-radius: 6px;
  }
  .flipTimebox .darkorangetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .bluetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #0147fe;
  }
  .flipTimebox .bluetheme .flip-clock-dot {
    background-color: #0147fe;
    box-shadow: none;
  }
  .flipTimebox .bluetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #0147fe;
    border-radius: 6px;
  }
  .flipTimebox .bluetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .greentheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #23a929;
  }
  .flipTimebox .greentheme .flip-clock-dot {
    background-color: #23a929;
    box-shadow: none;
  }
  .flipTimebox .greentheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #23a929;
    border-radius: 6px;
  }
  .flipTimebox .greentheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .redtheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #d81e1e;
  }
  .flipTimebox .redtheme .flip-clock-dot {
    background-color: #d81e1e;
    box-shadow: none;
  }
  .flipTimebox .redtheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #d81e1e;
    border-radius: 6px;
  }
  .flipTimebox .redtheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .pinktheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #8501ad;
  }
  .flipTimebox .pinktheme .flip-clock-dot {
    background-color: #8501ad;
    box-shadow: none;
  }
  .flipTimebox .pinktheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #8501ad;
    border-radius: 6px;
  }
  .flipTimebox .pinktheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .purpletheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #a7194b;
  }
  .flipTimebox .purpletheme .flip-clock-dot {
    background-color: #a7194b;
    box-shadow: none;
  }
  .flipTimebox .purpletheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #a7194b;
    border-radius: 6px;
  }
  .flipTimebox .purpletheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .coffeetheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #7b5a26;
  }
  .flipTimebox .coffeetheme .flip-clock-dot {
    background-color: #7b5a26;
  }
  .flipTimebox .coffeetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    background-color: #7b5a26;
    border-radius: 6px;
  }
  .flipTimebox .coffeetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .gradienttheme.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
  }
  .flipTimebox .gradienttheme .flip-clock-dot {
    box-shadow: none;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
  }
  .flipTimebox .gradienttheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    border-radius: 6px;
    background-color: #3e4b99;
    background-image: -moz-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -webkit-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -o-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: -ms-linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
    background-image: linear-gradient(90deg, #3e4b99 10%, #d81e1e 100%);
  }
  .flipTimebox .gradienttheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .gradienttheme2.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
  }
  .flipTimebox .gradienttheme2 .flip-clock-dot {
    box-shadow: none;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
  }
  .flipTimebox .gradienttheme2.flip-clock-wrapper .flip-clock-meridium a {
    color: #fff;
    border-radius: 6px;
    background-color: #0147fe;
    background-image: -moz-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -webkit-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -o-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: -ms-linear-gradient(270deg, #0147fe 0%, #23a929 100%);
    background-image: linear-gradient(270deg, #0147fe 0%, #23a929 100%);
  }
  .flipTimebox .gradienttheme2.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(250, 250, 250, 0.5);
  }
  .flipTimebox .whitetheme.flip-clock-wrapper ul li a div div.inn {
    color: #0147fe;
    background-color: #fff;
  }
  .flipTimebox .whitetheme .flip-clock-dot {
    background-color: #fff;
    box-shadow: none;
  }
  .flipTimebox .whitetheme.flip-clock-wrapper .flip-clock-meridium a {
    color: #0147fe;
    background-color: #fff;
    border-radius: 6px;
  }
  .flipTimebox .whitetheme.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(128, 128, 128, 0.5);
  }

  .rowi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:9%;
    overflow: hidden;
    height: 88px;
  }


  /* 16/1/2023 */
.deposit-wrapper {
    padding: 20px 20px;
}

.deposit-title{
    color:#fff;
}

.deposit-title-1{
    color:#fff;
    font-size: 18px;
}

.deposit-title-2{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}

.deposit-font{
    color:#fff;
    font-size: 13px;
}

.deposit-table{
    background:#fff;
    text-align: center;
    border-color: #d9af4a;
    color: #000;
}

.deposit-table th{
	background: linear-gradient(to bottom, rgba(173, 144, 0, 1) 0%, rgba(255, 221, 49, 1) 100%);
    color:#fff;
}

table.deposit-table tr td{
    border: 1px solid #000;
}

.deposit-col{
    font-size:13px;
}

.deposit-form{
    display: grid;
    grid-template-columns:25% 70%;    
    grid-gap: 18px 12px;
    color: #fff;
    font-size: 15px;
}

.btn-submit-info {
    color: #000;
    background: linear-gradient(to bottom, rgba(207, 157, 9, 1) 0%, rgba(232, 181, 54, 1) 32%, rgba(253, 238, 188, 1) 57%, rgba(232, 181, 54, 1) 77%, rgba(208, 159, 11, 1) 100%);
    padding: 6px 9px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 45px;
    margin: 0 3px;
    transition: all 0.3s;
    line-height: 20px;
    cursor: pointer;
    width: 125px;
}

.af_tb2 .nav-tabs .nav-link {
    background: none;
    color: #fff;
    border-radius: 0px;
    border: 1px solid rgba(255, 221, 49, 1);
    background: #00000052;
    font-weight: bold;
}

.af_tb2 .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.af_tb2 .nav-tabs .nav-link:hover {
    color: #fff;
    background: linear-gradient(to bottom, rgba(173, 144, 0, 1) 0%, rgba(255, 221, 49, 1) 100%);
    border: 1px solid rgba(255, 221, 49, 1);
}

.inbank{
    /* padding: 10px; */
    color: #fff;
}

.crypto-content {
    padding: 0px 10px 0px 0px;	
	display:flex;
	flex-direction:column;
	width:90%;
}