#menu{ text-align:left;text-transform:capitalize;}
#menu:not(.mm-menu){display: none;}
/*nav:not(.mm-menu)
{
	display: none;
}*/
.header
{
	background: #fff; border-bottom:solid 1px #0B6D8D;
	font-size: 16px;
	font-weight: bold;
	color: #0B6D8D;
	line-height: 40px;
text-transform:uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 10px 0 50px;width: 100%;
				position: fixed;top: 0; display:none;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	/*background-image: url(http://baogiaquangcaogoogle.com/ads/style/images/btnmenuMain.png);*/
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.img_mobile{ width:auto !important; max-height:40px;  position:absolute; top:0; right:5px !important; left:auto !important; text-align:right; }
.img_mobile img{ max-height:40px;border:none;padding:2px;}
.fa-bars{ font-size:38px; padding:1px 6px; color:#0B6D8D;}