#c_navigation_126-1655107312752.active .e_container-32{
background:#1b2057;
}

.header_left ul,
.header_right ul{
	display:flex;	
}
.header_right ul{
justify-content:flex-end;
}
.header_left ul li,
.header_right ul li{
	line-height:36px;
	margin-right:1rem;
  	color:rgba(2,2,2,0.5);
}

.header_right ul li.hd_email,
.header_right ul li.hd_whatsapp{
padding-left:20px;
  background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2023030318411864040/cms/image/2e139419-3d3f-4af6-aed5-a7445a5292bb.png) no-repeat left center;
}

.header_right ul li.hd_whatsapp{
	background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2023030318411864040/cms/image/e48c1a0e-01e1-435d-a158-0de6cff2f95f.png) no-repeat left center;
}

.header_left ul li a,
.header_right ul li a{
	color:rgba(2,2,2,0.5);
}
.header_left ul li a:hover,
.header_right ul li a:hover{
	color:#f6a629;
}

.header_ercode{
position:relative;
  z-index:100; 
}

.header_ercode img{
  display:none;
  width:160px;
  position:absolute;
  top:36px;
  left:0;
  transition:all 0.4s;
}
.header_ercode:hover img{  
  display:block;
  height:160px;
}
