﻿@charset "UTF-8";

body {
	font-size: 1.3rem;
	color: #2b2b2b;
	font-weight: 400;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

.km-KH {
	line-break: anywhere;
	word-break: break-word;
}

@media(min-width:1700px) {
	.container {
		width: 1500px;
	}
}

ul,
ol {
	padding-left: 1.2rem;
	line-height: 1.5;
}

p {
	margin-bottom: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a {
	background: transparent;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	margin: 2.33em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "“""”""‘""’";
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

.text-red {
	color: #cb0e1a;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-bold {
	font-weight: 600;
}

.text-italic {
	font-style: italic;
}

.text-right {
	text-align: right;
}

.chevron {
	display: inline-block;
	position: relative;
}

.chevron:before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.chevron.top:before {
	transform: rotate(-45deg);
}

.chevron.right:before {
	transform: rotate(45deg);
}

.chevron.bottom:before {
	transform: rotate(135deg);
}

.chevron.left:before {
	transform: rotate(-135deg);
}

.flex {
	display: flex;
}

.flex .flex-0 {
	width: 100%;
}

.flex .flex-3 {
	width: 25%;
}

.flex .flex-6 {
	width: 50%;
}

.flex .flex-9 {
	width: 75%;
}

.flex .flex-middle {
	align-self: center;
}

.flex.flex-wrap {
	flex-wrap: wrap;
}

@media(min-width:1280px) {
	.flex .flex-lg-3 {
		width: 25%;
	}

	.flex .flex-lg-6 {
		width: 50%;
	}

	.flex .flex-lg-9 {
		width: 75%;
	}
}

.flex.space-between {
	justify-content: space-between;
}

@media(min-width:1024px) {
	.flex .flex-md-3 {
		width: 25%;
	}

	.flex .flex-md-6 {
		width: 50%;
	}

	.flex .flex-md-9 {
		width: 75%;
	}
}

@media(min-width:768px) {
	.flex .flex-sm-3 {
		width: 25%;
	}

	.flex .flex-sm-6 {
		width: 50%;
	}

	.flex .flex-sm-9 {
		width: 75%;
	}

	.flex-sm-boostrap {
		display: flex;
	}

	.flex-sm-boostrap.flex-center {
		align-items: center;
	}

	.flex-sm-boostrap.flex-center label {
		padding-bottom: 10px;
	}
}

.flag {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	position: relative;
	top: 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	background-size: cover;
}

.flag-en-US {
	background-image: url("../images/en.png");
}

.flag-zh-CN,
.flag-CN {
	background-image: url("../images/cs.png");
}

.flag-zh-TW,
.flag-CH {
	background-image: url("../images/ch.png");
}

.flag-id-ID,
.flag-ID {
	background-image: url("../images/id.png");
}

.flag-vi-VN,
.flag-VN {
	background-image: url("../images/vn.png");
}

.flag-th-TH,
.flag-TH {
	background-image: url("../images/th.png");
}

.flag-ko-KR,
.flag-KR {
	background-image: url("../images/ko.png");
}

.flag-ja-JP,
.flag-JP {
	background-image: url("../images/ja.png");
}

.flag-en-IN,
.flag-IN {
	background-image: url("../images/hien.png");
}

.flag-km-KH,
.flag-KH {
	background-image: url("../images/kh.png");
}

.flag-bn-BD,
.flag-BD {
	background-image: url("../images/bn.png");
}

.flag-MY {
	background-image: url("../images/ms.png");
}

.header {
	position: sticky;
	width: 100%;
	z-index: 999;
	top: 0;
}

.header-top {
	background: #515d2f;
	padding: 7px 0;
}

@media screen and (max-width:1024px) {
	.header-top {
		padding: 14px 0;
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:980px) and (orientation:landscape) {
	.header-top .page-container {
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.header-top .page-container {
		max-width: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
	}
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
	.header-top .page-container {
		max-width: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
	}
}

.header-top .logo-lang {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media(max-width:767px) {
	.header-top .logo-lang {
		justify-content: space-around;
	}
}

@media(max-width:500px) {
	.header-top .logo-lang {
		display: unset;
		justify-content: center;
	}
}

.header-top .logo {
	display: inline-block;
}

@media screen and (max-width:1024px) {
	.header-top .logo {
		margin: -11px 0 -11px 10px;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.header-top .logo {
		margin-left: 0;
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:980px) and (orientation:landscape) {
	.header-top .logo {
		margin-left: 48px;
	}
}

@media(max-width:500px) {
	.header-top .logo {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: -10px 0;
	}
}

@media(max-width:992px) {
	.header-top .logo {
		text-align: center;
	}
}

.header-top .btn {
	margin-right: 0;
}

.navbar {
	background: #f7ff00;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
	min-height: inherit;
}

.navbar ul li {
	line-height: 30px;
}

.navbar ul li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 2rem;
}

.navbar ul li:hover a,
.navbar ul li:focus a,
.navbar ul li:visited a {
	color: #fff;
	transition: color .5s ease;
}

.navbar .nav>li>a:focus {
	background: transparent;
	color: #f7ff00;
	outline: 0;
}

.navbar .navbar-toggle {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	top: -45px;
	left: 15px;
}

@media screen and (max-width:1024px) {
	.navbar .navbar-toggle {
		display: block;
	}
}

.navbar .navbar-toggle .icon-bar {
	background: #f7ff00;
	width: 27px;
	margin-top: 4px;
	border-radius: 0;
	height: 3px;
}

.navbar.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar.navbar-default .navbar-toggle:hover,
.navbar.navbar-default .navbar-toggle:focus {
	background: transparent;
}

.navbar.navbar-default .navbar-collapse {
	border-color: transparent;
}

.navbar .navbar-nav {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
}

@media screen and (max-width:1024px) {
	.navbar .navbar-nav {
		padding: 24px 16px 12px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width:1024px) {
	.navbar .navbar-nav li {
		width: 100%;
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:980px) and (orientation:landscape) {
	.navbar .page-container {
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.navbar .page-container {
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
	.navbar .page-container {
		max-width: 100%;
		flex-basis: 100%;
	}
}

.header-bottom {
	position: relative;
	z-index: 1;
}

.header-bottom .menu {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width:1024px) {
	.header-bottom .menu {
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		background: #515d2f;
		border-top: 0;
	}
}

@media screen and (max-width:1024px) {
	.header-bottom .menu.collapse {
		display: none !important;
	}
}

@media screen and (max-width:1024px) {
	.header-bottom .menu.collapse.in {
		display: block !important;
	}
}

.header-bottom .menu .menu-item {
	position: relative;
	padding: 10px 12px;
	line-height: normal;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .96px;
	white-space: nowrap;
}

@media(min-width:1200px) {
	.header-bottom .menu .menu-item {
		padding: 10px 2vw;
	}
}

@media(min-width:1360px) {
	.header-bottom .menu .menu-item {
		padding: 10px 30px;
	}
}

@media screen and (max-width:1024px) {
	.header-bottom .menu .menu-item {
		padding: 12px 10px;
		font-size: 16px;
		text-align: center;
		letter-spacing: 1.28px;
		border-radius: 5px;
	}
}

.header-bottom .menu .menu-item:hover,
.header-bottom .menu .menu-item:focus {
	color: #000000 !important;
	background: #f7ff00 !important;
	transition: none !important;
}

@media screen and (max-width:1024px) {

	.header-bottom .menu .menu-item:hover,
	.header-bottom .menu .menu-item:focus {
		color: #fff !important;
		border-radius: 5px;
	}
}

.header-bottom .menu .menu-item.active {
	color: #000000 !important;
	background: #f7ff00 !important;
	transition: none !important;
}

.header-bottom .logout-btn {
	display: none;
}

@media screen and (max-width:1024px) {
	.header-bottom .logout-btn {
		display: block;
		margin: 0 20px;
		border-top: 1px solid rgba(255, 255, 255, .5);
		text-align: center;
		padding: 24px 0;
	}

	.header-bottom .logout-btn a {
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
		border-radius: 5px;
		border: 1px solid #fff;
		display: inline-block;
		padding: 10px 20px;
	}
}

.hot-news {
	display: flex;
	width: 100%;
	background: #fff;
}

.hot-news .title {
	position: relative;
	background: linear-gradient(90deg, #d90f0f -18.75%, #ff8651 73.4%);
	color: #fff;
	padding: 6px 36px 6px 44px;
	line-height: normal;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 700;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

@media(max-width:500px) {
	.hot-news .title {
		padding: 8px 36px 8px 16px;
		margin-right: 12px;
	}
}

.hot-news .message {
	position: relative;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
	color: #d43131;
	background: #fff;
	padding: 0 10px 0 0;
}

.hot-news .message .marquee-container {
	display: flex;
	align-items: center;
}

.hot-news .message .marquee-container p {
	margin-bottom: 0;
}

.hot-news .message .marquee-container p a {
	color: #e44f1e !important;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}

.after-login .header {
	position: unset;
}

.after-login .tab-menu .menu-item,
.after-login #mainMenu .menu-item {
	line-height: 30px;
	display: block;
	font-weight: 400;
	border-radius: 5px 5px 0 0;
	padding: 0 10px;
}

.after-login .tab-menu .menu-item.active,
.after-login .tab-menu .menu-item:hover,
.after-login #mainMenu .menu-item.active,
.after-login #mainMenu .menu-item:hover {
	color: #000000;
	background: -ms-linear-gradient(180deg, #fa6a00 0%, #e15f00 100%);
	background: -webkit-linear-gradient(180deg, #fa6a00 0%, #e15f00 100%);
	background: -moz-linear-gradient(180deg, #fa6a00 0%, #e15f00 100%);
	background: -o-linear-gradient(180deg, #fa6a00 0%, #e15f00 100%);
	background: linear-gradient(180deg, #fa6a00 0%, #e15f00 100%);
}

.after-login .navbar-nav {
	justify-content: flex-start;
}

.after-login .caret {
	border-top: 5px dashed #fff;
}

.after-login .page-container {
	max-width: 100%;
}

.after-login .content-menu #mainMenu .menu-item.active,
.after-login .content-menu #mainMenu .menu-item:hover {
	background: -webkit-linear-gradient(top, #ff7a00, #ffea00);
	color: #2b2b2b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .32);
	border-radius: 0;
}

.after-login .account-overview .menu .menu-item {
	text-transform: uppercase;
}

.after-login .summary-content .details-section-menu .menu-item {
	text-transform: uppercase;
}

.after-login .summary-content .details-section-menu .menu-item.active,
.after-login .summary-content .details-section-menu .menu-item:hover {
	color: #e46000;
	border-bottom: 2px solid #e15f00;
	background: none;
}

@media screen and (max-width:1024px) {
	.after-login .user-signup {
		margin: 0;
	}

	.after-login .menu {
		position: unset;
		background: none;
		margin: 0;
	}

	.after-login .menu .menu-item {
		font-size: 12px;
	}

	.after-login .header-bottom .menu {
		margin: 0;
		position: absolute;
		top: -1px;
		z-index: 990;
		width: 100%;
		background: #d90f0f;
		border-top: 0;
	}

	.after-login .header-bottom .menu .menu-item {
		padding: 12px 10px;
		font-size: 16px;
		text-align: center;
		letter-spacing: 1.28px;
	}

	.after-login .header-bottom .menu .menu-item.active {
		color: #fff !important;
		border-radius: 5px;
	}

	.after-login .logo {
		margin-left: 5px;
	}
}

@media(max-width:500px) {
	.after-login .logo {
		margin-left: 0;
	}

	.after-login .user-signup {
		margin-right: 0;
		margin-top: 24px;
	}
}

.user-signup {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width:1024px) {
	.user-signup {
		margin-right: -50px;
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:980px) and (orientation:landscape) {
	.user-signup {
		margin-right: 0;
	}
}

@media(max-width:500px) {
	.user-signup {
		margin-right: 0;
		margin-top: 24px;
	}
}

.user-signup a {
	display: inline-block;
}

@media screen and (max-width:1024px) {
	.user-signup a {
		margin-right: 5px;
		font-size: 12px;
		text-transform: uppercase;
		padding: 8px 10px;
	}
}

@media(max-width:500px) {
	.user-signup a {
		margin-right: 12px;
		font-size: 12px;
		text-transform: uppercase;
		padding: 10px 20px;
	}
}

@media screen and (max-width:1024px) {
	.user-signup .login-after {
		display: none;
	}
}

.sign-up {
	display: inline-block;
	vertical-align: middle;
}

@media(max-width:500px) {
	.group-auth-login {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 0;
	}
}

.language-container {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	height: 34px;
	position: relative;
}

@media(max-width:500px) {
	.language-container {
		position: absolute;
	}

	.language-container .language-list-wrapper {
		max-height: 500px;
	}
}

.language-container #selectedLanguage {
	height: 100%;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: right;
	outline: 0;
}

@media(max-width:500px) {
	.language-container #selectedLanguage {
		padding: 0;
		margin-left: 4px;
	}
}

.language-container #selectedLanguage.active+.language-list-wrapper {
	display: block;
}

.language-container #selectedLanguage+.language-list-wrapper {
	display: none;
}

.language-container #selectedLanguage+.language-list-wrapper:hover,
.language-container #selectedLanguage+.language-list-wrapper:focus {
	display: block;
}

@media(max-width:500px) {
	.language-container #selectedLanguage img {
		width: 14px;
		height: 14px;
	}
}

.language-container #selectedLanguage span {
	display: flex;
	align-items: center;
	font-size: 14px;
}

@media screen and (max-width:1024px) {

	.language-container #selectedLanguage .name-lang,
	.language-container #selectedLanguage .caret {
		display: none;
	}
}

.language-container #selectedLanguage .flag {
	
}

.language-container .language-selection {
	background: transparent;
	color: #fff;
	font-weight: 500;
	height: 34px;
	text-align: center;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
}

.language-container .language-selection:hover #selectedLanguage {
	color: #b4acac;
}

@media screen and (max-width:1024px) {
	.language-container .language-selection button {
		display: flex !important;
		align-items: center;
	}
}

@media screen and (max-width:1024px) {
	.language-container .language-selection button svg {
		width: 14px;
		height: 14px;
	}
}

.language-container .language-list-wrapper {
	position: absolute;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	z-index: 1000;
	min-width: 241px;
	width: auto;
	padding: 8px 0;
	font-size: 13px;
	top: 40px;
	right: 0;
	overflow-y: auto;
}

.language-container .language-list-wrapper .language-list {
	line-height: 15px;
	text-align: left;
	margin-bottom: 0;
}

.language-container .language-list-wrapper .language-list .language-item {
	padding: 3px 16px;
	width: 100%;
	display: flex;
	align-items: center;
	color: #353e5b;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.language-container .language-list-wrapper .language-list .language-item i {
	margin-right: 8px;
	border: 1px solid #c2c2c2;
	border-radius: 100px;
}

.language-container .language-list-wrapper .language-list .language-item:hover {
	color: #262626;
	background: #e4dede;
}

.user-login {
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

@media(max-width:992px) {
	.user-login {
		margin-top: 0;
		margin-bottom: 0;
		float: none;
		text-align: right;
	}

	.user-login.login-before {
		display: none;
	}

	.user-login.login-after {
		margin-bottom: 5px;
	}
}

.user-login .login-after {
	display: block;
}

.user-login .text-field {
	background: #fff;
	border-radius: 2px;
	width: 120px;
	height: 26px;
	border: 1px solid #fff;
	vertical-align: middle;
	margin-left: 8px;
	padding-left: 5px;
	color: #000;
}

.user-login .text-field:first-child {
	margin-left: 0;
}

.user-login .text-field.validation {
	width: 80px;
}

.user-login .text-field:focus {
	outline: 0;
	border-color: #3ea4bd;
}

@media(max-width:992px) {
	.user-login .text-field {
		width: 110px;
	}
}

.user-login .btn:last-child {
	margin-left: 6px;
}

.user-login .btn-forgot {
	background: transparent;
	color: #fff;
	font-size: 16px;
	padding: 0 6px;
	line-height: 25px;
}

.user-login .btn-forgot:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
}

.validation-value {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

@media(max-width:992px) {

	.login .text-field,
	.login .validation-value {
		margin-bottom: 8px;
	}
}

.country-item {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #eee;
	flex: 1 4 0%;
}

.country-item .flag {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 0;
	border: 1px solid #eee;
}

.country-item .country-name {
	color: #333;
	font-size: 14px;
}

.country-item .language-options {
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.country-item .language-options .language-item {
	color: #666;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}

.country-item .language-options .language-item.highlight {
	color: #d90f0f;
}

.country-item .language-options .language-item:hover {
	color: #d90f0f;
	text-decoration: none;
}

.country-item .language-options .separator {
	color: #ddd;
	font-size: 13px;
}

.country-item:last-child {
	border-bottom: 0;
}

.language-list-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	z-index: 1000;
	min-width: 280px;
	padding: 10px 0;
	display: none;
	overflow-y: auto;
}

.language-list-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.country-item-col-1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-item-col-2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
	margin-left: 10px;
}

.content-menu .menu {
	background: #ad6b2e;
	display: flex;
}

.content-menu .menu li:not(:last-child) {
	border-right: 1px solid #f9f9f9;
}

.content-menu .menu .menu-item {
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
	transition: all .2s ease;
}

.content-menu .menu .menu-item:hover+.submenu-container,
.content-menu .menu .menu-item:focus+.submenu-container {
	display: block;
}

.content-menu .menu .menu-item+.submenu-container {
	display: none;
}

.content-menu .menu .menu-item+.submenu-container:hover,
.content-menu .menu .menu-item+.submenu-container:focus {
	display: block;
}

.content-menu .menu .menu-item.active,
.content-menu .menu .menu-item:hover {
	background: -ms-linear-gradient(top, #ff7a00, #ffea00);
	background: -webkit-linear-gradient(top, #ff7a00, #ffea00);
	background: -moz-linear-gradient(top, #ff7a00, #ffea00);
	background: -o-linear-gradient(top, #ff7a00, #ffea00);
	background: linear-gradient(top, #ff7a00, #ffea00);
	color: #2b2b2b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .32);
}

.content-menu .menu .menu-item.parent:hover {
	background: #985b22;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
}

.content-menu .submenu-container {
	position: absolute;
	flex-direction: column;
	z-index: 999;
	visibility: visible;
	width: 200px;
	background: #ad6b2e;
}

.content-menu .submenu-container li {
	border-right: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}

@media(max-width:912px) {
	.content-menu .submenu-container {
		top: 61px;
	}
}

.page-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 12px;
}

@media(min-width:1365px) {
	.page-container {
		max-width: 1224px;
	}
}

.main {
	overflow-x: hidden;
}

.main.after-login {
	overflow-x: unset;
	flex-direction: column;
	background: #fff;
}

.swiper {
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper .swiper-pagination span {
	margin: 0 4px;
	width: 8px;
	height: 8px;
	border: 1px solid #d90f0f;
	background: transparent;
	opacity: 1;
}

.swiper .swiper-pagination span:hover {
	background: #d90f0f;
}

@media(max-width:500px) {
	.swiper .swiper-pagination span {
		border: 1px solid #ec828d;
		background: transparent;
	}
}

.swiper .swiper-pagination span:hover {
	background: #d90f0f;
}

@media(max-width:500px) {
	.swiper .swiper-pagination span:hover {
		background: #d90f0f;
	}
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #d90f0f;
}

@media(max-width:500px) {
	.swiper .swiper-pagination .swiper-pagination-bullet-active {
		border: 1px solid #d90f0f;
	}
}

.swiper .swiper-button-next {
	right: 0;
}

.swiper .swiper-button-prev {
	left: 0;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	background-image: none;
	margin-top: -18px;
}

@media(max-width:500px) {
	.top-banner {
		background: #f6f6f6;
	}
}

.top-banner .swiper-slide {
	position: relative;
}

.top-banner .swiper-slide .show-pc {
	display: block;
}

@media(max-width:500px) {
	.top-banner .swiper-slide .show-pc {
		display: none;
	}
}

.top-banner .swiper-slide .show-mobile {
	display: none;
}

@media(max-width:500px) {
	.top-banner .swiper-slide .show-mobile {
		display: block;
	}
}

.top-banner .swiper-slide img {
	min-height: 25vw;
}

@media screen and (max-width:1024px) {
	.top-banner .swiper-slide img {
		min-height: 240px;
	}
}

@media(max-width:500px) {
	.top-banner .swiper-slide img {
		min-height: 270px;
	}
}

.top-banner .swiper-pagination {
	bottom: 16px !important;
}

@media(max-width:500px) {
	.top-banner .page-container {
		padding: 0;
	}
}

.top-banner .swiper-slide-active [data-animate] {
	opacity: 1;
	transform: none;
}

[data-animate] {
	opacity: 0;
	transition: all .8s ease-out;
}

.top-banner .swiper-slide-active .heading-banner-top {
	transition-delay: .6s;
}

.top-banner .swiper-slide-active .heading-red {
	transition-delay: .8s;
}

.top-banner .swiper-slide-active .heading-red-black {
	transition-delay: 1s;
}

.top-banner .swiper-slide-active .heading-banner-bottom {
	transition-delay: 1.2s;
}

.top-banner .swiper-slide-active .view-more {
	transition-delay: 1.3s;
}

[data-animate=bottom] {
	transform: translate3d(0, 15px, 0);
}

.footer {
	background: #222328;
	text-align: center;
	margin-top: auto;
}

.footer-text {
	color: #fff;
	border-top: 1px solid #58595d;
	padding: 16px 0;
	letter-spacing: .96px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 12px;
}

@media(max-width:500px) {
	.footer-text {
		padding: 16px 10px;
	}
}

.footer-img {
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media(max-width:1170px) {
	.footer-img {
		display: inherit;
	}
}

@media screen and (max-width:1024px) {
	.footer-img {
		display: inherit;
	}
}

@media(max-width:1170px) {
	.footer-img .img-top {
		margin-bottom: 32px;
	}
}

@media screen and (max-width:1024px) {
	.footer-img .img-top {
		margin-bottom: 32px;
	}
}

@media(max-width:500px) {
	.footer-img .img-top {
		margin-bottom: 0;
	}
}

.footer-img .img-top img {
	max-width: 100%;
}

@media(max-width:500px) {
	.footer-img .img-top img {
		width: 255px;
	}
}

.footer-img .img-bottom {
	display: flex;
	justify-content: space-between;
}

@media(max-width:1170px) {
	.footer-img .img-bottom {
		justify-content: center;
		align-items: center;
        text-align: center;
	}
}

@media screen and (max-width:1024px) {
	.footer-img .img-bottom {
		display: block;
	}
}

@media(max-width:500px) {
	.footer-img .img-bottom {
		margin-left: -30px;
		display: block;
	}
}

.footer-img .img-bottom .item {
	border-right: 1px solid #fff;
	padding: 0 30px;
}

@media screen and (max-width:1024px) {
	.footer-img .img-bottom .item {
		padding: 0 15px;
	}
}

@media(max-width:500px) {
	.footer-img .img-bottom .item {
		margin-top: 24px;
		padding: 0 30px;
	}
}

.footer-img .img-bottom .item:last-child {
	border-right: 0;
	padding-right: 0;
}

@media screen and (max-width:1024px) {
	.footer-img .img-bottom .item {
		display: inline-flex;
	}
}

.footer-img .item {
	display: inline-block;
}

.blocker {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	z-index: 1001;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
}

.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #d43131;
	float: left;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	animation-delay: .2s;
}

.sk-cube-grid .sk-cube2 {
	animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
	animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
	animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
	animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
	animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
	animation-delay: .2s;
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		transform: scale3D(1, 1, 1);
	}

	35% {
		transform: scale3D(0, 0, 1);
	}
}

.captcha .captcha-value {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 18px;
	background: #87e4ec;
	font-weight: 500;
}

label.require:after {
	content: "*";
	color: #f15050;
	padding: 0 2px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 5px dashed #d90f0f;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.text-block {
	margin: 10px 0;
}

.adv .img-responsive {
	margin: 15px auto;
}

.moving-block {
	position: fixed;
	z-index: 99999;
	bottom: 28%;
	right: 80px;
}

@media(min-width:1600px) {
	.moving-block {
		right: 260px;
	}
}

@media(max-width:500px) {
	.moving-block {
		bottom: 35%;
		right: 16px;
	}
}

.moving-block .btn-move-top {
	border-radius: 100%;
	background: #d90f0f;
	opacity: .5;
	height: 40px;
	width: 40px;
	margin-right: 0;
	border: 0;
	outline: 0;
	padding: 0;
}

.moving-block .btn-move-top svg {
	width: 28px;
	height: 28px;
}

.moving-block .btn-move-top:hover {
	opacity: 1;
}

.moving-block .btn-move-top:focus {
	outline: 0;
}

#mainPanel {
	padding-bottom: 15px;
	min-height: 500px;
}

.hide {
	display: none !important;
}

.d-inline-block {
	display: inline-block;
}

.disabled,
.custom-button[disabled] {
	color: #d1dae1 !important;
	cursor: not-allowed;
	pointer-events: none !important;
	border: 0 !important;
}

.page-title {
	background: #f6f6f6;
	padding: 14px 0;
	text-align: center;
	margin-bottom: 36px;
}

@media screen and (max-width:1024px) {
	.page-title {
		padding: 12px 0;
	}
}

.page-title .text {
	color: #d90f0f;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

@media screen and (max-width:1024px) {
	.page-title .text {
		font-size: 22px;
		letter-spacing: 1px;
	}
}

@media(max-width:500px) {
	.page-title .text {
		font-size: 16px;
		line-height: 22px;
	}
}

.after-login {
	background: #f5f5f5;
}

.after-login .page-title {
	margin-bottom: 1.5rem;
	background: #f5f5f5;
	border-top: 1px solid #e04f29;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	text-align: left;
}

.after-login .page-title .text {
	background: -ms-linear-gradient(top, #df4f29, #a24627);
	background: -webkit-linear-gradient(top, #df4f29, #a24627);
	background: -moz-linear-gradient(top, #df4f29, #a24627);
	background: -o-linear-gradient(top, #df4f29, #a24627);
	background: linear-gradient(top, #df4f29, #a24627);
	position: relative;
	display: inline-block;
	padding-left: 2rem;
	padding-right: 6rem;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
	letter-spacing: 0;
	font-weight: 500;
}

.after-login .page-title .text:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-left: 22px solid transparent;
	border-bottom: 18px solid #f5f5f5;
	border-right: 16px solid #f5f5f5;
	border-top: 12px solid transparent;
}

.info-group {
	margin-top: 15px;
}

.info-group .title {
	position: relative;
	color: #2b2b2b;
	font-weight: 600;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

.info-group .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: #e04f29;
	height: 3px;
	width: 36px;
}

.info-group .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #dbdbdb;
	height: 3px;
	width: calc(100% - 37px);
}

.info-group .img-ads {
	margin-bottom: 2rem;
}

.info-group .info {
	line-height: 3rem;
	background: hsl(20, 50%, 95%);
	background-image: linear-gradient(#fff 50%, #f0f0f0 0);
	background-size: auto 6rem;
	background-origin: content-box;
}

.info-group .item {
	display: flex;
	margin: 0;
	width: 40%;
	line-height: 3rem;
	padding: 0 1rem;
	color: #2b2b2b;
}

.info-group .item .text,
.info-group .item .value {
	display: flex;
	flex-basis: 50%;
	max-width: 50%;
}

.info-group .item .value {
	text-align: right;
}

.display-none {
	display: none;
}

.btn {
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	line-height: 1;
	text-transform: uppercase;
	transition: all .2s ease;
	border-radius: 2px;
	font-weight: 500;
	vertical-align: middle;
	margin-right: 30px;
}

.btn:focus {
	outline: 0;
}

.btn:active:focus {
	outline: 0;
}

.button-block {
	padding-bottom: 20px;
	padding-top: 20px;
}

.btn-auth {
	background: #f4ff00;
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	padding: 4px 12px;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
}

.btn-auth:hover,
.btn-auth:focus {
	color: #000000;
	background: #f4ff00;
}

@media screen and (max-width:1024px) {
	.btn-auth {
		font-size: 6px;
		line-height: 1;
		text-transform: capitalize;
	}
}

.btn-auth:focus {
	outline: 0;
}

.btn-auth .icon {
	color: #fff;
	line-height: 1;
	padding-right: 6px;
}

.btn-auth.btn-login {
	margin-right: 8px;
	font-weight: 700;
	border: 2px solid #d90f0f;
	background: #000;
	color: #d90f0f;
	cursor: pointer;
}

.btn-auth.btn-signup {
	font-weight: 700;
	border: 1.5px solid #f4ff00;
}

.custom-button {
	border-radius: 5px;
	background: #f4ff00;
	color: #000000;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 7px 52px;
	font-size: 18px;
}

.custom-button:disabled {
	cursor: not-allowed;
	pointer-events: unset !important;
}

.custom-button:hover {
	color: #000000;
	text-decoration: none;
}

@media(max-width:500px) {
	.custom-button {
		font-size: 22px;
		padding: 6px 31px;
	}
}

.btn-submit {
	background: -ms-linear-gradient(top, #b8491f, #ee6736);
	background: -webkit-linear-gradient(top, #b8491f, #ee6736);
	background: -moz-linear-gradient(top, #b8491f, #ee6736);
	background: -o-linear-gradient(top, #b8491f, #ee6736);
	background: linear-gradient(top, #b8491f, #ee6736);
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
}

.btn-submit:hover,
.btn-submit:focus {
	color: #000000;
	background: -ms-linear-gradient(top, #a8441d, #ee6736);
	background: -webkit-linear-gradient(top, #a8441d, #ee6736);
	background: -moz-linear-gradient(top, #a8441d, #ee6736);
	background: -o-linear-gradient(top, #a8441d, #ee6736);
	background: linear-gradient(top, #a8441d, #ee6736);
}

.btn-submit:focus {
	outline: 0;
}

.btn-submit .icon {
	color: #fff;
	line-height: 1;
	padding-right: 6px;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.btn-login-mobile {
	display: inline-block;
	margin-right: 8px !important;
}

@media(min-width:992px) {
	.btn-login-mobile {
		display: none;
	}
}

.btn-transparent {
	background-color: transparent;
}

.btn.btn-transparent :hover {
	color: #6495ed;
}

.table-medium {
	width: 70%;
}

@media screen and (max-width:1024px) {
	.table-medium {
		overflow: scroll;
		width: 100%;
		min-width: 320px;
	}
}

.table {
	font-size: 13px;
}

.table table {
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

.table table .checkbox-group .label-cbx {
	width: 22px;
	height: 18px;
	margin-bottom: 4px;
	display: inline-block;
}

.table table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.table table tr {
	background: #f5eaea;
	padding: .35em;
	color: #333;
	transition: background .2s ease;
}

.table table tr:hover {
	background: #fbe8e1;
}

.table table th,
.table table td {
	border: 1px solid #c1c1c1;
	word-wrap: break-word;
}

.table table th {
	font-size: 15px;
	text-transform: capitalize;
	background: #c95f4d;
	color: #fff;
	text-align: center;
	padding: 4px 5px;
	font-weight: 500;
}

.table table .non-transform {
	text-transform: none;
}

.table table td {
	border: 1px solid #ccc;
	padding: 4px 5px;
	line-height: 24px;
}

.table table td.bg-sportsbook {
	background: #f8d8d1;
	font-weight: 600;
}

.table table td.bg-casino {
	background: #e1e1e1;
	font-weight: 600;
}

.table table .total {
	background: #c95f4d;
	color: #fff;
	font-weight: 500;
}

.table table .total:hover {
	background: #c95f4d;
}

.table-info {
	border: 1px solid #ccc;
	border-top: 0;
	background: #f2f2f2;
	padding: 5px 15px;
	display: flex;
}

.page-size {
	display: inline-block;
	margin-right: 10px;
}

.page-size .label {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #545454;
	font-weight: 400;
	vertical-align: middle;
}

.page-size .value {
	position: relative;
	display: inline-block;
	width: 60px;
	border: 1px solid #b8b8b8;
	color: #545454;
	background: #fff;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-bottom: 0;
}

.page-size .value:after {
	content: "";
	font-family: "UpIcon";
	position: absolute;
	font-size: 18px;
	border: 0;
	top: 0;
	right: 0;
	transform: scaleX(-1);
}

.page-size .dropdown__item {
	padding: 6px 10px;
}

.paging {
	display: inline-block;
	align-self: center;
}

.button-group+table {
	margin-top: 16px;
}

table+.button-group {
	text-align: right;
	margin-top: 24px;
}

.table-custom {
	font-size: 16px;
	border-radius: 12px 12px 0 0;
}

@media(max-width:500px) {
	.table-custom {
		border: 0;
		width: auto;
		border-radius: 5px 5px 0 0;
	}
}

.table-custom table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	background: linear-gradient(90deg, #d90f0f 0%, #ff8651 77.6%);
}

.table-custom table .checkbox-group .label-cbx {
	width: 22px;
	height: 18px;
	margin-bottom: 4px;
	display: inline-block;
}

.table-custom table thead tr {
	background: transparent;
}

.table-custom table thead tr th {
	border-right: 2px solid #fff;
}

@media(max-width:500px) {
	.table-custom table thead tr th {
		border-right: 1px solid #fff;
		font-size: 9px;
	}
}

.table-custom table thead tr th:last-child {
	border: 0;
}

.table-custom table tbody tr {
	background: #f6f6f6;
}

.table-custom table tbody tr td {
	color: #d90f0f;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.table-custom table tbody tr td .all-products {
	color: #343434;
	font-size: 16px;
}

@media(max-width:500px) {
	.table-custom table tbody tr td .all-products {
		font-size: 10px;
	}
}

.table-custom table tbody tr td .more-detail {
	color: #d90f0f;
	font-size: 14px;
}

@media(max-width:500px) {
	.table-custom table tbody tr td .more-detail {
		font-size: 10px;
	}
}

@media(max-width:500px) {
	.table-custom table tbody tr td {
		border-right: 1px solid #f6f6f6;
		border-bottom: 1px solid #f6f6f6;
		padding: 5px 8px;
		font-size: 10px;
	}
}

.table-custom table tbody tr td:last-child {
	border-right: 0 !important;
}

.table-custom table tr {
	background: #f5eaea;
	padding: .35em;
	color: #333;
}

.table-custom table th,
.table-custom table td {
	word-wrap: break-word;
}

.table-custom table th {
	text-transform: uppercase;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	text-align: center;
	padding: 22px 15px;
}

@media(max-width:500px) {
	.table-custom table th {
		padding: 5px 8px;
		font-size: 8px;
	}
}

.table-custom table .non-transform {
	text-transform: none;
}

.table-custom table td {
	padding: 22px 5px;
	line-height: 24px;
}

.heading-table {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(90deg, #d90f0f 0%, #ff8651 77.6%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}

@media(max-width:500px) {
	.heading-table {
		letter-spacing: 0;
		font-size: 20px;
		margin-bottom: 14px;
	}
}

.form-horizontal .control-label,
.form-horizontal .radio-inline {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-horizontal .preference-validation .form-control {
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: middle;
	margin: 0;
}

.form-horizontal .preference-validation .captcha {
	display: inline-block;
	width: 70px;
	text-align: right;
	vertical-align: middle;
}

.form-horizontal .preference-validation .captcha .validation-value {
	margin: 0;
}

.form-control {
	border: 1px solid #adadad;
	border-radius: 2px;
	height: 28px;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px 8px;
}

.form-group {
	margin-bottom: 5px;
}

.form-filter .form-group {
	display: inline-flex;
	align-items: center;
	margin-right: 30px;
}

.form-filter .form-group label.w150 {
	width: 150px;
}

.form-filter .form-group label.w120 {
	width: 120px;
}

.form-filter .form-group label.w100 {
	width: 100px;
}

.form-filter .form-group .form-control {
	width: 150px;
}

.form-inline {
	margin-bottom: 5px;
}

.form-inline .form-group label {
	display: inline-flex;
	align-content: center;
	margin-right: 20px;
}

.form-inline .form-group .date-wrapper .form-control {
	background: #fff;
}

.form-control-static {
	min-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

input[type=radio],
input[type=checkbox] {
	margin: 0;
}

.marquee-container {
	overflow: hidden;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
}

.marquee-container .marquee-content {
	text-indent: 0;
	white-space: nowrap;
	position: absolute;
	-moz-animation: marquee linear infinite;
	-webkit-animation: marquee linear infinite;
	animation: marqueekey linear infinite;
	animation-delay: 10s;
}

.marquee-container .marquee-content:hover {
	animation-play-state: paused;
}

@-moz-keyframes marqueekey {
	0% {
		-moz-transform: translateX(0%);
	}

	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes marqueekey {
	0% {
		-webkit-transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes marqueekey {
	0% {
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.block {
	padding: 32px 0;
}

@media screen and (max-width:1024px) {
	.block {
		padding: 40px 0;
	}
}

.block-title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 28px;
	margin-top: 0;
	color: #353e5b;
	text-align: center;
}

.block-title img {
	display: inline-block;
	width: 90px;
}

@media screen and (max-width:1024px) {
	.block-title {
		color: #343e5c;
		letter-spacing: 0;
		font-size: 20px;
	}
}

.block-title.fill-color {
	background: linear-gradient(90deg, #d90f0f 0%, #ff8651 77.6%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media(max-width:500px) {
	.block-title.fill-color .show-pc {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.block-title svg {
		position: relative;
		top: 3px;
		width: 75px;
	}
}

.block-title .why-become {
	color: #d90f0f;
}

@media screen and (max-width:1024px) {
	.block-title .why-become {
		display: block;
	}
}

.block-title .affiliate {
	color: #ff8651;
}

@media(max-width:500px) {
	.block-title .block-mb {
		display: block;
	}
}

@media(min-width:1024px) {
	.news .item-wrapper {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.news .item-wrapper.first {
		padding-left: 10px;
	}

	.news .item-wrapper.last {
		padding-right: 10px;
	}
}

@media(min-width:1024px) and (max-width:1199px) {
	.page-container {
		max-width: calc(100% - 220px);
		flex-basis: calc(100% - 220px);
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.page-container {
		max-width: calc(100% - 80px);
		flex-basis: calc(100% - 80px);
	}

	.news .item-wrapper {
		flex-basis: 100%;
		max-width: 100%;
	}

	.content-menu #mainMenu {
		white-space: nowrap;
		/*[1]*/
		overflow-x: auto;
		/*[2]*/
		/*[3]*/
		-ms-overflow-style: -ms-autohiding-scrollbar;
		/*[4]*/
	}

	.content-menu #mainMenu::-webkit-scrollbar {
		display: none;
	}
}

@media(max-width:767px) {
	.page-container {
		max-width: 100%;
		flex-basis: 100%;
		padding: 0 16px;
	}

	.news .item-wrapper {
		flex-basis: 100%;
		max-width: 100%;
	}

	.info-group .img-ads img {
		width: 100%;
	}

	.modal-dialog {
		margin: 30px;
	}

	.table .game-list tr .game-name {
		width: 100px;
	}

	.user-login {
		text-align: center;
	}

	.content-menu #mainMenu {
		white-space: nowrap;
		/*[1]*/
		overflow-x: auto;
		/*[2]*/
		/*[3]*/
		-ms-overflow-style: -ms-autohiding-scrollbar;
		/*[4]*/
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:980px) and (orientation:landscape) {
	.page-container {
		max-width: calc(100% - 100px);
		flex-basis: calc(100% - 100px);
	}
}

.login-dialog .modal-dialog {
	max-width: 565px;
	position: relative;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog {
		max-width: 335px;
		margin: 20px auto;
	}
}

.login-dialog .modal-dialog .modal-content {
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
}

.login-dialog .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.login-dialog .modal-dialog .modal-content .modal-body .close {
	position: absolute;
	right: 8px;
	top: 8px;
	opacity: 1;
}

.login-dialog .modal-dialog .modal-content .modal-body .close:hover {
	opacity: 1;
}

.login-dialog .modal-dialog .modal-content .modal-body .close .show-pc {
	display: block;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .close .show-pc {
		display: none;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .close .show-mobile {
	display: none;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .close .show-mobile {
		display: block;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login {
	display: flex;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login {
		display: unset;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .redirect-old-link {
	font-size: 1.3rem;
	margin: 0 -15px;
	text-align: center;
	font-weight: bold;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .redirect-old-link a {
	color: #d90f0f;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item {
	width: 50%;
	padding: 24px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item {
		width: 100%;
		padding: 16px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item:first-child {
	background: url("../images/bg-login.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 75px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item:first-child {
		padding-bottom: 20px;
		padding-top: 24px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item:nth-child(2) {
	padding-top: 44px;
	background: #fff;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item:nth-child(2) {
		padding: 20px 16px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .spacing-bt {
	margin-bottom: 16px;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .heading-login,
.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .title {
	color: #d90f0f;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

@media(max-width:500px) {

	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .heading-login,
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .title {
		text-align: center;
		margin-bottom: 12px;
		font-size: 16px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .title {
	font-size: 16px;
	text-transform: lowercase;
	color: #353e5b;
	font-weight: 600;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input {
	margin-bottom: 12px;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input:last-child {
	margin-bottom: 16px;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input.columns-2 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input.columns-2 .validation-value {
	cursor: pointer;
	display: flex;
	padding: 10px 15px;
	border-radius: 100px;
	background: #d90f0f;
	height: 34px;
	margin: 0;
	justify-content: center;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input.columns-2 .validation-value {
		height: 44px;
		display: flex;
		align-items: center;
	}

	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input.columns-2 .validation-value img {
		height: 17px;
		object-fit: cover;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input.columns-2 .validation-value img {
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	align-self: center;
	max-height: 16px;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input input {
	border-radius: 100px;
	background: #f5f5f5;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25) inset;
	outline: 0;
	border: 0;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	margin-bottom: 0;
	color: #353e5b;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25) inset;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input input {
		height: 44px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .item .custom-input input::placeholder {
	color: #8d8d8d;
	font-weight: 600;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .btn-submit {
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 0;
	outline: 0;
	border: 0;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .btn-submit {
		font-size: 20px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .btn-submit:focus {
	border: 0;
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .link-login-popup {
	text-align: center;
	color: #d90f0f;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	display: block;
	text-transform: capitalize;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .link-login-popup {
		margin-right: 0;
		padding: 0;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .btn-join {
	border: 1.5px solid #d90f0f;
	background: #fff;
	color: #d90f0f;
	font-weight: 600;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .btn-join {
		padding: 12px 0;
		font-size: 18px;
		font-weight: 700;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login #btnDialogLogin {
	height: 36px;
	background: linear-gradient(90deg, #d90f0f 0%, #ff8651 77.6%);
	color: #fff;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login #btnDialogLogin {
		height: 44px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .login-login {
	text-align: center;
	margin-bottom: 40px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .login-login {
		margin-bottom: 16px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .logo-text {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .logo-text {
		margin-bottom: 10px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text {
	margin-bottom: 16px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text {
		margin-bottom: 8px;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text .title-affmember,
.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text #signUpToAffiliateProgram {
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
	text-transform: uppercase;
}

@media(max-width:500px) {

	.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text .title-affmember,
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text #signUpToAffiliateProgram {
		margin-bottom: 4px;
		font-size: 16px;
		text-align: center;
	}
}

.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text #signUpToAffiliateProgram {
	text-transform: initial;
	color: #fff;
	font-weight: 600;
	margin-bottom: 24px;
}

@media(max-width:500px) {
	.login-dialog .modal-dialog .modal-content .modal-body .main-login .group-text #signUpToAffiliateProgram {
		font-weight: 500;
	}
}