.section-ldp {
  padding: 100px 0;
}
.section-ldp-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  color: #005BAA;
  margin-bottom: 40px;
}
.section-ldp-title span {
  color: #EB2429;
}
.section-ldp-gift {
  background: linear-gradient(114.62deg, #FFE1E2 0%, #BADFFF 100%);
  position: relative;
}
.section-ldp-gift .container {
  z-index: 2;
  position: relative;
}
.section-ldp-huongdan {
  background-color: rgba(212, 229, 255, 0.2392156863);
}
@keyframes stripe-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.itembg {
  position: absolute;
  z-index: 1;
}
.itembg.item1 {
  top: 10%;
  left: 10%;
}
.itembg.item2 {
  top: 5%;
  right: 10%;
}
.itembg.item3 {
  top: 25%;
  left: 5%;
}
.itembg.item4 {
  top: 25%;
  right: 2%;
}
.itembg.item5 {
  top: 50%;
  left: 5%;
}
.itembg.item6 {
  top: 50%;
  right: 10%;
}
.itembg.item7 {
  top: 70%;
  left: 8%;
}
.itembg.item8 {
  top: 70%;
  right: 5%;
}

.box-ldp-gift {
  filter: drop-shadow(0 0 0.4rem rgba(22, 66, 109, 0.0392156863));
}
.box-ldp-gift-img {
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1.5;
  border-radius: 20px 20px 0 0;
}
@supports not (aspect-ratio: calc(3 / 2)) {
  .box-ldp-gift-img::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .box-ldp-gift-img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.box-ldp-gift-img img {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.box-ldp-gift-img::after {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 20px 20px 0 0;
}
.box-ldp-gift-content-title {
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  padding: 20px 20px 0;
  color: #18181B;
}
.box-ldp-gift-content-info {
  background-image: url(../media/img/ldp/bg-box-gift.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 0 0 0 20px;
}
.box-ldp-gift-content-info-detail {
  background-color: #fff;
  min-height: 96px;
  padding-left: 20px;
  padding-top: 20px;
  border-radius: 0 0 0 20px;
}
.box-ldp-gift-content-info-detail .des {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #18181B;
}
.box-ldp-gift-content-info-detail .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #EB2429;
}
.box-ldp-gift-content-info .bt-gift {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.box-ldp-gift-content-info .bt-gift img {
  z-index: 1;
}
.box-ldp-gift-content-info .bt-gift::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-color: #005BAA;
  transition: all 0.3s;
  border-radius: 100%;
}
.box-ldp-gift:hover {
  cursor: pointer;
}
.box-ldp-gift:hover .box-ldp-gift-img::after {
  opacity: 1;
}
.box-ldp-gift:hover .bt-gift {
  color: #fff;
}
.box-ldp-gift:hover .bt-gift img {
  filter: grayscale(1) invert(1);
}
.box-ldp-gift:hover .bt-gift::after {
  width: 100%;
  height: 100%;
}

.box-step-info {
  background-color: #fff;
  padding: 24px;
  text-align: left;
  box-shadow: 0px 4px 6px -2px rgba(22, 66, 109, 0.0392156863);
  height: 100%;
  color: #3F3F46;
}
.box-step-info-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #18181B;
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.box-step-info-title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #089DD9;
  padding: 8px 16px;
  border-radius: 999px;
  min-width: 76px;
}
.box-step-info p:not(:last-child) {
  margin-bottom: 16px;
}
.box-step-info .note {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #005BAA;
  border-top: #DBEEFF 1px solid;
  padding-top: 16px;
}
.box-step-info strong {
  font-weight: 500;
  color: #18181B;
}

.box-step-img {
  display: flex;
  min-height: 526px;
  height: 100%;
  align-items: end;
  justify-content: center;
  text-align: center;
  background-color: #DBEEFF;
}

.swiper-step .box-step-img {
  min-height: unset;
}

.bt-readmore {
  padding: 16px;
  gap: 12px;
  border-radius: 999px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #005BAA !important;
  max-width: 200px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
}

.section-ldp-huongdan .nav-main {
  justify-content: center;
  border: #edf2f9 2px solid;
  max-width: 866px;
  margin: 0 auto 64px;
  border-radius: 12px;
}
.section-ldp-huongdan .nav-main .nav-item {
  flex: 1 0 0%;
  position: relative;
}
.section-ldp-huongdan .nav-main .nav-item:first-child > * {
  border-radius: 10px 0 0 10px;
}
.section-ldp-huongdan .nav-main .nav-item:last-child > * {
  border-radius: 0 10px 10px 0;
}
.section-ldp-huongdan .nav-main .nav-item:not(:first-child)::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6668 9.99976L3.33345 9.99976" stroke="%23089DD9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5002 14.1667C12.5002 14.1667 16.6669 11.098 16.6669 10C16.6669 8.90201 12.5002 5.83337 12.5002 5.83337" stroke="%23089DD9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  border: #edf2f9 4px solid;
  left: -18px;
  top: calc(50% - 20px);
}
.section-ldp-huongdan .nav-main .nav-link {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #18181B;
  border-radius: 0;
  border: #edf2f9 2px solid;
  height: 100%;
  box-shadow: none;
  outline: none;
}
.section-ldp-huongdan .nav-main .nav-link.active {
  background-color: #005BAA;
  border: #edf2f9 2px solid;
  color: #fff;
}
.section-ldp-huongdan .nav-vertical {
  height: 100%;
}
.section-ldp-huongdan .nav-vertical .nav-link {
  flex: 1 0 0%;
  background-color: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}
.section-ldp-huongdan .nav-vertical .nav-link:not(:last-child) {
  margin-bottom: 16px;
}
.section-ldp-huongdan .nav-vertical .nav-link.active {
  box-shadow: 0px 10px 15px -3px rgba(22, 66, 109, 0.0392156863);
}

.section-ldp-huongdan .tab-content, .section-ldp-huongdan .tab-pane {
  height: 100%;
}

.section-ldp-faq .accordion-item {
  margin-bottom: 16px;
  border: 1px solid #E4E4E7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
}
.section-ldp-faq .accordion-header {
  padding: 24px 24px 0;
}
.section-ldp-faq .accordion-button {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #18181B;
  background-color: #fff;
  padding: 0 0 24px;
  box-shadow: none;
}
.section-ldp-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005BAA'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-ldp-faq .accordion-collapse .accordion-body {
  padding: 16px 0 0;
  margin: 0 24px 24px;
  border-top: #E4E4E7 1px solid;
}
.section-ldp-faq .accordion-collapse::after {
  position: absolute;
  content: "";
  border: #005BAA 1px solid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}
.section-ldp-faq .accordion-collapse p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #3F3F46;
}
.section-ldp-faq .accordion-collapse p.color-brand {
  color: #005BAA;
}
.section-ldp-faq .accordion-collapse p:not(:last-child) {
  margin-bottom: 16px;
}

