@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif, "Microsoft YaHei",sans-serif; line-height:1.6; font-size:14px; margin:0 auto; color:#191919; }

a { color:#333; text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { color: #DADADA; text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top:0; text-transform:uppercase;}

h1 { font-size: 30px; font-weight:700;}

h2 { font-size: 24px; font-weight:700;}

h3 { font-size: 20px; font-weight:700;}

h4 { font-size: 18px; font-weight: 700; text-transform: none;}

h5 { font-size: 1em; }

h6 { font-size: 12px; }

img {

  height: auto; /* Make sure images are scaled correctly. */

  max-width: 100%; /* Adhere to container width. */

}
b, strong {
    font-weight: 700;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;	
    border: 1px solid #b5b5b5;
}

button, input, select, textarea {

  font-size: 100%; /* Corrects font size not being inherited in all browsers */

  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline; /* Improves appearance and consistency in all browsers */

  *vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/**
::-webkit-scrollbar {
    width: 0.5rem;
}
::-webkit-scrollbar-thumb {
    background: #bbe5f9;
}
::-webkit-scrollbar-track {
    background: #000;
}
**/
.t-banner {
    padding-top: 110px;
}
.pdt {
	padding-top: 110px;
}
.mg1{
	max-width: 1500px;
	margin: auto;
}
.mobile-banner {
	display: none;
}
.game-menu-sec {
	box-shadow: 0px 2px 45px -16px rgba(0,0,0,0.3);
	position: relative;
}
.game-menu-wrapper {
	max-width: 1500px;
	margin: auto;
	background: #fff;
	text-align: center;
}
.game-menu-wrapper ul {
	margin: 0;
	padding: 0;
}
.game-menu-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    width: 20%;
    text-align: center;
    transition: 0.3s;
    border-right: 1px solid #EFEFEF;
    margin: 0 -3px;
}
.game-menu-wrapper ul li:last-child {
	border-right: none;
}
.game-menu-wrapper ul li img {
	display: block;
	margin: auto;
	padding-bottom: 10px;
	max-width: 80px;
	filter: brightness(0);
}
.game-menu-wrapper ul li a {
    font-size: 18px;
    font-weight: 800;
    padding: 18px 10px;
    display: block;
}
.game-menu-wrapper ul li a:hover {
	color: #333;
}
.game-menu-wrapper ul li:hover {
	transform: scale(1.2);
    background-color: #fff;
    box-shadow: 2px 2px 48px -16px rgba(0,0,0,0.6);
    border-color: transparent;
	transition: 0.3s;
}
.game-menu-wrapper ul li:hover img, .game-menu-wrapper ul li.active img  {
	filter: brightness(1);
}

.product-sec {
    padding: 45px 0;
	background: #F4F4F4;
}
.prod-box {
    max-width: 350px;
	max-height: 310px;
    margin: auto;
    border-radius: 10px;
    background: #fff;
	box-shadow: 2px 5px 48px -16px rgba(0,0,0,0.4);
	transition: all 0.3s;
}
.product-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 8px 0;
}
.product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.product-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
	padding: 8px 5px 12px;
}
.play-game {
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    height: 45px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    letter-spacing: 3px;
}
.play-circle {
    display: inline-block;
    background: #fff;
    color: #ffae0d;
    height: 62px;
    font-size: 22px;
    width: 60px;
    border-radius: 50%;
    padding: 19px 23px;
    box-shadow: 0px 0px 5px 0px rgba(255,210,0,0.8);
    line-height: 1;
    letter-spacing: 0;
}
a .product-title {
	color: #333;
}
.prod-box:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

@media (max-width: 1099px) {
.t-banner {
    padding-top: 60px;
}
.pts {
	padding-top: 100px!important;
}
}
@media (max-width: 991px) {
.game-menu-wrapper ul li img {
	max-width: 50%;
	padding-bottom: 5px;
}
}
@media (max-width: 767px) { 
.desktop-banner {
	display: none;
}
.mobile-banner {
	display: block;
}	
}
@media (max-width: 480px) {
.game-menu-wrapper ul li a {
    font-size: 13px;	
	padding: 10px 3px;
}
.game-menu-sec .container-fluid {
	padding: 0;
}
}

/****** Register/ Forgot *******/

