html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	background: #f5f7fa;
	font-family: 'Open Sans', sans-serif;
	color: #6c7378;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
a{
	color:#233D67;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


#header {
	padding: 0;
	min-height: 72px;
	max-height: 84px;
	background: #1B3051;
}
.mobile-button-menu {
	display:none;
}
.logo {
	width: 200px;
	float: left;
	margin: 16px 0 0;
	overflow: auto;
}
.logo img {
	width: 100%;
}

.main-header {
	width: 1200px;
	margin: 0 auto;
}
.nav {
	width: 450px;
	margin-left: 340px;
	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-weight: 600;
	font-size: 15px;
}
.nav ul li:hover a {
	text-decoration: none;
	color: #f00;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.user-menu {
	float: right;
}
.user-menu li {
	float: left;
	margin-top: 25px;
}
.icons-login {
	margin-top: 18px;
	margin: 18px 5px;
}
.icons-login a {
	font-size:25px;
	color: #233D67;
}
.icons-login .wallet {
	border: 1px solid #fff;
	padding: 5px 5px;
	font-size: 18px;
	border-radius: 50px;
}
.sodu {
	font-size: 14px;
	margin-left: 5px;
	color: #fff;
}

.login-button {
	border: 1px solid #fd5e00;
	border-radius: 50px;
	padding: 10px 10px;
	color: #fff;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin-right: 5px;
	background: #fd5e00;
}
.login-button:hover {
	border: 1px solid #f07915;
	color:#fd5e00;
	background:#f8f8f8;
	text-decoration:none;
}
.register-button {
	border: 1px solid #f00;
	border-radius: 50px;
	padding: 10px 10px;
	color: #fff;
	margin-right: 0;
	background: #ff0000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.register-button:hover {
	border: 1px solid #f00;
	color: #f00;
	background: #f8f8f8;
}
#nav-sub {
	color: #fff;
	background: #233D67;
	overflow: hidden;
	height: 45px;
}
.nav-sub-content {
	width: 1200px;
	margin: 0 auto;
}
.nav-sub-content li {
	float: left;
	padding-right: 30px;
	padding-top: 12px;
}
.nav-sub-content li a {
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	text-transform: uppercase;
}
.nav-sub-content li:hover a {
	color: #ff845e;
}
.nav-mobile {
	display: none;
}

.sticky-menu-content {
	float: right;
}
.sticky-menu-content li {
	background: #f8f8f8;
	color: #233D67;
	padding: 0;
	margin: 7px 0 0;
	padding: 3px 10px;
	border-radius: 5px;
	font-weight: 600;
}

.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;
}

.hot-game {
	float: left;
	width: 350px;
}
.hot-game img {
	width: 100%;
	height: 361px;
}

.listgame {
	overflow: hidden;
	float: left;
	width: 850px;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 0px 0px 10px 13px;
	width: 270px;
}

.listgame img {
  width: 100%;
}


