.nav-header-mobile {
  display: flex;
  flex-direction: column;
  padding: 24px 0px 0px 0px;
  color: #060812;
  gap: 10px;
}
.nav-header-mobile a {
  transition: color 0.3s ease;
  white-space: nowrap;
  padding: 17px 12px;
}
.nav-header-mobile a:hover {
  color: #1d72ab;
}
.nav-header-mobile .group-submenu .sub-nav-arrow,
.nav-header-mobile .group-menu .nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.nav-header-mobile .group-submenu .sub-nav-arrow::after,
.nav-header-mobile .group-menu .nav-arrow::after {
  content: "";
  position: relative;
  top: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1d72ab;
  border-bottom: 2px solid #1d72ab;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.nav-header-mobile .group-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header-mobile .group-menu .nav-link {
  flex: 1;
}
.nav-header-mobile .group-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header-mobile .nav-item.active > .group-menu .nav-arrow::after {
  transform: translateY(-50%) rotate(225deg);
}
.nav-header-mobile .nav-item.active-sub > .group-submenu .sub-nav-arrow::after {
  transform: translateY(-50%) rotate(225deg);
}
.nav-header-mobile .nav-item.active-sub > .group-submenu .nav-link-child-topic {
  font-weight: 500 !important;
}
.nav-header-mobile .nav-item {
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.nav-header-mobile .nav-item.active-sub .nav-arrow svg {
  transform: rotate(90deg);
}
.nav-header-mobile .nav-item.active > .submenu {
  max-height: 100dvh;
  height: 100dvh;
  top: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  flex-direction: column;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.nav-header-mobile a.active-sub {
  border-bottom: 1px solid #ededed;
}
.nav-header-mobile .parent-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: #242528;
  padding: 12px 17px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: flex;
}
.nav-header-mobile .btn-back-menu {
  color: #575a63 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 155%;
  letter-spacing: -0.36px;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  cursor: pointer;
}
.nav-header-mobile .btn-back-menu::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #575a63;
  border-bottom: 2px solid #575a63;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.nav-header-mobile .show-image {
  color: #060812 !important;
  align-items: start !important;
  justify-content: space-between;
  gap: 16px;
}
.nav-header-mobile .show-image img {
  height: 116px;
  width: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.nav-header-mobile .submenu {
  top: 50px;
  left: 0;
  color: #060812;
  background-color: #fff;
  width: 0%;
  z-index: 998;
  height: calc(100dvh - 100px);
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  position: fixed;
  opacity: 0;
  padding: 0px 0px 24px 0px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-header-mobile .submenu::-webkit-scrollbar {
  display: none;
}
.nav-header-mobile .submenu-sub {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.nav-header-mobile .submenu-sub .nav-item {
  border-bottom: 0px !important;
}
.nav-header-mobile .submenu-sub li:last-child {
  padding-bottom: 10.5px;
}
.nav-header-mobile .submenu-sub .sub-container-sub .nav-selected a {
  color: #060812 !important;
  font-weight: 700 !important;
}
.nav-header-mobile .nav-item.active-sub > .submenu-sub {
  max-height: 500px;
}
.nav-header-mobile .submenu .nav-link-child {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
.nav-header-mobile .nav-path-selected .nav-link {
  color: #1d72ab !important;
  font-weight: 700 !important;
}
.nav-header-mobile .sub-container {
  overflow-y: auto;
  padding-bottom: 60px;
}
.nav-header-mobile .sub-container-sub {
  border: 0px !important;
  gap: 10px;
}
.nav-header-mobile .sub-container-sub .nav-item {
  padding: 17px 0px;
}
.nav-header-mobile .sub-container-sub .nav-item a {
  color: #575a63 !important;
  font-weight: 500 !important;
}
.nav-header-mobile .sub-container-sub .nav-item a:hover {
  color: #1d72ab !important;
}
