/***** header *****/
.full-header {
	width:100%;
	float:left;
	background: #232628 repeat scroll 0 0;
}
#wrap-header {
  float: left;
  padding:20px 0;
  width: 100%;
  line-height:15px;
}
#logo-web img {
  max-width:140px;
}
#information-header-hotline {
  background: rgba(0, 0, 0, 0) url("images/icondthoai.png") no-repeat scroll left center;
}
#information-header-address {
  background: rgba(0, 0, 0, 0) url("images/iconddiem.png") no-repeat scroll left center;
}
#logo-web {
  float: left;
  width:30%;
}
.header-info {
  float:left;
  width:17.5%;
  padding-left:20px;
  box-sizing:border-box;
  /*font-family: "Montserrat";*/
  font-size: 14px;
  color: #fff;
}
.header-first{
	width:25%;
}
.header-social{
  float:left;
  width:10%;
}
.textdo{
  color: #cc6119;
  font-family: arial;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
#information-header-phone p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin:0 0 5px 0;
  transition: all 0.25s ease 0s;
}
#information-header-address .header-address {
  color: #ffffff;
  font-size: 13px;
  padding-left: 50px;
  line-height: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#information-header-hotline p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding-left: 50px;
  margin:0;
}
#information-header-hotline p a{color: #ffffff;font-weight:bold;}

.socialmedia {
  float: right;
}

.socialmedia img{vertical-align:middle;}
.socialmedia a{
	text-decoration: none;
	background-color: #2f3234;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-indent: 1px;
	width: 35px;
	margin-left: 10px;
}
.socialmedia a:hover{
  background-color: #6c98e1;
}

/*Responsive*/
@media only screen and (max-width:980px){
	#logo-web{
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.header-social{display:none;}
}
@media only screen and (min-width:768px) and (max-width:980px){
	.header-info{
		width:33.33% ;
		padding:0 7%;
	}
	.header-first{padding:0 2%;}
}
@media only screen and (max-width:768px){
	.header-info:nth-last-of-type(2){display:none;}
	.header-info{width:50%;padding:0 0 5px;}
	#information-header-address .header-address{font-size:16px;line-height:40px;min-height:40px}
}
@media only screen and (max-width:480px){
	#information-header-address .header-address{line-height:normal}
    .header-info{width:100%;padding:0 0 5px;}
}



