.tabs-layout .tabs-links .tabs-items {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.tabs-layout .tabs-links .tabs-items li {
  list-style: none;
  display: block;
  flex: 1;
}
.tabs-layout .tabs-links .tabs-items li a {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  border-bottom: solid 3px #ccc;
  text-align: center;
}
.tabs-layout .tabs-links .tabs-items li a.active {
  border-color: red;
}

/* daker */
.darker ul.options li a {
  background: none;
  color: #ffffff;
  border: solid 1px #fff;
}

.darker .tabs-items a:hover,
.darker .tabs-items a.active {
  border-color: #0a50a6 !important;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.tabs-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #e6e6e6;
}

.desc {
  overflow: hidden;
}

.title {
  margin-bottom: 0px;
}

.tabs-content li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hide-image.tabs-content ul {
  margin-left: 35px;
}

.hide-image.tabs-content li:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}

@media (max-width: 767px) {
  .tabs-content li {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
}/*# sourceMappingURL=tabs.css.map */