/* 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: #233D67;
	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: 28px;
	font-weight: 200;
	color: #233D67;
	margin-bottom: 15px;
}
.thongtincanhan h2 {
	color: #e9cb97;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 12px 20px;
}
.uutien {
	width: 480px;
	float: left;
	color: #6c7378;
}

.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;
	font-weight: 200;
}
.dambao {
	width: 700px;
	float: left;
	color: #6c7378;
	margin-left: 20px;
}
.sticky-dambao {
	border: 2px dashed #233D67;
	border-radius: 10px;
	color: #233D67;
	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;
}

/* 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: #233D67;
	/* 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: #233D67;
	padding: 5px 10px 5px 5px;
	color: #fff;
	width: 100%;
	display: block;
}

.sub-game li {
	border-bottom: 1px dotted #233D67;
	padding: 5px 10px;
	background: transparent url(../images/ic_bullet_grey.png) no-repeat scroll 0px 16px;
	margin-left: 6px;
}
.sub-game li a {
    color: #233D67;
    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: #233D67;
	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 {
	background: #fff;
	border-radius: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.manage {
	box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border-top: 0.0625rem solid rgba(183, 188, 191, 0.15);
	border-color: #fff;
}

.box-sidebar h2 {
	font-size: 20px;
	color: #233D67;
	margin: 0px 0px;
	padding: 10px 20px;
	background: #233D67;
	color: #fff;
}
.box-sidebar li {
	margin: 10px 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	overflow: auto;
}
.box-sidebar li a {
	font-size: 14px;
	font-weight: 300;
}
.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 #233D67;
	border-radius: 5px;
	padding: 5px 15px;
	background: #233D67;
	color: #fff;
	margin-top: 20px;
}
.themcuoc:hover {
	border: 1px solid #233D67;
	border-radius: 5px;
	padding: 5px 15px;
	background: #fff;
	color: #233D67;
	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;
}

#footer {
	background-image: linear-gradient(to bottom, rgba(24, 45, 78, 0.9), rgba(24, 45, 78, 0.9)), url(../images/FooterBG.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
	margin: 0px;
}

#footer p {
	font-size: 12px;
	font-weight: 200;
	color: #f8f8f8;
}

.main-footer {
	width: 1200px;
	margin: auto;
}
.menu-footer {
	overflow: auto;
	border-bottom: 1px dotted #333;
}
.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;
	color: #f8f8f8;
}
.submenu-footer ul li a {
	color: #f8f8f8;
	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: #233D67;
}
#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 #233D67;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #233D67;
	background-color: #fff;
	border-bottom: 3px solid #233D67;
	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 #233D67;
	background: #233D67;
	color:fff;
	cursor: pointer;
}
.number-select {
	font-size: 16px;
}
.number-price {
	color: #f07915;
	font-size: 10px;
}

.dachon {
	border: 1px solid #233D67;
	background: #233D67;
	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: #233D67;
	border-color: #233D67;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
}
.btn-login-page:hover {
	color: #f00;
}

.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 #233D67;
	border-radius: 5px;
	padding: 10px 15px;
	background: #fff;
	color: #233D67;
	margin-top: 20px;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}
.register-new:hover {
	border: 1px solid #233D67;
	background: #233D67;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
	text-decoration: none;
}


/* css for page content */

.main-content {
	background: #fff;
	width: 840px;
	padding: 0 20px 20px;
	margin-top: 20px;
	border-radius: 5px;
	float: left;
}
.right {
	background: #fff;
	width: 830px;
	padding: 0 20px 20px;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}
.entry h1 {
	font-size: 30px;
	font-weight: 300;
	margin-top: 15px;
	color: #233D67;
	margin-bottom: 15px;
}
.entry h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0px;
}
.entry h3 {
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0 10px;
	color: #233D67;
}
.entry p {
	font-size: 14px;
	font-weight: 300;
}
.entry ul, ol {
	margin: 0 20px 10px 40px;
	padding: 0;
}
.entry ul li {
	font-size: 13px;
	font-weight: 300;
	list-style-type: disc;
}
.entry ol li {
	list-style-type: decimal;
	font-size: 13px;
	font-weight: 300;
}
.entry img {
	max-width: 500px;
	width: 500px;
	display: block;
	margin: 10px auto 20px;
}
.entry video {
	max-width: 500px;
	display: block;
	margin: 0 auto 20px;
}
.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: inline;
}
.manage-main-wallet h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px;
}
.manage-main-wallet p {
	font-size: 15px;
	font-weight: 300;
	margin: 10px;
}

/* css for deposit */

