@media screen and (min-width: 768px) {
  .logo-title {
    border-left: 1px solid #ccc;
    padding-left: 18px;
    color: #666;
    line-height: 1.5;
  }
  #nav_container {
    justify-content: flex-end;
  }
  #nav_container .nav {
    flex: initial;
  }
  #nav-slide-list-language {
    left: 450px;
  }
}

@media (max-width: 1200px) and (min-width: 1120px) {
  #nav-slide-list-language {
    margin-left: -60px;
  }
}
@media (max-width: 1119px) and (min-width: 1008px) {
  #nav-slide-list-language {
    margin-left: -180px;
  }
}
@media (max-width: 1007px) and (min-width: 909px) {
  #nav-slide-list-language {
    margin-left: -270px;
  }
}
@media (max-width: 908px) and (min-width: 830px) {
  #nav-slide-list-language {
    margin-left: -350px;
  }
}

/* .header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header-wrapper .header {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo-wrapper {
  display: inline-flex;
  align-items: center;
}


@media screen and (min-width: 768px) {
  .header-wrapper {
    height: 80px;
  }
  .header-wrapper .header {
    margin: 0 auto;
    max-width: 1200px;
  }

  .header .logo-wrapper {
    margin-right: 110px;
  }
  .logo-wrapper .logo-img {
    width: auto;
    height: 68px;
  }

  .header .nav {
    flex: 1;
    height: 100%;
  }
  .nav .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .nav-list .nav-item {
    height: 100%;
  }
  .nav-item .nav-link {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
  }
  .nav-item .nav-link:hover {
    color: #e60012;
  }
  .nav-item .sub-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 64px;
    background-color: #fff;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s;
  }
  .nav-item .nav-link:hover + .sub-nav,
  .nav-item .sub-nav:hover {
    top: 80px;
    z-index: 9999;
    opacity: 1;
  }

  .header .language {
    margin-left: 110px;
    padding: 16px 0;
  }
  .header .language:hover {
    color: #e60012;
  }

  .header .menu-btn {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .logo-wrapper {
    margin-right: 32px;
  }
  .nav-item .nav-link {
    padding: 0 8px;
  }
  .header .language {
    margin-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 1.18rem;
  }
  .header .logo-wrapper {
    margin-left: 0.365rem;
  }

  .logo-wrapper .logo-img {
    width: auto;
    height: 0.9rem;
  }

  .header .nav {
    display: none;
  }

  .header .language {
    display: none;
  }

  .header .menu-btn {
    margin-right: 0.365rem;
  }
} */
