html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	background: #1f2a41; /* url('../images/main-bg.jpg') */
	background-repeat: repeat-y;
    background-size: auto;
	background-position: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}
.entry-header{
    display: table;
    text-align: center;
    border: 1px solid #ff5e00;
    padding: 0px 10px;
    border-radius: 10px;
	margin: 10px 0px;
}
.main-content {
	color:#000;
}
a{
	color:#1B3051;
	text-decoration: none;
}
a:hover{
	color:#1B3052;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

#header {
	padding: 0;
    min-height: 72px;
    max-height: 84px;
}
.mobile-button-menu {
	display:none;
}
.logo {
	width: 280px;
	float: left;
	margin: 10px 0 0;
	overflow: auto;
}
.logo img {
	width: 100%;
}

.main-header {
	width: 1200px;
	margin: 0 auto;
}
.nav {
	width: 580px;
	margin-left: 40px;
	overflow: auto;
	float: left;
}
.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
	margin: 28px 0 0 0;
	padding: 0 15px;
	list-style-type: none;
}

.nav ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 600 18px Roboto Condensed;
}
.phantrang {
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background: linear-gradient(0deg,#1B3051,#233D67);
    justify-content: center;
}
.phantrang .page-numbers {
    color: #fff;
	padding: 5px 10px;
	}
span.page-numbers.current {
    color: red;
	}
.user-menu {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	height: 55px;
}
.user-menu li {
	float: left;
	margin-top: 15px;
}
.icons-login {
	margin-top: 18px;
	margin: 18px 10px;
}
.icons-login a {
	font-size:25px;
	color:#fff;
}
.icons-login .wallet {
	border: 1px solid;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 50px;
}
.sodu {
	font-size: 13px;
	margin-left: 5px;
	font-weight: 300;
}

.login-button {
	border: 1px solid #28a745;
    border-radius: 5px;
    padding: 10px 10px 8px;
    color: #fff;
    text-transform: uppercase;
	font:600 18px Roboto Condensed;
	margin-right:5px;
	background: #28a745;
}
.login-button:hover {
	background: #3B9354;
	border: 1px solid #3B9354;
	color:#fff;
	text-decoration:none;
}
.register-button {
    border: 1px solid #dc3545;
    border-radius: 5px;
    padding: 10px 10px 8px;
    color: #fff;
    margin-right: 0;
    background: #dc3545;
    text-transform: uppercase;
    font:600 18px Roboto Condensed;
}
.register-button:hover {
	background: #c82333;
	color: #fff;
}

#nav-sub {
	color: #fff;
	background: #233D67;
	overflow: auto;
	height: 45px;
}
.closebtn {
	display: none;
}
.nav-sub-content {
	width: 1200px;
	margin: 0 auto;
}
.nav-sub-content li {
	float: left;
	padding-right: 30px;
	padding-top: 13px;
}
.nav-sub-content li a {
	color: #fff;
	font:600 18px Roboto Condensed;
	text-transform: uppercase;
}
.nav-mobile {
	display: none;
}

.sticky-menu-content {
	float: right;
}
.sticky-menu-content li {
	background: #ffc107;
	color: #212529;
	margin: 5px 0 0;
	padding: 5px 10px;
	border-radius: 5px;
	font: 600 20px Roboto Condensed;
}
.sticky-menu-content li a{
	color: #212529;
}

.slide {
	width: 100%;
	height: 430px;
	margin: 0 auto;
	max-width: 1920px;
}
.slide img {
	width: 100%;
	height: 430px;
}
#main {
	width: 1200px;
	margin: 15px auto;
	overflow: auto;
}
/* home page start */

.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;
}


.listgame {
	overflow: hidden;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 0px 0px 15px 15px;
	width: 288px;
}
.listgame li:first-child {
	margin-left: 3px;
}

.listgame img {
	width: 100%;
	opacity: 1;
}

