.template-newspage main {
  margin-top: 0;
}
.template-newspage .extra-banner {
  height: 650px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.template-newspage .extra-banner-empty {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.template-newspage .extra-banner .container {
  position: relative;
}
.template-newspage .extra-banner .container .pos-abs {
  position: absolute;
  bottom: 40px;
}
.template-newspage .extra-banner .container .pos-abs .w-box {
  padding: 30px;
  background: #fff;
}
.template-newspage .extra-banner .container .pos-abs .w-box h1 {
  font-weight: 800;
  font-size: 60px;
}
.template-newspage .extra-banner .container .pos-abs .w-box .date {
  color: #848484;
  font-weight: 700;
}
.template-newspage .extra-banner .container .pos-abs .w-box .tags button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  border: none;
}

.template-newsindexpage .card-img-top img, .template-newsindexpage .impro-box img, .template-newspage .card-img-top img, .template-newspage .impro-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.template-newsindexpage .card-img-top, .template-newsindexpage .impro-box, .template-newspage .card-img-top, .template-newspage .impro-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.template-newsindexpage .card-img-top:hover img, .template-newspage .card-img-top:hover img {
  transform: scale(1.1);
}
.template-newsindexpage .card, .template-newspage .card {
  border-radius: 0;
  border: none;
}
.template-newsindexpage .card .readmore, .template-newspage .card .readmore {
  text-decoration: none;
}
.template-newsindexpage .card h3, .template-newspage .card h3 {
  font-size: 24px;
}
.template-newsindexpage .pagination a, .template-newspage .pagination a {
  color: #000;
  font-size: 16px;
}
.template-newsindexpage h2, .template-newspage h2 {
  font-weight: 700;
}
.template-newsindexpage #kcright a, .template-newsindexpage #kcfleft a, .template-newspage #kcright a, .template-newspage #kcfleft a {
  text-decoration: none;
  color: unset;
}
.template-newsindexpage #kcright h2, .template-newspage #kcright h2 {
  font-size: 26px;
}

.search-input {
  display: flex;
  width: 100%;
  height: 40px;
  border: 1px solid black;
}
.search-input input, .search-input button {
  border: none;
  outline: none;
  background-color: #fff;
}
.search-input input {
  width: 100%;
}/*# sourceMappingURL=news.css.map */