.mos-img img {display: none !important;}
.event-item .events-details {
  margin-top: -20px;
  padding: 15px;
}
.event-item .events-details.white-bg {
  background: #fff;
}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
  position: relative;
}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #ff3115;
  z-index: 11;
}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {
  color: #000;
}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {
  font-size: 20px; 
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
  background: #f1f1f1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mx-news-3 .row.grid {
  min-height: 500px;
  overflow: hidden;
}
.mx-news-3 .shownews-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  transition: all 0.35s ease 0s;
}
.mx-news-3 .shownews-item .shownews-img {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.mx-news-3 .shownews-item .shownews-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.mx-news-3 .shownews-item .shownews-img img {
  width: 100%;
}
.mx-news-3 .shownews-item .shownews-img .shownews-value {
  position: absolute;
  bottom: -30px;
  right: 22px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.mx-news-3 .shownews-item .shownews-toolbar {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0 20px;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-category {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
  top: 30px;
  position: fixed;
  background: #01486a78;
  padding: 5px 25px;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-category a {
  font-size: 18px;
  color: #ffffff;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-category a:hover {
  color: #ccc;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-date,
.mx-news-3 .shownews-item .shownews-toolbar .shownews-duration {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-date i,
.mx-news-3 .shownews-item .shownews-toolbar .shownews-duration i {
  margin-right: 3px;
}
.mx-news-3 .shownews-item .shownews-toolbar .shownews-duration {
  margin-left: 12px;
}
.mx-news-3 .shownews-item .shownews-body .shownews-title {
  font-family: Philosopher;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 7px;
}
.mx-news-3 .shownews-item .shownews-body .shownews-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.mx-news-3 .shownews-item .shownews-body .shownews-desc {
  padding: 20px;
}
.mx-news-3 .shownews-item .shownews-body .shownews-desc p {
  margin-bottom: 10px;
  transition: all 0.35s ease 0s;
}
.mx-news-3 .shownews-item:hover {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
}
.mx-news-3 .shownews-item:hover .shownews-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.mx-news-3 .shownews-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
}
.mx-news-3 .shownews-footer .shownews-button a {
  color: #505050;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.mx-news-3 .shownews-footer .shownews-button a:hover {
  color: #ff3115;
}

.mx-news-3 .view-more {
  bottom: auto;
}

.gridFilter {
  margin-bottom: 35px;
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #ff3115;
}
.gridFilter button + button {
  margin-left: 20px;
}

.cource-item .instructor {
 display:flex;
 align-items:center;
  text-align: center;
 background-color: #fafafa;
 color: #555;
 padding: 5px 20px;
}
.shownews-toolbar .instructor {
 display:flex;
 align-items:center;
  text-align: center;
}
.cource-item .instructor span,.shownews-toolbar.instructor span {
 margin-left: 20px;
}
.cource-item .instructor-thumb {
 width:50px;
 height:50px;
 border-radius:50%;
 -webkit-border-radius:50%;
 -ms-border-radius:50%;
 display:inline-block;
 margin-right:20px;
 background:#defff6;
 overflow:hidden
}
 .shownews-toolbar .instructor-thumb {
 width:40px;
 height:40px;
 border-radius:50%;
 -webkit-border-radius:50%;
 -ms-border-radius:50%;
 display:inline-block;
 margin-right:10px;
 background:#defff6;
 overflow:hidden
}
.cource-item .instructor-thumb img,.shownews-toolbar .instructor-thumb img  {
 width:100%
}
.cource-item .instructor a {
 font-size:16px;
 color: #ff3115;
 font-weight:500;
 line-height:26px
}
.shownews-toolbar .instructor a {
 font-size:16px;
 margin-left: 15px;
 color: #ff3115;
 font-weight:500;
 line-height:26px
}
