.cat-news-title {
  text-align: center;
  background-color: #F7F7F7;
  padding: 74px 0;
}
.cat-news-title b {
  color: #C73536;
  font-size: 43px;
  font-family: UTM Bebas;
}
@media (max-width: 767px) {
  .cat-news-title b {
    font-size: 18px;
  }
}
.cat-news-title p {
  color: #C73536;
  font-size: 37px;
  font-family: UTM Bebas;
}
@media (max-width: 767px) {
  .cat-news-title p {
    font-size: 23px;
  }
}

.cat-news .news-items {
  padding: 64px 0 0;
}
.cat-news .news-items .item .img {
  height: auto;
  width: 100% !important;
  object-fit: cover;
  position: relative;
}
.cat-news .news-items .item .img .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.cat-news .news-items .item .img img {
  width: 100%;
}
.cat-news .news-items .item .img .imagee {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  border: 1px solid #C73536;
}
.cat-news .news-items .item .info {
  padding: 10px 0;
}
.cat-news .news-items .item .info a .title {
  text-align: center;
  font-size: 24px;
  font-family: UTM Bebas;
  line-height: 124%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .cat-news .news-items .item .info a .title {
    color: #000000;
  }
}
.cat-news .news-items .item .info a:hover {
  text-decoration: none;
}
.cat-news .news-items .item .info .time-cat {
  padding: 10px 0;
}
.cat-news .news-items .item .info .time-cat span {
  margin-right: 10px;
}
.cat-news .news-items .item .info .time-cat span:nth-of-type(2) {
  position: relative;
  padding-left: 14px;
}
.cat-news .news-items .item .info .time-cat span:nth-of-type(2):before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cat-news .news-items .item .info .view-more {
  color: #be3733;
}
.cat-news .news-items .item .info .view-more:hover {
  font-family: MontserratBold;
}
.cat-news .news-items .item .info .view-more i {
  color: #be3733;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #C73536;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

@media (max-width: 768px) {
  .banner-service .content-banner .detail {
    padding: 35px 0 40px;
  }
  .banner-service {
    height: auto !important;
  }
  .banner-service .content-banner {
    position: unset !important;
  }
  .banner-service .content-banner .detail {
    color: #000000 !important;
    padding: 50px 0 40px;
  }
  .cat-news .cat-filter {
    display: unset;
  }
  .cat-news .cat-filter .filter {
    width: unset;
    padding: 20px 0 30px !important;
  }
  .cat-news .cat-filter .cat {
    width: unset;
  }
  .cat-news .cat-filter .cat ul {
    display: unset;
  }
  .cat-news .cat-filter .cat ul li {
    padding: 13px 0 !important;
    border-bottom: 1px solid #8d9091;
  }
  .cat-news .cat-filter .cat ul li a {
    font-size: 14px;
    height: unset;
  }
  .cat-news .cat-filter .cat ul li.active a {
    border: none;
    color: #be3733;
  }
  .pagination li a {
    padding: 6px 21px;
  }
}/*# sourceMappingURL=cat.css.map */