/***** Header *****/
.full-header {
	width:100%;
	float:left;
}
#header {
  background: #00374b none repeat scroll 0 0;
  float: left;
  height: 38px;
  width: 100%;
}
/* Duy CSS cho header*/
#thuong-hieu {
  float: left;
  position: relative;
  width: 50%;
  padding-left: 20px;
}
#inner-thuong-hieu{
	float: left;
	width: 100%;
	height: 38px;
}
#inner-thuong-hieu p {
	color: #fff;
	
	font-family: arial;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
}
#inner-thuong-hieu span a{

  color: #fff;
  float: left;
  font-family: arial;
  font-size: 12px;
  height: 38px;
  width: 20%;
}
/*Responsive*/
@media only screen and (max-width: 768px) {
	#thuong-hieu {
		width: 100%;
		padding-left: 0px;
	}
	#inner-thuong-hieu p {
	  text-align: center;
	}
}