.register-sec {
	background: url('../images/bg-white.jpg');
	background-size: cover;
	padding: 150px 0 45px 0;
}
.white-wrapper {
    background: #fff;
    padding: 30px;
}
.title-reg {
	text-align: center;
	padding: 20px ;
}
form.register {
	max-width: 900px;
	margin: auto;
}
.field, .value {
	display: inline-block;
	padding: 13px 0;
	font-weight: 800;
	font-size: 17px;
}
.field {
	width: 200px;
	padding-left: 12px;
}
.value {
	width: 60%;
	padding-left: 10px;
}
.register-sec input, .register-sec select {
	background: #fff;
	border: none;
	width: 100%;
	color: #333;
	min-width: 200px;
}
.register-sec select {
	color: #757575;
}
.register-sec input:focus , .register-sec select:focus {
	outline: 0;
}
.form-field {
    border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}
.cap-value input {
	width: 70px;
}
.captcha {
    display: inline-block;
}
.captcha img {
	max-width: 110px;
}
@media (max-width: 480px) {
.field  {
	padding: 6px 0 3px 12px;
}
.value {
	padding: 3px 0 6px 12px;
	width: 100%;
}
.register-sec select {
	width: 100%;
}
.form-field {
	box-shadow: 0 5px 10px #eee;
}
.white-wrapper {
    background: none;
	padding: 0;
}	
}

/****** About Us *******/

.about-sec {
	background: url('../images/white-bg-2.jpg') right center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0 45px 0;
	min-height: 600px;
}
.about-wrapper {
    background: rgba(0,0,0,0.8);
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
	color: #fff;
	line-height: 1.8;
	box-shadow: 1px 1px 9px 0px #dedede;
	border-radius: 10px;
}
.img-about img {
    max-height: 510px;
}
.title-about {
	margin-bottom: 15px;
}
.tnc-sec {
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
	padding: 45px 0 45px 0;
	min-height: 600px;
}

