body {
	background: #194045;
	font-family: 'Open Sans', sans-serif;
	color: #f9f9f9;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #ffb70d;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #ff6900;
}

#header {
	padding: 0;
	min-height: 5em;
	max-height: 8em;
}

/* css for menu mobile */

.mobile-menu-button {
	display: none;
}
.mobile-menu-button button {
	overflow: visible;
	background: no-repeat;
	border: none;
	box-sizing: border-box;
}
.hamburger {
	width: 30px;
	height: 23px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	background-color: #fff;
}
/* nomal */
.hamburger span:first-child {
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.hamburger span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.hamburger span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
/* end of css for menu mobile */
.logo {
	width: 12em;
	margin: 0.5em 0 0;
	overflow: auto;
}
.logo img {
	width: 100%;
}
.main-header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.nav {
	width: 44em;
	margin-left: 5em;
}
.nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.nav ul li {
	margin: 2em 0 0 0;
	padding: 0 0.6em;
	list-style-type: none;
}

.nav ul li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
}
.user-menu {
	margin-left: auto;
}
.user-menu ul {
	display: flex;
}
.user-menu li {
	margin-top: 1.8em;
}

.login-button {
	border: 1px solid #cf2e2e;
	border-radius: 0.3em;
	padding: 0.5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	margin-right: 0.5em;
	background: #cf2e2e;
}
.login-button:hover {
	background: #3B9354;
	border: 1px solid #3B9354;
	color:#fff;
	text-decoration:none;
}
.register-button {
	border: 1px solid #3B9354;
	border-radius: 0.3em;
	padding: 0.5em;
	color: #fff;
	margin-right: 0;
	background: #3B9354;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
}
#nav-sub {
	color: #fff;
	background: #296069;
	overflow: auto;
	height: 3em;
}
.closebtn {
	display: none;
}
.nav-sub-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.nav-sub-content ul {
}
.nav-sub-content li {
	padding: 0.8em 1.5em 0.5em 0.2em;
	float: left;
}
.nav-sub-content li a {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-mobile {
	display: none;
}
.sticky-menu-content {
	margin-left: auto;
	order: 2;
}
.sticky-menu-content li {
	background: #ffc107;
	border-color: #ffc107;
	color: #222;
	margin: 0.5em 0;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	font-weight: 600;
}
.slide {
	width: 100%;
	margin: 0 auto;
	background: #000;
}
.swiper {
	width: 100%;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
}
.slide-mobile {
	display: none;
}


#main {
	width: 1200px;
	margin: 15px auto;
	overflow: auto;
}
/* home page start */

.new-post {
	width: 890px;
	float: left;
}
.new-post li {
	float: left;
	width: 440px;
	overflow: hidden;
}
.new-post li:first-child {
	margin-right: 10px;
}

.new-post ul li img {
	width: auto;
	height: 600px;
}

.new-post li a h3 {
	background: url(../images/bg-post-h3.png);
	position: relative;
	margin-top: -4em;
	font-size: 1.5em;
	padding: 0.6em 0.5em 0.8em;
	height: 4em;
	line-height: 1.4em;
	color: #fff;
	overflow: hidden;
	font-weight: 600;
}
.new-post ul li a:hover h3 {
	background: #222;
	color:#fff
}

.second-post {
	float: left;
	width: 300px;
	margin-left: 10px;
}
.second-post li {
	height: 195px;
	width: 300px;
	overflow: hidden;
	margin-top: 5px;
}
.second-post img {
	width: 300px;
	height: auto;
}

.second-post ul li a h3 {
	font-size: 1em;
	margin-top: -3em;
	background: url(../images/bg-post-h3.png);
	position: relative;
	color: #fff;
	width: 100%;
	height: 3em;
	padding: 0.5em;
	line-height: 21px;
	font-weight: 600;
}
.second-post ul li a:hover h3 {
	background: #222;
	color:#fff
}

.main-game li {
	width: 191px;
	float: left;
	margin: 0 5px;
}
.main-game li:first-child {
	margin-left: 0px;
}
.main-game li:last-child {
	margin-right: 0px;
}
.main-game li img {
	width: 100%;
	height: 280px;
}

.home-box {
	margin-bottom: 20px;
}
.home-blog {
	display: flex;
}

.listgame {
	overflow: hidden;
	margin-left: 0;
}
.listgame ul {
	display: flex;
}
.listgame li {
	float: left;
	margin: 0px 0px 15px 15px;
	width: 226px;
}
.listgame li:first-child {
	margin-left: 3px;
}

.listgame img {
	width: 100%;
	opacity: 0.8;
}

