.header {
  background-color: white;
  height: 100px;
  z-index: 100;
  position: relative;
  font-size: 16px;
}
.header .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.header .header-row .logo-box {
  position: relative;
  height: 90px;
  width: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-row .logo-box .icon {
  position: absolute;
  left: 0;
  top: -140px;
  padding-top: 140px;
  height: 340px;
  width: 220px;
}
.header .header-row .logo-box .icon img {
  height: 90px;
}
.header .header-row .nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.header .header-row .nav-bar a {
  text-decoration: none;
  font-weight: bold;
}
.header .header-row .nav-bar .nav-item {
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-row .nav-bar .nav-item .label {
  border-bottom: 2px solid transparent;
}
.header .header-row .nav-bar .nav-item.current .label {
  color: #da251c;
  border-bottom: 2px solid #da251c;
}
.header .header-row .nav-bar .nav-item.nav-item:hover .label {
  color: #da251c;
  border-bottom: 2px solid #da251c;
}
.header .header-row .lang-switch {
  flex-basis: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
}
.header .header-row .lang-switch .switch-btn {
  height: 20px;
  width: 20px;
  background: no-repeat center/contain url("/static/images/icons/lang.png");
  border: none;
}
.header .header-row .lang-switch .lang-btn {
  height: 30px;
  width: 60px;
  line-height: 30px;
  color: black;
  border: none;
  outline: none;
  background-color: transparent;
}

/*# sourceMappingURL=header2.css.map */
