html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	background: #f8f8f8; /* url('../images/main-bg.jpg') */
	background-repeat: repeat-y;
    background-size: auto;
	background-position: center;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}
a{
	color:#ec2525;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#header {
	padding: 0;
	min-height: 72px;
	max-height: 84px;
	border-bottom: 1px solid #333;
	background: #444;
}
.mobile-button-menu {
	display:none;
}
.logo {
	width: 120px;
	float: left;
	margin: 5px 0 0;
	overflow: auto;
}
.logo img {
	width: 100%;
}

.main-header {
	width: 1200px;
	margin: 0 auto;
}
#nav-sub {
	color: #fff;
	background: #333;
	overflow: auto;
	height: 45px;
}
.closebtn {
	display: none;
}
.nav-sub-content {
	width: 1200px;
	margin: 0 auto;
}
.nav-sub-content li {
	float: left;
	padding-right: 25px;
	padding-top: 11px;
}
.nav-sub-content li a {
	color: #fff;
	font-family: Roboto Condensed;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-mobile {
	display: none;
}

.sticky-menu-content {
	float: right;
}
.sticky-menu-content li {
	background: #3B9354;
	color: #fff;
	padding: 0;
	margin: 7px 0 0;
	padding: 3px 10px;
	border-radius: 5px;
	font-weight: 600;
}

.slide {
	width: 100%;
	height: 380px;
	margin: 0 auto;
	max-width: 1920px;
}
.slide img {
	width: 100%;
	height: 380px;
}
#main {
	width: 1200px;
	margin: 15px auto;
	overflow: auto;
}
/* home page start */

.box-news {
	margin-top: 20px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}
.home {
	margin-top: 95px;
}
.box-news-title {
	background: #ddd none repeat scroll 0 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	color: #444;
	font: bold 22px Roboto Condensed;
	margin-bottom: 20px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.list-new {
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 1em;
}

.list-new img {
	height: 9em;
	width: 100%;
}
.list-new li a h3 {
	color: #444;
	font-size: 1em;
	overflow: hidden;
	font-weight: bold;
	margin-top: 0.2em;
	line-height: 1.5em;
}

/*end */
.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: 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: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 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.thongtincanhan h2 {
	color: #e9cb97;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 12px 20px;
}
.uutien {
	width: 480px;
	float: left;
	color: #f8f8f8;
	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: #f8f8f8;
	margin-left: 20px;
	font-size: 15px;
}
.sticky-dambao {
	border: 2px dashed #e9cb97;
	border-radius: 10px;
	color: #e9cb97;
	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-promotion ul {
	overflow: hidden;
}
.ld555-news-promotion ul li {
	width: 380px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 250px;
	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;
}
.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;
}

.ld555-news-promotion ul li:hover h3 {
	margin-top: -170px;
	height:170px;
}

.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: 3px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.box-sidebar h2 {
	font-size: 20px;
	margin: 0px 0px;
	padding: 10px 10px;
	background: #333;
	color: #fff;
}
.box-sidebar h2 a {
	color: #fff;
}
.box-sidebar li {
	margin: 10px 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0px 8px 0px;
	overflow: auto;
}
.box-sidebar li a {
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
.box-sidebar li img {
	width: 130px;
	float: left;
	height: 90px;
	margin-right: 10px;
}
.box-sidebar li h3 {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	font-weight: 600;
}
.box-sidebar li:hover h3 {
	color: #ec2525;
}

/* css for sidebar wordpress */
.widget {
	border-radius: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border: 2px solid #296069;
}
.wp-block-group h2 {
	font-size: 20px;
	margin: 0px 0px;
	padding: 10px 10px;
	background: linear-gradient(0deg,#296069 ,#102C30);
	color: #ec2525;
}
.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: #333;
	padding: 40px 0;
	margin: 0px;
	color: #fff;
}

#footer p {
	font-size: 12px;
	font-weight: 600;
}

.main-footer {
	width: 1200px;
	margin: auto;
}
.menu-footer {
	overflow: auto;
	border-bottom: 1px dotted #fff;
	margin-bottom: 25px;
}
.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: 13px;
}