/* 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;
	}
}
b, strong {
    font-weight: 600;
}
.entry-content table, tr, td, th {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 13px;
}

.entry-content table {
    width: 94%;
    margin: 25px auto;
}

.entry-content th {
    font-size: 15px;
    font-weight: bold;
    background: #f0a52b;
}
.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:10px;
}
.doitac-bank li {
	float: left;
	width: 120px;
}
.doitac-bank li img {
	width: 100%;
}
.doitac-game {
	overflow: hidden;
	margin-bottom: 15px;
}
.doitac-game li {
	float: left;
	width: 171px;
}
.doitac-game li img {
	width: 100%;
}
.home-box h2 {
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	font: 600 25px Roboto Condensed;
}
.thongtincanhan h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 12px 20px;
}
.uutien {
	width: 480px;
	float: left;
	color: #fff;
	font-size: 15px;
}

.thongtincanhan {
	overflow: hidden;
	margin-bottom: 20px;
}
.thongtincanhan ul {
	margin: 0;
	padding: 15px 0 0 15px;
}
.thongtincanhan li {
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0 9px;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 15px;
}
.dambao {
	width: 700px;
	float: left;
	color: #fff;
	margin-left: 20px;
	font-size: 15px;
}
.sticky-dambao {
	border: 2px dashed #ff7144;
	border-radius: 10px;
	color: #ff7144;
	padding: 18px 20px 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.sticky-dambao ul {
	margin: 0;
	padding: 0;
}
.sticky-dambao li {
	background: transparent url(../images/ic_bullet_yellow.png) no-repeat scroll 0 9px;
}

.ld555-news-tutorial ul {
	overflow: hidden;
}
.ld555-news-tutorial ul li {
	width: 380px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 250px;
	border-radius: 15px;
}
.ld555-news-tutorial ul li:first-child {
	margin-left: 0;
}
.ld555-news-tutorial ul li:last-child {
	margin-right: 0;
}
.ld555-news-tutorial ul li img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.ld555-news-tutorial ul li h3 {
	font-size: 16px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -70px;
	color: #fff;
	padding: 10px;
	line-height: 25px;
	margin-bottom: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: 0.5s;
}

.ld555-news-promotion ul {
	overflow: hidden;
}
.ld555-news-promotion ul li {
	width: 380px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	border-radius: 15px;
}
.ld555-news-promotion ul li:first-child {
	margin-left: 0;
}
.ld555-news-promotion ul li:last-child {
	margin-right: 0;
}
.ld555-news-promotion ul li img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
@media only screen and (min-width: 1296px) {
.ld555-news-promotion ul li img{
height:260px;
}
	}
.ld555-news-promotion ul li h3 {
	font-size: 16px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -70px;
	color: #fff;
	padding: 10px;
	line-height: 25px;
	margin-bottom: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: 0.5s;
}

.post-news {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.post-news .post-thumbnail {
    float: left;
    width: 240px;
}

.post-news .box_content {
    float: right;
    width: calc(100% - 240px - 20px);
}
.post-news .post-thumbnail img {
    width: 100%;
    object-fit: cover;
}
.post-category-default {
	    border-bottom: 2px solid #e1e1e1;
}
@media all and (max-width: 768px){
		.des-post p{
		display: none;
	     }
		 .post-news .post-thumbnail {
		     width: 100%;
		 }
		 
		 .post-news .post-thumbnail {
		     object-fit: cover;
		 }
		 
		 .post-news .box_content {
		 width:100%
		}
		 }

.company-partner {
	background: #f8f8f8;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 20px;
}
.partner-logo {
	width: 1200px;
	margin: 0 auto;
}

.latest-new {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.box:first-child {
	margin-left: 0;
}
.box {
	float: left;
	width: 380px;
	margin: 0px 15px;
}

.box:last-child {
	margin-right: 0;
}
.box li {
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 5px 6px;
	list-style-type: none;
	padding: 0 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
}
.box li a {
	color: #333;
}
/* end home page */

.lodemienbac {
	width: 200px;
	float: left;
	background: #fff;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 5px;
}
.lodemienbac h2 {
	font-size: 20px;
	color: #005ea6;
	/* font-weight: ; */
	margin: ;
	margin: 0px 10px;
	padding: 10px;
}
.lodemienbac .closebtn {
	display: none;
}
.list-lode {
	margin: 0 20px 20px 10px;
}

.list-lode li {
	padding: 5px 10px;
}

.list-lode li a {
	background: #0070ba;
	padding: 5px 10px 5px 5px;
	color: #fff;
	width: 100%;
	display: block;
}

.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;
}
.lode {
	background: #fff;
	width: 630px;
	padding: 0 20px 20px;
	margin-top: 5px;
	border-radius: 5px;
	float: left;
}
.lode h2 {
	font-size: 20px;
	color: #005ea6;
	margin: 10px 10px 20px;
}
.lode h3 {
	font-size: 15px;
	margin: 10px 10px 20px;
}
.lode table {
	background: #f9f9f9;
	padding-top: 5px;
}
.no-margin {
	margin: 0px;
	padding:0px;
}