/* Flashing */
figure {
	margin: 0 0 0rem;
}
.listgame figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.hot-game figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.card {
	margin: 0px 5px 0px;
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
	border: #fff;
}
.card:first-child {
	margin-left: 0;
}
.card:last-child {
	margin-right: 0;
}
.card h2 {
	font-size: 18px;
	color: #005ea6;
	margin: 10px 0px 15px;
	font-weight: 600;
}

.card p {
	font-size: 13px;
	font-weight: 600;
}
.card-img {
	margin: 0px 5px 0px;
	padding: 0;
}
.card-img:first-child {
	margin-left: 0;
}
.card-img:last-child {
	margin-right: 0;
}
.doitac-bank {
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 0.5em;
	row-gap: 1em;
}
.doitac-bank li img {
	width: 100%;
}
.doitac-game {
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: repeat(7,1fr);
	gap: 0.5em;
}
.doitac-game li img {
	width: 100%;
}

.home-box h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #e9cb97;
	margin-bottom: 1em;
	background: linear-gradient(0.25turn, #c08f35 , #fbe27e , #c08f35);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	line-height: 1.5em;
}

.home-blog article {
	height: 17em;
	margin-top: 1em;
	border-bottom: 1px dashed #ccc;
}
.home-blog .post-info {
	font-size: 12px;
	margin: 5px 0;
}
.home-blog article h2 {
	font-size: 1.5em;
	font-weight: 600;
}
.featured-thumbnail {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.featured-thumbnail img {
	width: 250px;
	height: 163px;
}

.readMore {
	float: right;
	background: #ccc;
	padding: 5px 10px;
	font-size: 0.8em;
}
/* end home page */

.sub-game li {
	border-bottom: 1px dotted #005ea6;
	padding: 5px 10px;
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0px 16px;
	margin-left: 6px;
}
.sub-game li a {
    color: #005ea6;
    font-weight: 600;
    font-size: 14px;
	background: none;
}

.no-margin {
	margin: 0px;
	padding:0px;
}
.sidebar {
	float: left;
	width: 350px;
	margin-left: 20px;
	margin-top: 5px;
}
.sidebar-left {
	float: left;
	width: 350px;
	margin-top: 20px;
}

.sidebar-left .closebtn {
	display: none;
}

.box-sidebar {
	border-radius: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}
.manage {
	box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border-top: 5px solid rgba(87, 0, 0, 0.15);
	border-color: #296069;
}

.box-sidebar h2 {
	font-size: 1.2em;
	margin: 0px 0px;
	padding: 10px 10px;
	background: linear-gradient(0deg,#ccc,#ddd);
	color: #222;
	font-weight: 600;
}
.box-sidebar li {
	margin: 10px 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 10px 5px 15px;
	overflow: auto;
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0 9px;
}
.box-sidebar li a {
	font-size: 14px;
	font-weight: 300;
	color: #0274be;
}
.with-img li {
	background: none;
	padding: 0 0px 10px;
}
.with-img li img {
	float: left;
	width: 115px;
	height: 75px;
	margin-right: 10px;
}
.with-img li a h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
}

.manage li a {
	font-size: 18px;
	font-weight: 600;
}
.box-sidebar table {
	margin: 0 10px;
	font-size: 13px;
	width: 330px;
	color: #6c7378;
}
.box-sidebar table th {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}
.box-sidebar-label {
	font-weight: 600;
}



/* css for sidebar wordpress */
.widget {
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}
.wp-block-group h2 {
	font-size: 1.2em;
	margin: 0px 0px;
	padding: 10px 10px;
	background: linear-gradient(0deg,#ccc,#ddd);
	color: #222;
	font-weight: 600;
}
.wp-block-group li {
	margin: 10px 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 10px 5px 15px;
	overflow: auto;
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0 9px;
}
.wp-block-group li a {
	font-size: 1em;
	font-weight: 600;
	color: #0274be;
}

#footer {
	margin: 0px;
	color: #fff;
	background: #296069;
}
#footer p {
	font-size: 12px;
	font-weight: 600;
	margin: 5px;
}
.main-footer {
	width: 1200px;
	margin: 20px auto 0;
	background: #296069;
	padding: 20px 10px;
}
.menu-footer {
	overflow: auto;
	border-bottom: 1px dotted #fff;
}
.menu-footer ul {
	margin: 0px;
	padding: 0;
}
.menu-footer ul li {
	float: left;
	margin: 5px;
	list-style-type: none;
	margin: 0px 25px 5px 0px;
}

.menu-footer ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.submenu-footer {
	overflow: auto;
	font-size: 13px;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 5px;
}

.submenu-footer ul {
	margin: 0;
	padding: 0;
}
.submenu-footer ul li {
	float: left;
	margin: 5px;
	list-style-type: none;
	margin: 0px 15px 5px 0px;
	font-size: 13px;
	font-weight: 600;
}
.submenu-footer ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