.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;
}

.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 page content */
.main-content {
	width: 840px;
	margin-top: 0px;
	border-radius: 5px;
	float: left;
}
.full-width {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
	float: none;
}
.right {
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}

.main-content h1 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	color: #ec2525;
	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: #ec2525;
}
.main-content p {
	font-size: 14px;
	font-weight: 300;
}
.main-content a {
	color: #ec2525;
}
.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;
	width: 500px;
	display: block;
	margin: 10px auto 5px;
	height: auto;
}

.main-content iframe {
	max-width: 98%;
	display: block;
	margin: 0 auto;
}
/* css for content category wp */

.category-list-post {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 1em;
}

.post-category-default {

}
.post-category-default img {
	width: 100%;
	margin: 0;
	height: 12em;
}
.post-category-default h2 {
	margin: 0.2em;
	font-size: 1.2em;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
.entry-content-category-default {
	margin: 0.2em;
	line-height: 1.5em;
	height: 6em;
	overflow: hidden;
}
.post-category-default p {
	font-size: 0.9em;
}


.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: 13px;
	background: #eed;
	padding: 5px 10px;
}
.phantrang {
	height: 3em;
	margin: 1em 0;
	display: block;
	float: right;
}
.page-numbers {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.current {
	background: #ec2525;
	color: #fff;
	border: 1px solid #ec2525;
}
/* end css for content category wp */


/* css for entry content wordpress */ 
.entry-header h1 {
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	color: #333;
	margin-bottom: 15px;
}
.entry-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0px;
}
.entry-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #333;
}
.entry-content p {
	font-size: 1em;
	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;
	width: 500px;
	display: block;
	margin: 10px auto 20px;
}

.wp-caption {
	max-width: 100%;
}
.phimhotjav-content {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.post-page-num a {
	line-height: 2.5em;
}
.post-page-numbers {
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
	font-weight: bold;
}
/* 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 #333;
	line-height: 25px;
	color: #333;
	font-weight: 800;
	font-size: 18px;
	margin: 20px 0 5px 0;
}
.lienquan ul {
	margin: 0;
	overflow: hidden;
}
.lienquan ul li {
	float: left;
	list-style-type: none;
	margin: 0px 10px 10px 0;
	width: 200px;
	height: 180px;
	background: #eee;
	padding: 0;
}
.lienquan ul li a img {
	width: 100%;
	height: 130px;
	border-radius: 3px;
	margin: 0;
}
.lienquan ul li a p {
	font-size: 13px;
	color: #333;
	font-weight: 600;
	margin: 5px;
}
.lienquan ul li:hover p {
	color: #ec2525;
}
.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) {
	
.main-header {
	width: 1000px;
}
.nav-sub-content {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	width: 120px;
	margin: 5px 0 0px 0px;
}
.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;
}
.nav-sub-content li a {
	font-size: 13px;
}
.slide {
	width: 100%;
	height: 265px;
	margin: 0 auto;
	max-width: 1366px;
}
.slide img {
	width: 100%;
	height: 260px;
}

.uutien {
	width: 360px;
	float: left;
	font-size: 13px;
}
.dambao {
	width: 620px;
	float: left;
	margin-left: 20px;
	font-size: 13px;
}
.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;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}
.register-button {
    padding: 10px 7px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}	
.list-game {
    width: 100%;
}
.cat-img img {
    width: 100%;
    height: 225px;
}

#main {
	width: 1000px;
	margin: 5px auto;
}

.box-news-title {
	background: #ddd none repeat scroll 0 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	color: #444;
	font: bold 16px Roboto Condensed;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.box-news {
	margin-top: 0px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.list-new img {
	height: 7em;
	width: 100%;
}

.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 13px;
	width: 189px;
}
.listgame img {
  width: 100%;
}
.ld555-news-promotion ul li {
	width: 313px;
	float: left;
	margin: 0px 15px;
	transition: transform .1s;
	height: 215px;
}
.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;
}

.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;
}
.full-width {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 0 10px;
	overflow: hidden;
	float: none;
}

.main-content {
	width: 700px;
	padding: 0 0px 20px;
	margin: 5px 0px;
	border-radius: 5px;
	float: left;
}
.full-width {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.main-content h1 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
.main-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0px;
}
.main-content h3 {
	font-size: 17px;
	margin: 20px 0 10px;
}

.lienquan ul li {
	float: left;
	list-style-type: none;
	margin: 0px 10px 0 0;
	width: 165px;
	height: 165px;
}
.lienquan ul li a img {
	width: 100%;
	height: 115px;
	border-radius: 3px;
}
.lienquan ul li a p {
	font-size: 13px;
	color: #333;
	font-weight: 600;
}
.sidebar-left {
	float: left;
	width: 300px;
	margin-top: 20px;
}

/* css for wp cate */



.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: 8px 10px;
}
.main-footer {
	width: 1000px;
	margin: 0 auto;
}

	
}

