h2.price-ldp-title{
    color: #1b7bcb;
    position: relative;
    margin-bottom: 15px;
    z-index: 9;
}
h2.price-ldp-title b,
.heading-title b,
.ware-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 14px 10px;
}
h2.price-ldp-title .text-cam {
    color: #f55920;
}
.content-text span{
    font-size: 16px;
    font-weight: 600;
}
.introduce-ldp{
    padding: 0 30px;
    line-height: 2;
}
.list-introduce-ldp h4{
    font-size: 18px;
    padding: 10px 0;
    color: #f55920;
}
.pricing-ldp-container {
  padding: 100px 0;
}

/* Grid layout */
.pricing-ldp-grid {
  display: flex;
  gap: 10px !important;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
}
.goi-ldp-item {
  width: calc(20% - 10px);
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.goi-ldp-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.goi-ldp-item * {
  box-sizing: border-box;
}
.goi-header .goi-price {
  font-size: 38px;
}
.thong-tin-ldp {
  padding: 0 10px;
  flex-grow: 1;
  margin: 15px 0;
}

.thong-tin-ldp li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #555;
  box-sizing: border-box;
  font-size: 12px !important;
}
.thong-tin-ldp li i {
  color: #3498db;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #3498db 2px solid;
  font-size: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.goi-ldp-item:hover .thong-tin-ldp li i {
  background-color: #3498db;
  color: white;
}
.thong-tin-ldp .label {
  width: 120px;
  font-weight: bold;
  flex-shrink: 0;
  box-sizing: border-box;
}

.thong-tin-ldp .value {
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduce {
    padding: 0 5px;
  }
  .content-image img {
    margin: auto;
  }
  .list-introduce-item .item-content {
    display: block;
  }
  .pricing-ldp-grid {
    padding: 0;
  }
  .goi-ldp-item {
    width: calc(100% - 20px);
  }
  .goi-ldp-item.highlighted {
    margin-top: 60px;
    transform: none;
  }
}