/**
 * Mobile header — từ bongdanet.online/themes/mobile/css/style.min.css
 * Sprite: assets/images/mobile/
 */

#header-mobile .sprite {
	background-image: url('../images/mobile/sprite.png');
	background-repeat: no-repeat;
}

#header-mobile .sprite_menu,
#header-mobile .menu-list-item .sprite_menu {
	background-image: url('../images/mobile/sprite_menu.png');
	background-repeat: no-repeat;
}

#header-mobile .top-link-header {
	display: block;
	height: 49px;
	background: #159f3a;
	border-bottom: 1px solid #024128;
	overflow: hidden;
}

#header-mobile .top-link-header::after {
	content: '';
	display: table;
	clear: both;
}

#header-mobile .top-link-header a {
	display: block;
	float: left;
	width: 20%;
	height: 49px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.1;
}

#header-mobile .top-link-header a:hover {
	color: #8dc20d;
}

#header-mobile .top-link-header .liverscore,
#header-mobile .top-link-header .video {
	background-color: #00603a;
}

#header-mobile .top-link-header .liverscore {
	border-right: 1px solid #024128;
}

#header-mobile .top-link-header .video {
	border-left: 1px solid #007236;
	border-right: 1px solid #024128;
}

#header-mobile .top-link-header a span.logo {
	float: none;
	display: inline-block;
	width: 39px;
	height: 39px;
	background-position: 0 -21px;
	margin-top: 5px;
}

#header-mobile .top-link-header a span.livescore-icon,
#header-mobile .top-link-header a span.video-icon {
	display: block;
	width: 19px;
	height: 19px;
	background-position: 0 0;
	margin: 8px auto 2px;
}

#header-mobile .top-link-header a span.video-icon {
	background-position: -22px 0;
}

#header-mobile .top-link-header .item-close-menu,
#header-mobile .top-link-header .item-menu {
	width: calc(20% - 4px);
}

#header-mobile span.menu {
	background-position: -61px 0;
	display: inline-block;
	height: 23px;
	margin-top: 13px;
	width: 25px;
}

#header-mobile .top-link-header a span.close-menu {
	background-position: -176px 0;
	display: inline-block;
	height: 24px;
	margin-top: 13px;
	width: 24px;
}

/* menu-list-item (slide menu) */
#header-mobile .menu-list-item a span.sprite_menu {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-position: 0 0;
}

#header-mobile .menu-list-item a span.nhan-dinh {
	background-position: 0 0;
}

#header-mobile .menu-list-item a span.result-icon {
	background-position: -116px 0;
}

#header-mobile .menu-list-item a span.fixtures-icon {
	background-position: 0 -57px;
}

#header-mobile .menu-list-item a span.odds-icon {
	background-position: 0 -288px;
}

#header-mobile .menu-list-item a span.standing-icon {
	background-position: 0 -113px;
}

@media only screen and (max-width: 480px) {
	#header-mobile .top-link-header a span.logo {
		float: none;
	}
}
