.ovapo_project_grid .button-filter {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  padding-right: 30px;
}
.ovapo_project_grid .button-filter button {
  margin-right: 20px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  transition: 0.3s all linear;
  color: #666;
  font-weight: 500;
  font-size: 17px;
  -webkit-font-smoothing: initial;
}
.ovapo_project_grid .button-filter button.active, .ovapo_project_grid .button-filter button:hover {
  color: #fed501;
  transition: 0.3s all linear;
}
.ovapo_project_grid .button-filter button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ovapo_project_grid .button-filter button {
    margin-bottom: 10px;
  }
}
.ovapo_project_grid .content {
  position: relative;
}
.ovapo_project_grid .content .items {
  display: flex;
  flex-wrap: wrap;
}
.ovapo_project_grid .content .items .wrap_item.four_column {
  width: 25%;
}
@media (max-width: 767px) {
  .ovapo_project_grid .content .items .wrap_item.four_column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ovapo_project_grid .content .items .wrap_item.four_column {
    width: 100%;
  }
}
.ovapo_project_grid .content .items .wrap_item.three_column {
  width: 33.333%;
}
@media (max-width: 767px) {
  .ovapo_project_grid .content .items .wrap_item.three_column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ovapo_project_grid .content .items .wrap_item.three_column {
    width: 100%;
  }
}
.ovapo_project_grid .content .items .wrap_item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.ovapo_project_grid .content .items .wrap_item .item {
  width: 100%;
}
.ovapo_project_grid .wrap_loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
}
.ovapo_project_grid .wrap_loader .loader {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  stroke-linecap: round;
}
.ovapo_project_grid .wrap_loader .loader circle {
  fill: none;
  stroke-width: 1.5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 25px 25px;
  will-change: transform;
  stroke: #fed501;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(1) {
  stroke-dasharray: 40px;
  animation-name: preloader_1;
}
.ovapo_project_grid .wrap_loader .loader circle:nth-of-type(2) {
  stroke-dasharray: 80px;
  animation-name: preloader_2;
}
@keyframes preloader_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_2 {
  100% {
    transform: rotate(-360deg);
  }
}
.ovapo_project_grid .wrap_loader .not_found {
  display: none;
}
.ovapo_project_grid .content .items .item .desc {
  position: relative;
}
.ovapo_project_grid .content .items .item .desc .event-thumbnail_up {
  width: 100%;
  min-height: 445px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ovapo_project_grid .content .items .item .desc .event-thumbnail_up:before {
  background: #202b5d;
  background: linear-gradient(0deg, rgba(16, 19, 31, 0.9) 0%, rgba(16, 19, 31, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.ovapo_project_grid .content .items .item .desc .event-thumbnail_up img {
  display: none !important;
}
.ovapo_project_grid .content .items .item .desc .post_grid {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 0px 30px 30px 20px;
  color: #fff !important;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ovapo_project_grid .content .items .item .desc .post_grid .event_title a:hover {
  color: #c32644;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event i, .ovapo_project_grid .content .items .item .desc .post_grid .time-event svg {
  color: #c32644;
}
.ovapo_project_grid .content .items .item .desc .post_grid .time-event svg {
  width: 16px;
}
.ovapo_project_grid .content .items .item .desc .date-event {
  position: absolute;
  margin-left: 20px;
  top: 20px;
  background-color: #c32644;
  text-align: center;
  display: block;
  padding: 8px 12px 4px 12px;
  color: #fff;
  z-index: 99;
}
.ovapo_project_grid .content .items .item .desc .date-event .date {
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.ovapo_project_grid .content .items .item .desc .date-event .month {
  color: #fff;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.ovapo_project_grid .content .items .item .desc .time-event {
  font-weight: 500;
}
.ovapo_project_grid .content .items .item .desc .time-event .time {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.ovapo_project_grid .content .items .item .desc .time-event .time .icon-time {
  margin-right: 10px;
}
.ovapo_project_grid .content .items .item .desc .time-event .venue {
  display: flex;
  align-items: center;
}
.ovapo_project_grid .content .items .item .desc .time-event .venue svg {
  margin-right: 10px;
}
.ovapo_project_grid .content .items button {
  opacity: 0;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);
}
.ovapo_project_grid .content .items button i {
  line-height: 45px;
}
.ovapo_project_grid .content .items button i:before {
  margin: 0;
  padding: 6px;
  color: #999 !important;
  font-size: 30px !important;
  transition: 0.3s all linear;
}
.ovapo_project_grid .btn_grid {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ovapo_project_grid .btn_grid .btn_grid_event {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  background-color: rgba(2, 1, 1, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 18px 10px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #e0e0e0;
}
@media (max-width: 767px) {
  .ovapo_project_grid .btn_grid {
    margin-top: 10px;
  }
}
.ovapo_project_grid .swiper.swiper-loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.ovapo_project_grid .button-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ovapo_project_grid .button-nav.button-prev {
  left: -10px;
}
.ovapo_project_grid .button-nav.button-next {
  right: -10px;
}
.ovapo_project_grid .button-nav:focus {
  outline: none;
}
.ovapo_project_grid .button-nav i {
  display: flex;
  font-size: 26px;
  color: #42516d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ovapo_project_grid .button-nav:hover i {
  color: #ff3514;
}
@media screen and (max-width: 768px) {
  .ovapo_project_grid .button-nav {
    display: none;
  }
}
.ovapo_project_grid:hover .button-nav {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}