.modal-ldp .modal-content {
  border-radius: 20px;
}
.modal-ldp .modal-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #18181B;
  margin-bottom: 24px;
}
.modal-ldp .modal-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #3F3F46;
}
.modal-ldp .modal-content p:not(:last-child) {
  margin-bottom: 8px;
}
.modal-ldp .modal-header {
  padding: 0;
  display: block;
}
.modal-ldp .modal-header-img {
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1.5;
  border-radius: 20px 20px 0 0;
}
@supports not (aspect-ratio: calc(3 / 2)) {
  .modal-ldp .modal-header-img::before {
    content: "";
    float: left;
    padding-top: 66.6666666667%;
  }
  .modal-ldp .modal-header-img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.modal-ldp .modal-header-img img {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.modal-ldp .modal-header .btn-close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 100%;
  background-size: 14px;
}
.modal-ldp .modal-body {
  padding: 32px;
}
.modal-ldp .modal-footer {
  justify-content: center;
  border-top: none;
  padding: 0 32px 32px;
}
.modal-ldp .modal-footer .btn-primary {
  background: linear-gradient(236.43deg, #0080F0 0%, #005BAA 100%);
}

@media (max-width: 500px) {
  .section-ldp {
    padding: 50px 0;
  }
  .section-ldp-title {
    font-size: 32px;
    line-height: 40px;
  }
  .section-ldp-huongdan .nav-main .nav-item:not(:first-child)::before {
    width: 30px;
    height: 30px;
    left: -15px;
    top: calc(50% - 15px);
  }
}/*# sourceMappingURL=ldp.css.map */