.header--desktop,
.header--mobile {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
  transition: 0.4s;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}

.header--desktop #header-search {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

.header--desktop .header-main > .container,
.header--desktop .header-bottom > .container {
  max-width: 1440px;
  width: min(1400px, 100%);
}

.header--desktop .header-main {
  padding: 16px 0 18px;
}

.header--desktop .header-main-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 70px;
  position: relative;
}

.header--desktop .header-main-inner > *:not(:last-child) {
  margin-right: 0;
}

.header--desktop #header-logo {
  justify-self: center;
  max-width: none;
}

.header--desktop #header-logo a {
  align-items: center;
  display: inline-flex;
}

.header--desktop #header-logo img {
  display: block;
  height: auto;
  max-width: 180px;
}

.header--desktop #header-seo {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.header--desktop .header-main__phones {
  align-items: center !important;
  border: 1px solid rgba(173, 0, 66, 0.18) !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(173, 0, 66, 0.08) !important;
  color: #AD0042 !important;
  display: inline-flex !important;
  gap: 8px !important;
  justify-self: start !important;
  padding: 6px 16px 6px 10px !important;
  text-decoration: none !important;
}

.header--desktop .header-main__phone-icon {
  align-items: center !important;
  border: 1px solid #AD0042 !important;
  border-radius: 50% !important;
  color: #AD0042 !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 34px !important;
  justify-content: center !important;
  width: 34px !important;
}

.header--desktop .header-main__phone-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  line-height: 1.2 !important;
}

.header--desktop .header-main__phone-label {
  color: #AD0042 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.header--desktop .header-main__phone-list {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 7px !important;
}

.header--desktop .header-main__phone-list a {
  color: #AD0042 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.header--desktop .header-main__phone-list a:hover,
.header--desktop .header-main__phone-list a:focus {
  color: #C2185B;
}

.header--desktop .header-main__phone-separator {
  background: rgba(173, 0, 66, 0.45) !important;
  display: inline-flex !important;
  height: 14px !important;
  width: 1px !important;
}

.header--desktop .header-main__language {
  align-items: center;
  color: #AD0042;
  display: inline-flex;
  justify-self: end;
  min-height: 36px;
  position: relative;
}

.header--desktop .header-main__language .trp_language_switcher_shortcode,
.header--desktop .header-main__language .trp-language-switcher {
  height: auto !important;
  min-height: 0 !important;
  position: relative !important;
  width: auto !important;
}

.header--desktop .header-main__language .trp-language-switcher::after {
  content: "" !important;
  display: block !important;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.header--desktop .header-main__language .trp-ls-shortcode-current-language {
  background: transparent !important;
  border: 0 !important;
  display: flex !important;
  height: auto !important;
  padding: 0 !important;
  width: auto !important;
}

.header--desktop .header-main__language .trp-ls-shortcode-current-language:hover,
.header--desktop .header-main__language .trp-language-switcher:hover .trp-ls-shortcode-current-language {
  background: transparent !important;
  visibility: visible !important;
}

.header--desktop .header-main__language .trp-ls-shortcode-current-language a {
  align-items: center !important;
  background: transparent !important;
  color: #AD0042 !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  gap: 6px;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.header--desktop .header-main__language .trp-ls-shortcode-current-language a::after {
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  content: "" !important;
  display: inline-block !important;
  height: 7px;
  margin-left: 3px;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
}

.header--desktop .header-main__language .trp-ls-shortcode-language {
  background: #fff !important;
  border: 1px solid #e6eef6 !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12) !important;
  display: none !important;
  min-width: 150px !important;
  padding: 8px 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 20px !important;
  z-index: 1000 !important;
}

.header--desktop .header-main__language:hover .trp-ls-shortcode-language,
.header--desktop .header-main__language .trp-language-switcher:hover .trp-ls-shortcode-language,
.header--desktop .header-main__language .trp-language-switcher:focus-within .trp-ls-shortcode-language {
  display: block !important;
  visibility: visible !important;
}

.header--desktop .header-main__language .trp-ls-shortcode-language a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  color: #111827 !important;
  display: flex !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 8px;
  line-height: 1.2 !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.header--desktop .header-main__language .trp-ls-shortcode-language a:hover,
.header--desktop .header-main__language .trp-ls-shortcode-language a:focus {
  background: #f8f8fb !important;
  color: #AD0042 !important;
}

.header--desktop .header-main__language .trp-flag-image {
  border-radius: 2px !important;
  display: inline-block !important;
  flex: 0 0 auto;
  height: 14px !important;
  margin: 0 6px 0 0 !important;
  object-fit: cover !important;
  width: 20px !important;
}

.header--desktop .header-bottom {
  background: #AD0042;
}

.header--desktop #header-primary--menu .dmega--nav .menu--item-link,
.header--desktop #header-primary--menu .dmega--nav .menu--item-link:hover,
.header--desktop #header-primary--menu .dmega--nav .menu--item-link:focus {
  color: #fff;
}

.header--desktop #header-primary--menu .dmega--nav .menu--item-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  min-height: 38px;
  padding: 0 14px;
  transition: background-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.header--desktop #header-primary--menu .dmega--nav .menu--item:hover .menu--item-link,
.header--desktop #header-primary--menu .dmega--nav .menu--item:focus-within .menu--item-link,
.header--desktop #header-primary--menu .dmega--nav .menu--item.active .menu--item-link {
  background: #fff;
  color: #AD0042;
}