.deposit-form {
	font-size: 13px;
	font-weight: 300;
	list-style-type: none;
	margin: 20px 0;
	border: 1px dashed #ccc;
	border-radius: 5px;
	padding: 10px 20px;
}
.sticky {
	font-size: 12px;
	color: #dc3545 !important;
}
.btn-bongviet {
	color: #fff;
	background-color: #ffb70d;
	border-color: #ffb70d;
}
.input-text-width {
	width: 110px;
}
.thongtinchuyenkhoan {
	background: #ddd;
	border: #ccc;
	border-radius: 3px;
	padding: 15px 20px 10px 20px;
	color: #000;
	font-weight: bold;
}
.thongtinchuyenkhoan p {
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0px;
}
.info-bnum {
	color: #fff;
	font-weight: bold;
	background: #28a745 !important;
	padding: 0 10px;
}
.info-bname {
	background: #17a2b8 !important;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
}
.info-amount {
	background: #dc3545 !important;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
}
.info-tranfer-content {
	background: #007bff !important;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.info-fullname {
	background: #ffc107  !important;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
}
.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: #d5d9df;
	height: 135px;
	color: #fff;
}
.main-content-top h1 {
	text-align: center;
	padding: 25px 0 0;
	font-weight: 300;
	font-size: 30px;
	color: #233D67;
}
.main-content-top h2 {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #233D67;
}
.main-content-top p {
	text-align: center;
	font-weight: 300;
	color: #233D67;
}
.list-game {
	margin-top: 15px;
	width: 1200px;
	margin: 15px auto 0;
}
.line {
    position: relative;
}
.errorMsg {
    display: block;
    padding-top: 5px;
    color: #E82228;
    clear: both;
    font-size: 12px;
}
.errorMsg em {
    display: block;
    display: inline-block;
    padding-right: 5px;
    width: 12px;
    height: 8px;
    background: url(../images/error.png) no-repeat 0 0;
}
.icon-right {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 18px;
    height: 12px;
    background: url(../images/right.png) no-repeat 0 0;
}
.spinner {
    width: 40%;
    font-size: 20px;
    font-weight: 300;
    margin-left: 3px;
    color: #233D67;;
    overflow: hidden;
    margin-top: -2px;
    display: inline;
}
.spinner img {
	width: 43px;
	margin: 10px;
	display:inline;
}
/* css for ipad */

@media only screen and (max-width: 1366px) {
	
.main-header {
	width: 1000px;
}
.nav-sub-content {
	width: 1000px;
	margin: 0 auto;
}
.nav {
	width: 450px;
	margin-left: 160px;
	overflow: auto;
	float: left;
}	
.nav ul li {
    float: left;
    margin: 28px 0 0 0;
    padding: 0 10px;
    list-style-type: none;
}
.slide {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	max-width: 1366px;
}
.slide img {
	width: 100%;
	height: 350px;
}

.uutien {
	width: 360px;
	float: left;
	color: #6c7378;
}
.dambao {
	width: 620px;
	float: left;
	color: #6c7378;
	margin-left: 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;
    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;
}
.home-box {
	margin: 10px 0px 0;
}
.hot-game {
	float: left;
	width: 300px;
}
.hot-game img {
	width: 100%;
	height: 297px;
}
.listgame {
	overflow: hidden;
	float: left;
	width: 700px;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 0px 0px 10px 13px;
	width: 220px;
}
.listgame img {
  width: 100%;
}

.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;
}
.home-box h2 {
	font-size: 24px;
}
.thongtincanhan li {
	font-size:14px;
}
.main-content {
    background: #fff;
    width: 690px;
    padding: 0 20px 20px;
    margin: 20px 10px;
    border-radius: 5px;
    float: left;
}

.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: #233D67;
	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 #233D67;
	background: #233D67;
	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 {
	background: #fff;
	width: 680px;
	padding: 0 20px 20px;
	margin: 20px 10px;
	border-radius: 5px;
	float: left;
}

.main-content h1 {
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
	color: #005ea6;
	margin-bottom: 15px;
	font-weight: 600;
}
.main-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0px;
}
.main-content h3 {
	font-size: 17px;
	font-weight: 300;
	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;
	color: #fff;
}
.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;
}
.main-header {
	width: 750px;
}
.mobile-button-menu {
	display: none;
}
.logo {
	width: 180px;
	margin: 18px 0 0px 0px;
}
.nav {
	width: 315px;
	margin-left: 30px;
	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: 12px;
}
.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;
	height: 40px;
}
.nav-sub-content {
	width: 750px;
	margin: 0 auto;
}	
#nav-sub li {
	padding: 10px 8px;
}
#nav-sub li a {
	font-size: 11px;
}
#nav-sub .sticky-menu-content li {
	padding: 5px 5px 3px;
}
.slide {
	width: 100%;
	height: 230px;
	margin: 0 auto;
	max-width: 840px;
}
.slide img {
	width: 100%;
	height: 230px;
}

