.intro-homepage {
  padding-bottom: 90px;
}
.intro-homepage .intro-homepage-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
/*  width: 50%;*/
}

.slider-homepage {
  max-width: 1600px;
  margin: 0 auto;
}
.slider-homepage .swiper-slider-banner-homepage {
}
.swiper-slider-banner-homepage .swiper-wrapper {
}
.swiper-slider-banner-homepage .swiper-wrapper .swiper-slide {
}
.swiper-slider-banner-homepage .swiper-wrapper .swiper-slide .swiper-slide-item {
  position: relative;
}

.swiper-slide-item .swiper-item-image {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-slide-item .icon-play-slider-homepage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.swiper-slider-banner-homepage .swiper-button-prev::after,
.swiper-slider-banner-homepage .swiper-button-next::after {
  content: '';
}
.swiper-slider-banner-homepage .swiper-button-prev,
.swiper-slider-banner-homepage .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
}
.swiper-slider-banner-homepage .swiper-button-prev {
  left: 80px;
}
.swiper-slider-banner-homepage .swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  right: 80px;
}
.swiper-slider-banner-homepage .swiper-pagination {
  bottom: 40px;
}
.swiper-slider-banner-homepage .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper-slider-banner-homepage
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.leadership-homepage {
  background-color: #f2f2f2;
  padding: 30px 0 40px 0;
}
.leadership-homepage .leadership-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.leadership-container .leadership-container-left {
  display: flex;
  justify-content: flex-start;
}
.leadership-container .leadership-container-right {
  /* display: flex;
  justify-content: flex-end; */
}

.leadership-item-content .leadership-item-content-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 16px;
}
.leadership-item-content .leadership-item-content-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #a6a6a6;
  margin-bottom: 40px;
}
.leadership-item-content .leadership-item-content-link {
  display: flex;
  align-items: center;
}
.leadership-item-content-link .leadership-item-content-link-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  transition: all 0.15s ease-in-out;
}
.leadership-item-content-link .leadership-item-content-link-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.leadership-item-content-link:hover .leadership-item-content-link-text {
  text-decoration: underline;
}
.leadership-item-content-link:hover .leadership-item-content-link-icon {
  transform: rotate(45deg);
}
.leadership-container .leadership-item-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.leadership-item-number .leadership-item-number-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.leadership-item-number .leadership-item-number-box:not(:last-child) {
  
}
.leadership-item-number-box .leadership-item-number-box-item {
  flex-direction: column;
  align-items: center;
}
.leadership-item-number-box-item .number {
  width: 100%;
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  color: #0031a7;
  padding-bottom: 24px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 24px;
}
.leadership-item-number-box-item .description {
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.value-homepage {
  padding-top: 30px;
  padding-bottom: 50px;
}
.value-homepage .value-homepage-item-content {
  width: 40%;
}
.value-homepage-item-content .value-homepage-item-content-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 16px;
}
.value-homepage-item-content .value-homepage-item-content-description {
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  margin-bottom: 40px;
}
.value-homepage-item-content .value-homepage-item-content-link {
  display: flex;
  align-items: center;
}
.value-homepage-item-content-link .value-homepage-item-content-link-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  transition: all 0.15s ease-in-out;
}
.value-homepage-item-content-link:hover .value-homepage-item-content-link-text {
  text-decoration: underline;
}
.value-homepage-item-content-link .value-homepage-item-content-link-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.value-homepage-item-content-link:hover .value-homepage-item-content-link-icon {
  transform: rotate(45deg);
}
.value-homepage .value-homepage-item-list {
  margin-top: 40px;
}
.value-homepage-item-list .value-homepage-item-detail {
}
.value-homepage-item-detail .value-homepage-item-detail-image {
  margin: 0;
}
.value-homepage-item-detail .value-homepage-item-detail-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-top: 24px;
}

