.news_thumb {
  background-color: #eee;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.news-title {
  margin: 0px !important;
  height: 112px;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 10px;
}
.pt-5 {
  padding-top: 5px !important;
}
.nav-tabs > li.active > a{
  color: #ffffff !important;
  cursor: default;
  background-color: #7c0001 !important;
  font-size: 16px;
}
.nav > li > a:hover, .nav > li > a:focus{
  background-color: #7c0001 !important;
}