.view-news .view-header {
  text-align: center;
  margin-bottom: 35px;
}

.view-news .view-header a i {
  margin-left: 13px;
}

.view-news .view-header h2 {
  margin-top: 55px;
  margin-bottom: 22px;
}

.view-news {
  margin-bottom: 75px;
}

.view-news .carousel-indicators {
  bottom: -50px;
}

.view-news .carousel-inner {
  height: 450px;
}

.view-news .carousel-caption {
 background: #ffffff;
 bottom: 0;
 left: unset;
 right: 15px;
 top: 200px;
 width: 297px;
 height: 232px;
 padding: 0 20px;
 border: 1px solid #f1f1f1;
 text-align: left;
 text-shadow: none;
}
.news-grid-new .carousel-caption {
  background: #ffffff;
  bottom: 0;
  right: 0px;
  left: 70px;
  top: auto;
  bottom: 90px;
  width: 297px;
  height: 232px;
  padding: 0 20px;
  border: 1px solid #f1f1f1;
  text-align: left;
  text-shadow: none;
  position: relative;
}
.books .view-news .carousel-caption .title {
  margin-top: 20px;
}
.books .view-news .carousel-caption {
  height: 115px;
  position: unset;
  width: 100%;
}
.books .view-news .carousel-inner {
  height: auto;
}
.books .view-news img {
  padding:0;
}
.view-news .carousel-caption .category {
  position: absolute;
  top: 15px;
  left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #a51c30;
}

.view-news .carousel-caption .created {
  position: absolute;
  top: 15px;
  right: 20px;
  text-transform: uppercase;
  color: #999999;
  font-size: 11px;
}

.view-news .carousel-caption .title {
  margin-top: 40px;
}

.view-news .carousel-caption .title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-box !important;
  -webkit-webkit-line-clamp: 3;
  -moz-webkit-line-clamp: 3;
  -ms-webkit-line-clamp: 3;
  -o-webkit-line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
  overflow: hidden;
}

.view-news .carousel-caption .body {
  display: -webkit-box;
  -webkit-webkit-line-clamp: 2;
  -moz-webkit-line-clamp: 2;
  -ms-webkit-line-clamp: 2;
  -o-webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 45px;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.view-news .carousel-caption .btn {
  position: absolute;
  bottom: 19px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.view-news .carousel-caption .btn .fa {
  margin-left: 15px;
}
@media (min-width: 767px) {
  .row-news {
    position: relative;
    min-height: 460px;
  }
}
@media (max-width: 991px) {
  .view-news .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
  }
}

@media (max-width: 767px) {

  .view-news .carousel-caption .body, .view-news .carousel-caption .btn, .view-news .carousel-indicators {
    display: none;
  }
  .view-news img {
  	width: 100%;
  	height: auto;
  }
  .view-news {
    margin-bottom: 15px;
  }

  .view-news .view-header {
    margin-bottom: 20px;
  }

  .view-news .view-header h2 {
    margin: 10px 0;
  }

  .view-news .carousel-inner {
    height: auto;
  }

  .view-news .carousel-caption {
    border: 0;
    height: auto;
    padding-left: 10px !important;
    padding-right: 0 !important;
  }

  .view-news .carousel-caption .category {
    left: 10px;
  }

  .view-news .carousel-caption .title a {
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    max-height: 65px;
  }

  .view-news .carousel-inner .item {
    display: block;
    position: static;
    -webkit-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
  }

  .view-news .carousel-inner .item .col, .view-news .row-news{
    border: 1px solid;
    margin: 1px 0;
    padding: 10px 15px;
  }

  .view-news .carousel-inner .item .col > div, .view-news .row-news > div{
    float: left;
    width: 40%;
  }
   .view-news .row {
      margin-right: 0;
      margin-left: 0;
  }
  .view-news .carousel-inner .item .col > div:last-child, .view-news .row-news > div:last-child{
    width: 100%;
  }
  .view-news .carousel-inner .item .col, .view-news .grid .col {
	    margin: 10px 0px;
  }
}

@media (max-width: 420px) {

  .view-news .carousel-caption .title {
    margin-top: 10px; 
  }
  
  .view-news .carousel-caption .category, .view-news .carousel-caption .created {
    position: static;
  }

}

@media (max-width: 319px) {

  .view-news .carousel-caption .title {
    margin-top: 0;
  }

}