.sidebar {
	float: left;
	width: 350px;
	margin-left: 10px;
	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;
	border: 2px solid #296069;
}
.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: 20px;
	margin: 0px 0px;
	padding: 10px 10px;
	background: linear-gradient(0deg,#296069 ,#102C30);
	color: #ffb70d;
}
.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: #fff;
}
.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;
}
.diem {
	border: none;
	border-bottom: 2px solid #333;
	width: 150px;
	margin: 0 20px 0 10px;
	font-weight:700;
}
.themcuoc {
	float: right;
	border: 1px solid #0070ba;
	border-radius: 5px;
	padding: 5px 15px;
	background: #0070ba;
	color: #fff;
	margin-top: 20px;
}
.themcuoc:hover {
	border: 1px solid #0070ba;
	border-radius: 5px;
	padding: 5px 15px;
	background: #fff;
	color: #0070ba;
	margin-top: 20px;
	text-decoration: none;
}
.thanhtien {
	border-top: 2px solid #ccc;
	margin: 20px 10px;
	color: #dc3545;
}
.tongdiem {
	float: right;
	font-size: 15px;
	color: #dc3545;
}
.tongtien {
	float: right;
	font-size: 25px;
	color: #dc3545;
}


/* css for sidebar wordpress */
.widget {
	border-radius: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border: 2px solid #1B3051;
}
.wp-block-group h2 {
	font-size: 20px;
	margin: 0px 0px;
	padding: 10px 10px;
	background: linear-gradient(0deg,#1B3051,#233D67);
	color: #fff;
}
.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: 14px;
	font-weight: 300;
	color:#fff;
}

#footer {
	background: #233D67;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
	margin: 0px;
}

#footer p {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.main-footer {
	width: 1200px;
	margin: auto;
}
.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: 15px;
	padding-bottom: 10px;
}

.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: 840px;
	padding: 0 20px 20px;
	margin-top: 5px;
	border-radius: 5px;
	float: left;
	background: #fff;
}

.full-width {
	width: 100%;
}
.stream-playler {
	margin-bottom: 25px;
}

.right {
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}
.entry-header h1 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	color: #1B3051;
	margin-bottom: 15px;
}
.main-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0px;
}
.main-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #1B3051;
}
.main-content p {
	font-size: 14px;
	font-weight: 400;
}
.main-content a {
	color: #1B3051;
}
.main-content ul, ol {
	margin: 0 20px 10px 40px;
	padding: 0;
}
.main-content ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: disc;
}
.main-content ol li {
	list-style-type: decimal;
	font-size: 13px;
	font-weight: 300;
}
.main-content img {
	max-width: 500px;
	display: block;
	margin: 10px auto 5px;
	height: auto;
}
.main-content video {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.main-content iframe {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	border: 5px solid #789;
	height: 235pt;
}

/* css for entry content wordpress */ 
#breadcrumbs {
	margin: 5px 0 0 0;
}

.entry-header h3 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
	color: #fff;
	margin-bottom: 15px;
}
.entry-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0px;
}
.entry-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #1B3051;
}
.entry-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #fff;
}
.entry-content p {
	font-size: 16px;
	font-weight: 400;
}
.entry-content ul, ol {
	margin: 0 20px 10px 40px;
	padding: 0;
}
.entry-content ul li {
	font-size: 16px;
	font-weight: 400;
	list-style-type: disc;
}
.entry-content ol li {
	list-style-type: decimal;
	font-size: 16px;
	font-weight: 400;
}
.entry-content img {
	max-width: 500px;
	display: block;
	margin: 10px auto 20px;
}
.entry-content video {
	max-width: 500px;
	display: block;
	margin: 0 auto 20px;
}

.wp-caption {
	max-width: 100%;
}
/* end css for entry content wordpress */ 

.wp-caption {
	max-width: 500px;
	display: block;
	margin: 25px auto;
	background: #ddd;
}
.wp-caption img {
	width: 100%;
	margin: 0;
}
.wp-caption-text{
	margin: 0 5px;
	line-height: 30px;
}

