@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
	box-sizing: border-box
}

@media screen and (max-width: 768px) {
	.container {
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.container {
		width: 100%;
	}
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

.h1,
.h5,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	.h1,
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

.h5 {
	font-size: 1.25rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

b {
	font-weight: bolder
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

img {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

tbody,
td,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

iframe {
	border: 0
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.g-1 {
	--bs-gutter-x: 0.25rem
}

.g-1 {
	--bs-gutter-y: 0.25rem
}

.g-2 {
	--bs-gutter-x: 0.5rem
}

.g-2 {
	--bs-gutter-y: 0.5rem
}

.g-3 {
	--bs-gutter-x: 1rem
}

.g-3 {
	--bs-gutter-y: 1rem
}

.g-4 {
	--bs-gutter-x: 1.5rem
}

.g-4 {
	--bs-gutter-y: 1.5rem
}

@media (min-width:576px) {
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:768px) {
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}
}

@media (min-width:992px) {
	.g-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-3 {
		--bs-gutter-x: 1rem
	}
	.g-lg-3 {
		--bs-gutter-y: 1rem
	}
	.g-lg-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-4 {
		--bs-gutter-y: 1.5rem
	}
}

@media (min-width:1400px) {
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem
}

.nav-pills .nav-link.active {
	color: #fff;
	background-color: #0d6efd
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important
}

.align-self-center {
	align-self: center!important
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url(../webfonts/fa-brands-400.eot);
	src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Duotone";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../webfonts/fa-duotone-900.eot);
	src: url(../webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-duotone-900.woff2) format("woff2"), url(../webfonts/fa-duotone-900.woff) format("woff"), url(../webfonts/fa-duotone-900.ttf) format("truetype"), url(../webfonts/fa-duotone-900.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url(../webfonts/fa-light-300.eot);
	src: url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-light-300.woff2) format("woff2"), url(../webfonts/fa-light-300.woff) format("woff"), url(../webfonts/fa-light-300.ttf) format("truetype"), url(../webfonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../webfonts/fa-regular-400.eot);
	src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
	font-family: 'PSL';
	src: url(/assets/PSL154pro_1-17ce2e9893cd926e923cff76a7666b00b878337953e80a00f5f75d96591fa62b.woff) format("woff")
}

@font-face {
	font-family: 'PSLBB';
	src: url(/assets/PSL156pro_1-78819c495f7f7856090c088c99614b223b0bb9d68b17a90f7cb5a29ab792f22f.woff) format("woff")
}

body,
h1,
h2,
h3,
p,
a {
	font-family: "PSL" !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important
}

h1.h-title {
	font-size: 110px !important;
	line-height: 80px !important
}

@media screen and (max-width: 3000px) and (min-width: 900px) {
	.h1,
	h1 {
		font-size: 50px !important;
		line-height: 50px !important
	}
	h2 {
		font-size: 40px !important;
		line-height: 40px !important
	}
	h3 {
		font-size: 30px !important;
		line-height: 30px !important
	}
	body,
	p,
	a,
	section {
		font-size: 25px !important;
		line-height: 25px !important;
		color: white
	}
}

.h5 {
	font-size: 23px !important;
	line-height: 23px !important
}

b {
	font-family: 'PSLBB' !important;
	font-weight: inherit !important
}

a {
	cursor: pointer;
	text-decoration: inherit !important
}

a:hover {
	color: #000 !important
}

ul {
	margin: 0px;
	padding-inline-start: 30px
}

button {
	width: 90%;
	min-height: 30px;
	border: 0px;
	background: #ffffff00;
	color: white
}

:focus {
	outline: -webkit-focus-ring-color auto 0px !important
}

button:focus {
	outline: 0px dotted !important;
	outline: 0px auto -webkit-focus-ring-color !important
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 38px !important;
		line-height: 38px !important
	}
	h2 {
		font-size: 33px !important;
		line-height: 33px !important
	}
	h3 {
		font-size: 28px !important;
		line-height: 28px !important
	}
	body,
	p,
	a,
	section {
		font-size: 23px !important;
		line-height: 23px !important;
		color: white
	}
}

@media screen and (max-width: 3000px) and (min-width: 1025px) {
	._mobile {
		display: none
	}
	.bg-game img {
		height: 90px;
		width: auto
	}
}

body {
	background-image: url(/assets/user/sy/home/bg-b711d051ae9d585532b106677f630b968664427b59ef89821cdd294385bec20e.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.dv-bg-home-top {
	background-image: url(/assets/user/sy/home/sld-b907a8e9592b0ccfe0086e5abe7d5423d6c952fec70a7724709282b7294ade8a.jpg);
	padding: 50px;
	border-radius: 15px;
	border: 3px solid #e8c75c;
	background-position: center center;
	background-size: cover
}

section.sec-bg-footer-l {
	padding: 100px 0
}

.div-logo-header {
	max-width: 170px
}

.div-logo-head {
	padding: 20px 0
}

.tabs-width-hilo {
	margin: auto;
	max-width: 950px
}

.dv-bggar-line {
	background-image: linear-gradient(to right, #a0762e, #e7dfae, #865c21, #593a13, #a0762e);
	height: 2px
}

.div-link-in {
	background-image: linear-gradient(#ecbc60, #fbea86, #be8e3f);
	text-align: center;
	padding: 7px;
	border-radius: 50px;
	box-shadow: 0 0 5px #0000004a;
	max-width: 170px;
	border: 2px solid #ffffffcf
}

.home-service {
	border-radius: 5px;
	position: relative
}

.border-line {
	max-width: 40px;
	height: 3px;
	background: #dfa21a;
	margin: 10px 0
}

.div-link-in a {
	color: #000
}

.div-logo-footer {
	max-width: 300px;
	margin: 0 auto 50px
}

.div-promotion {
	max-width: 800px;
	margin: auto
}

.div-bor-pro {
	border-radius: 5px;
	background-image: linear-gradient(to right, #a0762e, #e7dfae, #865c21);
	padding: 2px;
	overflow: hidden
}

.div-bor-pro img {
	border-radius: 4px
}

.div-text-footer {
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center
}

img.img-icon-mini {
	width: 20px;
	height: 20px;
	margin-top: -7px
}

.div-footer-l {
	max-width: 900px;
	margin: auto
}

section.sec-bg-footer-ll {
	background: #121212;
	padding: 50px 0 20px
}

.div-bp-footer {
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center
}

img.img-bank-set {
	margin-bottom: 20px
}

img.img-payment-set {
	max-width: 455px
}

img.img-line {
	width: 30px;
	height: 30px;
	margin-top: -10px
}

.dv-line-qr {
	max-width: 215px
}

img.img-qr {
	width: 100%;
	margin-top: 10px;
	border-radius: 5px
}

img.img-icon-title {
	max-width: 35px;
	height: 35px;
	margin-top: -10px
}

.dv-line-qr h3 {
	text-align: center;
	background: #059305;
	padding: 5px;
	border-radius: 5px;
	margin-top: 20px !important
}

.dv-text-vdo {
	text-align: center;
	margin-bottom: 20px
}

.dv-video {
	max-width: 650px;
	margin: auto
}

.dv-width-step {
	max-width: 600px
}

.mg-bt {
	margin-bottom: 50px
}

.mg-bt-two {
	margin-bottom: 20px
}

.div-box-tab {
	margin: 0px auto;
	width: 100%;
	display: inline-block
}

.tabs-width {
	max-width: 1200px;
	margin: auto;
	background: #181818;
	border-radius: 10px;
	border: 2px solid #e8c75c;
	overflow: hidden
}

.div-bg-game-tabs {
	max-width: 1000px;
	margin: auto;
	text-align: center
}

.div-bg-tab {
	padding: 20px 0
}

.div-bg-tab-de {
	padding: 100px 0px 100px;
	background-image: url(/assets/user/sy/home/bg-mid-6aebef297e023605588a168e55d832d2c1e8b1b163d70dad4a70ba42434039dc.jpg);
	background-position: center center;
	background-size: cover
}

.bg-game {
	filter: drop-shadow(0px 0px 10px #000)
}

img.img-tabs-icon {
	width: auto;
	height: 95px;
	margin-bottom: -10px
}

ul#pills-tab {
	margin: 0px auto
}

li.nav-item {
	width: 25%;
	padding: 0 10px
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	background-color: transparent
}

.nav-pills .nav-link.active p,
.nav-pills .nav-link:hover p {
	color: #e2c56a !important
}

button.nav-link {
	width: 100%
}

.tab-content>.active {
	display: block;
	background: #bcbbbb00;
	border-bottom: 0px solid #ffffff00
}

.tab-dw {
	background-image: linear-gradient(#000, #1e1e1e);
	border: 2px solid #e8c75c;
	margin: 0 auto 50px;
	border-radius: 50px;
	overflow: hidden;
	display: flex
}

img.img-icon-tabs {
	height: 80px
}

.div-border-tab {
	border-left: 1px solid #ffffff1c;
	border-right: 1px solid #ffffff1c
}

button.tablinks {
	width: 33.33%;
	float: left;
	padding: 10px
}

button.tablinks.active {
	background-image: linear-gradient(#f9c255, #f9c255, #ffeda1);
	color: black
}

.dv-bg-tabs-detel {
	margin-bottom: 50px;
	max-width: 1000px;
	display: grid
}

button.tabgame {
	width: 23%;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	padding: 0px;
	margin: 0 1%;
	opacity: 0.5;
	text-align: left;
	background: #0000003b
}

.dv-img-game-show {
	background: #121212;
	margin-top: -100px;
	padding: 50px 0;
	margin-bottom: 50px
}

.dv-img-width-game-show {
	max-width: 1000px;
	margin: auto
}

button.tabgame.active,
button.tabgame:hover {
	filter: grayscale(0%);
	opacity: 1
}

button.tabgame.active .dv-ac-ser,
button.tabgame:hover .dv-ac-ser {
	background-image: linear-gradient(#f9c255, #f9c255, #ffeda1);
	color: #000000;
	box-shadow: inset 0px 0px 2px #0000005c
}

button.tabgame.active .dv-ac-ser p,
button.tabgame:hover .dv-ac-ser p {
	color: #313131;
	text-shadow: 0 0 #313131
}

td.td-game {
	width: 20%;
	float: left
}

.bg-game {
	padding: 5px 10px
}

@media only screen and (max-device-width: 1023px) {
	._desktop {
		display: none
	}
	.container {
		max-width: initial !important;
		padding-right: 20px !important;
		padding-left: 20px !important
	}
	.dv-bg-home-top {
		padding: 20px;
		text-align: center
	}
	img.img-tabs-icon {
		width: auto;
		height: 60px;
		margin-bottom: -5px
	}
	.dv-img-game-show {
		padding: 20px
	}
	.dv-width-step {
		max-width: 300px;
		margin: auto
	}
	.div-link-in-width {
		margin: 50px auto !important
	}
	.border-line {
		margin: 10px auto
	}
	.div-bg-game-tabs {
		padding: 20px
	}
	.div-logo-footer {
		max-width: 200px !important
	}
	img.img-payment-set {
		max-width: 380px !important
	}
	section.sec-bg-footer-ll {
		margin-bottom: 45px
	}
	.tabs-width {
		margin: 0 16px
	}
	section.sec-bg-footer-l {
		padding: 50px 0 !important
	}
	.dv-text-qr {
		text-align: center
	}
	.dv-line-qr {
		margin: auto
	}
	.dv-img-mb {
		text-align: center
	}
	img.img-mb {
		max-width: 305px
	}
	.div-promotion {
		padding: 0 20px
	}
}

@media only screen and (max-device-width: 414px) {
	li.nav-item {
		width: 50% !important;
		padding: 5px !important
	}
	td.td-title-game-show {
		width: 50%;
		float: left;
		padding: 20px
	}
	button.tabgame {
		width: 48%;
		margin: 1%
	}
	td.td-game {
		width: 50%;
		float: left
	}
	.bg-game {
		padding: 0px 5px
	}
	h1.h-title {
		font-size: 70px !important;
		line-height: 60px !important
	}
}

@media only screen and (min-device-width: 415px) and (max-device-width: 765px) {
	button.tabgame {
		width: 48%;
		margin: 1%
	}
	h1.h-title {
		font-size: 70px !important;
		line-height: 60px !important
	}
	td.td-game {
		width: 33.33%;
		float: left
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	._mobile {
		display: none
	}
}

.border-glow {
	height: 3px;
	margin: 8px auto;
	background: linear-gradient(90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent);
	width: 50%;
	transition: all .6s
}

.home-service:hover .border-glow {
	width: 65%
}

img.img-icon-home {
	height: 55px
}

.border-glow-tabs {
	height: 3px;
	margin: 8px auto;
	background: linear-gradient(90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent);
	width: 0%;
	transition: all .6s
}

.nav-pills .nav-link.active .border-glow-tabs,
.nav-link:hover .border-glow-tabs {
	width: 65%
}

.img-zoom {
	transition: transform .2s
}

.bg-game:hover .img-zoom {
	transform: scale(1.02);
	filter: drop-shadow(0px 0px 5px #fff);
	cursor: pointer
}

.div-anime-re {
	transition: all .2s;
	-webkit-animation: my-animation-l 1s ease-out 1.5s infinite alternate;
	animation: my-animation-l 1s ease-out 1.5s infinite alternate;
	border-radius: 50px
}

@keyframes my-animation-l {
	0% {
		box-shadow: 0 0 2px #fff, 0 0 5px #e5bb58, 0 0 7px #e5bb58, 0 0 10px
	}
	100% {
		box-shadow: 0 0 5px #fff, 0 0 13px #e5bb58, 0 0 21px #e5bb58, 0 0 29px #e5bb58
	}
}

.shine-hover {
	position: relative;
	overflow: hidden;
	transition: all ease-in-out .6s;
	cursor: pointer
}

.shine-hover:hover {
	filter: grayscale(0.7)
}

.shine-hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #ffffffd1, transparent);
	transition: .6s;
	z-index: 9999;
	opacity: .8
}

.shine-hover:hover:before {
	transition-delay: .3s;
	left: 100%
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
	src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

img.img-sb-sys {
	max-width: 60px
}