#header
{
	height:170px;
	position:relative;
	overflow:visible;
	z-index:100;
	
	background-position:top center;
	background-repeat:repeat-x;
	background-size:cover;
}


#header #logo
{
	display:inline-block;
	height:140px;
	margin-top:0px;
	float:right;
	margin-right:0px;
}

#header #logo img
{
	height:140px;
}

#header #header_top_area
{
	overflow:hidden;
	float:left;
	clear:left;
	margin-top:15px;
	height:50px;
	display:inline-block;
}

#header #header_top_area .contact_sign
{
	display:inline-block;
	overflow:hidden;
	float:left;
	box-sizing: border-box;
	border:0;
	width:185px;
	height:40px;
	border-radius:20px;
	background-color:#EF9851;
	text-align:center;
}
#header #header_top_area .contact_sign img
{
	width:185px;
	height:40px;
}
#header #header_top_area .contact_sign .line
{
	height:20px;
	line-height:20px;
	color:white;
	font-size:10pt;
}
#header #header_top_area .contact_sign .line.num
{
	font-size:12pt;
}


#floating_btn_whatsapp 
{
    position: fixed;
    top: 170px;
    left: 0;
    width: 250px;
    height: 83px;
    z-index: 100;
}
#floating_btn_whatsapp img
{
	width: 250px;
    height: 83px;
}
#floating_btn_whatsapp img.hover
{
	position:relative;
	top:-83px;
	opacity:0;
}
#floating_btn_whatsapp:hover img.hover {opacity:1;}