@media only screen and (max-width: 840px) {
	
body {
	font-size: 13px;
}
.main-header {
	width: 750px;
}
.mobile-button-menu {
	display: none;
}
.logo {
	width: 110px;
	margin: 10px 0 0px 10px;
}
.nav {
	width: 430px;
	margin-left: 10px;
	overflow: auto;
	float: left;
}
.nav ul li {
	float: left;
	margin: 28px 0 0 0;
	padding: 0 5px;
	list-style-type: none;
}
.nav ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}
.login-button {
	padding: 10px 8px;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	margin-right: 5px;
}
.register-button {
	padding: 10px 7px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
}
#nav-sub {
	display: block;
}
.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;
}

.nav-sub-content .sticky-menu-content li {
	background: #ec2525;
	color: #570000;
	margin: 5px 0 0;
	padding: 5px 5px;
	border-radius: 5px;
	font-weight: 600;
}
.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;
}

.box-news-title {
	background: #ddd none repeat scroll 0 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	color: #444;
	font: bold 16px Roboto Condensed;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.box-news {
	margin-top: 0px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.list-new img {
	height: 6em;
}

.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;
	height: 170px;
}
.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;
}
.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: 505px;
}
#breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.full-width {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.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;
}
.entry-content p {
	font-size: 13px;
	font-weight: 400;
}
/* css for category */

.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 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;
}

.wp-caption {
	display: block;
	max-width: 90%;
}
.wp-caption img {
	margin: 0;
	width: 100%;
}
.lienquan ul li {
	float: left;
	list-style-type: none;
	margin: 0px 10px 5px 0;
	width: 115px;
	height: 120px;
	overflow: hidden;
}
.lienquan ul li a img {
	width: 100%;
	height: 75px;
	margin: 5px 0;
}
.lienquan ul li a p {
	font-size: 12px;
	color: #333;
	font-weight: 600;
	line-height: 15px;
}

.sidebar {
	width: 240px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}
.box-sidebar li img {
	width: 90px;
	float: left;
	height: 60px;
	margin-right: 10px;
}
.box-sidebar li h3 {
	font-size: 13px;
	color: #333;
	line-height: 18px;
	font-weight: 600;
	display: block;
}