.header--desktop #header-primary--menu .dmega--nav {
  min-height: 54px;
}

.header--desktop #header-primary--menu .dmega--nav .menu--item {
  padding-bottom: 16px;
  padding-top: 16px;
}

.header--desktop .header-other-item.btn--phone {
  background: #D72062;
  background: linear-gradient(270deg, #D72062 0%, #AD1D46 100%);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.header--desktop .header-other-item.btn--phone span {
  color: #fff;
}

#header-primary--menu .dmega--nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-primary--menu .dmega--nav .menu--item-link {
  color: #363F6E;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#header-primary--menu .dmega--nav .menu--item {
  position: relative;
  padding: 8px 4px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

#header-primary--menu .dmega--tab-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 546px;
  overflow: hidden;
  margin-top: 12px;
}

#header-primary--menu .dmega--tab-title {
  overflow: auto;
  width: 100%;
  max-width: 260px;
  height: 546px;
  padding: 30px;
  background: #f7f9fd;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#header-primary--menu .menu-tab--item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #E2F0FF;
  width: 100%;
  max-width: 200px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#header-primary--menu .menu-tab--item:after {
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #0D4E91;
  transition: all 0.2s ease-in-out;
}

#header-primary--menu .menu-tab--item a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  font-size: 14px;
  color: #595959;
  transition: all 0.3s ease-in-out;
}

#header-primary--menu .menu-tab--item.active--tab,
#header-primary--menu .menu-tab--item.active--tab:after,
#header-primary--menu .menu-tab--item:hover {
  color: #0D4E91;
  background: #E2F0FF;
  content: '';
}

#header-primary--menu .menu-tab--item:hover a,
#header-primary--menu .menu-tab--item.active--tab a {
  font-weight: 500;
  color: #0D4E91;
}



#header-primary--menu .dmega--tab-content {
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.diemnhangroup.com/seoulcenter/2023/10/bg-menu-main.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

#header-primary--menu .bmi--content {
  width: 100%;
  height: auto;
  padding: 60px 37px;
}

#header-primary--menu .bmi--content.bmi--content--has-branch {
  padding-top: 20px;
}

#header-primary--menu .main-menu-v3-pc-branch {
  margin-bottom: 16px;
}

#header-primary--menu .main-menu-v3-pc-branch__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 8px 18px;
  border-radius: 6px;
  background: #eef5ff;
  color: #27366d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

#header-primary--menu .main-menu-v3-pc-branch__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

#header-primary--menu .main-menu-v3-pc-branch__address {
  flex: 0 1 auto;
  text-align: center;
}

#header-primary--menu .main-menu-v3-pc-branch__link {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  margin-left: 14px;
  color: #d72262;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#header-primary--menu .main-menu-v3-pc-branch__link:hover {
  color: #ad0042;
}

