.news-view__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* .news-view__date span {
  color: #000;
  font-size: 17px;
  font-weight: normal;
} */

.news-view__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-view__print i {
  color: #000;
  font-size: 20px;
  margin-right: 9px;
  margin-bottom: 2px;
}

.news-view__print span {
  color: #000;
  font-size: 17px;
  font-weight: normal;
}

.news-view__title {
  padding: 20px 0;
}

.news-view__title h3 {
  font-size: 24px;
  color: #393F45;
}

.news-view-content {
  color: #393F45;
}

.news-view-content p {
  margin-bottom: 1rem;
}

.news-view__imgBx {
  width: 100%;
  height: 500px;
  display: block;
  overflow: hidden;
}

.news-view__imgBx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slider-item-news {
  width: 100%;

}

.slider-item-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.parij-bg figure{
  width: 100%;
  height: 400px;
  margin: 0;
}
.parij-bg figure img{
  width: 100%;
  height: 100%;
}
.parij-bg{
  padding: 40px 0;
  position: relative;
}
.parij-bg__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


#news-carousel.owl-carousel .owl-nav button.owl-next,
#news-carousel.owl-carousel .owl-nav button.owl-prev,
#news-carousel.owl-carousel button.owl-dot {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#news-carousel.owl-carousel span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  border: 1px solid #f6faff;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#news-carousel.owl-carousel .active span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: #f6faff !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#news-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.news-view__text p {
  color: #3d3d3d;
  font-size: 17px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

.news-view-imgBx {
  margin-bottom: 15px;
}

.news_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.news_all .last-news__card1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.events_all .campus-event__item {
  margin-top: 0;
  margin-bottom: 30px;
}

.news-view-imgs {
  width: 487px;
  margin-right: 30px;
  float: left;
}

.news-view__card-video {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.news-view__card-img {
  display: block;
  width: 100%;
  height: 357px;
}

.news-view__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}