.menu-wrapper {
  border: 1px solid #999;
  background: #fff;
  box-shadow: 1px 1px 12px -1px rgba(16, 24, 40, 0.24);
}
.child-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#menu-fixed {
  border-bottom: 0.5px solid rgba(102, 102, 102, 0.5);
}
#menu-fixed a.main-menu-left {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.menu-lv1 {
  display: flex;
}
.main-menu-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}
.list-menu-items {
  display: flex;
  overflow-x: auto;
}
#menu-fixed .bdt-menu-icon {
  padding-right: 12px;
}
#menu-fixed ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#menu-fixed ul li {
  display: inline-block;
  height: 100%;
}
#menu-fixed a {
  display: block;
  padding: 0 10px;
  color: #333;
  font-family: Merriweather;
  font-size: 3.73vw;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.54px;
  text-decoration: none;
}
#menu-fixed ul ul {
  display: none;
  position: absolute;
  min-width: 100%;
}
#menu-fixed ul ul li {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.menu-lv1-detail {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
}
.main-menu-icon {
  position: relative;
}
.svg-icon {
  margin-left: 10px;
}
.main-menu-icon:hover .svg-icon {
  transform: rotate(180deg);
}
#menu-fixed .main-menu-items {
  width: auto;
  display: flex;
  align-items: center;
  min-height: 44px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: left;
  background: linear-gradient(90deg, rgba(184, 182, 182, 0.5) 0, rgba(237, 237, 237, 0.5) 18.75%, rgba(246, 246, 246, 0.5) 36.46%, rgba(255, 255, 255, 0.5) 51.56%, rgba(246, 246, 246, 0.5) 66.67%, rgba(237, 237, 237, 0.5) 82.29%, rgba(184, 182, 182, 0.5) 100%);
}
#menu-fixed .main-menu-items li {
  flex-shrink: 0;
  padding: 18px 0;
}
#menu-fixed .main-menu-logo {
  height: 100%;
}
#menu-fixed .svg-icon svg {
  transition: ease-in 0.3s;
}
#menu-fixed .main-menu-logo.active #child-dropdown {
  display: block;
}
#menu-fixed .main-menu-logo.active .svg-icon svg {
  transform: rotate(-180deg);
}
#menu-fixed .bdt-menu-icon img {
  width: auto;
}
#menu-fixed .main-menu-items a {
  text-transform: normal;
}
#menu-fixed p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .elementor-sticky--active #menu-fixed .main-menu-wrapper {
    padding-bottom: 0 !important;
  }
  #menu-fixed .bdt-menu-icon img,
  #menu-fixed .bdt-menu-icon svg {
    width: 3.72vw !important;
  }
  #menu-fixed .menu-lv1-detail {
    padding-left: 10px;
  }
  #menu-fixed .menu-lv1-detail a {
    padding-left: 0 !important;
  }
  #menu-fixed .menu-wrapper.menu-lv1 {
    margin-top: 15px;
  }
  #menu-fixed .menu-lv1-detail img {
    width: 4.18vw !important;
  }
  #menu-fixed .main-menu-items {
    margin-top: 3.48vw;
  }
  #menu-fixed .svg-icon svg {
    width: 2.79vw;
    height: 2.79vw;
  }
  #menu-fixed a.main-menu-left {
    align-items: center;
    justify-content: center;
  }
  #menu-fixed .main-menu-items {
    border-top: 0.5px solid #333;
    border-bottom: 0.5px solid #333;
  }
  #menu-fixed .menu-lv1-detail .bdt-menu-icon {
    padding-right: 18px !important;
  }
  #menu-fixed .main-menu-logo {
    text-align: center;
    width: 100%;
  }
  #menu-fixed .main-menu-wrapper {
    min-width: 56vw !important;
    padding-bottom: 12px;
    padding-top: 0 !important;
  }
  #menu-fixed .main-menu-logo.active #child-dropdown {
    min-width: 66vw !important;
  }
  #menu-fixed .main-menu-left p {
    font-size: 4.18vw;
  }
  #menu-fixed .menu-left-wrapper {
    min-width: 66vw;
  }
  .menu-lv1-detail .icon-check {
    position: absolute;
    right: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  #menu-fixed a {
    font-size: 1.82vw;
    line-height: 1.82vw;
  }
}
@media screen and (min-width: 1024px) {
  #menu-fixed .bdt-menu-icon > svg {
    width: 1.25vw;
  }
  #menu-fixed .menu-left-wrapper .svg-icon {
    width: 0.83vw;
  }
  #menu-fixed .main-menu-wrapper {
    height: 3.75vw;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu-background {
    background: linear-gradient(90deg, rgba(184, 182, 182, 0.5) 0, rgba(237, 237, 237, 0.5) 18.75%, rgba(246, 246, 246, 0.5) 36.46%, rgba(255, 255, 255, 0.5) 51.56%, rgba(246, 246, 246, 0.5) 66.67%, rgba(237, 237, 237, 0.5) 82.29%, rgba(184, 182, 182, 0.5) 100%);
    padding-left: 7.708vw !important;
    padding-right: 7.708vw !important;
  }
  .main-menu-wrapper {
    flex-wrap: nowrap;
  }
  .border-right-item:not(:last-child) {
    border-right: 1px solid #333;
  }
  #menu-fixed .main-menu-items {
    background: 0 0;
    margin-left: 5.4vw;
  }
  .menu-lv1-detail .icon-check {
    position: absolute;
    right: 1.25vw;
  }
  #menu-fixed a {
    font-size: 0.937vw;
    line-height: 0.937vw;
  }
  #menu-fixed .child-item a,
  #menu-fixed a.main-menu-left {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }
  #menu-fixed .main-menu-items li {
    padding: 0;
  }
  #menu-fixed .menu-lv1-detail a {
    font-size: 0.937vw !important;
    line-height: 1.35vw !important;
  }
  #menu-fixed .main-menu-items a {
    padding: 0 1.67vw;
  }
  .main-menu-left a {
    padding-right: 0.83vw;
  }
  #menu-fixed .bdt-menu-icon img {
    width: 1.25vw !important;
  }
  #menu-fixed ul ul {
    min-width: 15vw !important;
  }
}