/* CSS for all templates */
.fast-insert-form {
	height: 40px;
	overflow: hidden;
}
.fast-insert-form .form-control {
	width: 371px;
	border-radius: 0;
}
.chonnhanh-input {
	width: 470px;
	float: left;
}
.chonnhanh {
	width: 115px;
	float: left;
	background: #0070ba;
}
#chonsonhanh {
	margin-bottom: 20px;
	border-bottom: 1px dashed;
}
.nav-fast-choice {
	margin-left: 0px;
	width: 100%;
	overflow: hidden;
	float: none;
}
.nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #6c7378;
	padding: 5px 12px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom: 3px solid #0070ba;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #005ea6;
	background-color: #fff;
	border-bottom: 3px solid #005ea6;
	font-weight: bold;
}
.tab-content {
	margin: 10px 0;
}
.tab-content {
	margin: 10px 0;
	font-size: 13px;
}

.ckeck-icon {
	width: 15px;
	height: 15px;
	/* border: 1px solid #ccc; */
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.vien {
	border: 1px solid #ccc;
	border-radius: 0;
	margin-right: 2px;
	max-width: 80px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 6px 5px;
	width: 53px;
	height: 50px;
	float: left;
	background: #f8f8f8;
}

.vien:hover{
	border: 1px solid #0070ba;
	background: #0070ba;
	color:fff;
	cursor: pointer;
}
.number-select {
	font-size: 16px;
}
.number-price {
	color: #f07915;
	font-size: 10px;
}

.dachon {
	border: 1px solid #0070ba;
	background: #0070ba;
	color:#fff;
}

.vien-no {
	border: none;
	border-radius: 0;
	margin: 1px;
	max-width: 80px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 5px 10px;
	width: 50px;
	height: 50px;
	float:left;
	
}
.vien-check {
	width: 54px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 1px;
	height: 25px;
}
.vien-num-check {
	margin: 0;
	padding: 0;
	width: 30px;
}
.check-first {
	width: 30px;
}


.dau {
	font-size: 16px;
}
.c-right {
	float: right;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* css for support templates */

.login-form {
	background: #fff;
	padding: 42px 42px 36px;
	width: 550px;
	border-radius: 5px;
	border: 1px solid #eaeced;
	margin: 100px auto 150px;
}
.login-form-input {
	height: 50px;
	margin: 25px 0px;
}
.btn-login-page {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-login-page {
	color: #fff;
	background-color: #0070ba;
	border-color: #0070ba;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
}

.forgotLink {
    margin: 20px 0;
    text-align: center;
    border-bottom: 0;
}

.loginSignUpSeparator {
    border-top: 1px solid #cbd2d6;
    position: relative;
    margin: 25px 0 10px;
    text-align: center;
}
.loginSignUpSeparator .textInSeparator {
    background-color: #fff;
    padding: 0 .5em;
    position: relative;
    color: #6c7378;
    top: -.7em;
}
.register-new {
	border: 1px solid #0070ba;
	border-radius: 5px;
	padding: 10px 15px;
	background: #fff;
	color: #0070ba;
	margin-top: 20px;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}
.register-new:hover {
	border: 1px solid #0070ba;
	background: #0070ba;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
	text-decoration: none;
}


/* css for page content */

.main-content {
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 5px;
	float: left;
	background: #296069;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}
.main-content-home {
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 5px;
	float: left;
	background: #296069;
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}
.full-width {
	width: 100%;
	border: none;
	padding: 0.5em 1em;
	float: none;
	margin-top: 0.5em;
}
.page-title {
	font-size: 2em;
	font-weight: 600;
}



.right {
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}

/* css for content category wp */
.category-content {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0.5em;
	padding: 1em 0;
	grid-row-gap: 1em;
}
.post-category-default {
	border: 1px solid #ddd;
	height: auto;
	max-height: 493.2px;
}
.post-category-default img {
	width: 100%;
	margin: 0;
	height: 168px;
}

.post-category-default h2 {
	margin: 0.5em;
	font-size: 1.3em;
	line-height: 1.3em;
	height: 3em;
	overflow: hidden;
}
.entry-content-category-default {
	margin: 0.5em;
	line-height: 1.5em;
	height: 12em;
	overflow: hidden;
}
.post-category-default p {
	font-size: 1em;
	color: #222;
	font-weight: 500;
}
.post-category-km {
	width: 285px;
	float: left;
	border: 1px solid #296069;
	margin: 5px 5px 20px 5px;
	height: 435px;
}
.post-category-km img {
	width: 100%;
	margin: 0;
	height: 168px;
}
.post-category-km h2 {
	margin: 10px;
	font-size: 15px;
	line-height: 22px;
	height: 65px;
	overflow: hidden;
}
.entry-content-category-km {
	margin: 0 10px;
	line-height: 20px;
	height: 150px;
	overflow: hidden;
}
.post-category-km p {
	font-size: 13px;
}
.entry-footer-category {
	font-size: 1em;
	background: #ddd;
	padding: 0.5em;
}
/* end css for content category wp */


/* css for entry content wordpress */ 
#breadcrumbs {
	margin-top: 0.5em;
}
.entry-header h1 {
	font-size: 2em;
	font-weight: 600;
	margin-top: 0.5em;
	color: #ffb70d;
	margin-bottom: 0.5em;
}
.entry-content h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 1em 0;
	line-height: 1.5em;
}
.entry-content h3 {
	font-size: 1.5em;
	font-weight: 600;
	margin: 1em auto;
	color: #ffb70d;
}
.entry-content p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
}
.entry-content ul, ol {
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content ul li {
	font-size: 1em;
	font-weight: 400;
	list-style-type: disc;
	margin: 0.5em;
}
.entry-content ol li {
	list-style-type: decimal;
	font-size: 1em;
	font-weight: 400;
	margin: 0.5em;
}
.entry-content ol > li > ul > li {
	list-style-type: disc;
}
.entry-content ul > li > ol > li {
	list-style-type: decimal;
}
.entry-content img {
	max-width: 500px;
	width: 500px;
	display: block;
	margin: 10px auto 20px;
}
.entry-content video {
	max-width: 500px;
	display: block;
	margin: 0 auto 20px;
}
.entry-content table {
	width: 94%;
	margin: 25px auto;
}
.entry-content th {
	font-size: 15px;
	font-weight: bold;
	background: #296069;
}
.entry-content table, tr, td, th {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
}
.wp-caption {
	max-width: 100%;
}
/* end css for entry content wordpress */ 

.wp-caption {
	max-width: 500px;
	display: block;
	margin: 25px auto;
	background: #000;
}
.wp-caption img {
	width: 100%;
	margin: 0;
	border: 3px solid #789;
}
.wp-caption-text{
	margin: 0 5px;
	line-height: 30px;
}
.lienquan h3 {
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 1em;
}
.lienquan ul {
	margin: 0;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0.5em;
}
.lienquan ul li a img {
	width: 100%;
	height: auto;
	max-height: 124.467px;
}
.lienquan ul li a p {
	font-size: 1em;
	font-weight: 600;
	color: #ffb70d;
}
.news li {
	margin-left: 30px;
	list-style-type: disclosure-closed;
}

/* css for category */

.cat-img img {
	width: 393px;
	height: 285px;
}
.nenchu {
	background: url(../images/bg-chu.png) repeat;
	display: block;
	margin: -101px 0 0;
	position: absolute;
}

.nenchu h3 {
	color: #fff;
	opacity: 1;
	margin: 15px 20px;
	display: block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
}
#main-top {
	background: #005EA6;
	height: 185px;
	color: #fff;
	display: none;
}
.main-content-top h1 {
	text-align: center;
	padding: 30px 0 0;
	font-weight: 300;
	font-size: 30px;
}
.main-content-top h2 {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}
.main-content-top p {
	text-align: center;
	font-weight: 300;
}
.list-game {
	margin-top: 15px;
	width: 1200px;
	margin: 15px auto 0;
}
/* css for chat */

.chatvui {
	width: 100%;
	margin: 0px auto;
	height: 475px;
}
#new-chat {
	height: 433px;
	overflow-y: scroll;
	font-size: 13px;
}
.chat-type {
	width: 281px;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	border: 2px solid #3B9354;
	line-height: 30px;
	display: inline;
}
.btn-chat {
	background: #3B9354;
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 60px;
	line-height: 30px;
	border: 2px solid #3B9354;
	display: inline;
	vertical-align: baseline;
}
.chat-mes {
	overflow: hidden;
	margin-left: 5px;
}
.chat-text {
	border-radius: 10px;
	background: #eee;
	margin: 2px;
	padding: 2px 5px;
	width: fit-content;
	color: #666;
}
.mychat {
	float: right;
	background: #296069;
	color: #fff;
	margin-right: 5px;
}
.uname {
	font-weight: bold;
}
.loading {
	display: block;
	margin: 30px auto;
	width: 200px;
	height: 50px;
	text-align: center;
}
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3B9354; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* css for ipad */