.tnc-header .btn.collapsed {
	background: linear-gradient(to right, #FFD200, #FF2E3A);
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    padding: 10px 18px;
    font-weight: 700;
	font-size: 15px;
	color: #fff;
	border:none;
	transition:  all 0.3s;
}
.tnc-header .btn {
	background: #333;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    padding: 10px 18px;
    font-weight: 700;
	font-size: 15px;
	color: #fff;
	border:none;
	transition:  all 0.3s;
}
.tnc-header .btn:hover {
	background: #333;
	transition:  all 0.3s;
}
.tnc-header .btn:focus {
	box-shadow: none;
}
.tnc-header .btn:not(:disabled):not(.disabled).active,.tnc-header .btn:not(:disabled):not(.disabled):active {
	background-image: initial;
}
.card-body.tnc {
    background: #f7f7f7;
}

.respon-sec {
	background: url("../images/white-bg-3.jpg")no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.respon-wrapper {
    background: #fff;
    box-shadow: 1px 1px 9px 0px #dedede;
    padding: 30px 30px;
	border-radius: 10px;
}
.contact-sec {
	background: #f4f4f4;
	background-attachment: fixed;
	padding: 75px 0 75px 0;
}
.contact-wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px;
	box-shadow: 1px 1px 9px 0px #dedede;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px 0;
    font-size: 17px;
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
}
.c-field {
    grid-column: 1/3;
    padding: 10px;
	color: #fff;
	background: linear-gradient(to right, #FFD200, #FF2E3A);
    text-align: center;
}
.v-field {
    grid-column: 3/6;
	padding: 10px;
	text-align: center;
	background: #e8e8e8;
	transition: all 0.5s;
}
.v-field:hover {
    background: #333;
    color: #fff;
	transition: all 0.5s;
}
@media (max-width: 767px) {
.about-fairy {
    text-align: center;
}
}

@media (max-width: 480px) {
.contact-grid {
    font-size: 13px;
}
}

/****** Promotion ******/

.promotion-sec {
	background: url('../images/white-bg-3.jpg')no-repeat;
	background-size: cover;
	padding: 150px 0 60px 0;
}
.promo-title {
    text-align: center;
    padding: 10px 10px 5px;
    background: #fff;
    box-shadow: 2px 2px 15px -12px rgba(0,0,0,0.5);
    border-radius: 7px;
}
.promo-btn.collapsed .promo-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    background: #B8B8B8;
    border-radius: 6px;
    overflow: hidden;
    left: 39px;
    top: 17px;
    padding-top: 13px;
}
.promo-btn .promo-icon img {
    filter: grayscale(1) brightness(10);
    max-width: 38px;
}
.promo-btn .promo-icon {
	background: linear-gradient(to right, #FFD200, #FF2E3A); 
	display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    left: 39px;
    top: 17px;
    padding-top: 13px;
}

.promo-btn.collapsed {
    padding: 14px 40px 10px 120px;
    border-bottom: 1px solid #e4e4e4;
	background: none;
	box-shadow: none;
	transition: all 0.5s;
}
.promo-btn {
    padding: 14px 40px 10px 120px;
    cursor: pointer;
    background: #fff;
	position: relative;
	box-shadow: 2px 2px 48px -16px rgba(0,0,0,0.2);
	transition: all 0.5s;
}
.accor-title h3 {
    padding: 18px 0px;
}
.accor-title {
    max-width: 800px;
    display: inline-block;
}
.promo-btn.collapsed .open-btn {
    color: #fff;
    background: #B8B8B8;
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 26px;
    margin: 8px 3px;
    transition: all 0.3s;
    float: right;
    display: inline-block;
	cursor: pointer;
}
.open-btn:focus {
	outline: 0;
}
.open-btn:hover{
	background: linear-gradient(to right, #FFD200, #FF2E3A);
	cursor: pointer;
	transition: all 0.3s;
}
.promo-btn .open-btn{
	display: none;
} 
.promo-btn.collapsed .close-btn {
	display: none;
}
.promo-btn .close-btn {
    color: #fff;
	background: linear-gradient(to right, #FFD200, #FF2E3A);
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 26px;
    margin: 8px 3px;
    transition: all 0.3s;
    float: none;;
    display: block;
	cursor: pointer;
}
.close-btn:focus {
	outline: 0;
}
.close-btn:hover{
	background: #B8B8B8;
	cursor: pointer;
	transition: all 0.3s;
}
.promo-body {
    padding: 15px 0;
}
.promo-body ol {
    padding: 0 20px;
}
.promo-body ol li {
    padding: 2px;
}
.table-wrap {
	overflow: auto;
}
.promo-table tr th {
    background: #ffbf07;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 7px 3px;
}
.promo-table tr td {
    text-align: center;
	padding: 11px 2px;
	line-height: 1.2;
}
.promo-table tr:nth-child(odd) {
    background: #f9f9f9;
}
.promo-table tr:nth-child(even) {
    background: #efefef;
}
@media(max-width:767px) {
.promo-btn .close-btn, .promo-btn.collapsed .open-btn {
	float: none;
	display: block;
}
.promo-btn.collapsed {
	padding: 14px 15px 10px 90px;
}	
.promo-btn {
	padding: 14px 15px 10px 90px;
}
.promo-btn.collapsed .promo-icon {
	left: 15px;
}
.promo-btn .promo-icon {
	left: 15px;
}
}


/***** Home Carousel ****/
.category-sec {
    margin: auto;
    margin-top: -94px;
    position: relative;
    z-index: 99;
    padding-bottom: 60px;
    max-width: 1300px;
}
.yellow-box,.orange-box,.red-box {
	height: 200px;
}
.yellow-box {
	background: linear-gradient(to bottom, rgba(255,221,0,1) 0%, rgba(235,188,0,1) 100%);
}
.orange-box {
	background: linear-gradient(to bottom, rgba(254,117,53,1) 0%, rgba(224,84,25,1) 100%);
}

.red-box {
	background: linear-gradient(to bottom, rgba(239,46,24,1) 0%, rgba(191,47,34,1) 100%);
}
.icon-category img {
	filter: grayscale(1) brightness(100);
	padding-bottom: 7px;
}
@media (max-width: 1099px) {
.category-sec {
    margin-top: -50px;
}
.yellow-box, .orange-box, .red-box {
    height: 150px;
}
}
@media (max-width: 480px) {
.category-sec {
    margin-top: -30px;
}
.yellow-box, .orange-box, .red-box {
    height: 115px;
}
}

/****** Home *****/
.home-sec {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    padding: 50px 0 100px 0;
}
.home-white-wrapper {
	max-width: 1300px;
	margin: auto;
	background: #fff;
	padding: 0 30px 30px 30px;
	box-shadow: 0px 0px 30px -30px rgba(0,0,0,0.35);
	overflow: hidden;
}
.mg30 {
	margin: 0 -30px;
}
.annoucement {
    width: 100%;
    box-shadow: 0 1px 5px 0 #eeeeee;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.annouce-title {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 15px;
    grid-column: 1/2;
}
.annouce-title i {
	color: #FFB90A;
}
.annouce-info {
    display: inline-block;
    line-height: 15px;
    grid-column: 2/6;
    padding: 13px;
}
.d-icon {
    background: #ffb90a;
    color: #fff;
    font-size: 32px;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 2px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
}
.d-title {
    font-size: 24px;
    font-weight: 600;
    vertical-align: super;
}
.device-app {
    display: inline-block;
}
.d-description {
    padding: 15px 0 10px;
}
.dl-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding: 18px 0 10px;
	max-width: 420px;
}
.dl-wrapper h4 {
	font-weight: 400;
	font-size: 16px;
}
.dl-1 a {
	color: #000;
}
.dl-1 a:hover {
	color: #ffb90a;
	text-decoration: underline;
}
.dl-1 {
	text-align: center;
}
.dl-1 img {
	display: block;
	margin: auto;
	padding-bottom: 4px;
	text-align: center;
}
.sline {
	background: url('../images/linebj.png')no-repeat;
	background-position: left center;
}
.mobile-wrapper {
	text-align: center;
}
.iphone {
	z-index: 1;
	position: relative;
}
.iphone-bj-1 {
    background: url('../images/cs_r_1.png')no-repeat;
    animation-duration: 2s;
}
.iphone-bj-2 {
    background: url("../images/cs_l_1.png")no-repeat;
    animation-duration: 2.5s;
}
.iphone-bj-3 {
    background: url("../images/cs_r_2.png")no-repeat;
    animation-duration: 2s;
}
.iphone-bj-4 {
    background: url("../images/cs_l_2.png")no-repeat;
    animation-duration: 2.5s;
}
.iphone-bj-5 {
    background: url("../images/cs_all.png")no-repeat;
    animation-duration: 3s;
}
.iphone-bj-1, .iphone-bj-2, .iphone-bj-3, .iphone-bj-4, .iphone-bj-5 {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    display: inline-block;
    height: 100%;
    left: 0;
	background-position: center;
	background-size: cover;
}
.bar-ts {
    border-top: 1px solid #eaeaea;
}
.advan-circle {
    width: 44px;
    height: 44px;
    background-position: -11px -10px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    border-radius: 22px;
    border: 1px solid #dedede;
    text-align: center;
    padding: 9px;
    display: inline-block;
}
.advan-circle img {
    max-width: 25px;
}
.adv-title {
    display: inline-block;
    margin-left: 11px;
    color: #4e4e4e;
}
.adv-top {
    border-top: 1px solid #ddd;
}
.adv-wrap {
    border-bottom: 4px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.advantages-time-box {
    max-width: 900px;
    margin: auto;
}
.advantages-time-box-1 {
    max-width: 900px;
    margin: auto;
	margin-top: 60px;
}
.adv-speed-time {
    display: inline-block;
}
.deposit-num {
    display: inline-block;
    float: right;
}
.av-speed {
    font-weight: 600;
    font-size: 17px;
}
.av-time {
    font-size: 12px;
    display: block;
    color: #929292;
}
.deposit_num {
    font-size: 32px;
    font-weight: 800;
    color: #2f2f2f;
    line-height: 1.3;
	margin: 0 3px;
}
.progress-box {
    margin-top: 10px;
}
.advantages-unit {
    font-size: 17px;
    color: #929292;
}
.progress-ts {
    height: 3px;
    width: 100%;
	position: relative;
	background: #f5f5f5;
}
.progress-ts > .progress-bar-ts {
    background: linear-gradient(to right, #1ba1de,#00ffa8,#006cff,#ff0000);
    position: relative;
	height: 100%;
	display: block;
}
.progress-ts > .progress-bar-ts:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 60px;
    top: 2px;
    transform: skewX(30deg);
    left: 17px;
    background: linear-gradient(to bottom, rgba(229,233,225,0.73) 0%, rgba(255,255,255,0) 100%);
}
.topsafe {
	padding-top: 75px;
}
.usp-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px 10px;
}
.usp-icon {
	grid-column: 1/2;
	text-align: center;
}
.usp-info {
    grid-column: 2/5;
    color: #4e4e4e;
    line-height: 1.4;
    font-size: 12px;
}
.usp-info h4 {
	text-transform: uppercase;
	margin-bottom: 2px;
}

@media (max-width:767px) {
.home-sec {
    padding: 20px 0 50px 0;
}
.annoucement {
    grid-template-columns: repeat(3,1fr);
}
.dl-wrapper {
    margin: auto;
}
.adv-wrap {
    margin-bottom: 20px;
    text-align: center;
}
.advantages-time-box, .advantages-time-box-1 {
    margin: auto;
}
.advantages-time-box {
	margin-bottom: 60px;	
}
.topsafe {
 	text-align: center;
}
}
@media (max-width:480px) {
.annouce-title {
    padding: 8px 3px;
    text-align: center;
}
.home-white-wrapper {
    background: linear-gradient(to bottom, rgba(255,255,255,0.73) 0%, rgba(255,255,255,0) 100%);
	padding: 0 15px;
	box-shadow: none;
}
}

/****** Partner ****/
.partner-sec {
	background: url('../images/demo-find-bg.jpg')no-repeat center;
	background-size: cover;
	padding: 130px 0;
	color: #000;
	text-align: center;
}
.partner-sec h1 {
	font-size: 30px;
}
.pnt-img {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 37vw;
    transform: translateY(-50%);
}
.pnt-img img {
	max-height: 650px;
}
.common-btn {
    color: #fff;
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    border: none;
    padding: 12px 45px;
    font-weight: 700;
    font-size: 17px;
    border-radius: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    height: 50px;
	display: inline-block;
}
.common-btn:hover {
    color: #fff;
	filter: grayscale(0.1);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.38);
    transition: all 0.3s;
}

/** Mobile **/

.mobile-sec {
    background: url(../images/white-bg-3.jpg)no-repeat;
    background-size: cover;
	text-align: center;
    padding: 150px 0 60px 0;
}
h3.suite-title {
    font-size: 17px;
	color: #000;
    font-weight: 600;
	margin-bottom: 0;
}

.bdd {
	border-bottom: 1px solid #a2a2a2;
}
.white-box {
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.qrbox img {
    max-width: 190px;
    box-shadow: 0 0 1px #fff;
    width: 100%;
}
.qrbox a:hover img {
    box-shadow: 0 0 14px -6px rgba(0,0,0,0.30);
}
.text-dl {
    margin: 8px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212121;
}
.suite-type {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1f1f1f;
}
.cta-box {
	margin: auto;
}
.red-btn {
   background: linear-gradient(to right, #FFD200, #FF2E3A);
    padding: 4px 10px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
}
.red-btn:hover {
	color: #fff;
    filter: grayscale(0.1);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.38);
    transition: all 0.3s;
}
.dark-btn {
    background: #404040;
    padding: 4px 10px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
}
.dark-btn:hover {
    filter: brightness(1.2);
	color: #fff;
}
.dl-m {
	display: none;
}

@media(max-width:1600px) {
.pnt-img img {
	max-height: 550px;
}	
}

@media (max-width: 1099px)
.t-banner {
    padding-top: 55px;
}
.pdt {
    padding-top: 90px;
}
}
@media(max-width:991px) {
.pnt-img {
	display: none;
}
.partner-sec {
	padding: 50px 0;
}
.dl-m {
	display: block;
}
.dl-d {
	display: none;
}
.device-app {
	display: block;
	text-align: center;
}
.device-app-wrapper {
	text-align: center;
}
}

/**** After-login *****/
.deposit-sec {
    background: #f4f4f4;
}
.deposit-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 1px 1px 9px 0px #dedede;
    margin: 30px 0;
}
.withdraw-table {
	    overflow: auto;
}
.table-amount h5 {
    font-weight: 600;
    font-size: 16px;
    color: #ffbe07;
}
.table-deposit {
    width: 100%;
}
.table-deposit tr:nth-of-type(odd) {
    background: #fffaf0;
}
.table-deposit tr:nth-of-type(even) {
    background-color: #fff;
}
table.table-deposit tr th {
    border: 1px solid #ffb30b;
    padding: 6px 15px;
    background: #ffb30b;
    color: #fff;
    text-align: center;
}
table.table-deposit tr td {
    border: 1px solid #ffb30b;
    padding: 6px 15px;
    text-align: center;
}
.info-wrapper {
    padding: 20px 0px;
}
.info-form-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 18px 12px;
}
.redmi {
    color: #ff0000;
}
select.reg-input {
    max-width: 280px;
    height: 28px;
    padding: 0 5px;
	border-radius: 2px;
}
input.reg-input {
	max-width: 280px;
    height: 28px;
    padding: 0 5px;
}
.reg-field textarea {
    max-width: 280px;
}
span.select-arrow3 {
    margin-right: 5px;
}
.btn-submit-info {
    color: #fff;
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    border: none;
    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;
}
.btn-submit-info:hover {
	filter: brightness(1.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3)
}
.info-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    color: #ffbe07;
}
.info-detail-wrapper h5 {
	font-weight: 600;
    font-size: 16px;
    color: #ffbe07;
}

