@charset "utf-8";
/* CSS Document */
#header {
  width: 100%;
  left: 0px;
  right: 0;
  top: 0px;
  color: #000;
  position: fixed;
  z-index: 9;
  transition: all 0.3s;
}

#header-inner {
  width: auto;
  display: block;
  margin: 0px auto;
  padding: 0;
  left: 0;
  right: 0;
  opacity: 1;
  height: auto;
background-color: #FFF;
transition: all 0.5s;
}
.index #header-inner {
background-color: transparent;
}
.header-box {
    width: 100%;
    max-width: 1406px;
    margin: 0 auto;
    padding:0;
    display: flex;
    flex-direction: column;
}
.header-box {
    max-width: none;
    align-items: center;
}
.header-box i {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.header-box img{
max-height: 20px;
border-radius: 0;
}
.header-box-row {
  width: 100%;
  margin: 0;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 40px;
}

.header-box-col.follow{
display: flex;
align-items: baseline;
}
.header-box-col.contact{
display: flex;
align-items: baseline;
}
.contactme,.followme{
display: flex;
column-gap: 20px;
padding: 10px 0;
}
.contactme a,.followme a{
display: flex;
column-gap: 10px;
align-items: center;
}
.selectlang img{
max-height: 16px;
border-radius: 0;
}

#header-inner-logo{
transition: all 0.5s;
transform-origin: left;
padding: 10px 0;
}

#header-inner-logo img {
    max-width: 185px;
    transition: all 0.3s;
    transform-origin: left;
}

.header-box-col{
flex: auto;
max-width: 185px;
}
.header-box-col.head-menu{
display: flex;
flex-direction: row;
column-gap: 20px;
justify-content: center;
max-width: none;
}