.lienquan h3 {
	text-transform: uppercase;
	border-bottom: 1px dotted #1B3051;
	line-height: 30px;
}
.lienquan ul {
	margin: 0;
	overflow: hidden;
}
.lienquan ul li {
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0px 7px;
	width: 185px;
	height: 235px;
}
.lienquan ul li a img {
	width: 100%;
	height: 150px;
	border-radius: 10px;
}
.lienquan ul li a p {
	font-size: 15px;
	color: #1B3051;
	font-weight: 500;
}



.main-content .list-wallet {
	margin: 0;
	padding: 0;
}
.manage-main-wallet ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	margin: 20px 0;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 10px 20px;
}
.manage-main-wallet h3 {
	margin: 0;
	display: block;
}
.manage-main-wallet h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px;
}
.manage-main-wallet p {
	font-size: 15px;
	font-weight: 300;
	margin: 10px;
}

.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 ipad */

@media only screen and (max-width: 1366px) {
#header {
	padding: 0;
	min-height: 68px;
	max-height: 84px;
	background: #1f2a41;
}	
.main-header {
	width: 1000px;
}
.nav-sub-content {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 235px;
	margin: 15px 0 0px 0px;
}
.nav {
	width: 450px;
	margin-left: 25px;
	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 {
	font-size: 15px;
}

.nav-sub-content li a {
	font-size: 15px;
}
.slide {
	width: 100%;
	height: 265px;
	margin: 0 auto;
	max-width: 1366px;
}
.slide img {
	width: 100%;
	height: 260px;
}
.home-box h2 {
	color: #ff7144;
	margin-bottom: 10px;
	text-transform: uppercase;
	font: 600 20px Roboto Condensed;
}
.uutien {
	width: 360px;
	float: left;
	font-size: 13px;
}
.dambao {
	width: 620px;
	float: left;
	margin-left: 20px;
	font-size: 13px;
}
.ld555-news-promotion .ld555-news-tutorial{
	margin-bottom: 20px;
}
.doitac-game li {
	float: left;
	width: 140px;
}
.doitac-bank li {
	float: left;
	width: 100px;
}
#chonsonhanh .nav {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
	float: none;
}	
.icons-login {
    margin-top: 18px;
    margin: 18px 5px;
}	
.icons-login .wallet {
    border: 1px solid;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 50px;
}
.login-button {
	padding: 10px 8px 8px;
	font-size: 17px;
}
.register-button {
	padding: 10px 8px 8px;
	font-size: 17px;
}	
.list-game {
    width: 100%;
}
.cat-img img {
    width: 100%;
    height: 225px;
}

#main {
	width: 1000px;
	margin: 5px auto;
}
.home-box {
	margin: 10px 0px 0;
}
.hot-game {
	float: left;
	width: 300px;
}
.hot-game img {
	width: 100%;
	height: 297px;
}

.listgame {
	overflow: hidden;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 0px 0px 10px 12px;
	width: 156px;
}
.listgame img {
  width: 100%;
}
	
.ld555-news-tutorial ul li {
	width: 313px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 215px;
}
.ld555-news-tutorial ul li h3 {
	font-size: 14px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -65px;
	color: #fff;
	padding: 5px 10px;
	line-height: 18px;
	margin-bottom: 0;
	height: 65px;
}
.ld555-news-promotion ul li {
	width: 313px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 225px;
}
.ld555-news-promotion ul li h3 {
	font-size: 14px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -65px;
	color: #fff;
	padding: 5px 10px;
	line-height: 18px;
	margin-bottom: 0;
	height: 65px;
}

.nenchu {
    background: url(../images/bg-chu.png) repeat;
    display: block;
    margin: -101px 0 0;
    position: absolute;
    height: 100px;
    overflow: hidden;
}
.nenchu h3 {
    color: #fff;
    opacity: 1;
    margin: 15px 20px;
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}
.box {
	float: left;
	width: 313px;
	margin: 0px 15px;
}

.main-content {
    width: 690px;
    padding: 0 20px 20px;
    margin: 20px 10px;
    border-radius: 5px;
    float: left;
}
.lienquan ul li {
	float: left;
	list-style-type: none;
	margin: 0px 7px;
	width: 145px;
	height: 170px;
}
.lienquan ul li a img {
	width: 100%;
	height: 100px;
	border-radius: 10px;
}
.lienquan ul li a p {
	font-size: 13px;
	font-weight: 500;
}
.lodemienbac {
	width: 170px;
	float: left;
	background: #fff;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 5px;
}
.list-lode {
	margin: 0 0px 20px 0px;
}
.lode {
	background: #fff;
	width: 510px;
	padding: 0 5px 20px;
	margin-top: 5px;
	border-radius: 5px;
	float: left;
}
.lode h3 {
	font-size: 13px;
	margin: 10px 10px 20px;
}
.fast-insert-form {
	height: 40px;
	overflow: hidden;
}
.chonnhanh-input {
	width: 400;
	float: left;
}
.fast-insert-form .form-control {
	width: 300px;
}

