#header {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#header header {
  width: 100%;
  height: 70px;
}
#header .icon-arrow-down {
  margin-left: 10px;
  transition: all 300ms;
}
#header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .icon-search {
  font-size: 22px;
}
#header .logo {
  flex: 0 0 185px;
  height: 40px;
}
#header .logo img {
  width: 100%;
  height: 100%;
}
#header .box {
  display: none;
  height: 244px;
  width: 808px;
  position: absolute;
  left: -200px;
  top: 70px;
  z-index: 999;
}
#header .menu-box {
  flex: 1;
  height: 100%;
}
#header .menu {
  flex: 0 0 50%;
}
#header .menu .musik_hover .box {
  height: 348px;
}
#header .menu .item {
  cursor: pointer;
  margin: 0 6px;
}
#header .menu .item:hover a {
  color: #00cb90;
}
#header .menu .item-title {
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 16px;
  color: #2a473f;
}
#header .menu .item-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0cb984;
  transform: scale(0);
  transition: all 0.2s;
}
#header .menu .item-title_product {
  display: inline-flex;
}
#header .menu .product,
#header .menu .support {
  position: relative;
}
#header .menu .product.active .icon-arrow-down,
#header .menu .support.active .icon-arrow-down {
  transform: rotate(180deg);
}
#header .menu .product.active .item-title,
#header .menu .support.active .item-title {
  color: #00cb90;
}
#header .menu,
#header .menu-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  align-items: center;
}
#header .product-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 24px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 0px 0px 16px 16px;
  width: 808px;
  box-shadow: inset 0px 4px 4px 0px #f8fbfa;
}
#header .product-img {
  width: 52px;
  height: 52px;
}
#header .item-title {
  font-size: 16px;
}
#header .item-title::after {
  display: none;
}
#header .product-option {
  display: flex;
  column-gap: 14px;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
}
#header .product-option:hover {
  background: #f8fbfa;
}
#header .product-info_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #293c36;
  column-gap: 6px;
  line-height: 1.5;
  white-space: nowrap;
}
#header .icon-menu {
  color: #00cb90;
}
#header .icon-close,
#header .icon-search {
  color: #00cb90;
  font-weight: 400;
}
#header .tag {
  display: flex;
  font-family: Rubik;
  align-items: center;
  justify-content: center;
  background: #ff5f5f;
  font-size: 7px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  border-radius: 24px;
}
#header .product-info_desc {
  font-size: 12px;
  color: #838383;
  width: 260px;
}
#header .search {
  text-align: center;
  padding: 0 14px;
  margin: 0 6px;
}
#header .icon-search {
  color: #00ba84;
}
#header .free-btn {
  white-space: nowrap;
  border-radius: 6px;
  background: #00cb90;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 17px;
  margin-left: 22px;
}
#header .free-btn:hover {
  background: #2ea45e;
}
#header .support .box {
  left: -20px;
  width: auto;
  height: auto;
  border-top: none;
}
#header .support-menu {
  box-sizing: border-box;
  width: 200px;
  height: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 15px;
  background: #ffffff;
  padding: 15px 8px 0;
  border-radius: 0 0 16px 16px;
  box-shadow: inset 0px 4px 4px 0px #f8fbfa;
}
#header .support-menu .support-option {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  padding: 12px 10px;
}
#header .support-menu .support-option span {
  font-weight: 600;
  font-size: 14px;
  color: #293c36;
}
#header .support-menu .support-option .icon-resource-articles {
  transform: translateX(2px);
  margin-right: 2px;
}
#header .support-menu .support-option:hover {
  background-color: #f8fbfa;
}
@media (max-width: 1200px) {
  #header .logo {
    flex: 0 0 120px;
    height: 30px;
  }
  #header .menu .item-title {
    padding: 0 8px;
  }
}
@media (max-width: 996px) {
  #header {
    height: 80px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.11);
  }
  #header .search {
    padding: 0;
    margin: 0;
  }
  #header .free-btn {
    display: none;
  }
  #header .icon-menu,
  #header .icon-close {
    font-size: 30px;
    display: none;
    font-weight: 700;
  }
  #header .menu-btn {
    flex: 0 0 auto;
    margin-right: 15px;
  }
  #header .menu-btn .active {
    display: block;
  }
  #header .menu {
    background: #fff;
    padding: 0 15rem;
    box-sizing: border-box;
    position: absolute;
    top: 60rem;
    left: 0;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    display: none;
    z-index: 10000;
  }
  #header .menu .item-title {
    color: #2A473F;
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    height: 50rem;
    line-height: 50rem;
    font-size: 16rem;
    width: 100%;
  }
  #header .menu .product.active .icon-arrow-down,
  #header .menu .support.active .icon-arrow-down {
    transform: rotate(180deg);
  }
  #header .menu .product.active .item-title,
  #header .menu .support.active .item-title {
    color: #00cb90;
  }
  #header .menu-box {
    flex: 0 0 auto;
  }
  #header .logo {
    flex: 0 0 120px;
    height: 30px;
  }
  #header .item-title_product {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .box {
    position: unset;
    width: 100%;
    height: auto;
  }
  #header .product-menu {
    width: 100%;
    height: auto;
    box-shadow: unset;
    padding: 9px 0;
    background: #f8fbfa;
    row-gap: 0;
    border-radius: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  #header .item:hover {
    background: unset;
  }
  #header .product-option {
    padding: 8px;
  }
  #header .product-img,
  #header .product-info_desc {
    display: none;
  }
  #header .product-info_title {
    font-size: 14px;
    font-family: Rubik;
  }
  #header .support {
    padding-bottom: 10rem;
  }
  #header .support .box {
    left: 0;
    width: 100%;
    height: auto;
    border-top: none;
  }
  #header .support-menu {
    width: 100%;
    height: 180rem;
    row-gap: 15rem;
    padding: 15rem 8rem 0;
    border-radius: 0;
    box-shadow: unset;
    background: #f8fbfa;
  }
  #header .support-menu .support-option {
    gap: 10rem;
    border-radius: 4rem;
    padding: 10rem;
  }
  #header .support-menu .support-option span {
    font-size: 14rem;
  }
}
