.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;
  }
}

.products {
  padding: 82px 0 50px 0;
  overflow: hidden;
}
.products__swiper-navigation {
  position: absolute;
  right: 0;
  bottom: 160px;
  width: 150px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products__swiper-navigation .swiper-button-next, .products__swiper-navigation .swiper-button-prev {
  position: unset;
  color: #E0E0E0;
  margin: 0;
}
.products__swiper-navigation .swiper-button-next:hover, .products__swiper-navigation .swiper-button-prev:hover {
  filter: invert(90%) sepia(30%) saturate(4311%) hue-rotate(178deg) brightness(97%) contrast(98%);
  color: #03395B;
}
.products__swiper-navigation .swiper-button-next::after, .products__swiper-navigation .swiper-button-prev::after {
  content: unset;
}
.products__main-slider {
  width: 400px;
}
.products__main-slider .products__image-container {
  height: 470px;
  transition: 0.3s;
}
.products__main-slider .products__image-container .products__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__side-slider {
  width: 320px;
  height: 100%;
  margin-left: 20px;
  position: relative;
}
.products__side-slider .swiper-button-next {
  top: 6%;
  left: 0;
  width: 100%;
  height: 100%;
}
.products__side-slider .swiper-button-next:focus, .products__side-slider .swiper-button-next:focus-visible, .products__side-slider .swiper-button-next:active, .products__side-slider .swiper-button-next:visited {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.products__side-slider .swiper-button-next::after {
  content: unset;
}
.products__side-slider .products__card-title, .products__side-slider .products__card-description {
  display: none;
}
.products__side-slider .products__image-container {
  height: 390px !important;
}
.products__image {
  transition: 0.3s;
  height: 100%;
  width: 100%;
}
.products__card-title {
  color: #03395B;
  font-weight: 700;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 39.2px;
  /* Fallback for non-webkit */
  font-size: 28px;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products__card {
  margin-bottom: 25px;
  padding: 100px 100px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit !important;
  overflow: hidden;
}
.products__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.products__image-container {
  height: 400px;
}
.products__image {
  object-fit: cover;
}
.products__card-description p {
  color: #6C6C6C;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 51.2px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products__description p {
  color: #03395B;
}
@media (max-width: 767px) {
  .products__swiper-navigation {
    right: -10%;
  }
}
@media (max-width: 575px) {
  .products {
    padding: 55px 0 100px 0;
  }
  .products__swiper-navigation {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .products__main-slider {
    width: 250px;
  }
  .products__main-slider .products__image-container {
    transition: 0.3s;
    height: 330px;
  }
  .products__side-slider {
    width: 270px;
  }
  .products__side-slider .products__image-container {
    height: 270px !important;
  }
  .products__card-title {
    font-size: 20px;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 28px;
    /* Fallback for non-webkit */
    font-size: 20px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products__card {
    padding: 30px 20px;
    padding-top: 380px;
  }
  .products__image-container {
    height: 400px;
  }
}
.banner {
  margin-top: 106px;
}
.banner__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1920px;
}
.banner__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner__image-container:before {
  content: "";
  display: block;
  padding-top: 41.6666666667%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-pagination {
  bottom: 40px;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .swiper .swiper-button-next, .banner .swiper .swiper-button-prev {
  right: 40px;
}
.banner .swiper .swiper-button-next::after, .banner .swiper .swiper-button-prev::after {
  color: #fff;
}
.banner .swiper .swiper-button-prev {
  left: 40px;
}
.banner__button {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .banner__image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 1920px;
  }
  .banner__image-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner__image-container:before {
    content: "";
    display: block;
    padding-top: 57.2916666667%;
  }
}
@media (max-width: 575px) {
  .banner__image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 600px;
  }
  .banner__image-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner__image-container:before {
    content: "";
    display: block;
    padding-top: 150%;
  }
}

.ecommerce {
  padding: 110px 0;
  background-color: #f3f3f3;
}
.ecommerce__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce__icon {
  background-image: url(../../images/Bg-marketplace.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.ecommerce__icon img {
  transition: all 0.3s;
}
.ecommerce__card {
  background-color: #fff;
  text-align: center;
  margin: 0 5px;
}
.ecommerce__card:hover .ecommerce__icon img {
  transform: scale(1.1);
}
@keyframes jiggle {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  25% {
    transform: rotate(2deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  75% {
    transform: rotate(2deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
.ecommerce__icon-button {
  background: linear-gradient(180.02deg, #0C5E8D -49.43%, #03395B 82.87%);
  color: #fff;
  padding: 12px 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.ecommerce__icon-button:hover {
  color: #fff;
}
@media (max-width: 575px) {
  .ecommerce {
    padding: 80px 0;
  }
  .ecommerce__title {
    font-size: 26px;
  }
}

.about {
  padding: 150px 0 200px 0;
  color: #03395B;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.about .themeButton--orange {
  color: #E25F00;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__title {
  color: #03395B;
  margin-bottom: 50px;
  font-weight: 600;
}
.about__title b {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .about {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .about {
    padding: 80px 0 300px 0;
  }
}
@media (max-width: 575px) {
  .about {
    padding: 80px 0 400px 0;
  }
  .about__bg {
    object-position: bottom;
  }
}

.blog {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .blog {
    padding: 60px 0;
  }
}

.modalEvent .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}
.modalEvent__body {
  padding: 0;
  text-align: center;
}
.modalEvent__btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modalEvent__button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .modalEvent .modal-dialog {
    max-width: 350px;
    margin: auto;
  }
  .modalEvent__title {
    font-size: 24px;
  }
  .modalEvent__title-bottom {
    font-size: 30px;
  }
  .modalEvent__description {
    font-size: 12px;
  }
}

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