@media only screen and (max-width: 1366px) {
	
.main-header {
	width: 1000px;
}
.nav-sub-content {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 160px;
	margin: 10px 0 0px 10px;
}
.nav {
	width: 585px;
	margin-left: 40px;
	overflow: auto;
	float: left;
}
.nav ul li {
    float: left;
    margin: 28px 0 0 0;
    padding: 0 10px;
    list-style-type: none;
}
.nav ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.slide {
	width: 100%;
	height: 265px;
	margin: 0 auto;
	max-width: 1366px;
}
.slide img {
	width: 100%;
	height: 260px;
}
.home-box h2 {
	font-size: 1.3em;
}
.login-button {
	padding: 0.5em 0.5em;
	font-size: 1em;
}
.register-button {
	padding: 0.5em 0.5em;
	font-size: 1em;
}	
.cat-img img {
    width: 100%;
    height: 225px;
}
.new-post {
	width: 690px;
	float: left;
}
.new-post li {
	float: left;
	width: 340px;
	overflow: hidden;
}
.second-post {
	float: left;
	width: 250px;
	margin-left: 10px;
}
#main {
	width: 1000px;
	margin: 5px auto;
}
.home-box {
	margin: 10px 0px 0;
}



.box {
	float: left;
	width: 313px;
	margin: 0px 15px;
}

