.top_menu {
  height: 4.5rem;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fourth {
  background-color: #150f22;
}
.ninth {
  background-color: #172923;
}

@media (min-width: 768px) {
  .fourth .site-content,
  .ninth .site-content {
    margin-top: 4.5rem;
  }
}
.fourth .top_menu {
  background-color: #fc6362;
}
.ninth .top_menu {
  background-color: #abfcbf;
}
.top_menu ul li {
  line-height: 1rem;
}
.fourth .top_menu ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2rem;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #fc6362;
  margin: 0 2rem;
}
.ninth .top_menu ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2rem;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #abfcbf;
  margin: 0 2rem;
}
.top_menu ul li:last-child:after {
  display: none;
}
.top_menu ul li a {
  color: #150f22;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top_menu ul li a:hover {
  opacity: 0.5;
}
.dk_link {
  color: #150f22;
  text-decoration: none;
}
.menu_link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.15rem;
  background-color: #150f22;
  bottom: -0.2rem;
  left: 0;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: all 0.3s ease-in-out;
}
.menu_link:hover:after {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
