body {
	font-family: Roboto,sans-serif;
	position: relative;
	min-height: 100vh;
}

.content {
	padding-bottom: 90px;
	overflow: hidden;
}

.btn:focus,
.btn:active:focus {
	outline: none;
}

#Section1 {
	background-image: url("/assets/pngroom/img/play-now-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	padding: 25px 0;
	text-align: center;
}
#Section1 .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 4px 2px #BFBFBF;
}
#Section1 .img-logo {
	width: 180px;
	margin-bottom: 10px;
}
#Section1 .btn-play-now {
	background-color: #CA191F;
	background-image: linear-gradient(rgba(255,255,255,0.2), transparent);
	color: #FFF;
	width: 190px;
	margin: 10px auto;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #B3B3B3;
	-webkit-box-shadow: 1px 3px 3px #A6A6A6;
	box-shadow: 1px 3px 3px #A6A6A6;
}
#Section1 .btn-play-now:hover,
#Section1 .btn-play-now:focus {
	background-color: #878B8E;
}

@media (min-width: 768px) {
	.content {
		padding-bottom: 32px;
	}

	#Section1 {
		height: 215px;
	}
	#Section1 .title {
		font-size: 20px;
	}
	#Section1 .img-logo {
		width: 220px;
	}
	#Section1 .btn-play-now {
		width: 250px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.content {
		padding-bottom: 36px;
	}

	#Section1 {
		height: 230px;
	}
	#Section1 .img-logo {
		width: 240px;
	}
	#Section1 .btn-play-now {
		padding: 12px;
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	#Section1 {
		height: 280px;
		padding: 44px 0;
	}
	#Section1 .img-logo {
		margin-bottom: 15px;
	}
}

@media (min-width: 1800px) {
	#Section1 {
		height: 320px;
		padding: 60px 0;
	}
	#Section1 .img-logo {
		margin-bottom: 20px;
	}
}

/*=============================
=            Icons            =
=============================*/
.icons {
	display: inline-block;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
} 
.icons-chip {
	background-image: url("/assets/pngroom/img/icons/chip.png");
	width: 19px; height: 19px;
}
.icons-exit {
	background-image: url("/assets/pngroom/img/icons/exit.png");
	width: 19px; height: 19px;
}
.icons-football {
	background-image: url("/assets/pngroom/img/icons/football.png");
	width: 19px; height: 19px;
}
.icons-help {
	background-image: url("/assets/pngroom/img/icons/help.png");
	width: 19px; height: 19px;
}
.icons-home {
	background-image: url("/assets/pngroom/img/icons/home.png");
	width: 19px; height: 19px;
}
.icons-poker {
	background-image: url("/assets/pngroom/img/icons/poker.png");
	width: 19px; height: 19px;
}
.icons-slot {
	background-image: url("/assets/pngroom/img/icons/slot.png"); 
	width: 19px; height: 19px;
}

@media (min-width: 768px) {
	.icons {
		margin-right: 4px;
	}
}

@media (min-width: 1200px) {
}

/*=====  End of Icons  ======*/


/*==============================
=            Header            =
==============================*/
header .navbar-brand {
	display: block;
	float: none;
	width: 250px;
	height: 81px;
	margin: 0 auto;
	padding: 16px 0; 
}
header .navbar-top {
	background-color: #FFF;
	padding: 5px 0;
	border-top: 6px solid #2085C6;
}
header .navbar-bottom {
	background-color: #09293E;
	height: 140px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
header .navbar-right {
	margin-right: 0;
}
header .btn-signup,
header .btn-login {
	width: 135px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
header .btn-signup:hover, header .btn-signup:focus,
header .btn-login:hover, header .btn-login:focus {
	background-color: #9EA3A7;
	color: #FFF;
}
header .btn-signup	{
	background-color: #2285C8;
	margin-right: 10px;
}
header .btn-login	{
	background-color: #ED2025;
}

#HeaderTopRight {
	margin: 0;
	text-align: right;
}
#HeaderTopRight > li {
	display: inline-block;
}
#HeaderTopRight > li > a {
	display: block;
	color: #333;
	margin: 0;
	padding: 6px 2px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}
#HeaderTopRight > li > a:focus,
#HeaderTopRight > li > a:hover {
	color: #2285C8;
	text-decoration: none;
}
#HeaderTopRight > li > a:focus .icons,
#HeaderTopRight > li > a:hover .icons {
	background-position: bottom;
}

#HeaderBottomRight {
	margin: 0 0 15px 0;
	text-align: center;
}