.chonnhanh {
	width: 100px;
	float: left;
	background: #0070ba;
	font-size: 14px;
}
.vien {
	border: 1px solid #ccc;
	border-radius: 0;
	margin-right: 2px;
	max-width: 80px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 3px 5px;
	width: 45px;
	height: 41px;
	float: left;
	background: #f8f8f8;
}
.dachon {
	border: 1px solid #0070ba;
	background: #0070ba;
	color:#fff;
}
.number-select {
	font-size: 15px;
}
.number-price {
	color: #f07915;
	font-size: 9px;
}
.vien-check {
	width: 46px;
	padding: 0px;
	float: left;
	margin-right: 1px;
	height: 20px;
}
.check-first {
	width: 20px;
}
.vien-num-check {
	margin: 0;
	padding: 0;
	width: 20px;
}
.sidebar-left {
	float: left;
	width: 300px;
	margin-top: 20px;
}
.main-content.full-width
{
width: 100%;
}
.main-content {
	width: 680px;
	padding: 20px;
	margin: 20px 10px;
	border-radius: 5px;
	float: left;
}

.main-content h1 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
.main-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0px;
}
.main-content h3 {
	font-size: 17px;
	margin: 20px 0 10px;
}
.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;
}

	
}

@media only screen and (max-width: 840px) {
	
body {
	font-size: 13px;
}
#header {
	min-height: 55px;
}
.main-header {
	width: 750px;
	overflow: hidden;
	height: 55px;
}
.mobile-button-menu {
	display: none;
}
.logo {
	width: 180px;
	margin: 13px 0 0px 0px;
}
.nav {
	width: 330px;
	margin-left: 15px;
	overflow: hidden;
	float: left;
}
.nav ul li {
	margin: 21px 0 0 0;
	padding: 0 5px;
}
.nav ul li a {
	font-size: 12px;
}
.user-menu {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	height: 38px;
}
.user-menu li {
	float: left;
	margin-top: 10px;
}
.login-button {
	padding: 8px 5px 5px;
	font-size: 13px;
}
.register-button {
	padding: 8px 5px 5px;
	font-size: 13px;
}
#nav-sub {
	display: block;
	height:40px;
}
.nav-sub-content {
	width: 750px;
	margin: 0 auto;
}	
.nav-sub-content li {
	float: left;
	padding-right: 15px;
	padding-top: 10px;
}
.nav-sub-content li a {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.sticky-menu-content li {
	background: #3B9354;
	color: #fff;
	margin: 5px 0 0;
	padding: 5px 10px;
	border-radius: 5px;
	font: 600 15px Roboto Condensed;
}
.slide {
	width: 100%;
	height: 230px;
	margin: 0 auto;
	max-width: 840px;
}
.slide img {
	width: 100%;
	height: 230px;
}

.uutien {
	width: 255px;
	float: left;
	font-size: 12px;
}
.dambao {
	width: 475px;
	float: left;
	margin-left: 20px;
	font-size: 12px;
}
.doitac-game li {
	float: left;
	width: 107px;
}
.doitac-bank li {
	float: left;
	width: 75px;
}

#main {
	width: 750px;
	margin: 5px auto;
}
.listgame {
	overflow: hidden;
	margin-left: 0;
	white-space: nowrap;
	overflow-x: scroll;
	width: auto;
}
.listgame li {
	float: none;
	margin: 0px 0px 10px 13px;
	width: 136px;
	display: inline-block;
}
.ld555-news-promotion ul li {
	width: 230px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
}
.ld555-news-promotion ul li h3 {
	font-size: 12px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -65px;
	color: #fff;
	padding: 5px 10px;
	line-height: 18px;
	margin-bottom: 0;
	display: block;
}
.ld555-news-tutorial ul li {
	width: 230px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 170px;
}
.ld555-news-tutorial ul li h3 {
	font-size: 12px;
	font-weight: 600;
	background: url(../images/bg-game-h3.png);
	position: relative;
	margin-top: -65px;
	color: #fff;
	padding: 5px 10px;
	line-height: 18px;
	margin-bottom: 0;
	display: block;
}
.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;
}
.main-content h1 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.main-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0px;
}
.main-content h3 {
	font-size: 17px;
	margin: 20px 0 10px;
	display: block;
}
.main-content img {
	max-width: 95%;
	width: 500px;
	display: block;
	margin: 10px auto 20px;
}
.main-content video {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
/* css for entry content wordpress */

.entry-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0px;
}
.entry-content h3 {
	font-size: 17px;
	margin: 20px 0 10px;
	display: block;
}
.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 li {
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0px 7px;
	width: 132px;
	height: 167px;
}
.lienquan ul li a img {
	width: 100%;
	height: 100px;
	margin: 5px 0;
}
.lienquan ul li a p {
	font-size: 12px;
	font-weight: 500;
}