.table-amount {
	padding-top: 15px;
}
table.af_walletTable tr td {
    border: 1px solid #ffb30b;
    text-align: center;
}
table.af_walletTable p {
    margin: 0;
}
td.af_mainwallet {
    background: #ffb30b;
    color: #fff;
}
.af_color1 {
    font-weight: 600;
}
.transfer-form-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	grid-gap: 0 5px;
}
.trans-info div {
    margin-right: 10px;
	display: inline-block;
}
.profile-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 25px;
}
.greyline {
    border-top: 2px solid #d2d2d2;
    padding-top: 20px;
}
select.dob-select {
    height: 30px;
    padding: 0 13px;
}
ul.history-list {
	padding: 0;
}
ul.history-list li {
    list-style-type: none;
	display: inline-block;
	padding-right: 5px;
}
.af_box ul li a {
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #ffb30b;
    width: 150px;
    border: 1px solid #ffb30b;
    border-radius: 5px;
}
.af_box ul li a:hover {
    background: #ffb30b;
    color: #fff;
}
.af_box ul li.active a {
    background: #ffb30b;
    border-radius: 5px;
    color: #fff;
}
#tranxTable {
    overflow: auto;
}



@media (max-width: 991px) {
.profile-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 25px;
}
}

@media (max-width:767px) {
.info-form-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px 0px;
}
.info-field {
    margin-bottom: -7px;
}
}

