@font-face {
	font-family: 'Sukhumvit-regular';
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-Bold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Light.ttf');*/
	src: url('../fonts/SukhumvitSet-Text.ttf') format('truetype');
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Text.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Thin.ttf');*/
}

@font-face {
	font-family: 'Sukhumvit-medium';
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-Bold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Light.ttf');*/
	src: url('../fonts/SukhumvitSet-Medium.ttf') format('truetype');
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Text.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Thin.ttf');*/
}

@font-face {
	font-family: 'Sukhumvit-bold';
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-Bold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Light.ttf');*/
	src: url('../fonts/SukhumvitSet-Bold.ttf') format('truetype');
	/*src: url('fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Text.ttf');
  src: url('fonts/sukhumvit-set/SukhumvitSet-Thin.ttf');*/
}

/* ---------------------------------------------------
    GENERAL STYLE
----------------------------------------------------- */

html {
	font-size: 10px;
}

body {
	font-family: 'Sukhumvit-regular';
	background: #000000;
	background-size: cover;
	background-repeat: repeat;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sukhumvit-bold';
}

marquee {
	border-top: 1px solid #333333;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

.st-section {
	padding: 80px 0;
}

.heading-section {
	margin-bottom: 30px;
}

.heading-section h1 {
	font-size: 3.2rem;
	color: #F8C104;
}

.heading-section h2 {
	font-size: 3.2rem;
	color: #F8C104;
}

.content-divider {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

.main-header {
	padding: 10px 0;
}

.navbar {
	border: none;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar a {
	color: #ffffff;
}

.navbar-brand img {
	max-width: 140px;
}


.nav-link {
	padding: 15px !important;
	font-family: 'Sukhumvit-bold';
}

.nav-link:hover {
	color: #840001;
}

.nav-link .btn {
	padding: 0;
	background: none;
}

.nav-dt .nav-item {
	border-radius: 0 0 16px 16px;
	margin-right: 10px;
}

.nav-dt .nav-item:last-child {
	margin-right: 0;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

.antiCls {
	visibility: hidden;
}

.banner-mb {
	display: none;
}

.cvpage-img {
	background-image: url(../images/cv-page.webp);
	background-position: center left;
	background-size: cover;
	padding: 60px 0;
	color: #fff;
}

.cvpage h1 {
	color: #fff;
	font-size: 3.2rem;
}

.breadcrumb-dt {
	text-align: center;
	font-size: 14px;
}

.breadcrumb-dt a {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

.breadcrumb-dt a:hover {
	opacity: 0.6;
}

.breadcrumb-dt p {
	display: inline-block;
	color: #F8C104;
	margin-bottom: 0;
}

.breadcrumb-dt a:first-child {
	margin-left: 0;
}

.breadcrumb-dt p {
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb-ct {
	margin-bottom: 15px;
}

.breadcrumb-ct a {
	color: #333;
}

.pagination {
	justify-content: center;
}

.page-link {
	color: #fff;
	font-family: 'promptsemibold';
	background: #175a3e;
	border: none;
	border-radius: 4px !important;
	padding: 0.7rem 1.2rem;
	margin: 0 2px;
	font-size: 1.6rem;
}

.page-link:hover {
	background: #07e186;
	color: #175a3e;
}

.page-link-active {
	background: #07e186;
	color: #175a3e;
	font-family: 'promptsemibold';
	border-radius: 4px;
}

.page-link-active:hover {
	background: #07e186;
	color: #175a3e;
}

.page-link .fa {
	font-size: 1.4rem;
}

.line-divider {
	width: 100%;
	height: 4px;
	background: rgb(223, 201, 119);
	background: -moz-linear-gradient(90deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
	background: linear-gradient(90deg, rgba(223, 201, 119, 1) 0%, rgba(139, 122, 70, 1) 50%, rgba(187, 153, 66, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfc977", endColorstr="#bb9942", GradientType=1);
	display: block;
}

/* ---------------------------------------------------
    BUTTON STYLE
----------------------------------------------------- */

.btn {
	padding: 10px 15px 10px 30px;
	text-align: center;
	color: #ffffff;
	border-radius: 32px;
	font-size: 1.6rem;
	font-family: 'Sukhumvit-bold';
}

.btn-main {
	background: rgb(186, 0, 2);
	background: -moz-linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	background: linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba0002", endColorstr="#840001", GradientType=1);
}

.btn-main:hover {
	background: rgb(132, 0, 1);
	background: -moz-linear-gradient(180deg, rgba(132, 0, 1, 1) 0%, rgba(186, 0, 2, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(132, 0, 1, 1) 0%, rgba(186, 0, 2, 1) 100%);
	background: linear-gradient(180deg, rgba(132, 0, 1, 1) 0%, rgba(186, 0, 2, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#840001", endColorstr="#ba0002", GradientType=1);
}

.btn-circle {
	background: #6C0007;
	border-radius: 32px;
	display: inline-block;
	margin-left: 15px;
	width: 32px;
	line-height: 32px;
	vertical-align: middle;
}

.btn-circle img {
	margin-top: -2px;
}

.btn-line {
	padding: 10px 15px;
	background: #30C100;
}

.btn-outline {
	background: none;
	border: 1px solid #fff;
}

.btn-outline:hover {
	background: #fff;
	color: #6C0007 !important;
}

/* ---------------------------------------------------
    OWL
----------------------------------------------------- */

.main-content {
	position: relative;
}

.main-content .owl-theme .custom-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.main-content .owl-dots {
	z-index: 9999;
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.main-content .icon-arrow {
	max-width: 32px;
}

.main-content .owl-carousel .owl-item img {
	border-radius: 0;
}


.main-content1 {
	position: relative;
}

.main-content1 .owl-theme .custom-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}

.main-content1 .owl-theme .custom-nav .owl-prev,
.main-content1 .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i,
.main-content1 .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
	left: -60px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
	right: -60px;
}

.main-content1 button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.main-content1 .owl-dots {
	margin-top: 30px;
}

.main-content1 .icon-arrow {
	max-width: 32px;
}

.main-content1 .owl-carousel .owl-item img {
	border-radius: 16px;
}

/* ---------------------------------------------------
    CASINO
----------------------------------------------------- */

.casino-section {
	background: #0e3678;
}

.casino-item {
	text-align: center;
}

.casino-item img {
	margin-bottom: 15px;
}

.casino-item h3 {
	margin-bottom: 5px;
	font-size: 2rem;
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

.footer-section {
	padding: 80px 0;
}

.footer-logo img {
	max-width: 140px;
	margin-bottom: 30px;
}

.footer-logo p {
	margin-bottom: 15px;
}

.footer-logo p:last-child {
	margin-bottom: 0;
}

.footer-menu h3 {
	margin-bottom: 30px;
}

.footer-menu ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-menu li {
	margin-bottom: 20px;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu a {
	color: #ffffff;
}

.footer-games ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	list-style-type: none;
}

.footer-games h3 {
	margin-bottom: 30px;
}

.footer-games a {
	color: #ffffff;
}

.footer-games li {
	margin-bottom: 20px;
}

.footer-games li:last-child {
	margin-bottom: 0;
}

.qr-social li{
	display: inline-block;
	margin-right: 15px;
}
.qr-social li img{
	max-width: 120px;
}
/* ---------------------------------------------------
    BRANDS
----------------------------------------------------- */

.brand-section {
	background: rgb(186, 0, 2);
	background: -moz-linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	background: linear-gradient(180deg, rgba(186, 0, 2, 1) 0%, rgba(132, 0, 1, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba0002", endColorstr="#840001", GradientType=1);
	padding: 10px 0;
}

/* ---------------------------------------------------
    BG
----------------------------------------------------- */

.about-section .btn {
	margin-top: 30px;
}

.about-section .heading-section {
	margin-bottom: 15px;
}

.about-first-section {
	background-image: url(../images/about-bg-01.webp);
	background-size: cover;
	background-position: center center;
}

.about-second-section {
	background-image: url(../images/about-bg-02.webp);
	background-size: cover;
	background-position: center center;
}

/* ---------------------------------------------------
    PROMOTION
----------------------------------------------------- */

.promotion-section {
	background-image: url(../images/promotion-bg-01.webp);
	background-size: cover;
	background-position: center center;
}

/* ---------------------------------------------------
    GAMES
----------------------------------------------------- */

.game-item {
	position: relative;
	width: 50%;
}

.games-item {
	position: relative;
	width: 100% !important;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.game-item:hover {
	cursor: pointer;
}

.game-item:hover .image {
	opacity: 0.5;
	cursor: pointer;
}

.game-item:hover .middle {
	opacity: 1;
	cursor: pointer;
}

.middle-container {
	width: 100%;
	height: 100%;
	background: red;
}

.text {
	background: #FFE346;
	border-radius: 32px;
	color: #085aa1;
	font-size: 16px;
	padding: 15px 30px;
	width: 100%;
	display: block;
	font-weight: 700;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
	min-width: 150px;
}

.text:hover {
	color: #085aa1;
}

/* ---------------------------------------------------
    MOBILE
----------------------------------------------------- */

#mobile-nav {
	display: none;
}

/* ---------------------------------------------------
    ACCORDION
----------------------------------------------------- */

.table {
	display: flex;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.table__cell {
	position: relative;
	display: flex;
	width: 20%;
	height: 480px;
	align-items: center;
	justify-content: center;
	transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.table__cell:nth-child(1) {
	background-image: url(../images/banner-01.webp);
	background-size: cover;
	background-position: center center;
}

.table__cell:nth-child(2) {
	background-image: url(../images/banner-02.webp);
	background-size: cover;
	background-position: center center;
}

.table__cell:nth-child(3) {
	background-image: url(../images/banner-03.webp);
	background-size: cover;
	background-position: center center;
}

.table__cell:nth-child(4) {
	background-image: url(../images/banner-04.webp);
	background-size: cover;
	background-position: center center;
}

.table__cell:nth-child(5) {
	background-image: url(../images/banner-05.webp);
	background-size: cover;
	background-position: center center;
}

.table__cell:hover {
	width: 50%;
}

.table__cell span {
	opacity: 0;
	transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0;
}

.table__cell:hover span {
	opacity: 1;
	transition-delay: 300ms;
}

/* ---------------------------------------------------
    TABS
----------------------------------------------------- */

.tabs {
	max-width: 100%;
	margin: 0 auto
}

#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}

#tab-button li {
	display: table-cell;
	width: 20%
}

#tab-button li a {
	display: block;
	padding: .5em;
	/*background: #6c0007;*/
	text-align: center;
	color: #fff;
	text-decoration: none
}

#tab-button li:not(:first-child) a {
	border-left: none
}

#tab-button li a:hover,
#tab-button .is-active a {
	border-bottom: 1px solid #000000;
	border-radius: 16px 16px 0 0;
	background: #6c0007;
	color: #fff
}

#tab-button img {
	display: block;
	margin: 0 auto;
	max-width: 160px
}

.tab-contents {
	padding: 30px;
	background: #6c0007;
	border-radius: 0 0 16px 16px
}

.tab-contents p {
	margin-bottom: 0
}

.tab-button-outer {
	display: none
}

.tab-contents {
	margin-top: 20px
}

.tab-select-outer select {
	width: 100%
}

@media screen and (min-width:768px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block
	}
	.tab-select-outer {
		display: none
	}
	.tab-contents {
		position: relative;
		margin-top: 0
	}
}

.game-item {
	position: relative;
	width: 50%
}

.games-item {
	position: relative;
	width: 100% !important;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center
}

.game-item:hover {
	cursor: pointer
}

.game-item:hover .image {
	opacity: .5;
	cursor: pointer;
}

.game-item:hover .middle {
	opacity: 1;
	cursor: pointer
}

.middle-container {
	width: 100%;
	height: 100%;
	background: red
}

.text {
	background: #ffe346;
	border-radius: 32px;
	color: #6c0007;
	font-size: 16px;
	padding: 15px 30px;
	width: 100%;
	display: block;
	font-family: 'Sukhumvit-bold';
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5);
	min-width: 150px
}

.text:hover {
	color: #6c0007;
}

.activity-item img {
	margin-bottom: 15px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width:1199px) {


	.nav-btn .btn-outline {
		display: none;
	}
	.footer-games ul {
		width: 100%;
	}
}

@media (max-width:991px) {
	.navbar-brand img {
		max-width: 80px;
	}
	.nav-dt .nav-item {
		margin-right: 5px;
	}
	.game-item {
		margin-bottom: 30px;
	}
	.main-content1 .owl-theme .custom-nav {
		top: 25%;
	}
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-menu {
		margin-bottom: 30px;
	}
	.promotion-main-section .content-divider {
		display: none;
	}
	.promotion-item {
		margin-bottom: 30px;
	}
	.promotion-item:last-child {
		margin-bottom: 0;
	}
	.certificate-section .content-divider {
		display: none;
	}
	.certificate-item {
		margin-bottom: 30px;
	}
	.certificate-item:last-child {
		margin-bottom: 0;
	}
	.tab-contents .content-divider {
		display: none;
	}
	.activity-main-section .content-divider {
		display: none;
	}
	.activity-item {
		margin-bottom: 30px;
	}
	.activity-item:last-child {
		margin-bottom: 0;
	}
	.games-section .content-divider {
		display: none;
	}
}

@media (max-width:767px) {
	.desktop-nav {
		display: none;
	}
	#mobile-nav {
		display: block;
	}
	.navbar-mb-container {
		padding: 15px;
	}
	.navbar-toggler-icon {
		width: 2.5em;
		height: 2.5em;
	}
}

@media (max-width:680px) {
	.main-content .owl-theme .custom-nav {
		top: 30%;
	}
}

@media (max-width:576px) {
	.st-section {
		padding: 60px 0;
	}
	.text {
		padding: 10px 20px;
		min-width: 100px;
	}
	.heading-section h2 {
		font-size: 2.4rem;
	}
	.banner-dt {
		display: none;
	}
	.banner-mb {
		display: block;
	}
	.banner-mb .container-fluid {
		padding: 0;
		margin: 0;
	}
	.main-content .owl-theme .custom-nav {
		top: 35%;
	}
	.owl-theme .owl-dots .owl-dot.active span {
		background: #a10001;
	}
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #a10001;
	}
	.promotion-item img {
		width: 100%;
	}
}
