aside ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: #166871;
}

.article__category a.category {
  color: #fff;
}

.article__entry .article__image img {
  max-height: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: table;
  margin: 0 auto;
  width: auto;
}

.wrap__profile-author figure {
  width: 80px;
}

.wrap__article-detail-image figure img {
  max-height: 500px;
  margin: 0 auto;
  display: table;
}

.topbar, .bg__footer-dark, .wrapper__list__article .border_section:before {
  background: #3caab6;
}

.navbar-soft .navbar-nav .nav-item:hover .nav-link, .navbar-soft .navbar-nav .nav-item.show .nav-link {
  border-bottom: 2px solid #3caab6;
}

.btn-outline-primary {
  color: #3caab6;
  border-color: #3caab6;
}

.btn-outline-primary:hover {
  background-color: #3caab6;
  border-color: #3caab6;
}

.article__entry .article__content .article__category {
  background: linear-gradient(285deg, #3caab6 27%, #166871 100%, #fff 100%);
}

.text-primary {
  color: #166871 !important;
}

.comments-area .comment-body .reply a {
  background: #3caab6;
  color: #ffffff;
}

.comments-area .comment-respond .form-submit input {
  background: #166871;
  border: 1px solid #166871;
}

.author-item {
  display: none;
}

iframe {
  max-width: 100%;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
  display: block !important;
}

footer .border-top-1 {
  border-top: 2px solid #ffffffa6;
}

.link:hover {
  text-decoration: none !important;
}

.navbar a:hover {
  color: #166871;
}
/*# sourceMappingURL=add.css.map */