/* Common CSS */
#main {
  padding-top: 0;
  padding-bottom: 0;
}
/* End Common CSS */

/* Block Banner */
.block-banner {
  height: 100vh;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.block-banner .field-image {
  height: 100%;
  position: relative;
  padding-top: 0;
}

.block-banner .field-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.block-banner .field-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.block-banner .field-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}

.block-banner .field-title {
  font-weight: 400;
  font-size: 4rem;
  font-family: "Noto Serif Display";
  color: #fff;
}

.block-banner .field-subtitle {
  font-size: 4rem;
  font-family: "Noto Serif Display";
  color: #fff;
  font-style: italic;
}

.block-banner .field-desc {
  font-size: 1.5rem;
  font-family: "Noto Serif Display";
  color: #fff;
}
/* End Block Banner */

/* Block Product Intro */
.block-product-intro .block-title:first-child {
  margin-bottom: 0;
}

.block-product-intro .block-title .block-title--upper {
  color: var(--button-background);
  font-weight: 400;
}

.block-product-intro .field-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-product-intro .field-items li {
  border-bottom: 1px solid var(--text);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.block-product-intro .field-view-more {
  margin-top: 2rem;
}

.block-product-intro .field-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-product-intro .field-images-item {
  flex: 0 0 calc(50% - 1rem);
  aspect-ratio: 1 / 1; /* This creates the aspect ratio of 1:1 */
  margin-bottom: 2rem;
}

.block-product-intro .field-images-item picture {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.block-product-intro .field-images-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End Block Product Intro */

/* Block Timeline */
.block-timeline {
  margin-bottom: 0;
}
/* End Block Timeline */

/* Block Consultant */
.block-product-consultant {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.block-product-consultant .field-image::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-product-consultant .field-image {
  height: 100vh;
  position: relative;
}

.block-product-consultant .field-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.block-product-consultant .block-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.block-product-consultant .section-01 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7.5rem;
}

.block-product-consultant .section-02 {
  padding: 4rem;
  background-color: rgba(44, 62, 80, 0.7);
}

.block-product-consultant .block-title {
  color: #fff;
}

.block-product-consultant .block-content .field-title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Noto Serif Display";
  font-weight: 400;
}

.block-product-consultant .block-content .field-desc {
  font-size: 1.125rem;
  color: #fff;
}

.block-product-consultant .section-02 .row {
  align-items: center;
}
/* End Block Consultant */

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
  /* Block Banner */
  .block-banner .field-title {
    font-size: 3.5rem;
  }

  .block-banner .field-subtitle {
    font-size: 3.5rem;
  }

  .block-banner .field-desc {
    font-size: 1.5rem;
  }
  /* End Block Banner */

  /* Block Product Intro */
  .block-product-intro .block-title {
    text-align: left !important;
  }

  .block-product-intro .field-items li {
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .block-product-intro .field-view-more {
    margin-bottom: 2rem;
  }

  .block-product-intro .field-view-more .btn {
    width: 100%;
  }
  /* End Block Product Intro */

  /* Block Why Choose Us */
  .block-why-choose-us .field-view-more .btn {
    width: 100%;
  }
  /* End Block Why Choose Us */

  /* Block Consultant */
  .block-product-consultant .section-01 {
    margin-top: 3.75rem;
  }

  .block-product-consultant .section-02 {
    padding: 2rem 15px;
  }

  .block-product-consultant .block-content .field-title {
    font-size: 1.25rem;
  }

  .block-product-consultant .block-content .field-desc {
    font-size: 1rem;
  }

  .block-product-consultant .swiper-btn .swiper-btn-wrapper {
    justify-content: center;
  }
  /* End Block Consultant */
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}