.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) {
	
.main-header {
    width: 100%;
    margin: 0 auto;
}

.mobile-button-menu {
	display: block;
	width: 30px;
	float: left;
	margin: 20px 0px 0px 5px;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 25px;
}
.logo {
	width: 120px;
	float: left;
	margin: 5px 0px 0px 0px;
	overflow: auto;
}
.nav {
	/* display: none; */
	width: auto;
	margin: 0;
	overflow: hidden;
}
.menu {
	display: none;
}
.user-menu {
    margin-top: 29px;
}
.user-menu li {
    margin-top: 0px;
}
.login-button {
    padding: 5px 8px;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-right: 5px;
}
.register-button {
    padding: 5px 8px;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    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: #ec2525;
    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;
}
.phimhotjav-content {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.box-news-title {
	background: #ddd none repeat scroll 0 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	color: #444;
	font: bold 16px Roboto Condensed;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.box-news {
	margin-top: 0px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}
.list-new {
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1em;
}
.list-new img {
	height: 9em;
}

.listgame {
	overflow-x: scroll;
	float: none;
	width: 100%;
	margin-left: 0;
	width: auto;
}
.listgame li {
	float: none;
	margin: 1%;
	display: inline-block;
	width: 160px;
}
.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: 18px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: 800;
}

.box {
	float: none;
	width: 96%;
	margin: 20px 4%;
}
.box:first-child {
	margin: 20px 4%;
}
.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;
	padding: 0 5px;
}
#breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.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 h1 {
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	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;
}
.entry-content p {
	font-size: 13px;
	font-weight: 400;
}

/* css for cate */

.category-list-post {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1em;
}
.post-category-default img {
	width: 100%;
	margin: 0;
	height: 12em;
	max-width:100%;
}

/* css for wp */
.wp-caption img {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.lienquan ul li {
	float: left;
	list-style-type: none;
	margin: 0px 1% 5px;
	width: 48%;
	height: 62px;
	border-bottom: none;
}
.lienquan ul li a img {
	width: 75px;
	height: 55px;
	margin: 3px 5px 5px 0;
	float: left;
}
.lienquan ul li a p {
	font-size: 11px;
	color: #333;
	font-weight: 600;
}

.sidebar {
    float: none;
    width: 100%;
    margin: 15px 0 0;
}
.box-sidebar {
	border-radius: 5px;
	padding-bottom: 15px;
	margin: 10px 5px 20px;
}
.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: 18px 0px 0px 5px;
	height: 30px;
	cursor: pointer;
}	
.logo {
	width: 110px;
	float: left;
	margin: 8px 0px 0px 0px;
	overflow: auto;
}
.box-news-title {
	background: #ddd none repeat scroll 0 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	color: #444;
	font: bold 16px Roboto Condensed;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.box-news {
	margin-top: 0px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.list-new img {
	height: 6em;
}


.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;
}
#breadcrumbs {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.main-content h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.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: 60px;
    max-height: 84px;
}
.user-menu {
	margin-top: 20px;
}
.mobile-button-menu {
	display: block;
	width: 25px;
	float: left;
	margin: 11px 0px 0px 5px;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 25px;
}
.logo {
	width: 95px;
	float: left;
	margin: 5px 0px 0px 0px;
	overflow: auto;
}
.login-button {
    padding: 5px 5px;
    font-size: 10px;
}
.register-button {
    padding: 5px 5px;
    font-size: 10px;
}
.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;
}
.box-news {
	margin-top: 0px;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}
.list-new li {
	float: left;
	height: 125px;
	margin: 5px 10px;
	overflow: hidden;
	width: 135px;
}
.list-new img {
	height: 85px;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align: justify;
	width: 250px;
}
.list-new li a h3 {
	color: #444;
	font: bold 14px/20px Tahoma,Arial;
	height: 50px;
	overflow: hidden;
	font-size: 11px;
	line-height: 17px;
}

.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: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.main-content h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px;
}
.main-content h3 {
	font-size: 15px;
	margin: 20px 0 10px;
}
#breadcrumbs {
	font-size: 12px;
	margin: 0;
}
.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;
}
.lienquan ul li a p {
	font-size: 11px;
	color: #333;
	font-weight: 600;
}
.box-sidebar {
	border-radius: 5px;
	padding-bottom: 5px;
	margin: 10px 5px 20px;
}
.box-sidebar li {
	margin: 5px 10px;
	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;
}
}
