.dh-breadcrumb {
  margin-top: 66px;
  background: #0b1929;
  padding: 10px 40px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.dh-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  max-width: 1400px;
  font-size: 13px;
}
.dh-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55);
}
.dh-breadcrumb li:not(:first-child)::before {
  content: "/";
  color: #c8902a;
}
.dh-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.dh-breadcrumb a:hover {
  color: #e8b85a;
}
.dh-breadcrumb li[aria-current="page"] {
  color: #e8b85a;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .dh-breadcrumb {
    padding: 10px 32px;
  }
}
@media (max-width: 768px) {
  .dh-breadcrumb {
    padding: 8px 20px;
  }
  .dh-breadcrumb ol {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .dh-breadcrumb {
    padding: 8px 16px;
  }
  .dh-breadcrumb ol {
    font-size: 11px;
    gap: 4px;
  }
}