@media (max-width:480px) {
select.reg-input {
    max-width: 230px;
}
input.reg-input {
	max-width: 230px;
}
.reg-field textarea {
    max-width: 230px;
}
span.select-arrow3 {
    margin-bottom: 5px;
}
.table-amount {
    display: none;
}
.transfer-form-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 8px 0;
}
.trans-info div {
	display: block;
}
select.dob-select {
    height: 30px;
    padding: 0 7px;
}
.af_box ul li a {
    padding: 10px 7px;
    font-size: 13px;
    width: auto;
}	
}

/****** Landing *******/
.landing-sec {
    background: url(../images/18ace_landing-bg.jpg)no-repeat;
    background-position: center;
    height: 100vh;
    text-align: center;
    padding: 60px 0;
}

.copyright-lp-sec {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
	margin-top: -65px;
}
.title-welcome {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.81);
    padding: 30px 0;
}
.conntry-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.ctry-box img {
	display: block;
	text-align: center;
	margin: auto;
}
.ctry-box span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.9);
}
.ctry-box a:hover img {
	filter: brightness(1.15) drop-shadow(0px 0px 5px #fff);
	
}
.rg-flex {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
}

@media(max-width:767px) {
.title-welcome {
    font-size: 22px;
}
}

/****** End Landing *******/


/** New CSS - 6/1/2021 **/
.notice-sec {
	background: #dddddd;
}
.annoucement {
    box-shadow: none;
	display: flex;
}
.annouce-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.annouce-title i {
    color: #608eb6;
    margin-right: 5px;
}
.common-btn {
    color: #fff;
    background: linear-gradient(to bottom, rgba(255,117,124,1) 0%, rgba(181,0,0,1) 100%);
}
.home-category-sec {
	padding: 30px 0;
}
.max13 {
	max-width: 1300px;
}
.home-category-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	grid-gap: 7px;
	margin-bottom: 7px;
}
.home-category-2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	grid-gap: 7px;
}
.hmbox {
	overflow: hidden;
}
.hmbox img {
	transition: linear 0.3s;
}
.hmbox:hover img {
	transform: scale(1.05);
	transition: linear 0.3s;
}
.d-icon {
    background: #00dfbb;
}
.partner-sec {
    color: #fff;
}
.casino-sec {
	background: url("../images/products/bg-casino.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.slots-sec {
	background: url("../images/products/bg-slot.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.sport-sec {
	background: url("../images/products/bg-sport.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.fishing-sec {
	background: url("../images/products/bg-fish.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.others-sec {
	background: url("../images/products/bg-othr.jpg")no-repeat top center;
	background-size: cover;
	padding: 45px 0;
}
.probx {
    /* background: url(../images/products/suite-bg.jpg)no-repeat top center; */
    /* background-size: cover; */
    position: relative;
    border-radius: 15px;
    /* border: 1px solid #e7e0b4; */
    max-width: 420px;
    /* margin: 10px auto; */
    /* display: flex; */
}
.char-img img {
    transition: 0.3s;
    transform-origin: left bottom;
}
.prlogo {
    position: absolute;
    bottom: 0%;
    left: 0%;
    color: #999999;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: linear-gradient(to bottom, rgb(66 66 66 / 61%) 0%, rgb(0 0 0 / 81%) 100%);
    padding: 5px 0px;
    gap: 10px;
}
.prlogo img {
	display: block;
	/* margin-bottom: 5px; */
	/* max-width: 57%; */
	height: 28px;
}
a.playnow {
    display: block;
    max-width: 100px;
    background: linear-gradient(to bottom, rgba(248,209,92,1) 0%, rgba(110,78,39,1) 100%);
    color: #fff;
    text-align: center;
    padding: 3px;
    border: 1px solid #866925;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    /* margin-top: 10px; */
    transition: linear 0.3s;
}
a.playnow:hover {
	filter: brightness(1.1);
	background-size: 100% 150%; 
	transition: linear 0.3s;
}
.probx:hover .char-img img {
	transition: 0.3s;
	/* transform: scale(1.07); */
	transform-origin: left bottom;
}
.red {
	color: #FD0004;
}
.btn-submit {
    color: #fff;
    background: linear-gradient(to bottom, rgba(255,117,124,1) 0%, rgba(181,0,0,1) 100%);
}
.form-field {
    display: flex;
	position: relative;
}
.value {
	display: flex;
}
.register-sec select.contact-select {
    width: 100px;
    min-width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px 5px;
    margin-right: 15px;
}
.toggle-password {
    position: absolute;
    right: 20px;
    top: 37%;
    color: #909090;
}
.btn-submit-info {
    color: #fff;
    background: linear-gradient(to bottom, rgba(255,117,124,1) 0%, rgba(181,0,0,1) 100%);
}

.lang-res a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
}
.responsive-menu ul li a {
    font-size: 17px;
}
}
@media (max-width: 1600px) { 
.pnt-img img {
    max-height: 450px;
}
@media (max-width: 1140px) {
.pdt {
	padding-top: 60px;
}	
}
@media (max-width: 480px) { 
.home-category-1, .home-category-2 {
    display: grid;
    grid-template-columns: auto;
}
}
.annoucement {
    display: flex;
}
span.anouce {
    display: none;
}
.form-field {
    display: block;
}	
}

/** Promotion pahe 26/6/2021 **/
.promotion-sec {
	padding: 30px 0;
}
.promo-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.promo-box img {
	transition: ease 0.3s;
}
.promo-box:hover img {
	transform: scale(1.07);
	transition: ease 0.3s;
}
.modal-dialog.promo {
    max-width: 800px;
}
.modal-content.promo {
    padding: 25px;
}
button.close-promo {
    font-size: 23px;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 6px;
    top: -2px;
    color: #9e9e9e;
}
.pm-title-wrapper {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}
.grlist ul, .grlist ol {
	padding-left: 18px;
}
@media (max-width: 1099px){
.pdt {
    padding-top: 55px;
}
    .logo img {
    max-height: 55px;
}
	.casino-sec {
    padding: 15px 0;
}
	.others-sec{
    padding: 15px 0;
}
	.slots-sec {
    padding: 15px 0;
}
	.fishing-sec {
    padding: 15px 0;
}
	.sport-sec {
    padding: 15px 0;
}
}


