.other-game-menu {
	display: none;
	position: absolute; left: 0; right: 0;
	background-color: #FFF;
	overflow: hidden;
	z-index: 9;
}
.other-game-menu .nav-tabs {
	margin: 0 auto; padding: 10px 0 8px;
	border: 0;
	text-align: center;
}
.other-game-menu .nav-tabs:after {
	content: "";
	position: relative; bottom: -8px;
	background-color: #B7DBF3;
	width: 290px; height: 5px;
	margin: 0 auto;
}
.other-game-menu .nav-tabs > li {
	display: inline-block; float: none;
}
.other-game-menu .nav-tabs > li > a {
	color: #000;
	margin: 7px 15px; padding: 0;
	border: 0;
	text-transform: uppercase;
}
.other-game-menu .nav-tabs > li.active > a,
.other-game-menu .nav-tabs > li > a:hover,
.other-game-menu .nav-tabs > li > a:focus {
	background-color: transparent;
	color: #2285C8;
	border: 0;
}
.other-game-menu .nav-tabs > li.active > a .icons,
.other-game-menu .nav-tabs > li > a:hover .icons,
.other-game-menu .nav-tabs > li > a:focus .icons {
	background-position: bottom;
}

.other-game-menu .tab-content {
	padding: 25px 0 10px;
}
.other-game-menu .tab-pane {
	width: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.other-game-menu .tab-pane.active {
	display: table;
}
.other-game-menu .tab-pane > li {
	display: inline-block;
	width: calc(50% - 3px);
}
.other-game-menu .tab-pane > li > a {
	display: block;
	margin: 0 10px;
	margin-bottom: 20px;
}
.other-game-menu .tab-pane > li img {
	width: 100%;
	height: 107px;
	object-fit: cover;
	object-position: top;
}
.other-game-menu .tab-pane:hover > li:not(:hover) {
	opacity: 0.5;
	-moz-transition: opacity .7s ease-out;
	-webkit-transition: opacity .7s ease-out;
	-o-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out;
}
.other-game-menu .tab-pane:hover > li:hover img {
	object-position: bottom;
}

@media (min-width: 768px) {
	header .navbar-brand {
		width: 335px;
		height: 98px;
	}
	header .navbar-bottom {
		height: 98px;
	}
}

/*=====  End of Header  ======*/


/*==============================
=            Banner            =
==============================*/

.banners {
	margin: 0 -14px;
}
.banners .slick-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 240px;
}
.banners .slick-banner[data-title="Login"] {
	background-image: url("/assets/pngroom/img/banners/login.jpg");
}
.banners .slick-banner[data-title="Transfer"] {
	background-image: url("/assets/pngroom/img/banners/transfer.jpg");
}
.banners .slick-banner[data-title="Win"] {
	background-image: url("/assets/pngroom/img/banners/win.jpg");
}
.banners .slick-banner[data-title="Withdraw"] {
	background-image: url("/assets/pngroom/img/banners/withdraw.jpg");
}

@media (min-width: 768px) {
	.banners .slick-banner {
		height: 340px;
	}
}

@media (min-width: 1200px) {
	.banners .slick-banner {
		height: calc(100vw * 25/96);
		min-height: 400px;
	}
}

/*=====  End of Banner  ======*/


/*==============================
=            Footer            =
==============================*/
footer {
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	background-color: #09293E;
}
footer p {
	color: #FFF;
	margin: 0;
	padding: 8px 0;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	footer {
		bottom: 0;
	}
	footer p {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	footer p {
		font-size: 14px;
	}
}

/*=====  End of Footer  ======*/


/*==================================
=            Responsive            =
==================================*/
@media (min-width: 550px) {
	.other-game-menu .tab-pane {
		width: 500px;
	}
	.other-game-menu .tab-pane > li {
		width: calc(100%/3 - 3px);
	}
	.other-game-menu .tab-pane > li img {
		height: 121px;
	}
}

@media (min-width: 768px) {
	header .btn-signup,
	header .btn-login {
		font-size: 18px;
	}
	header .btn-signup {
		width: 150px;
	}
	header .btn-login {
		width: 150px;
	}

	#HeaderTopRight > li > a {
		padding: 6px 8px;
		font-size: 12px;
	}

	.other-game-menu .tab-pane {
		width: 700px;
	}
	.other-game-menu .tab-pane > li {
		width: calc(25% - 3px);
	}
	.other-game-menu .tab-pane > li img {
		height: 128px;
	}

	#HeaderBottomRight {
		margin: 26px 0 0 0;
	}
}

@media (min-width: 992px) {
	.other-game-menu .tab-pane {
		width: 800px;
	}
	.other-game-menu .tab-pane > li img {
		height: 149px;
	}
}

@media (min-width: 1200px) {
}