.herobanner {
  position: relative;
  overflow: hidden;
  background: rgb(0, 12, 92);
}

.herobanner .item {
  /* position: relative; */
  min-height: calc(100svh - 70px);
  display: flex;
}

.herobanner .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(0, 12, 92) 20%,
    rgba(0, 26, 194, 0) 90%
  );
  z-index: 1;
}

.herobanner .txt {
  --gap: 30px;
  position: relative;
  z-index: 2;
  max-width: calc(1300px + (var(--gap) * 2));
  padding: 0 var(--gap);
  margin: 0 auto;
  position: relative;
  align-self: flex-end;
  padding-top: 24px;
  padding-bottom: 80px;
  width: 100%;
}

.herobanner .txt h2 {
  color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 600;
  width: 80%;
}

.herobanner .txt .icon_svg {
  --gap: 4px;
  margin: 0 2px;
  display: inline-block;
  /* border: 2px solid #fff; */
  border-radius: 999px;
  /* padding: var(--gap); */
  width: calc(48px);
  position: relative;
  top: calc(var(--gap) / 2);
}

.herobanner .txt h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  color: #2b9069;
  margin-top: 12px;
}

.herobanner .img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.herobanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herobanner .swiper-slide {
  height: auto;
}

.herobanner .swiper-pagination {
  bottom: 48px !important;
  top: auto !important;
  width: auto !important;
  left: 30px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.herobanner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 !important;
}

.herobanner-element {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.control-herobanner {
  position: relative;
  z-index: 1;
}

.bg-about {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-about:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-vision-mission {
  max-width: calc(1300px / 2);
  padding: 56px 30px;
  text-align: center;
  color: #fff;
  height: 100%;
}

.box-vision-mission .icon {
  margin: 0 auto 40px;
}

.box-vision-mission .icon img {
  margin: 0 auto;
}

.box-vision-mission .txt h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.box-vision-mission .txt p {
  font-size: 20px;
  line-height: 1.65;
  width: 70%;
  margin: 24px auto 0;
}

.item-what-inhpf {
  position: relative;
  background: var(--colorPrimary);
  border-radius: 32px;
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(24px, 4.2vw, 56px);
  font-weight: 600;
  padding: 90px 24px;
  text-transform: uppercase;
  overflow: hidden;
}

.item-what-inhpf:nth-child(1) {
  font-size: clamp(48px, 6.8vw, 92px);
}

.item-what-inhpf span {
  position: relative;
  display: block;
  z-index: 2;
}
.item-what-inhpf img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s var(--easing);
}

.item-what-inhpf:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.item-what-inhpf:hover:before {
  background: rgba(0, 0, 0, 0.65);
}
.item-what-inhpf:hover img {
  transform: scale(1.05);
}

.news-update-slide .swiper {
  overflow: visible;
}

.news-update-slide .swiper-button-next,
.news-update-slide .swiper-button-prev {
  position: static;
  height: 40px;
  width: 40px;
  margin: 0;
  background: #efefef;
  border-radius: 99px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.news-update-slide .swiper-slide {
  height: auto;
}

.news-update-slide .swiper-slide:nth-child(1) .news-item {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
}

.news-item-tag {
  font-size: 10px;
  color: #fff;
  border-radius: 99px;
  padding: 6px 12px;
  display: inline-block;
  text-transform: uppercase;
}

.news-item-txt {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: auto;
  justify-content: space-between;
  height: 100%;
}

.news-item-txt h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-item-img {
  width: 100%;
  aspect-ratio: 1.8/1;
  background: #eee;
  margin-top: 20px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #000;
}

.news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s var(--easing);
}

.news-item:hover .news-item-img img {
  transform: scale(1.05);
  opacity: 0.85;
}

.member-row {
  text-align: center;
}

.member-row a {
  flex: 0 0 188px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  white-space: nowrap;
}

.member-row .logo {
  background: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s ease-out;
}

.member-row a:hover .logo {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1600px) {
  .box-vision-mission {
    width: calc(1536px / 2);
  }
  .herobanner .txt {
    --gap: 30px;
    max-width: calc(1536px + var(--gap) * 2);
    padding-bottom: 100px;
  }

  .herobanner .swiper-pagination {
    bottom: 60px !important;
  }
}

@media (max-width: 1279px) {
  .member-row a {
    flex: 0 0 164px;
  }

  .herobanner .txt h2 {
    font-size: 50px;
  }
  .herobanner .txt h3 {
    font-size: 30px;
  }

  .herobanner .txt .icon_svg {
    width: 40px;
  }
}

@media (max-width: 1023px) {
  .box-vision-mission {
    width: 100%;
    max-width: none;
  }
  .box-vision-mission .icon {
    max-width: 128px;
  }
}

@media (max-width: 767px) {
  .item-what-inhpf {
    border-radius: 20px;
    padding: 12vw 24px;
  }
  .item-what-inhpf:nth-child(1) {
    padding: 30vw 24px;
  }

  .herobanner-element {
    width: 45%;
  }
}

@media (max-width: 639px) {
  .box-vision-mission .icon {
    max-width: 92px;
  }
  .box-vision-mission .txt p {
    font-size: 16px;
    width: 100%;
  }
  .box-vision-mission .icon {
    margin-bottom: 32px;
  }
  .box-vision-mission .txt p {
    margin-top: 20px;
  }
  .news-item {
    padding: 0 16px;
  }

  .news-item-txt {
    margin-top: 20px;
  }

  .news-item-txt h2 {
    font-size: 14px;
  }

  .member-row a {
    flex: 0 0 calc(50% - 10px);
  }

  .member-row .logo {
    border-radius: 20px;
    padding: 12px;
  }

  .herobanner .txt {
    --gap: 16px;
    padding-bottom: 160px;
  }
  .herobanner .txt h2 {
    font-size: 36px;
    width: 100%;
  }
  .herobanner .txt h3 {
    font-size: 24px;
  }

  .herobanner .swiper-pagination {
    left: 16px !important;
    bottom: 120px !important;
  }

  .herobanner .txt .icon_svg {
    width: 28px;
    padding: 0;
    border: 0;
  }
}
