.banner-section {
  margin-top: 106px;
  position: relative;
  width: 100%;
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.banner-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-section__title {
  color: #03395B;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.banner-section__subtitle p {
  font-size: 18px;
  line-height: 28px;
  color: #03395B;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-section {
    height: 265px;
    align-items: flex-start;
  }
  .banner-section__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .banner-section__subtitle p {
    font-size: 14px;
    line-height: 24px;
  }
}

.blog {
  padding: 20px 0;
}
.blog__card-image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 343px;
}
.blog__card-image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__card-image-container:before {
  content: "";
  display: block;
  padding-top: 72.3032069971%;
}
.blog .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #03395B;
  background-color: transparent;
  opacity: 1;
}
.blog .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03395B;
}
.blog .alm-btn-wrap {
  margin: 0;
  padding: 0;
}
.blog .alm-load-more-btn.more {
  padding: 0 30px;
  border-radius: 42px;
  background: linear-gradient(180.02deg, #0C5E8D -49.43%, #03395B 82.87%);
}
.blog .alm-load-more-btn.more.loading {
  padding-left: 50px;
}
.blog .alm-load-more-btn.more.loading::before {
  border-radius: 50%;
}
.blog .alm-load-more-btn.more.done {
  display: none;
}
.blog__card {
  height: 100%;
  position: relative;
}
.blog__card:hover .blog__card-image {
  transform: scale(1.1);
}
.blog__card-image-container {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog__card-image {
  transition: 0.3s;
}
.blog__card-body {
  color: #03395B;
}
.blog__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.blog__card-category {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}
.blog__card-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #6C6C6C;
}
@media (max-width: 575px) {
  .blog .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .blog__title {
    font-size: 26px;
  }
  .blog__card-image {
    max-height: 240px;
  }
  .blog__card-title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 72px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog__card-category {
    font-size: 16px;
  }
  .blog__card-desc {
    font-size: 14px;
  }
}

.category {
  padding: 80px 0 50px 0;
  background-color: #fff;
  transition: 0.3s;
}
.category .swiper-slide {
  width: auto;
}
.category.sticky {
  position: sticky;
  z-index: 3;
  top: 80px;
  left: 0;
  right: 0;
  padding: 20px 0;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}
.category__link {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(108, 108, 108, 0.5);
  text-transform: capitalize;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 48px;
  transition: 0.3s;
}
.category__link.active, .category__link:hover {
  background-color: #03395B;
  color: #fff;
}
@media (max-width: 575px) {
  .category {
    padding: 40px 0 30px 0;
  }
  .category__link {
    font-size: 14px;
  }
}

.blog-featured {
  padding: 20px 0 100px 0;
}
.blog-featured__card:hover .blog-featured__card-image {
  transform: scale(1.1);
}
.blog-featured__card:hover .blog-featured__card-image-container::before {
  opacity: 0.4;
}
.blog-featured__card-image-container {
  position: relative;
  overflow: hidden;
  height: 460px;
}
.blog-featured__card-image-container::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
}
.blog-featured__card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s !important;
}
.blog-featured__card-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 70px 100px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
}
.blog-featured__card-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 70%;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
.blog-featured__card-tags {
  position: absolute;
  top: 70px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  color: #03395B;
  font-weight: 600;
  border-radius: 44px;
  padding: 9px 20px;
}
.blog-featured__card-category {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .blog-featured {
    padding: 50px 0;
  }
  .blog-featured__card-image-container {
    height: 335px;
  }
  .blog-featured__card-overlay {
    padding: 40px 16px;
  }
  .blog-featured__card-title {
    font-size: 18px;
  }
  .blog-featured__card-category {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .blog-featured__card-tags {
    font-size: 14px;
    top: 40px;
    right: 16px;
  }
}

.blog-detail {
  padding: 70px 0;
}
.blog-detail__banner {
  margin-top: 106px;
  width: 100%;
  height: 550px;
}
.blog-detail__banner-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-detail__title {
  font-size: 44px;
  font-weight: 700;
  color: #272F7D;
  line-height: 1.3;
  margin-bottom: 70px;
}
.blog-detail__category {
  font-size: 24px;
  font-weight: 300;
  color: #272F7D;
}
.blog-detail__back {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 16px;
  text-decoration: none;
  color: #272F7D;
}
.blog-detail__back span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-detail__title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .blog-detail {
    padding: 20px 0;
  }
  .blog-detail__banner {
    height: 290px;
  }
  .blog-detail__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog-detail__category {
    font-size: 18px;
  }
  .blog-detail__back {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=blog.css.map */
