.text-hero {
  position: relative;
  font-size: 48px;
  padding-bottom: 20px;
}

.text-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  background-color: #e9db89;
  width: 65px;
  height: 6px;
}

.left-menu-li-item {
}

.left-menu-li-item a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 24px 16px 24px 32px;
}

/* .left-menu-li-item a:hover {
  border-right: 4px solid #e9db89;
  box-shadow: 0 0 5px 4px #f4f4f4;
} */
.left-menu-li-item a:hover,
.left-menu-li-item.active a {
  box-shadow: 0 0 5px 4px #f4f4f4;
  border-right: 4px solid #e9db89;
}

.btn-view {
  border: 3px solid #ccc;
  cursor: pointer;
}

.btn-view.active {
  border: 3px solid #36c;
}

.custom-nav-item a {
  padding-inline: 4px;
  color: #666;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.custom-nav-item a:hover {
  color: #333;
}

.custom-nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -2;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e9db89;
  display: none;
}

.custom-nav-item.active a {
  color: #333;
}

.custom-nav-item.active a::after {
  display: block;
}

.custom-nav-item a:hover::after {
  display: block;
}

.btn-lang-mobile {
  color: #889098;
}

.btn-lang-mobile.active {
  background-color: rgba(0, 171, 183, 0.08);
  color: #00abb7;
  border-color: transparent;
}