/* css for slide nav lodemienbac */

.lodemienbac {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 70px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin: 0px;
	border-radius:0px;
}

.lodemienbac a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.lodemienbac a:hover {
  color: #f1f1f1;
}

.lodemienbac .closebtn {
	position: absolute;
	top: -15px;
	left: -25px;
	font-size: 50px;
	color: #005ea6;
	display: block;
}
/* end css for slide nav lodemienbac */
.lode {
	background: #fff;
	width: 460px;
	padding: 0 5px 20px;
	margin-top: 5px;
	border-radius: 5px;
	float: left;
}
.lode h2,h3 {
    display: none;
}
.chonnhanh-input {
	width: 350px;
	float: left;
}
.fast-insert-form .form-control {
	width: 250px;
}
.vien-check {
	width: 41px;
	padding: 0px;
	float: left;
	margin-right: 1px;
	height: 20px;
}
.check-first {
	width: 20px;
}
.vien {
	border: 1px solid #ccc;
	border-radius: 0;
	margin-right: 2px;
	max-width: 80px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 3px 5px;
	width: 40px;
	height: 41px;
	float: left;
	background: #f8f8f8;
}
.dachon {
	border: 1px solid #0070ba;
	background: #0070ba;
	color:#fff;
}
.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;
}
.main-footer {
	width: 750px;
	margin: 0 auto;
}

}


/* end css for ipad after start css for mobile */


@media only screen and (max-width: 480px) {
#header {
	/* background: #233D67; */
	border-bottom: 3px solid #233D67;
	margin-bottom: 0px;
}	
.main-header {
    width: 100%;
    margin: 0 auto;
}
.mobile-button-menu {
	display: block;
	width: 30px;
	float: left;
	margin: 10px 0px 0px 5px;
	color: #ff7144;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 25px;
}
.logo {
	width: 150px;
	float: left;
	margin: 15px 0px 0px 0px;
	overflow: auto;
}
.nav {
	/* display: none; */
	width: auto;
	margin: 0;
	overflow: hidden;
}
.menu {
	display: none;
}
.user-menu {
	margin-top: 14px;
}
.user-menu li {
    margin-top: 5px;
}
.login-button {
	padding: 5px 5px 4px;
	font-size: 14px;
}
.register-button {
	padding: 5px 5px 4px;
	font-size: 14px;
	margin-right: 5px;
}

#nav-sub {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin: 0px;
	border-radius: 0px;
}
#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;
}
.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: -10px;
	left: 205px;
	font-size: 50px;
	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 {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	max-width: 480px;
}
.slide img {
	width: 100%;
	height: 200px;
}

#main {
    width: 100%;
	margin-top:0px;
}

.listgame {
	overflow-x: hidden;
	float: none;
	width: 100%;
	margin-left: 0;
}
.listgame li:first-child {
	margin-left: 1%;
}
.listgame li {
	float: left;
	margin: 1%;
	width: 48%;
}
.uutien {
	width: 100%;
	float: none;
}
.dambao {
	width: 100%;
	float: none;
	margin: 0 10px;
}
.doitac-game li {
	float: left;
	width: 94px;
	margin: 10px;
}