.solution-homepage {
  padding: 30px 0 50px 0;
  background-color: #f2f2f2;
}
.solution-homepage .solution-homepage-container {
}
.solution-homepage-container .solution-homepage-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.solution-homepage-content .solution-homepage-content-title {
  width: 35%;
}
.solution-homepage-content-title .solution-homepage-content-title-text {
  font-weight: 700;
  font-size: 48px;
  color: #000000;
}
.solution-homepage-content .solution-homepage-content-description {
  width: 65%;
  display: flex;
  justify-content: center;
}
.solution-homepage-content-description .solution-homepage-content-description-text {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  max-width: 450px;
}
.solution-homepage-container .solution-homepage-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -40px;
}
.solution-homepage-list .solution-homepage-item-container {
  margin-left: 40px;
  margin-top: 40px;
  width: calc((100% / 3) - 40px);
}
.solution-homepage-item-container .solution-homepage-item-detail-image {
}
.solution-homepage-item-container .solution-homepage-item-detail-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin: 24px 0 8px 0;
}
.solution-homepage-item-container .solution-homepage-item-detail-description {
  font-size: 18px;
  line-height: 150%;
  color: #a6a6a6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}
.solution-homepage-item-container .solution-homepage-item-detail-link {
  display: flex;
  align-items: center;
}
.solution-homepage-item-detail-link .solution-homepage-item-detail-link-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  transition: all 0.15s ease-in-out;
}
.solution-homepage-item-detail-link:hover .solution-homepage-item-detail-link-text {
  text-decoration: underline;
}
.solution-homepage-item-detail-link .solution-homepage-item-detail-link-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.solution-homepage-item-detail-link:hover .solution-homepage-item-detail-link-icon {
  transform: rotate(45deg);
}