.main-content {
	width: 680px;
	padding: 0 1em 1em;
	margin: 20px 10px;
	float: left;
}

.full-width {
	width: 100%;
}
.page-title {
	font-size: 2em;
	font-weight: 600;
}

.lienquan ul li a img {
	width: 100%;
	height: auto;
	max-height: 101.4px;
}
.lienquan ul li a p {
	font-size: 0.9em;
}

.sidebar-left {
	float: left;
	width: 300px;
	margin-top: 20px;
}
/* css for wp cate */

.post-category-default img {
	width: 100%;
	margin: 0;
	height: auto;
	max-height: 152px;
}
.post-category-default h2 {
	margin: 10px;
	height: 3em;
	overflow: hidden;
}
.entry-content-category-default {
	margin: 0 10px;
	line-height: 1.5em;
	height: 120px;
	overflow: hidden;
}
.post-category-default p {
	font-size: 0.9em;
}

.entry-footer-category {
	font-size: 0.8em;
}
.post-category-km {
	width: 240px;
	float: left;
	border: 1px solid #296069;
	margin: 5px 5px 20px 5px;
	height: 437px;
}
.post-category-km img {
	width: 100%;
	margin: 0;
	height: 145px;
}
.post-category-km h2 {
	margin: 10px;
	font-size: 15px;
	line-height: 22px;
	height: 65px;
	overflow: hidden;
}
.entry-content-category-km {
	margin: 0 10px;
	line-height: 20px;
	height: 175px;
	overflow: hidden;
}
.post-category-km p {
	font-size: 12px;
}

.sidebar {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 5px;
}

.sidebar {
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 5px;
}
.box-sidebar h2 {
	font-size: 15px;
	margin: 0px 0px;
	padding: 10px 20px;
}
.box-sidebar table {
	margin: 0 10px;
	font-size: 13px;
	width: 285px;
	color: #6c7378;
}
.main-footer {
	width: 1000px;
	margin: 0 auto;
}

#new-chat {
	height: 358px;
}
.chat-type {
	width: 220px;
}

	
}

@media only screen and (max-width: 1080px) and (min-width: 841px) {
	
.main-header {
	width: 750px;
}
.mobile-button-menu {
	display: none;
}
.logo {
	width: 12em;
	margin: 1em 0 0 0;
}

.login-button {
	padding: 0.5em 0.3em;
	font-size: 1em;
}
.register-button {
	padding: 0.5em 0.3em;
	font-size: 1em;
}
#nav-sub {
	display: block;
	color: #fff;
	background: #296069;
	overflow: auto;
	height: auto;
}
.nav-sub-content {
	width: 750px;
	margin: 0 auto;
}	
.nav-sub-content li {
	float: left;
	padding-right: 1em;
	padding-top: 0.75em;
}
.nav-sub-content li a {
	font-size: 0.9em;
}

.nav-sub-content .sticky-menu-content li {
	margin: 0.5em;
	padding: 0.25em;
}

#main {
	width: 750px;
	margin: 5px auto;
}
.new-post {
	width: 510px;
	float: left;
}
.new-post li {
	float: left;
	width: 250px;
	overflow: hidden;
}
.new-post ul li img {
	width: auto;
	height: 465px;
}
.second-post {
	float: left;
	width: 230px;
	margin-left: 10px;
}
.second-post li {
	height: 150px;
	width: 230px;
	overflow: hidden;
	margin-top: 5px;
}
.second-post img {
	width: 230px;
	height: auto;
}
.main-content-home {
	width: 505px;
}
.home-blog article {
	height: 14em;
}