.home-box h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thongtincanhan ul {
	margin: 0;
	padding: 0px 0 0 15px;
}
.ld555-news-promotion ul {
	overflow-x: scroll;
	white-space: nowrap;
}
.ld555-news-promotion ul li {
	width: 330px;
	float: none;
	margin: 0px 5px;
	transition: transform .1s;
	display: inline-block;
}
.ld555-news-promotion ul li:first-child {
	margin-left: 10px;
}
.ld555-news-promotion ul li:last-child {
	margin-right: 10px;
}
.ld555-news-promotion ul li h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: -55px;
	background: url(../images/bg-game-h3.png);
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
	display: block;
	text-align: inherit;
	height: 55px;
	white-space: normal;
	padding: 5px 10px;
	overflow: hidden;
}
	
.ld555-news-tutorial ul {
	overflow-x: scroll;
	white-space: nowrap;
}
.ld555-news-tutorial ul li {
	width: 330px;
	float: none;
	margin: 0px 5px;
	transition: transform .1s;
	height: 210px;
	display: inline-block;
}
.ld555-news-tutorial ul li:first-child {
	margin-left: 10px;
}
.ld555-news-tutorial ul li:last-child {
	margin-right: 10px;
}
.ld555-news-tutorial ul li h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: -55px;
	background: url(../images/bg-game-h3.png);
	color: #fff;
	line-height: 20px;
	margin-bottom: 0;
	display: block;
	text-align: inherit;
	height: 55px;
	white-space: normal;
	padding: 5px 10px;
	overflow: hidden;
}	
.box {
	float: none;
	width: 90%;
	margin: 30px 15px;
}
.icons-login {
    margin-top: 18px;
    margin: 5px 5px 0px;
}
.icons-login .wallet {
    border: 1px solid;
    padding: 5px 5px;
    font-size: 18px;
    border-radius: 50px;
}
.sodu {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 300;
}
.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;
}
.doitac-bank li {
	float: none;
	width: 90px;
	margin: 10px;
	display: inline-block;
}



#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;
}

.card-img {
    margin: 0px 0px 20px;
    padding: 0;
    flex-basis: auto;
    width: 100%;
}
.card-img img {
    height: auto;
    width: 100%;
}
.main-content img {
    max-width: 80%;
}

.main-content video {
    max-width: 100%;
    height: auto;
}

.main-content h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	line-height: 30px;
}
.main-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0px;
	line-height: 25px;
}
.main-content h3 {
	font-size: 17px;
	margin: 10px 0 10px;
}
/* css for wp */
.wp-caption img {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.lienquan ul li {
	float: none;
	list-style-type: none;
	margin: 0px 0px 10px;
	width: 100%;
	height: 80px;
	border-bottom: 1px dotted;
}
.lienquan ul li a img {
	width: 90px;
	height: 70px;
	margin: 0px 15px 5px 0;
	float: left;
}
.lienquan ul li a p {
	font-size: 15px;
	font-weight: 500;
}

/* wallet client */

.manage-main-wallet p {
	font-size: 13px;
	font-weight: 300;
	margin: 10px;
}
.manage-main-wallet ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	margin: 10px 0;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 5px 10px;
}
/* css for slide nav lodemienbac */

.lodemienbac {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 70px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin: 0px;
	border-radius:0px;
}

.lodemienbac a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.lodemienbac a:hover {
  color: #f1f1f1;
}

.lodemienbac .closebtn {
	position: absolute;
	top: -15px;
	left: -25px;
	font-size: 50px;
	color: #005ea6;
	display: block;
}
/* end css for slide nav lodemienbac */

.lode {
	background: #fff;
	width: 100%;
	padding: 5px 5px 20px;
	margin-top: 5px;
	border-radius: 5px;
	float: none;
}
.lode h2,h3 {
    display: none;
}

.chonnhanh-input {
	width: 70%;
	float: left;
}
.fast-insert-form {
	height: 40px;
	overflow: hidden;
}
.fast-insert-form .form-control {
	width: 62%;
	margin-right: 5px;
}
.vien {
	border: 1px solid #ccc;
	margin-right: 1px;
	max-width: 9.5%;
	font-weight: 600;
	text-align: center;
	padding: 2px;
	height: 40px;
}
.vien-check {
	display: none;
}
.vien-num-check {
	display: none;
}
.number-select {
	font-size: 15px;
}
.number-price {
	color: #f07915;
	font-size: 9px;
}
.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;
}
.main-footer {
    width: 100%;
    margin: 0 auto;
}
.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: 0 10px;
}
.c-right {
	float: none;
}
}