.project-type-homepage {
  padding-top: 30px;
  padding-bottom: 40px;
}
.project-type-homepage .project-type-homepage-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
.project-type-homepage .project-type-homepage-description {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  max-width: 453px;
  margin: 0 auto;
}
.project-type-homepage .project-type-container {
  margin-top: 40px;
}
.project-type-container .project-type-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.project-type-filter .project-filter-item {
  cursor: pointer;
}
.project-type-filter .project-filter-item:not(:last-child) {
  margin-right: 40px;
}
.project-filter-item .filter-item-text {
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 100%;
}
.project-filter-item .filter-item-text::after,
.project-filter-item .filter-item-text::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.35s;
  opacity: 0;
  background-color: #0031a7;
}
.project-filter-item .filter-item-text::after {
  right: 50%;
}
.project-filter-item .filter-item-text::before {
  left: 50%;
}
.project-filter-item:hover .filter-item-text::after,
.project-filter-item:hover .filter-item-text::before {
  width: 50%;
  opacity: 1;
}
.project-filter-item .filter-item-text span {
  display: block;
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: black;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.project-filter-item .filter-item-text.active span {
  border-bottom: 4px solid #0031a7;
  color: #0031a7;
}
.project-filter-item:hover .filter-item-text span {
  color: #0031a7;
}
.project-type-container .project-type-result {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -40px;
}
.project-type-result .project-type-result-item {
  margin-left: 40px;
  margin-top: 40px;
  width: calc(50% - 40px);
}
.project-type-result-item .project-type-result-item-link {
  display: block;
}
.project-type-result-item-link .project-type-result-item-link-container-image {
  max-height: 320px;
  overflow: hidden;
}
.project-type-result-item-link .project-type-result-item-image {
  transition: all 1s;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.project-type-result-item-link .project-type-result-item-title {
  height: 80px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.project-type-result-item-link:hover .project-type-result-item-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.project-type-result-item-title .item-title-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  transition: all 0.15s ease-in-out;
}
.project-type-result-item-title .item-title-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.project-type-result-item
  .project-type-result-item-link:hover
  .project-type-result-item-title
  .item-title-text {
  color: #0031a7;
}
.project-type-result-item
  .project-type-result-item-link:hover
  .project-type-result-item-title
  .item-title-icon {
  transform: rotate(45deg);
}
.project-type-result-item
  .project-type-result-item-link:hover
  .project-type-result-item-title
  .item-title-icon
  path {
  fill: #0031a7;
}
.project-type-container .project-type-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.project-type-view-more .project-type-view-more-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  transition: all 0.15s ease-in-out;
}
.project-type-view-more:hover .project-type-view-more-text {
  text-decoration: underline;
}
.project-type-view-more .project-type-view-more-icon {
  transition: all 0.15s ease-in-out;
  margin-left: 4px;
  margin-top: 6px;
}
.project-type-view-more:hover .project-type-view-more-icon {
  transform: rotate(45deg);
}

.last-update-homepage {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 50px;
}
.last-update-homepage .last-update-homepage-container {
}
.last-update-homepage-container .last-update-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.last-update-title-box .last-update-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}
.last-update-title-box .last-update-title-link {
  display: flex;
  align-items: center;
}
.last-update-title-link .last-update-title-link-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  margin-right: 4px;
  transition: all 0.15s ease-in-out;
}
.last-update-title-link:hover .last-update-title-link-text {
  text-decoration: underline;
}
.last-update-title-link .last-update-title-link-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.last-update-title-link:hover .last-update-title-link-icon {
  transform: rotate(45deg);
}
.last-update-homepage-container .last-update-list-container {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.last-update-list-container .last-update-list-item {
  width: 50%;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.last-update-list-item .last-update-list-item-large-link {
  display: block;
  height: 100%;
}
.last-update-list-item-large-link .last-update-list-item-large-image {
  max-height: 360px;
}
.last-update-list-item-large-link .last-update-list-item-large-title-box {
  background-color: #ffffff;
  padding: 40px 28px;
  height: calc(100% - 360px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.last-update-list-item-large-title-box .last-update-list-item-large-title-box-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.last-update-list-item-large-title-box-container .last-update-list-item-large-title-box-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-right: 80px;
  transition: all 0.15s ease-in-out;
}
.last-update-list-item-large-link:hover .last-update-list-item-large-title-box-title {
  text-decoration: underline;
}
.last-update-list-item-large-title-box-container svg {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.last-update-list-item-large-link:hover .last-update-list-item-large-title-box-container svg {
  transform: rotate(45deg);
}
.last-update-list-container .last-update-list-item.multiple-item {
  padding-right: 0;
  padding-left: 66px;
  border: none;
}
.last-update-list-item.multiple-item .last-update-multiple-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.last-update-list-item.multiple-item .last-update-multiple-item:not(:first-child) {
  margin-top: 20px;
}
.last-update-multiple-item .multiple-item-time {
  font-size: 18px;
  line-height: 150%;
  color: #a6a6a6;
  margin-bottom: 8px;
}
.last-update-multiple-item .multiple-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  max-width: 454px;
}
.last-update-multiple-item .multiple-item-title:hover {
  text-decoration: underline;
}
.last-update-list-item-large-title-box .last-update-list-item-large-footer {
  font-size: 18px;
  line-height: 150%;
  color: #a6a6a6;
}
.last-update-list-item.multiple-item .last-update-multiple-item-link-mb {
  display: none;
}
.playvideo-main {
  width: 100%;
  max-width: 980px;
  height: 480px;
  max-height: 100%;
}
.playvideo-main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.playvideo-main-video iframe {
  width: 100%;
  height: 100%;
}

/* Dark slide */
.dark-slide-global {
  background-color: #000000;
  padding: 40px 0;
}
.dark-slide-global .dark-slide-global-container {
}
.dark-slide-global-container .dark-slide-global-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
}
.dark-slide-global-container .dark-slide-box {
  margin-top: 80px;
}
.dark-slide-box .swiper-dark-slide {
  padding-bottom: calc(80px + 32px);
}
.swiper-dark-slide .swiper-wrapper {
}
.swiper-dark-slide .swiper-wrapper .swiper-slide {
}
.swiper-dark-slide .swiper-wrapper .swiper-slide .dark-slide-item-container {
}
.dark-slide-item-container .dark-slide-item-image {
}
.dark-slide-item-container .dark-slide-item-title-link {
}
.dark-slide-item-title-link .dark-slide-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 16px;
}
.dark-slide-item-title-link:hover .dark-slide-item-title {
  text-decoration: underline;
}
.dark-slide-item-container .dark-slide-item-more-link {
  display: flex;
  align-items: center;
}
.dark-slide-item-more-link .dark-slide-item-more-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #737373;
  margin-right: 4px;
  transition: all 0.15s ease-in-out;
}
.dark-slide-item-more-link:hover .dark-slide-item-more-text {
  text-decoration: underline;
}
.dark-slide-item-more-link .dark-slide-item-more-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.dark-slide-item-more-link:hover .dark-slide-item-more-icon {
  transform: rotate(45deg);
}
.swiper-dark-slide .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -2px);
}
.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #a6a6a6;
  width: 100px;
  height: 2px;
  border-radius: unset;
  margin: 0;
}
.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-dark-slide .swiper-button-prev::after,
.swiper-dark-slide .swiper-button-next::after {
  content: '';
}
.swiper-dark-slide .swiper-button-prev,
.swiper-dark-slide .swiper-button-next {
  width: 32px;
  height: 32px;
  bottom: 0;
  top: unset;
}
.swiper-dark-slide .swiper-button-prev {
}
.swiper-dark-slide .swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.swiper-dark-slide-button-prev .swiper-dark-slide-button-prev-icon,
.swiper-dark-slide-button-next .swiper-dark-slide-button-next-icon {
  margin-top: 6px;
}

