header {
  width: 100%;
  height: 105px;
  background-color: #181616;
  opacity: 0.9;
  border-bottom: 1px solid rgba(209, 212, 219, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header img{
  border: none;
}
header .header {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .header .nav-item a {
  font-size: 22px;
  /* height: 100%; */
  height: 105px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  background-position: center bottom;
}
header .header .nav-item a .en {
  font-size: 14px;
  margin-top: 5px;
  color: rgba(174, 174, 174, 0.7);
}
header .header .nav-item:hover a {
  background-image: url(../img/HOVER.png);
}
header .header .nav-item .curr {
  background-image: url(../img/HOVER.png);
}
header .header .img-logo {
  width: 322px;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
header .header .img-logo img {
  width: 322px;
}
