/********** Typo **********/

@font-face {
	font-family: 'kanitlight';
	src: url('../fonts/kanit-light-webfont.eot');
	src: url('../fonts/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kanit-light-webfont.woff2') format('woff2'),
	url('../fonts/kanit-light-webfont.woff') format('woff'),
	url('../fonts/kanit-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kanitregular';
	src: url('../fonts/kanit-regular-webfont.eot');
	src: url('../fonts/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
	url('../fonts/kanit-regular-webfont.woff') format('woff'),
	url('../fonts/kanit-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kanitmedium';
	src: url('../fonts/kanit-medium-webfont.eot');
	src: url('../fonts/kanit-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kanit-medium-webfont.woff2') format('woff2'),
	url('../fonts/kanit-medium-webfont.woff') format('woff'),
	url('../fonts/kanit-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kanitsemibold';
	src: url('../fonts/kanit-semibold-webfont.eot');
	src: url('../fonts/kanit-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/kanit-semibold-webfont.woff2') format('woff2'),
	url('../fonts/kanit-semibold-webfont.woff') format('woff'),
	url('../fonts/kanit-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/********** Main Class **********/

html {
	font-size: 10px;
}

body {
	font-family: 'kanitlight';
	font-size: 1.6rem;
	line-height: 3.2rem;
	overflow-x: hidden;
	background: #000;
	color: #fff;
}

strong {
	font-family: 'kanitsemibold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'kanitsemibold';
	color: #F7EE7A;
}

h3 {
	font-size: 2.2rem;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/status.gif) 50% 50% no-repeat rgba(255, 255, 255, 1);
}
.antiCls {
    visibility: hidden;
}
.section-bs {
	padding: 60px 0;
}

.section-bs .btn {
	margin-top: 40px;
}

.heading-section {
	position: relative;
	margin-bottom: 20px;
}

.heading-section h2 {
	font-size: 2.6rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'kanitsemibold';
}
.heading-section strong {
	font-size: 2.6rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'kanitsemibold';
	color: #f7ee7a;
}
.heading-section p {
	line-height: 2.4rem;
}

.heading-section .mb-divider {
	margin-top: 30px;
}

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

.line-divider {
	width: 100%;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 60px;
	background: #999;
}

.imgw-caption {
	margin-bottom: 30px;
}

.close-section {
	position: absolute;
	left: 0;
	top: 0;
	overflow: visible;
	z-index: 999;
	opacity: 0.8;
	border: none;
}

.close-section .btn {
	padding: 10px 15px;
}

.modal-popup .modal-body {
	padding: 0;
	border: 1px solid #eedb58;
}

.btn {
	padding: 10px 30px;
	font-size: 1.6rem !important;
	border-radius: 0;
	font-size: 2.2rem;
	font-family: 'kanitregular';
}

.btn-main {
	background: #f7ee7a;
	padding: 10px 30px;
	border-radius: 32px;
	font-size: 1.6rem;
}

.btn-outline img {
	margin-top: -3px;
	max-width: 16px;
}

.btn-main a {
	color: #333;
}

.btn-outline {
	padding: 15px 30px;
	border: 1px solid #fff;
	background: none;
	border-radius: 32px;
}

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

.btn-login {
	background: #ce1f2a;
	border: none;
}

.btn-login:hover {
	opacity: 0.8;
	background: #ce1f2a;
}

.btn-outline-secondary {
	color: #fff;
	border-color: #fff;
}

.btn-outline-secondary:hover {
	background: #fff;
	color: #ce1f2a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	background: #fff;
	color: #ce1f2a;
}

.cvpage-img img{
	max-width: 300px;
	display: block;
	margin: 15px auto;
}

.withdraw-btn {
	margin-bottom: 0;
}

.withdraw-btn a {
	font-size: 1.6rem;
	color: #ce1f2a;
}

.menumb-control {
	width: 40%;
	float: right;
}

.menumb-control .navbar-nav {
	float: right;
}

.menumb-control .menu-btn {
	float: right;
}

.link-mb {
	display: none;
}

.form-container .btn-outline {
	border: 2px solid #000;
	background: none;
}

.form-container .btn-outline:hover {
	background: #000;
	color: #fff;
}

.btn-section a {
	color: #333;
	text-decoration: underline;
	vertical-align: middle;
}

.btn-section i {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 14px;
}

.btn-container a {
	color: #fff;
}

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

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

.cvpage-img img {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.cvpage-img img {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.bg-content {
	background: #000;
}

.fa-red {
	color: #fb0d1b;
}

.fa-yellow {
	color: #fffd38;
}

.fa-grey {
	color: #b7b7b7;
}

.fa-pink {
	color: #facbbe;
}

.pagination {
	margin-top: 30px;
	justify-content: center;
}

/********** Nav **********/

header {
	position: relative;
	width: 100%;
	top: 0;
}

.top-header {
	z-index: 999;
	background: #000;
	padding: 32px;
}

.top-header.nav-link {
	font-size: 1.8rem;
}

.navbar-topright a {
	margin-left: 15px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.nav-link .fa {
	font-size: 1.8rem;
	margin-right: 10px;
	color: #f7ee7a;
}

.nav-header {
	z-index: 1;
	background: rgb(130, 4, 4);
	background: -moz-linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#820404", endColorstr="#000000", GradientType=1);
	border-bottom: 1px solid #eedb58;
	color: #fff;
	overflow: visible;
	padding: 0;
}

.nav-header a {
	color: #EEDB58;
	font-size: 1.6rem;
}

.nav-header a:hover {
	color: #FFF295;
	cursor: pointer;
}

.navbar-brand {
	position: relative;
}

.nav-item {
	margin-right: 32px;
	padding: 8px 0;
}


.nav-item a {
	display: inline-block;
	font-family: 'kanitmedium';
}

.navbar-nav .dropdown-menu {
	position: absolute;
	width: 300px;
	padding: 15px;
}

.nav-item a img {
	margin-right: 10px;
}

.contact-top a img {
	max-width: 32px;
}

.carousel-fade .carousel-item {
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	transition-duration: .5s;
	background-position: left;
}

.carousel {
	position: relative;
	top: 0;
	overflow: visible;
}

header .carousel-item {
	height: auto;
	min-height: 300px;
	background: no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#mainCarousel .carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ffffff;
	border-radius: 5px;
}

#mainCarousel .carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ffffff;
	border-radius: 5px;
}

#mainCarousel .carousel-indicators .active {
	background-color: #efd984;
}

.carousel-container .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -60px;
}

.carousel-container .carousel-indicators li {
	background-color: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.carousel-container .carousel-indicators .active {
	background-color: #0045b6;
}

/*.banner-col {
    max-height: 315px;
}*/

.banner-item {
	margin-bottom: 30px;
}

.banner-item .img-wrapper {
	border: 2px solid #ce2127;
}

.banner-item:last-child {
	margin-bottom: 0;
}

.banner-item p {
	font-size: 1.5rem;
	margin-bottom: 0;
	line-height: 2.4rem;
}

.banner-col ul {
	text-decoration: none;
	padding-left: 0;
	list-style-type: none;
}

.banner-col li {
	line-height: 2.4rem;
	font-size: 1.5rem;
}

.banner-col strong {
	font-size: 1.6rem;
}

.form-control {
	height: 40px;
	margin-bottom: 15px;
	border-radius: 0;
	font-size: 1.6rem;
}

.form-group textarea {
	height: 120px;
}

.form-group label {
	margin-bottom: 0;
}

.form-container a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: #fff;
}

.form-container h3 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 3.2rem;
}

.img-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

/*.img-wrapper img {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.img-wrapper img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/

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

.football-section {
	background-image: url(../images/bg-football.jpg);
	background-size: cover;
	background-position: center center;
}

.baca-section {
	background-image: url(../images/bg-baca.jpg);
	background-size: cover;
	background-position: center center;
}

.slot-section {
	background-image: url(../images/bg-slot.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
}

.process-section {
	background-image: url(../images/bg-process02.jpg);
	background-size: cover;
	background-position: center center;
	padding: 400px 0;
}

.float-panel-line {
	z-index: 2;
	position: fixed;
	top: 60px;
	right: 30px;
	display: none;
}

.float-panel-line img {
	border-radius: 8px;
}

#close {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 0 10px;
	border-radius: 128px;
	background: #ce2127;
	color: #fff;
}

.float-panel-left {
	z-index: 2;
	position: fixed;
	top: 60px;
	left: 30px;
	display: none;
}

.float-panel-left img {
	border-radius: 8px;
	width: 240px;
}

.float-panel-left #close {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 0 10px;
	border-radius: 128px;
	background: #ce2127;
	color: #fff;
}

/********** Withdraw **********/

.withdraw-section {
	background: #000;
	border: 2px solid #ce2127;
	padding: 13px 16px;
	font-size: 1.6rem;
}

.withdraw span {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
}

.withdraw-section h3 {
	font-size: 1.8rem;
	display: inline-block;
	margin-bottom: 12px;
}

.withdraw-item-container {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.withdraw-item {
	padding: 5px 0;
	border-bottom: 1px solid #666;
	text-align: left;
}

.withdraw-item:last-child {
	border-bottom: none;
}

.withdraw-item-value {
	text-align: right;
}

.withdraw-item-value p {
	font-size: 1.6rem;
	margin-bottom: 0;
	color: #fff;
}

.withdraw-item-number {
	font-size: 1.8rem;
}

/********** Channel **********/

.channel-section {
	/*background-image: url(images/bg-promotion.jpg);*/
	background: #000;
}

.channel-section ul {
	list-style-type: none;
	padding-left: 0;
}

.channel-section li {
	margin-bottom: 5px;
}

.channel-section ul li a {
	color: #f7ee7a;
}

.social-mb {
	display: none;
}
.top-promotion ul{
	list-style-type: none;
	padding-left: 0;
}
.top-promotion strong{
	font-size: 2rem;
}
/********** Slider **********/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	tap-highlight-color: transparent;
	padding-top: 27px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 0;
	outline: none;
}

.slick-vertical .slick-slide::-moz-selection {
	outline: none !important;
	border: 0 !important;
	box-shadow: none;
}

.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
	outline: none !important;
	border: 0 !important;
	box-shadow: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-current {
	position: relative;
}

.hero__title .slick-slide {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #666;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.hero__title [aria-hidden] {
	-webkit-transition: 1s;
	transition: 1s;
}

.hero__title .slick-current > span {
	box-sizing: border-box;
	display: block;
}

.no-js .hero__title .slick-dupe:nth-child(2) > span {
	padding: 1em;
}

.hero__title-misc {
	display: block;
	font-weight: bold;
	color: grey;
}

/********** Other **********/

.section-sv {
	padding-top: 80px;
}

.sv-content .icon {
	max-width: 32px;
	margin-top: -5px;
}

.sv-content h3 {
	margin-bottom: 20px;
	font-size: 2.6rem;
}

.sv-content .btn {
	margin-top: 30px;
	color: #fff;
}

.process-section .heading-section h2 {
	display: inline-block;
}

.process-section .heading-section img {
	display: inline-block;
	max-width: 100px;
	margin-left: 15px;
	margin-top: -15px;
}

.process-section .container {
	padding-left: 0;
	margin-left: 0;
}

.process-list {
	list-style-type: none;
	padding-left: 0;
}

.process-list-item {
	background: #F7EE7A;
	border-radius: 32px;
	padding: 5px;
	margin-bottom: 15px;
	color: #333;
}

.process-list-item span {
	width: 32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 100%;
	background: #820404;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.process-list-item p {
	display: inline-block;
	width: 80%;
	margin-bottom: 0;
	vertical-align: middle;
}

.process-main {
	display: none;
}

/********** Football **********/

.football-process {
	padding-left: 0;
	list-style-type: none;
}

.football-process .heading-section {
	margin-bottom: 20px;
}


.row-football:last-child {
	margin-bottom: 0;
}

.row-football .heading-section span {
	color: #f7ee7a;
}

.football-list-process {
	padding-left: 0;
	list-style-type: none;
	/*margin-bottom: 30px;*/
}

.football-list-process li {
	margin-bottom: 5px;
}

.football-list-process li ul {
	padding-left: 0;
	list-style-type: none;
	padding-left: 20px;
}

.football-list-top {
	margin-bottom: 30px;
}

.football-list-top li ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.football-list-top li ul li .fa {
	font-size: 2rem;
	margin-right: 10px;
}

.football-list-mid li ul li {
	width: 100%;
	display: inline-block;
	color: #fb0d1b;
	margin-bottom: 5px;
}

/********** Casino **********/

.casino-list-process {
	margin-bottom: 30px;
	padding-left: 15px;
}

.casino-list-process ul {
	list-style-type: none;
	vertical-align: top;
}

.casino-list-process ul li {
	margin-bottom: 5px;
}

.casino-list-player {
	color: #3d67e8;
}

.casino-list-banker {
	color: #fa0d1b;
}

.casino-draw {
	color: #139217;
}

.casino-ship {
	color: #fef336;
}

.casino-process {
	font-family: 'kanitmedium';
}

/********** Baccarat & Slot **********/

.slot {
	padding-top: 30px;
}

.slot .container {
	border-top: 1px solid #333;
	background: #010101;
	padding-top: 60px;
}

.article-item {
	margin-bottom: 30px;
}

/********** Footer **********/

.footer-section {
	background-image: url(../images/bg-footer.jpg);
	background-size: cover;
	color: #fff;
	padding: 64px 0 0;
	position: relative;
}

.footer-section a {
	color: #fff;
}

.footer-section .partner-lists {
	list-style-type: none;
	margin: 15px 0;
}

.footer-section .partner-lists li {
	display: inline-block;
	margin-right: 30px;
	text-decoration: underline;
}

.footer-content p {
	margin: 15px 0;
}

.footer-list {
	margin-top: 30px;
	list-style-type: none;
	padding-left: 0;
}

.footer-list li {
	margin-bottom: 15px;
}

.footer-list li img {
	margin-right: 10px;
}

/*Mobile nav*/

.ace-responsive-menu {
	display: none;
	font-family: 'kanitsemibold';
	/*background: #000000;*/
	background-image: url(../images/bg-footer.jpg);
	font-size: 2.4rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.ace-responsive-menu > li > a {
	color: #fff;
	font-size: 18px;
}

.ace-responsive-menu li a:hover {
	background: #111111;
}

.menu-toggle {
	display: none;
	border-bottom: 1px solid #fff;
	background: #000;
}

.demo {
	width: 100%;
	margin: 0px auto;
	position: relative;
	top: 0;
	z-index: 999;
	padding: 0;
	/*overflow: hidden;*/
}

.row-heading {
	border-bottom: 1px solid #dee2e6;
	margin: 0 0 30px;
}

.menu-toggle .btn-outline {
	float: right;
	margin-top: 10px;
}

.menu-toggle img {
	max-width: 140px;
}

.menu-toggle #menu-btn {
	background: #000;
	margin: 0;
}

.copyright {
	margin-top: 60px;
	padding: 15px 0;
	border-top: 1px solid #666;
	font-size: 1.4rem;
}

.copyright ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
}

.copyright li {
	display: inline-block;
}

.copyright li img {
	max-width: 24px;
	margin-right: 10px;
}

.copyright li:first-child {
	border-right: 1px solid #666;
	padding-right: 15px;
	margin-right: 15px;
}

/*Contact*/

.form-control:focus {
	border-color: #333;
	box-shadow: none;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */

@media screen and (max-width: 580px) {
	#navbar {
		padding: 20px 10px !important;
		/* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	}
	#navbar a {
		float: none;
		display: block;
		text-align: left;
	}
	#navbar-right {
		float: none;
	}
}

.dt .sub-menu-parent {
	position: relative;
}

.dt .sub-menu {
	visibility: hidden;
	/* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	background: #333;
}

.dt .sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
	visibility: visible;
	/* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	/* this removes the transition delay so the menu will be visible while the other styles transition */
}

.menu-toggle .icon-bar {
	width: 32px;
	height: 4px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
	border-radius: 0px;
	margin: 5px;
}

.nav-mobile {
	display: none;
}

.text-mb {
	display: none;
}

/********** Articles **********/

.news-item {}

.news-item h3 {
	color: #333;
	font-size: 1.8rem;
}

.news-item .card-body {
	color: #333;
	font-size: 1.6rem;
}

.news-btn-section .btn {
	padding: 0;
	margin-top: 0;
	color: rgb(130, 4, 4);
}

.blog-gallery-item {
	margin-bottom: 30px;
}

.sidebar-news {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.sidebar-news .sidebar-item {
	float: none;
}

.sidebar-news .heading-section {
	margin-bottom: 0;
	padding: 0;
}

.sidebar-news h3 {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 0;
}

.sidebar-news .sidebar-item {
	padding: 10px;
	border-bottom: 1px solid #efefef;
}

.sidebar-news .sidebar-item:last-child {
	border-bottom: none;
}

.sidebar-news .sidebar-item .fa {
	font-size: 1.2rem;
}

.sidebar-news .sidebar-item:hover {
	background: #f8f8f8;
}

.sidebar-news a {
	color: #000;
	font-size: 1.4rem;
	line-height: 2rem;
	display: block;
}

.sidebar-news .sidebar-header {
	background: rgb(130, 4, 4);
	background: -moz-linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg, rgba(130, 4, 4, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#820404", endColorstr="#000000", GradientType=1);
	padding: 15px;
}

.content-container {
	margin: 30px 0;
}

.content-container ul {
	list-style-type: none;
	padding-left: 0;
}

/********** Media Queries **********/

/*@media (min-width:1280px) and (max-width:1365px) {
	header .carousel-item {
		height: 500px !important;
	}
}

@media (min-width:1366px) and (max-width:1466px) {
	header .carousel-item {
		height: 540px !important;
	}
}*/

@media (min-width:1465px) and (max-width:1649px) {
/*	header .carousel-item {
		height: 640px !important;
	}*/
	.process-section {
		padding: 0 0 600px;
	}
}

@media (min-width:1465px) {
/*	header .carousel-item {
		height: 640px !important;
	}*/
	.process-section {
		padding: 0 0 600px;
	}
}

/*@media (min-width:1650px) and (max-width:1880px) {
	header .carousel-item {
		height: 720px !important;
	}
}

@media (max-width:1280px) {
	header .carousel-item {
		height: 520px !important;
	}
}

@media (max-width:1220px) {
	header .carousel-item {
		height: 480px !important;
	}
}*/

@media (min-width:991px) and (max-width:1199px) {
	.deposit-item-number {
		font-size: 1.4rem;
	}
	.deposit-section h3 {
		font-size: 1.4rem;
	}
	.deposit-section > h3 {
		font-size: 1.8rem;
	}
	.deposit-item-value p {
		font-size: 1.4rem;
	}
	.deposit-item-date {
		font-size: 1.4rem;
	}
}

@media (max-width:1199px) {
	.football-list-process li ul {
		font-size: 1.6rem;
	}
	.football-list-top li ul li .fa {
		font-size: 1.6rem;
		margin-right: 5px;
	}
	.nav-header a {
		font-size: 1.5rem;
	}
	.nav-item {
		margin-right: 15px;
		padding: 4px 0;
	}
	.withdraw-item-number {
		font-size: 1.4rem;
	}
	.withdraw-item-number h3 {
		font-size: 1.4rem;
	}
}

@media (max-width:1191px) {
	.navbar-brand::before {
		width: 60px;
		left: -60px;
	}
	.navbar-brand::after {
		width: 60px;
		right: -60px;
	}
	.slick-slider {
		padding-top: 24px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 22px;
	}
}

@media (min-width:768px) and (max-width:1191px) {

	.sv-content h3 {
		margin-bottom: 10px;
	}
	.sv-content p {
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin-bottom: 0;
	}
	.sv-content .btn {
		margin-top: 15px;
	}
	.section-sv {
		padding-top: 40px;
	}
	.sv-content p {
		margin-bottom: 0;
	}
	.sv-content .btn {
		display: none;
	}
	.link-mb {
		display: block;
		color: #f7ee7a;
		text-decoration: underline;
	}
	.link-mb:hover {
		opacity: 0.8;
		color: #f7ee7a;
	}
}

/*
@media (max-width:1140px) {
	header .carousel-item {
		height: 460px !important;
	}
}

@media (max-width:1100px) {
	header .carousel-item {
		height: 440px !important;
	}
}

@media (max-width:1030px) {
	header .carousel-item {
		height: 420px !important;
	}
}
*/

@media (max-width:991px) {
	.navbar-brand::before {
		width: 50px;
		left: -60px;
	}
	.navbar-brand::after {
		width: 50px;
		right: -60px;
	}
	.slides-navigation {
		top: 55%;
	}
	.section-bs .content-divider {
		display: none;
	}
	.banner-item .content-divider {
		display: none;
	}
	.banner-col {
		margin-bottom: 30px;
	}
	.withdraw-section {
		margin-top: 30px;
	}
	.banner-activities {
		text-align: center;
	}
/*	header .carousel-item {
		height: 400px !important;
	}*/
	.nav-item {
		margin-right: 5px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 1.4rem;
	}
	.contact-top a img {
		max-width: 24px;
	}
/*	header .carousel-item {
		height: 380px !important;
	}*/
	.process-section {
		padding: 60px 15px;
	}
	.process-img {
		display: none;
	}
	.process-section .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.process-section .heading-section {
		text-align: center !important;
	}
	.process-main {
		display: block;
	}
	.process-section {
		background-image: none;
	}
	.process-list-item p {
		margin-top: -6px;
		font-family: 'kanitsemibold';
		color: #000;
	}
	.football-list-process li ul {
		padding-left: 0;
		font-size: 1.5rem;
	}
	.football-list-top li ul li {
		margin-bottom: 0;
	}
	.nav-header a {
		font-size: 1.2rem;
	}
	.casino-list-process ul {
		padding-left: 0;
	}
	.navbar-nav .dropdown-menu {
		z-index: 99;
	}
	.navbar-topbar .container {
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}
	.nav-link .fa {
		display: none;
	}
	.sagaming-section .content-divider {
		display: block;
	}
}


/*@media (max-width:890px) {
	header .carousel-item {
		height: 360px !important;
	}
}

@media (max-width:850px) {
	header .carousel-item {
		height: 340px !important;
	}
}

@media (max-width:800px) {
	header .carousel-item {
		height: 320px !important;
	}
}*/

@media (max-width:767px) {
	.nav-dt {
		display: none;
	}
	.nav-mobile {
		display: block;
	}

	header {
		position: relative;
	}
	.ace-responsive-menu li a:hover {
		background: #111111 !important;
	}
	.cvpage {
		margin-top: 88px;
	}
	.slides-navigation {
		top: 45%;
	}
	.section-bs {
		padding: 30px 0;
	}
	.banner-activities {
		text-align: center;
		margin: 0 auto;
	}
	.sv-image {
		margin-top: 30px;
	}
	.sv-content {
		text-align: center;
	}
	.sv-content .btn {
		margin-top: 10px;
	}
	.footer-section .content-divider {
		display: none;
	}
	.football-list-top li ul li {
		width: 100%;
	}
	.line-divider {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.img-wrapper {
		margin-bottom: 0;
	}
	.social-mb {
		position: fixed;
		bottom: 0;
		width: 100%;
		overflow: hidden;
		z-index: 999;
		height: 50px;
		display: block;
	}
	.social-mb ul {
		padding-left: 0;
	}
	.social-mb li {
		width: 100%;
		text-align: center;
		line-height: 50px;
		list-style-type: none;
		font-weight: bold;
	}
	.social-mb li img {
		max-width: 24px;
	}
	.social-mb ul a {
		color: #fff;
	}
	.social-mb-line {
		background: #00bd00;
	}
	.copyright li:first-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		text-align: center;
		line-height: 22px;
	}
	.copyright li:last-child {
		display: none;
	}
	.copyright {
		margin-bottom: 50px;
	}
	.container {
		overflow: hidden;
	}
}

/*@media (max-width:755px) {
	header .carousel-item {
		height: 300px !important;
	}
}

@media (max-width:705px) {
	header .carousel-item {
		height: 280px !important;
	}
}

@media (max-width:659px) {
	header .carousel-item {
		height: 260px !important;
	}
}*/

@media (max-width: 630px) {
	.carousel h1 {
		width: 85%;
	}
}
/*
@media (max-width: 610px) {
	header .carousel-item {
		height: 200px !important;
	}
}*/

@media (max-width:576px) {

	.banner-item .content-divider {
		display: none;
	}
	.banner-item .img-wrapper {
		margin-bottom: 0;
	}
	.withdraw-section {
		margin-top: 0;
	}
	.menu-toggle .icon-bar {
		width: 24px;
	}
	.menumb-control .btn {
		padding: 5px;
	}
	.navbar-nav .dropdown-menu {
		right: -50px;
	}
	.article-item {
		margin-bottom: 15px;
	}
	.navbar-topright {
		text-align: left !important;
		padding-left: 0;
	}
	.navbar-topright a {
		text-decoration: underline;
	}
}

@media (max-width:567px) {
	.banner-text h1 {
		font-size: 40px;
		top: 25%;
		line-height: 48px;
	}
	.sv-content h3 {
		font-size: 2.4rem;
	}
	.btn-outline {
		padding: 15px 60px;
	}
	.float-panel-left {
		top: 240px;
		border: 1px solid #fff;
	}
	.withdraw-section{/*
		width: 405px;
		height: 306px;*/
		background: #000;
	}
}

@media (max-width: 480px) {
	/*header .carousel-item {
		height: 180px !important;
	}*/
	/*.banner-item .img-wrapper {
    margin-bottom: 15px;
}*/
	.heading-section br {
		display: none;
	}
}

/*@media (max-width: 420px) {
	header .carousel-item {
		height: 140px !important;
	}
}*/
