.ldp-choose-lay {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4efeb;
}
.ldp-choose {
}
.ldp-choose-header {
  padding: 0 105px;
}
.ldp-choose-header-title {
  color: #b48c72;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  text-transform: uppercase;
}
.ldp-choose-header-subtitle {
  margin-top: 8px;
  color: var(--Black, #242424);
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.ldp-choose-items {
  margin-top: 42px;
  display: flex;
  gap: 12px;
}
.ldp-choose-item {
  flex: 0 0 calc((100% - 48px) / 5);
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 180px 180px 0px 0px;
  border: 1px solid var(--Text-02, #b48c72);
  background: var(--White, #fff);
}
.ldp-choose-item-img {
  display: flex;
  padding: 40px 20px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 100px;
  background: var(--Nn, #f8f3ef);
}
.ldp-choose-item-img img {
  width: 32px;
  height: 32px;
}
.ldp-choose-item-title {
  margin-top: 24px;
  align-self: stretch;
  color: var(--Black, #242424);
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ldp-choose-item-subtitle {
  align-self: stretch;
  color: var(--Black, #242424);
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .ldp-choose-lay {
    padding: 42px 0px;
  }
  .ldp-choose {
    max-width: 100%;
  }
  .ldp-choose-header-title {
    color: #b48c72;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
  }
  .ldp-choose-header-subtitle {
    color: var(--Black, #242424);
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
  }
  .ldp-choose-items {
    display: flex;
    overflow: hidden; /* ẩn thanh cuộn */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0; /* ta handle offset bằng JS */
    margin: 30px 0;
    gap: 16px;
  }
  .ldp-choose-item {
    flex: 0 0 50%; /* mỗi item = 50% viewport */
    scroll-snap-align: center;
    background: #fff;
    border: 1px solid #b48c72;
    border-radius: 180px 180px 0 0;
    padding: 16px;
  }
  .ldp-choose-item-img {
    display: flex;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--Nn, #f8f3ef);
  }
  .ldp-choose-item-title {
    color: var(--Black, #242424);
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .ldp-choose-item-subtitle {
    color: var(--Black, #242424);
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ldp-choose-header {
    padding: 0;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