.featured-thumbnail {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.featured-thumbnail img {
	width: 100%;
	height: auto;
}
.readMore {
	display: none;
}
.box {
	width: 230px;
}
.nav-mobile {
	width: 750px;
	margin: 0 auto;
	height: 40px;
	background: #fff;
	display: block;
}
.game-mobile-title {
	float: left;
}
.game-mobile-title h2 {
	font-size: 20px;
	margin: 9px 5px;
	text-transform: uppercase;
	color: #005ea6;
}
.mobile-category-lode {
	float: right;
	margin: 5px 10px;
}

.sidebar-left {
	float: left;
	width: 250px;
	margin-top: 20px;
}
.manage li a {
	font-size: 15px;
	font-weight: 600;
}

.main-content {
	width: 480px;
}
.stream-playler {
	width: 495px;
	height: 280px;
}
.chat-livestream {
	width: 240px;
	height: 280px;
}
.full-width {
	width: 100%;
}

/* css for category */
.category-content {
	grid-template-columns: repeat(3,1fr);
}

.post-category-default img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: auto;
}
.post-category-default h2 {
	margin: 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	height: 3em;
	overflow: hidden;
}
.entry-content-category-default {
	margin: 0.5em;
	line-height: 1.5em;
	height: 10em;
	overflow: hidden;
}
.post-category-default p {
	font-size: 0.9em;
	line-height: 1.3em;
}
.entry-footer-category {
	font-size: 0.8em;
	padding: 0.5em;
	margin-top: 1em;
}

.post-category-km {
	width: 177px;
	float: left;
	border: 1px solid #296069;
	margin: 5px 5px 15px 5px;
	height: 354px;
}
.post-category-km img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: 115px;
}
.post-category-km h2 {
	margin: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	height: 55px;
	overflow: hidden;
}
.entry-content-category-km {
	margin: 0 10px;
	line-height: 15px;
	height: 150px;
	overflow: hidden;
}
.post-category-km p {
	font-size: 10px;
}

/* css for entry content wordpress */

.entry-content img {
	max-width: 95%;
	width: 500px;
	display: block;
	margin: 10px auto 20px;
}
.entry-content video {
	max-width: 95%;
	display: block;
	margin: 0 auto 20px;
}
.wp-caption {
	display: block;
	max-width: 90%;
}
.wp-caption img {
	margin: 0;
	width: 100%;
}

.lienquan ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.5em;
}
.lienquan ul li a img {
	width: 100%;
	height: auto;
	max-height: 93.6px;
}
.lienquan ul li a p {
	font-size: 0.8em;
}

.sidebar {
	width: 240px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}
.diem {
	border: none;
	border-bottom: 2px solid #333;
	width: 120px;
	margin: 0 20px 0 10px;
	font-weight: 700;
}
.box-sidebar table {
	margin: 0 10px;
	font-size: 13px;
	width: 265px;
	color: #6c7378;
}
.wp-block-group li {
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0 6px;
}
.wp-block-group li a {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.5em;
}
.with-img li img {
	float: left;
	width: 6em;
	height: 5em;
	margin-right: 1em;
}
.with-img li a h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
}
.main-footer {
	width: 750px;
	margin: 0 auto;
}

#new-chat {
	height: 247px;
}
.chat-type {
	width: 185px;
	line-height: 25px;
}
.btn-chat {
	width: 45px;
	line-height: 25px;
	font-size: 13px;
}

}


/* end css for ipad after start css for mobile */
@media screen and (max-width: 840px) and (min-width: 481px) {
.mobile-menu-button {
	margin: 1.7em 0 1em;
	display: block;
}
.main-header {
	width: 98%;
}
.logo {
	width: 12em;
	margin: 1em 0 0 0;
}
.user-menu li {
	margin-top: 2em;
}

#nav-sub {
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	overflow-x: hidden;
	transition: 0.2s;
	padding-top: 60px;
	margin: 0px;
	border-radius: 0px;
}
.nav-sub-mobile {
	width: 0;
}
.nav-sub-active {
	width: 300px;
}
#nav-sub li a {
	font-size: 15px;
}
#nav-sub .sticky-menu-content li {
	padding: 5px 5px 3px;
	margin: 20px;
}

.nav-sub-content {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.nav-sub-content li {
    float: none;
    padding-right: 0;
    padding-top: 11px;
}
.nav-sub-content li a {
    color: #ffb70d;
    font-size: 15px;
    margin: 0 5px;
    padding: 2px 10px;
}
.sticky-menu-content {
	float: none;
}
#nav-sub .closebtn {
	position: absolute;
	top: -15px;
	left: 250px;
	font-size: 60px;
	color: #fff;
	display: block;
}	