#header-primary--menu .dmega--tab {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute !important;
  z-index: 999999;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.25);
  height: max-content;
  transition: all 0.3s ease-in;
  background: #00000073;
  height: 100vh;
}

#header-primary--menu .dmega--tab.active--menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

#header-primary--menu .dmega--tab .menu-tab--item,
#header-primary--menu .dmega--tab .bc-menu--tab {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in;
}

#header-primary--menu .dmega--tab .menu-tab--item.show--menu,
#header-primary--menu .dmega--tab .bc-menu--tab.show--menu {
  opacity: 1;
  visibility: visible;
  display: flex;
}

#header-primary--menu .dmega--tab-content .menu-content-item {
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
  overflow: auto;

}

#header-primary--menu .bmi--content--has-branch .menu-content-item {
  height: 420px;
}

#header-primary--menu .dmega--tab-content .menu-content-title {
  color: #0D4E91;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 3px 0;
  border-bottom: 1px solid #0D4E9180;
}

#header-primary--menu .dmega--tab-content .box-menu-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 36px;
  grid-row-gap: 16px;
}

#header-primary--menu .menu-content-link--sub {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #434343;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
}

#header-primary--menu .menu-content-link--sub:hover {
  border: 1px solid #fff;
  background: #E2F0FF;
  color: #0D4E91;
}

#header-primary--menu .menu--item.icon--active::after {
  content: '';
  background: transparent;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  opacity: 1;
}

#header-primary--menu .menu-kien-thuc-native {
  position: relative;
}

#header-primary--menu .menu-kien-thuc-native.icon--active::after {
  display: none;
}

#header-primary--menu .knowledge-native-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-primary--menu .menu-kien-thuc-native > .knowledge-native-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(13, 78, 145, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 999999;
}

#header-primary--menu .menu-kien-thuc-native:hover > .knowledge-native-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#header-primary--menu .knowledge-native-menu__item {
  position: relative;
  margin: 0;
}

#header-primary--menu .knowledge-native-menu__link {
  display: block;
  padding: 13px 18px;
  color: #0D4E91;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid rgba(13, 78, 145, 0.12);
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header-primary--menu .knowledge-native-menu__item:last-child > .knowledge-native-menu__link {
  border-bottom: 0;
}

#header-primary--menu .knowledge-native-menu__item:hover > .knowledge-native-menu__link {
  color: #0D4E91;
  background: #E2F0FF;
}

