.maal_events_main {
  min-height: 400px;
  padding: 15px;
  width: 100%;
  /* background-color: grey; */
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.maal_events_main .row {
  width: 100%;
}

.maal_events_main:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.maal_events_main_text_caption,
.maal_events_main_text_caption .caption-description,
.maal_events_main_text_caption .caption-description p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #ffffff;
}

.maal_events_main_title {
  font-weight: 600;
  font-size: 31px;
  line-height: 37px;
  color: #ffffff;
}

#logo_company {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 1;
}

#logo_company img.logo {
  width: 100%;
  max-width: 700px;
}

/* HEADER END */

/* BODY SATR */

#main .maal_events_main_body {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
}

#footer {
  padding: 0;
}

#wrapper {
  box-shadow: none;
  background-color: #e9eaeb;
}

#main .page-footer {
  margin: 0;
}

.maal_events_main_body .article_description {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #002e59;
}
.maal_events_main_body .article_description img{
  max-width: 100%;
  height: auto;
}

.article-gallery {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 40vh;
}

.maal-events-slider {
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1%;
  position: sticky;
  top: 75px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #012e59;
  border-radius: 0;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #f7f7f7;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 10px;
}

.swiper-slide:after {
  content: unset;
}

.pictPopUp {
  position: fixed;
  width: 100vw;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
}

.pictPopUpWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.growUP {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
}

.growDown {
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s;
}

.imageInPopUp {
  width: 90vw;
  max-height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 0.94, 1, 1);
  box-shadow: 4px 4px 10px 3px #0000008c;
  background-color: #fff;
  position: relative;
}

.text-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-arrow {
  font-size: 48px;
  color: white;
}

.prev-button {
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  justify-content: center;
  width: 5vw;
  cursor: pointer;
}
.prev-button:hover {
  background-color: #002e5954;
}

.next-button {
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  justify-content: center;
  align-items: center;
  width: 5vw;
  cursor: pointer;
}
.next-button:hover {
  background-color: #002e5954;
}
.pubDate {
  font-size: 11px;
  color: #012e59;
}

.itemDiv {
  margin: 2rem 0;
}

.relative {
  position: relative;
}

@media (max-width: 999px) {
  .maal_events_main:before {
    background: rgba(0, 0, 0, 0);
  }
  .btnMore {
    margin: 2rem 0;
  }
  .maal_events_main {
    margin-top: 60px;
    min-height: 300px;
  }
  #main .maal_events_main_body {
    margin-top: 20px;
  }
  .article-gallery {
    min-height: 250px;
  }
}

@media (min-width: 999px) {
  .flexFormat:nth-child(even) .btnMore {
    position: absolute;
    bottom: 1rem;
    right: 4rem;
  }
  .flexFormat:nth-child(odd) .btnMore {
    position: absolute;
    bottom: 1rem;
    left: 4rem;
  }
}

.flexFormat {
  display: flex;
}

.flexFormat:nth-child(even) {
  flex-direction: row-reverse;
}

.btnMore {
  float: right;
  height: 35px;
  background-color: transparent;
  border: 2px solid #002e59;
  border-radius: 4px;
  font-size: 18px;
  padding: 4px 20px;
  text-transform: uppercase;
  box-shadow: none;
}

.lazy-img-background {
  transition: background-image 0.6s cubic-bezier(0.79, -0.25, 0.58, 1);
}