#main {
	width: 98%;
	margin: 5px auto;
}
.new-post {
	width: 100%;
	float: left;
}
.new-post ul {
	display: flex;
}
.new-post li {
	width: 50%;
	overflow: hidden;
}
.new-post ul li img {
	width: 100%;
	height: auto;
}
.second-post {
	float: none;
	width: auto;
	margin-left: 0;
}
.second-post ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.5em;
}
.second-post li {
	height: auto;
	width: auto;
	overflow: hidden;
	margin-top: 5px;
}
.second-post img {
	width: 100%;
	height: auto;
}
.main-content-home {
	width: 68%;
	margin: 5px 1%;
}
.main-content {
	width: 68%;
	margin: 5px 1%;
}
.full-width {
	width: 100%;
}
.featured-thumbnail {
	float: left;
	width: 30%;
	margin-right: 10px;
}

.sidebar {
	width: 30%;
	margin-left: 0;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}
.with-img li img {
	float: left;
	width: 30%;
	height: auto;
	margin: 0.5em 1em 0 0;
}

	
	
.main-footer {
	width: 98%;
	margin: 0 auto;
}	
}
/* end css for ipad after start css for mobile */


@media only screen and (max-width: 480px) {
	
.main-header {
    width: 100%;
    margin: 0 auto;
}
.mobile-menu-button {
	margin: 2.3em 0 1em;
	display: block;
}
.navbar-toggler {
	padding: 0 0.25em;
}
.hamburger {
	width: 1.3em;
}
.logo {
	width: 10em;
	float: left;
	margin: 1.3em 0 0 0;
	overflow: auto;
}
.nav {
	display: none;
	width: auto;
	margin: 0;
	overflow: hidden;
}
.user-menu {
	margin-left: auto;
	margin-right: 0.5em;
}

.user-menu li {
	margin-top: 2.5em;
}
.login-button {
	padding: 0.5em 0.25em;
	font-size: 0.8em;
}
.register-button {
	padding: 0.5em 0.25em;
	font-size: 0.8em;
}

#nav-sub {
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	overflow-x: hidden;
	transition: 0.2s;
	padding-top: 60px;
	margin: 0px;
	border-radius: 0px;
}
.nav-sub-mobile {
	width: 0;
}
.nav-sub-active {
	width: 300px;
}
#nav-sub li a {
	font-size: 15px;
}
#nav-sub .sticky-menu-content li {
	padding: 5px 5px 3px;
	margin: 20px;
}

.nav-sub-content {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.nav-sub-content li {
    float: none;
    padding-right: 0;
    padding-top: 11px;
}
.nav-sub-content li a {
    color: #ffb70d;
    font-size: 15px;
    margin: 0 5px;
    padding: 2px 10px;
}
.sticky-menu-content {
	float: none;
}
#nav-sub .closebtn {
	position: absolute;
	top: -15px;
	left: 250px;
	font-size: 60px;
	color: #fff;
	display: block;
}
.nav-mobile {
	width: 100%;
	height: 40px;
	background: #fff;
	display: block;
}

.game-mobile-title {
	float: left;
}
.game-mobile-title h2 {
	font-size: 20px;
	margin: 9px 5px;
	text-transform: uppercase;
	color: #005ea6;
}
.mobile-category-lode {
	float: right;
	margin: 5px 10px;
}
.slide {
	display: none;
}
.slide-mobile {
	display: block;
}
.swiper-slide img {
	width: 97%;
	height: auto;
}
#main {
    width: 100%;
	margin-top:0px;
}
.listgame {
	overflow-x: scroll;
	margin-left: 1em;
}
.listgame ul {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: ;
}

.home-box h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}
.home-blog {
	display: block;
}
.main-content-home {
	width: 100%;
	padding: 1em 1em 2em;
	float: none;
}
.home-blog article {
	height: 17em;
	margin-top: 1em;
	border-bottom: 1px dashed #ccc;
}
.home-blog article h2 {
	font-size: 1.25em;
	font-weight: 600;
}
.featured-thumbnail {
	float: left;
	width: 12em;
	margin-right: 1em;
}
.featured-thumbnail img {
	width: 100%;
	height: auto;
}
.readMore {
	display: none;
}
/* CSS for home */
.new-post {
	width: 100%;
	float: none;
}
.new-post ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0.2em;
}
.new-post li:first-child {
	margin-right: 0;
}
.new-post li {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.new-post ul li img {
	width: 100%;
	height: auto;
	max-height: 23em;
}
.second-post {
	float: none;
	width: 100%;
	margin: 0;
}
.second-post ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.2em;
}
.second-post li {
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	width: 100%;
}
.second-post img {
	width: 100%;
	height: auto;
	max-height: 7em;
}
/* end css home */

