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

.news-title-5 {
  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;
}


    .blog_wrap-5 .ImageWrapper {
        height: 310px;
    }
    
    .blog_wrap-5 .ImageWrapper img{
        object-fit: cover !important;
        background: #f9f9f9;
        height: 100%;
    }
    .news-detail .post_meta{
        color: #000 !important;
        font-size: 20px !important;
        padding: 0px 15px !important;
        font-family: 'quark' !important;
    }
    .post_meta:hover{
        color: #000 !important;
    }

    #content-box > .row {
      text-align: center;
      margin: 30px auto;
    }

    .blog_wrap-5 .news-title-5 {
        padding: 10px 0;
    }

    .blog_wrap-5 .news-title-5 > p > a {
        font-family: 'quark' !important;
        font-size: 18px;
        line-height: 1.3;
        color: #000 !important;
        margin: 0px;
        width: 100%;
        font-weight: 400 !important;
        max-height: 80px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: left;
    }

    .blog_wrap-5 > img {
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 0;
}

@media screen and (max-width: 1485px){
  #new-5 .tab-bgwhite {
      flex: 0 0 50%;
      max-width: 50%;
  }

  .blog_wrap-5 .ImageWrapper {
    height: 100% !important;
  }
}

@media screen and (max-width: 768px){
  #new-5 .tab-bgwhite {
      flex: 0 0 70%;
      max-width: 100%;
      margin: auto;
  }

  .blog_wrap-5 .ImageWrapper {
    height: 100% !important;
  }
}