body #main .main-content {
  margin-top: 0 !important;
}

.news_cat p, .news_cat span, .news_cat br, .news_cat ul li, .news_cat ol li {
  line-height: 28px;
}
.news_cat .news-cat-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.news_cat .content-block .content img {
  max-width: 100%;
  height: auto !important;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.news_cat .owl-carousel .owl-item:not(.center) .item {
  /*transform: scale(0.6);*/
  opacity: 0.6;
}
.news_cat .owl-carousel .owl-item:not(.center) .item .text {
  display: none;
}
.news_cat .owl-carousel .item {
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #333;
  border-radius: 3px;
}
.news_cat .owl-carousel .item img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.news_cat .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.news_cat .owl-carousel .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
}
.news_cat .owl-carousel .owl-nav button {
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 30px;
}
.news_cat .owl-carousel .owl-nav button span {
  display: none;
}
.news_cat .owl-carousel .owl-prev, .news_cat .owl-carousel .owl-next {
  background-size: 100% auto;
}
.news_cat .owl-carousel .owl-prev {
  background: url("/images/arrow-owl-prev.png") center center/100% auto no-repeat !important;
  opacity: 0.6;
}
.news_cat .owl-carousel .owl-next {
  background: url("/images/arrow-owl-next.png") center center/100% auto no-repeat !important;
  margin-left: 20px;
}
.news_cat .owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.news_cat .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
}
.news_cat .owl-carousel .owl-dot {
  display: inline-block;
  margin: 5px;
  width: 30px;
  height: 4px;
  cursor: pointer;
  background: #D7D7D7 !important;
}
.news_cat .owl-carousel .owl-dot.active {
  background: #141ED2 !important;
}

@media all and (max-width: 768px) {
  .btgrid .col {
    flex: unset;
  }
  .news_cat .owl-carousel .owl-nav {
    bottom: -20px;
  }
  .news_cat .owl-carousel .owl-nav button {
    width: 30px;
  }
}

/*# sourceMappingURL=cat.css.map */