.box {
	float: none;
	width: 93%;
	margin: 1em;
}
.box:first-child {
	margin-left: 1em;
}
.box li {
	padding: 0 1.4em;
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 1.2em;
}

.main-game {
	overflow-x: scroll;
	width: auto;
	height: 318px;
	white-space: nowrap;
}
.main-game li {
	float: none;
	width: 156px;
	margin: 0 5px;
	display: inline-block;
}
.company-partner {
	background: #f8f8f8;
	padding: 20px 0;
	margin-top: 20px;
	overflow-x: scroll;
	white-space: nowrap;
}
.partner-logo {
	width: auto;
	margin: 0 auto;
}


#main-top {
    height: 150px;
}
.main-content-top h1 {
    text-align: center;
    padding: 20px 0 0;
    font-weight: 300;
    font-size: 20px;
}
.main-content-top h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.main-content-top p {
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    margin: 0 15px;
}
.list-game {
    display: none;
}
.slide img {
    width: 100%;
    height: 130px;
}

.main-content {
	width: 100%;
	float: none;
	margin: 0;
	border: 0px;
	padding: 1em 0.5em;
}
/* css for wp */
.wp-caption img {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.lienquan ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0.5em;
}
.lienquan ul li a img {
	width: 100%;
	height: auto;
	max-height: 126.75px;
}
.lienquan ul li a p {
	font-size: 1em;
}
.entry-content img {
	max-width: 500px;
	width: 90%;
	display: block;
	margin: 10px auto 20px;
}
.entry-content iframe {
	max-width: 500px;
	width: 95%;
	display: block;
	margin: 10px auto;
}

/* Css for category */
.category-content {
	grid-template-columns: repeat(2,1fr);
}

.post-category-default img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: 9em;
	opacity: 0.8;
}
.post-category-default h2 {
	margin: 0.5em;
	font-size: 1.3em;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
.post-category-default p {
	font-size: 1em;
	line-height: 1.5em;
}
.entry-footer-category {
	font-size: 0.8em;
	padding: 1em;
	margin-top: 2.5em;
}


.sidebar {
    float: none;
    width: 100%;
    margin: 15px 0 0;
}
.box-sidebar {
    border-radius: 5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.box-sidebar table {
    margin: 0 10px;
    font-size: 13px;
    width: 95%;
    color: #6c7378;
}	
.sidebar-left {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 12px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin: 0px;
	border-radius: 0px;
}
.sidebar-left .closebtn {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 50px;
	color: #005ea6;
	display: block;
}

.login-form {
    background: #fff;
    padding: 20px 20px 36px;
    width: 96%;
    border-radius: 5px;
    border: 1px solid #eaeced;
    margin: 40px auto;
}
.main-footer {
	width: 100%;
	margin: 0 auto;
	padding: 1em;
}
.c-right {
	float: none;
}

}


@media only screen and (max-width: 385px) {
.mobile-menu-button {
	margin: 2.1em 0 1em;
	display: block;
}
.logo {
	width: 9em;
	float: left;
	margin: 1.2em 0px 0px 0px;
	overflow: auto;
}
.texttab {
	font-size: 9px;
}
.user-menu li {
	margin-top: 2.1em;
}
.login-button {
	font-size: 0.8em;
}
.register-button {
	font-size: 0.8em;
}

}


@media only screen and (max-width: 320px) {
#header {
    min-height: 60px;
    max-height: 84px;
}
.mobile-menu-button {
	margin: 1.5em 0 1em;
	display: block;
}
.navbar-toggler {
	padding: 0 0.25em;
	font-size: 1em;
}
.hamburger {
	width: 1.5em;
	height: 1.5em;
}
.hamburger span {
	height: 5px;
}
.user-menu {
	margin-top: 1.5em;
	margin-left: auto;
}
.user-menu li {
	margin-top: 0em;
}

.logo {
	width: 7em;
	margin: 1em 0 0 0.25em;
	overflow: auto;
}

.login-button {
	padding: 0.5em 0.2em;
	font-size: 0.8em;
}
.register-button {
	padding: 0.5em 0.2em;
	font-size: 0.8em;
}
.home-blog article {
	height: 18em;
	margin-top: 1em;
	border-bottom: 1px dashed #ccc;
}
.featured-thumbnail {
	width: 8em;
}

.new-post li a h3 {
	font-size: 1em;
	line-height: 1.6em;
}
.second-post ul li a h3 {
	font-size: 0.8em;
	line-height: 1.5em;
}

.sidebar-left {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin: 0px;
	border-radius: 0px;
}
.main-content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.main-content h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px;
}
.main-content h3 {
	font-size: 15px;
	margin: 20px 0 10px;
}

.box-sidebar li {
	margin: 5px 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
	overflow: auto;
}
}