.dark-slide-item-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
}
.dark-slide-item-box-year {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-right: 40px;
}
.dark-slide-item-box-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
}

@media screen and (max-width: 1080px) and (min-width: 577px) {
  .global-container.intro-homepage {
    padding-bottom: 70px;
  }
  .swiper-slide-item .swiper-item-image {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }

  .leadership-homepage {
    padding: 60px 0 100px 0;
  }
  .leadership-container .leadership-item-content {
    width: 730px;
    max-width: 100%;
  }
  .leadership-container .leadership-container-right {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .leadership-container .leadership-item-number {
    width: 60%;
    transform: unset;
  }

  .value-homepage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .value-homepage .value-homepage-item-content {
    width: 100%;
  }

  .solution-homepage {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .solution-homepage-container .solution-homepage-content {
    flex-direction: column;
    width: 730px;
    max-width: 100%;
  }
  .solution-homepage-content .solution-homepage-content-title {
    width: 100%;
  }
  .solution-homepage-content .solution-homepage-content-description {
    width: 100%;
    display: block;
  }
  .solution-homepage-content-title .solution-homepage-content-title-text br {
    display: none;
  }
  .solution-homepage-content-description .solution-homepage-content-description-text {
    max-width: unset;
    margin-top: 20px;
  }
  .solution-homepage-container .solution-homepage-list {
    margin-left: 0;
  }
  .solution-homepage-list .solution-homepage-item-container {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .solution-homepage-item-container .solution-homepage-item-detail-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }

  .global-container.project-type-homepage {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
  }
  .project-type-container .project-type-result {
    margin-left: 0;
  }
  .project-type-result .project-type-result-item {
    margin-left: 0;
    width: 100%;
  }
  .project-type-result-item-link .project-type-result-item-image {
    width: 100%;
  }
  .dark-slide-item-container .dark-slide-item-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .last-update-homepage-container .last-update-list-container {
    flex-direction: column;
  }
  .last-update-list-container .last-update-list-item {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .last-update-list-item-large-link .last-update-list-item-large-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .last-update-list-container .last-update-list-item.multiple-item {
    padding-left: 0;
    margin-top: 45px;
  }
  .last-update-list-item.multiple-item .last-update-multiple-item-link-mb {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .last-update-multiple-item-link-mb .multiple-item-link-mb-text {
    color: #0031a7;
    font-size: 18px;
    line-height: 24px;
  }
  .last-update-multiple-item-link-mb:hover .multiple-item-link-mb-text {
    text-decoration: underline;
  }
  .last-update-multiple-item-link-mb:hover svg {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 992px) {
  .intro-homepage {
    padding-bottom: 40px;
  }
  .intro-homepage .intro-homepage-title {
    font-size: 32px;
    width: 100%;
  }

  .swiper-slide-item .swiper-item-image {
    height: 420px;
  }
  .swiper-slider-banner-homepage .swiper-button-prev {
    left: 10px;
  }
  .swiper-slider-banner-homepage .swiper-button-next {
    right: 10px;
  }

  .leadership-homepage {
    padding: 30px 0;
  }
  .leadership-homepage .leadership-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .leadership-container .leadership-item-content {
    width: 100%;
  }
  .leadership-item-content .leadership-item-content-title {
    font-size: 32px;
  }
  .leadership-item-content .leadership-item-content-description {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .leadership-container .leadership-item-number {
    width: 100%;
    transform: translateY(0px);
  }
  .leadership-item-number-box-item .number {
    font-size: 32px;
  }
  .leadership-item-number-box-item .description {
    font-size: 16px;
  }

  .value-homepage {
    padding: 30px 20px 30px 20px;
  }
  .value-homepage .value-homepage-item-content {
    width: 100%;
  }
  .value-homepage-item-content .value-homepage-item-content-title {
    font-size: 32px;
  }
  .value-homepage-item-content .value-homepage-item-content-description {
    margin-bottom: 24px;
  }
  .value-homepage .value-homepage-item-list {
    margin-top: 48px;
  }
  .value-homepage-item-list .value-homepage-item-detail:not(:last-child) {
    margin-bottom: 32px;
  }
  .value-homepage-item-detail .value-homepage-item-detail-title {
    margin-top: 16px;
    font-size: 18px;
    text-align: center;
  }
  .value-homepage-item-detail .value-homepage-item-detail-image {
    margin: 0 auto;
  }
  .solution-homepage {
    padding: 40px 0;
  }
  .solution-homepage-container .solution-homepage-content {
    flex-direction: column;
    align-items: unset;
  }
  .solution-homepage-content .solution-homepage-content-title {
    width: 100%;
  }
  .solution-homepage-content-title .solution-homepage-content-title-text {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .solution-homepage-content-title .solution-homepage-content-title-text br {
    display: none;
  }
  .solution-homepage-content .solution-homepage-content-description {
    width: 100%;
  }
  .solution-homepage-content .solution-homepage-content-description {
    justify-content: unset;
  }

  .solution-homepage-container .solution-homepage-list {
    margin-left: 0;
  }
  .solution-homepage-list .solution-homepage-item-container {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .solution-homepage-item-container .solution-homepage-item-detail-image {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
  }
  .solution-homepage-item-container .solution-homepage-item-detail-title {
    font-size: 24px;
    line-height: 140%;
    margin-top: 16px;
  }
  .solution-homepage-item-container .solution-homepage-item-detail-description {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .project-type-homepage {
    padding: 40px 20px;
  }
  .project-type-homepage .project-type-homepage-title {
    font-size: 32px;
  }
  .project-type-homepage .project-type-container {
    margin-top: 40px;
  }
  .project-type-container .project-type-result {
    margin-left: 0;
  }
  .project-type-result .project-type-result-item {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
  .project-type-result .project-type-result-item:first-child {
    margin-top: 40px;
  }
  .project-type-result-item-link .project-type-result-item-image {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .project-type-result-item-link .project-type-result-item-title {
    height: 65px;
  }
  .project-type-result-item-title .item-title-text {
    font-size: 18px;
  }
  .project-type-result-item-title .item-title-icon {
    width: 24px;
    height: 24px;
  }
  .project-type-container .project-type-view-more {
    margin-top: 40px;
  }

  .last-update-homepage {
    padding: 40px 0;
  }
  .last-update-homepage-container .last-update-title-box {
  }
  .last-update-title-box .last-update-title {
    font-size: 32px;
  }
  .last-update-title-box .last-update-title-link {
    display: none;
  }
  .last-update-homepage-container .last-update-list-container {
    flex-direction: column;
  }
  .last-update-list-container .last-update-list-item {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .last-update-list-item-large-link .last-update-list-item-large-image {
    height: 440px;
    width: 100%;
  }
  .last-update-list-item-large-link .last-update-list-item-large-title-box {
    padding: 20px;
    height: unset;
  }
  .last-update-list-item-large-title-box-container .last-update-list-item-large-title-box-title {
    margin-right: 16px;
    font-size: 18px;
    max-width: 255px;
  }
  .last-update-list-item-large-title-box .last-update-list-item-large-title-box-container svg {
    width: 24px;
    height: 24px;
  }
  .last-update-list-item-large-title-box .last-update-list-item-large-footer {
    font-size: 16px;
    line-height: 135%;
  }
  .last-update-list-container .last-update-list-item.multiple-item {
    padding-left: 0;
  }
  .last-update-list-item.multiple-item .last-update-multiple-item:first-child {
    margin-top: 40px;
  }
  .last-update-list-item.multiple-item .last-update-multiple-item:not(:first-child) {
    margin-top: 24px;
  }
  .last-update-multiple-item .multiple-item-time {
    font-size: 16px;
    line-height: 135%;
  }
  .last-update-multiple-item .multiple-item-title {
    font-size: 18px;
  }
  .last-update-list-item.multiple-item .last-update-multiple-item-link-mb {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .last-update-multiple-item-link-mb .multiple-item-link-mb-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0031a7;
    transition: all 0.15s ease-in-out;
  }
  .last-update-multiple-item-link-mb:hover .multiple-item-link-mb-text {
    text-decoration: underline;
  }
  .last-update-multiple-item-link-mb svg {
    transition: all 0.15s ease-in-out;
  }
  .last-update-multiple-item-link-mb:hover svg {
    transform: rotate(45deg);
  }
  .dark-slide-item-container .dark-slide-item-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 576px) {
  .value-homepage-item-detail .value-homepage-item-detail-image {
    margin: 0 auto;
  }
  .solution-homepage-item-container .solution-homepage-item-detail-image {
    width: 100%;
    /* height: 240px; */
    height: unset;
  }
  .last-update-list-item-large-link .last-update-list-item-large-image {
    height: 240px;
  }
  .swiper-slide-item .swiper-item-image {
    height: 320px;
  }
  .swiper-slider-banner-homepage .swiper-button-prev, .swiper-slider-banner-homepage .swiper-button-next {
    display: none;
  }
}

/* Dark slide */
@media screen and (max-width: 576px) {
  .dark-slide-global {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .dark-slide-global-container .dark-slide-box {
    margin-top: 40px;
  }
  .dark-slide-box .swiper-dark-slide {
    padding-bottom: calc(40px + 32px);
  }
  .swiper-dark-slide .swiper-wrapper .swiper-slide:not(:last-child).swiper-slide-active {
    width: 90% !important;
  }
  .dark-slide-item-container .dark-slide-item-image {
    height: 240px;
  }
  .dark-slide-item-title-link .dark-slide-item-title {
    font-size: 18px;
    margin: 24px 0;
    min-height: 64.8px;
  }
  .dark-slide-item-box-year {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  .dark-slide-item-box-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
  .swiper-slider-banner-homepage .swiper-pagination {
    bottom: 20px;
  }
}


@media screen and (min-width : 768px) and (max-width : 1080px){
  .intro-homepage .intro-homepage-title{
      width: 844px;
      max-width: 100%;
    }
    .swiper-slide-item .swiper-item-image{
      height: 576px;
    }
    .leadership-container .leadership-container-left{
      width: 100%;
    }
    .leadership-container .leadership-item-content{
      width: 100%;
    }
    .leadership-item-content .leadership-item-content-title{
      margin-bottom: 40px;
    }
    .value-homepage{
      padding-bottom: 95px;
    }
    .solution-homepage{
      padding-top: 63px;
    }
    .solution-homepage-item-container .solution-homepage-item-detail-image{
      height: 650px;
    }
    .solution-homepage-list .solution-homepage-item-container{
      margin-top: 80px;
    }
    .global-container.project-type-homepage{
      padding: 60px 20px 80px;
    }
    .project-type-result-item-link .project-type-result-item-link-container-image{
      max-height: 400px;
    }
    .dark-slide-item-container .dark-slide-item-image{
      height: 280px;
    }
    .last-update-list-item-large-link .last-update-list-item-large-image{
      max-height: 400px;
    }
}