/* 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 Slide */
.block-product-intro-slide {
  padding-top: 0;
  background-color: #fff;
}
/* End Block Product Intro Slide */

/* Block Why Choose Us */
.block-why-choose-us {
  margin-bottom: 0;
}
/* End Block Why Choose Us */

/* 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 {
  background-color: rgba(44, 62, 80, 0.7);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.block-product-consultant .block-title {
  color: #fff;
  font-size: 3rem;
}

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

.block-product-consultant .block-content .field-desc {
  color: #fff;
}

.block-product-consultant .section-02 .row:first-child {
  margin-bottom: 2rem;
}
/* End Block Consultant */

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

/* Block Product Type */

.block-product-type {
  background-color: #F2F2F2;
  padding-top: 0;
  padding-bottom: 0;
}

.block-product-type .container-fluid .col-xl-5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.block-product-type .container-fluid .col-xl-6 {
  padding-right: 0;
}

.block-product-type .field-type-list .field-type-list-item {
  border: 1px solid var(--button-background);
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 1rem;
  cursor: pointer;
}

.block-product-type .field-type-list .field-type-list-item:last-child {
  margin-bottom: 0;
}

.block-product-type .field-type-list .field-type-list-item.active {
  background-color: #ECD196;
}

.block-product-type .field-type-list .field-title {
  font-size: 1.125rem;
  font-weight: 500;
}

.block-product-type .field-type-list .field-desc {
  margin-top: 1rem;
}

.block-product-type .field-type-slide,
.block-product-type .swiperProductType {
  height: 100%;
}

.block-product-type .swiperProductType .field-image {
  padding-top: 100%;
  height: 100%;
}
/* End Block Product Type */

@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 Consultant */
  .block-product-consultant .field-image {
    height: 250vh;
  }

  .block-product-consultant .section-01 {
    margin-top: 3.75rem;
  }

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

  .block-product-consultant .section-02 .row:first-child {
    margin-bottom: 0;
  }

  .block-product-consultant .section-02 .col-xl-4 .field-content {
    margin-bottom: 1rem;
  }

  .block-product-consultant .section-02 .row:last-child .col-xl-4:last-child .field-content {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

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

  .block-product-consultant .block-content .field-desc {
    font-size: 1rem;
  }
  /* End Block Consultant */

  /* Block Project */
  /* End Block Project */

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

  /* Block Product Type */
  .block-product-type .container-fluid .col-xl-5 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .block-product-type .container-fluid .col-xl-6 {
    padding-right: 15px;
    margin-bottom: 3.75rem;
  }
  /* End Block Product Type */
}

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

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

/* Block Product Intro Slide */
.swiperIntroSlide .swiper-slide .field-image {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.swiperIntroSlide .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 992px) {
  .swiperIntroSlide {
    margin: 0;
    overflow: unset;
  }

  .swiperIntroSlide .swiper-wrapper {
    transform: unset;
    width: 100%;
    height: auto;
    transition: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    gap: 4rem;
  }

  .swiperIntroSlide .swiper-slide {
    flex: 1 1 calc(25% - 4rem);
  }

  .swiperIntroSlide .rotate-left {
    transform: rotate(-5deg);
  }

  .swiperIntroSlide .rotate-right {
    transform: rotate(5deg) translateY(2rem);
  }

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

@media only screen and (max-width: 991.98px) {
  .block-product-intro-slide {
    padding-top: 0;
  }

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

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