@media only screen and (max-width: 385px) {
.mobile-button-menu {
	display: block;
	width: 25px;
	float: left;
	margin: 8px 0px 0px 5px;
	height: 30px;
	cursor: pointer;
}	
.logo {
	width: 130px;
	float: left;
	margin: 16px 0px 0px 0px;
	overflow: auto;
}
.user-menu {
	margin-top: 13px;
}
.login-button {
	padding: 5px 3px 3px;
	font-size: 12px;
}
.register-button {
	padding: 5px 3px 3px;
	font-size: 12px;
}
.chonnhanh {
	width: 100px;
	float: left;
	background: #0070ba;
}
.vien {
	font-size: 13px;
	margin: 0 1px 0 0;
}
.number-select {
	font-size: 13px;
}
.number-price {
	color: #f07915;
	font-size: 8px;
}
.icons-login {
    margin: 5px 3px 0px;
}
.sodu {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 300;
}
.texttab {
	font-size: 9px;
}

.slide {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	max-width: 385px;
}
.slide img {
    width: 100%;
    height: 125px;
}
.home-box h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thongtincanhan ul {
	margin: 0;
	padding: 0px 0 0 15px;
}
.doitac-game li {
	float: left;
	width: 70px;
	margin: 5px;
}

.ld555-news-promotion ul li {
	width: 290px;
	float: none;
	margin: 0px 5px;
	transition: transform .1s;
	height: 190px;
	display: inline-block;
}
.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;
}
.manage-main-wallet ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	margin: 10px 0;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 5px 10px;
}
.manage-main-wallet p {
	font-size: 12px;
	font-weight: 300;
	margin: 10px;
}


}


@media only screen and (max-width: 320px) {
#header {
	min-height: 45px;
	max-height: 84px;
}
.main-header {
	height: 40px;
}

.mobile-button-menu {
	display: block;
	width: 18px;
	float: left;
	margin: 5px 0px 0px 5px;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 18px;
}
.logo {
	width: 110px;
	float: left;
	margin: 9px 0px 0px 0px;
	overflow: auto;
}
.user-menu {
	margin-top: 6px;
}
.login-button {
	padding: 5px 2px 3px;
	font-size: 11px;
	border-radius: 3px;
}
.register-button {
	padding: 5px 2px 3px;
	font-size: 11px;
	border-radius: 3px;
}
.slide {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	max-width: 320px;
}
.slide img {
    width: 100%;
    height: 125px;
}
.home-box h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.listgame li {
	float: none;
	margin: 1%;
	display: inline-block;
	width: 130px;
}
.ld555-news-promotion ul li {
	width: 250px;
	float: none;
	margin: 0px 5px;
	transition: transform .1s;
	height: 160px;
	display: inline-block;
}
.ld555-news-promotion ul li h3 {
	font-size: 12px;
	font-weight: 600;
	margin-top: -55px;
	background: url(../images/bg-game-h3.png);
	color: #fff;
	line-height: 15px;
	margin-bottom: 0;
	display: block;
	text-align: inherit;
	height: 55px;
	white-space: normal;
	padding: 5px 10px;
	overflow: hidden;
}



.chonnhanh-input {
	width: 67%;
	float: left;
}
.fast-insert-form .form-control {
	width: 57%;
	margin-right: 5px;
}
.chonnhanh {
	width: 97px;
	float: left;
	background: #0070ba;
	/* padding: 0; */
	/* margin: 0; */
	font-size: 13px;
}

.vien {
	margin-right: 1px;
	font-size: 13px;
	margin: 0 1px 0 0;
}
.number-select {
	font-size: 13px;
}
.number-price {
	color: #f07915;
	font-size: 8px;
}
.sodu {
    font-size: 11px;
    margin-left: 2px;
    font-weight: 300;
}
.icons-login .wallet {
    border: 1px solid;
    padding: 5px 3px;
    font-size: 15px;
    border-radius: 50px;
}
.lodemienbac {
	top: 60px;
}
.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;
}

.entry-content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.entry-content h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px;
}
.entry-content h3 {
	font-size: 15px;
	margin: 20px 0 10px;
}
.manage-main-wallet ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	margin: 10px 0;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 5px 10px;
}
.manage-main-wallet p {
	font-size: 12px;
	font-weight: 300;
	margin: 10px;
}

.box-sidebar li {
	margin: 5px 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
	overflow: auto;
}
.manage li a {
	font-size: 15px;
	font-weight: 600;
}
.manage li p {
	font-size: 13px;
	font-weight: 300;
}
}
