

#header_master_wrapper {
width: 100%;
min-width: 1300px;
position: sticky;
position: -webkit-sticky;
top: 0;
background-image: linear-gradient(to top, #f2f2f2 0%, white 80%);
border-bottom: #ce2337 solid 1px;z-index: 120;
margin: 0;
overflow-x: auto;
}

#header_wrapper {
width: 80%;
margin: 0 auto;
height: 80px;
max-height: 80px;
}

#header_logo {
width: 500px;
height: 80px;
background-image: url("");
background-repeat: no-repeat;
background-position: center;
background-size:contain;
float: left;
}

#headerCompany {
width: 500px;
height: 80px;
}

#header_logo {
height: 80px;
float: right;
}

#header_language {
height: 80px;
float: right;
vertical-align: middle;
padding: calc(80px / 2 - 12px) 20px;
}

#topSeperator {
width: 100%;
height: 1px;
padding-top: calc(80px - 1px);
}