.uutien {
	width: 255px;
	float: left;
	color: #6c7378;
}
.dambao {
	width: 475px;
	float: left;
	color: #6c7378;
	margin-left: 20px;
}
.doitac-game li {
	float: left;
	width: 107px;
}
.doitac-bank li {
	float: left;
	width: 75px;
}

#main {
	width: 750px;
	margin: 5px auto;
}

.hot-game {
	float: left;
	width: 200px;
}
.hot-game img {
	width: 100%;
	height: 231px;
}
.listgame {
	overflow: hidden;
	float: left;
	width: 550px;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 0px 0px 10px 13px;
	width: 170px;
}	

.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;
}
.home-box h2 {
	font-size: 22px;
}
.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;
	font-weight: 300;
	margin-top: 15px;
	color: #005ea6;
	margin-bottom: 15px;
	font-weight: 600;
}
.main-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0px;
}
.main-content h3 {
	font-size: 17px;
	font-weight: 300;
	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: 95%;
	display: block;
	margin: 0 auto 20px;
}
/* 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 #233D67;
	background: #233D67;
	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) {
	
.main-header {
    width: 100%;
    margin: 0 auto;
}
.mobile-button-menu {
	display: block;
	width: 20px;
	float: left;
	margin: 20px 5px;
}
.mobile-button-menu {
	display: block;
	width: 30px;
	float: left;
	margin: 16px 0px 0px 5px;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 25px;
}
.logo {
	width: 140px;
	float: left;
	margin: 22px 0px 0px 0px;
	overflow: auto;
}
.nav {
	width: auto;
	margin: 0;
	overflow: hidden;
}
.menu {
	display: none;
}
.user-menu {
	margin-top: 28px;
}
.user-menu li {
    margin-top: 0px;
}
.login-button {
	padding: 5px 3px;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-right: 5px;
}
.register-button {
	padding: 5px 7px;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	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: #fff;
    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;
}
.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: 200px;
	margin: 0 auto;
	max-width: 480px;
}
.slide img {
	width: 100%;
	height: 200px;
}

#main {
    width: 100%;
	margin-top:0px;
}
.hot-game {
	display: none;
}
.listgame {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-left: 0;
}
.listgame li {
	float: left;
	margin: 1%;
	width: 48%;
}
.uutien {
	width: 100%;
	float: none;
	color: #6c7378;
}
.dambao {
	width: 100%;
	float: none;
	color: #6c7378;
	margin: 0 10px;
}
.doitac-game li {
	float: left;
	width: 94px;
	margin: 10px;
}
.doitac-bank li {
	float: left;
	width: 90px;
	margin: 10px;
}
.home-box h2 {
	font-size: 16px;
	font-weight: 300;
	color: #005ea6;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thongtincanhan ul {
	margin: 0;
	padding: 0px 0 0 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;
}




#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: 200px;
}
.main-content {
	width: 100%;
	float: none;
	margin: 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 video {
    max-width: 80%;
    height: auto;
}

.main-content h1 {
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
	color: #005ea6;
	margin-bottom: 5px;
	padding-top: 10px;
}
.main-content h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0px;
}
.main-content h3 {
	font-size: 17px;
	font-weight: 300;
	margin: 10px 0 10px;
}
.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 {
    background: #fff;
    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: 18px 0px 0px 5px;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.logo {
	width: 145px;
	float: left;
	margin: 23px 0px 0px 5px;
	overflow: auto;
}
.login-button {
	padding: 5px 5px;
	font-size: 12px;
}
.register-button {
    padding: 5px 8px;
    font-size: 12px;
}
.chonnhanh {
	width: 100px;
	float: left;
	background: #233D67;
}
.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: 122px;
	margin: 0 auto;
	max-width: 385px;
}
.slide img {
    width: 100%;
    height: 130px;
}
.home-box h2 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thongtincanhan ul {
	margin: 0;
	padding: 0px 0 0 15px;
}
.doitac-game li {
	float: left;
	width: 70px;
	margin: 5px;
}
.doitac-bank li {
	float: left;
	width: 70px;
	margin: 5px;
}

.entry h1 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.entry h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px;
}
.entry h3 {
	font-size: 15px;
	font-weight: 300;
	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;
}

.mobile-button-menu {
	display: block;
	width: 25px;
	float: left;
	margin: 11px 0px 0px 5px;
	color: #fff;
	height: 30px;
	cursor: pointer;
}
.button-menu-mobile {
	font-size: 25px;
}
.logo {
	width: 110px;
	float: left;
	margin: 20px 0px 0px 5px;
	overflow: auto;
}
.user-menu {
	margin-top: 22px;
}
.login-button {
    padding: 5px 5px;
    font-size: 12px;
}
.register-button {
    padding: 5px 5px;
    font-size: 12px;
}
.slide {
	width: 100%;
	height: 122px;
	margin: 0 auto;
	max-width: 320px;
}
.slide img {
    width: 100%;
    height: 130px;
}
.home-box h2 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-left: 10px;
}
.doitac-game li {
	float: left;
	width: 70px;
	margin: 5px;
}
.doitac-bank li {
	float: left;
	width: 70px;
	margin: 5px;
}

.chonnhanh-input {
	width: 67%;
	float: left;
}
.fast-insert-form .form-control {
	width: 57%;
	margin-right: 5px;
}
.chonnhanh {
	width: 97px;
	float: left;
	background: #233D67;
	/* 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;
}
.entry h1 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	color: #005ea6;
	margin-bottom: 5px;
	padding-top: 10px;
}
.entry h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0px;
}
.entry h3 {
	font-size: 15px;
	font-weight: 300;
	margin: 20px 0 10px;
	color: #005ea6;
}
.entry 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;
}
}
/* Error Page */
    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #1B3051;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      
        position: relative;
        height: 250px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #1B3051;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #1B3051;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #1B3051;
        color: #fff;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 15%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid #535353;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404
  {
    height: 150px;
  }
        /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay { position: relative; z-index: 20; } /*done*/
    .ground-color { background: white; }  /*done*/
    .item-bg-color { background: #EAEAEA } /*done*/
    
    /* Padding Section*/
        .padding-top { padding-top: 10px; } /*done*/
        .padding-bottom { padding-bottom: 10px; }   /*done*/
        .padding-vertical { padding-top: 10px; padding-bottom: 10px; }
        .padding-horizontal { padding-left: 10px; padding-right: 10px; }
        .padding-all { padding: 10px; }   /*done*/

        .no-padding-left { padding-left: 0px; }    /*done*/
        .no-padding-right { padding-right: 0px; }   /*done*/
        .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; }
        .no-horizontal-padding { padding-left: 0px; padding-right: 0px; }
        .no-padding { padding: 0px; }   /*done*/
    /* Padding Section*/

    /* Margin section */
        .margin-top { margin-top: 10px; }   /*done*/
        .margin-bottom { margin-bottom: 10px; } /*done*/
        .margin-right { margin-right: 10px; } /*done*/
        .margin-left { margin-left: 10px; } /*done*/
        .margin-horizontal { margin-left: 10px; margin-right: 10px; } /*done*/
        .margin-vertical { margin-top: 10px; margin-bottom: 10px; } /*done*/
        .margin-all { margin: 10px; }   /*done*/
        .no-margin { margin: 0px; }   /*done*/

        .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; }
        .no-horizontal-margin { margin-left: 0px; margin-right: 0px; }

        .inside-col-shrink { margin: 0px 20px; }    /*done - For the inside sections that has also Title section*/ 
    /* Margin section */

    hr
    { margin: 0px; padding: 0px; border-top: 1px dashed #999; }
/*----------------------------------------