#header-primary--menu .knowledge-native-menu--child {
  position: absolute;
  top: 8px;
  right: 100%;
  width: 320px;
  max-width: calc(100vw - 320px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(13, 78, 145, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

#header-primary--menu .knowledge-native-menu__item:hover > .knowledge-native-menu--child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

#header-primary--menu .knowledge-native-menu__link--child {
  color: #434343;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media only screen and (min-width:1023px) {
  .header--mobile, header.header-mobile {
    display: none !important;
  }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
  .header--desktop #header-primary--menu .dmega--nav .menu--item-link {
    font-size: 13px;
    padding: 0 10px;
  }

  #header-primary--menu .dmega--nav .menu--item {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media only screen and (max-width:1023px) {
  .header--desktop {
    display: none !important;
  }

  .header--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    height: 100%;
    max-height: 90px;
  }

  .header--mobile .mega-menu--mobile {
    position: fixed;
    top: 0;
    left: 0;
    background: #f8faff;
    height: 100vh;
    width: 100vw;
    z-index: 999999999999;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .header--mobile .mmmb-box--main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .header--mobile .mbm--head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 75px;
    padding: 15px 24px;
    border-bottom: 1px solid #E3E7EF;
  }

  .header--mobile .mbm--head-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
  }

  .header--mobile .mbm--head-logo img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
  }

  .header--mobile .mbm--head-logo span {
    width: 200px;
    color: #0D4E91;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .header--mobile .mbm--main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow: auto;
  }

  .header--mobile .mbm-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
  }

  .item-menu-footer-f {
    display: flex;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #F3F3F4;
    background: #FFF;
    font-size: 12px;
  }

  .flex-item-footer {
    display: flex;
    gap: 12px;
  }

  .size-footer-mb {
    font-size: 11px !important;
  }

  .header--mobile .mbm-footer ul {
    border-top: 1px solid #E3E7EF;
    padding-top: 16px;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    grid-template-columns: 140px 140px;
  }

  .header--mobile .mbm-footer ul li {
    display: flex;
    width: 100%;
    max-width: 140px;
    height: 36px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
  }

  .header--mobile .mmb-nav--item {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    border-bottom: 0.5px solid #BFBFBF;
  }

  .header--mobile .mbm--main .mmb-nav--item:nth-child(2) {
    border-bottom: 0.5px solid transparent;
  }

  .header--mobile .mmb-nav--item a {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
  }

  .header--mobile .msmb-nav--item {
    width: 100%;
    height: 32px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
  }

  .header--mobile .msmb-nav--item a {
    color: #0D4E91;
    font-size: 12px;
    font-weight: 500;
  }

  .header--mobile .box-msmb-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    justify-content: start;
    gap: 8px;
    padding: 5px 20px;
  }

  .header--mobile .box-msmb-nav li {
    display: flex;
    width: 100%;
    max-width: 75px;
    height: 36px;
    padding: 12px 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(70, 70, 70, 0.10);
  }

  .header--mobile .box-msmb-nav-item a {
    color: #595959;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
  }

  .header--mobile .box-msmb-nav li:hover,
  .header--mobile .box-msmb-nav li:focus {
    background: #E5F2FF;
  }

  .header--mobile .box-msmb-nav li:hover a,
  .header--mobile .box-msmb-nav li:focus a {
    color: #0D4E91;
  }

  .header--mobile .mbms--head {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    width: 100%;
    height: 75px;
    padding: 15px 24px;
    border-bottom: 1px solid #E3E7EF;
  }

  .header--mobile .mbms--head span {
    color: #0D4E91;
    font-size: 16px;
    font-weight: 700;
  }

  .header--mobile .mbms--main {
    padding: 10px;
    padding-bottom: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    max-height: 100vh;
  }

  .header--mobile .mbms--main .box-msmb-navs {
    display: flex;
    flex-direction: column;
  }

  .header--mobile .mbms--main .box-msmb-navs .title {
    color: #0D4E91;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 12px 22px;
  }

  .header--mobile .mbms--main .box-msmb-navs a {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 12px 26px;
  }

  .header--mobile .mbms--main .box-msmb-navs a:hover,
  .header--mobile .mbms--main .box-msmb-navs a:focus {
    color: #0D4E91;
    background: #E5F2FF;
  }

  .header--mobile .mm-mb--box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }

  .header--mobile .mmmb-box--sub {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all 0.5s ease-out;
    left: 0;
    transform: translateX(-100%);
    position: relative;
  }

  .header--mobile .box-msmb-navs {
    display: none !important;
  }

  .header--mobile .box-msmb-navs.active {
    display: flex !important;
  }

  .header--mobile .mmmb-box--sub.active,
  .header--mobile .mega-menu--mobile.active {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translateX(0);
  }

  .header--mobile .mbm-footer ul li:hover,
  .header--mobile .mbm-footer ul li:focus {
    background: #E5F2FF;
  }

  .header--mobile .mbm-footer ul li:hover a,
  .header--mobile .mbm-footer ul li:hover span {
    color: #0D4E91 !important;
  }
}

@media only screen and (min-width:650px) {
  .header--mobile .mbm--head-logo span {
    width: 100%;
    font-size: 18px;
  }

  .header--mobile .mbm--head-logo img {
    max-width: 90px;
  }

  .header--mobile .mmb-nav--item a,
  .header--mobile .msmb-nav--item a {
    font-size: 16px;
  }

  .header--mobile .box-msmb-nav-item a {
    font-size: 14px;
  }

  .header--mobile .box-msmb-nav li,
  .header--mobile .mbm-footer ul li {
    max-width: 98%;
  }

  .header--mobile .box-msmb-nav {
    gap: 16px;
  }

  .header--mobile .mbm-footer ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
