.introduce {
  padding: 0 30px;
  line-height: 2;
  margin: 20px;
}
.list-introduce h4 {
  font-size: 18px;
  padding: 10px 0;
  color: #f55920;
}
.list-introduce-item {
  margin-bottom: 20px;
}

.list-introduce-item .item-content {
  display: flex;
  gap: 20px;
}

.list-introduce-item.reverse .item-content {
  flex-direction: row-reverse;
}

.content-text {
  flex: 1;
}
.content-image img {
  max-width: 300px;
  height: auto;
  display: block;
}
.pricing-hosting-container {
  padding: 100px 0;
}

/* Grid layout */
.pricing-hosting-grid {
  display: flex;
  gap: 10px !important;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.goi-hosting-item {
  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-hosting-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.goi-hosting-item * {
  box-sizing: border-box;
}
.goi-header .goi-price {
  font-size: 38px;
}
.thong-tin-hosting,
.thong-tin-cauhinh {
  padding: 0 10px;
  flex-grow: 1;
  margin: 15px 0;
}

.thong-tin-hosting 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-hosting 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-hosting-item:hover .thong-tin-hosting li i {
  background-color: #3498db;
  color: white;
}
.thong-tin-hosting .label {
  width: 120px;
  font-weight: bold;
  flex-shrink: 0;
  box-sizing: border-box;
}

.thong-tin-hosting .value {
  box-sizing: border-box;
  text-align: right;
}
.goi-cauhinh_hosting-header {
  padding: 15px 0;
}
h3.goi-title {
  font-size: 17px;
}
.text-down{
  margin-bottom: 20px;
  line-height: 1.5;
}

.whyuse-header {
  padding: 15px 0;
  text-align: center;
}
.whyuse-header .whyuse-title {
  font-size: 24px;
  color: #ff6600;
  text-shadow: 1px 1px 0 #000000;
  text-transform: uppercase;
}
.whyuse-content {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  gap: 10px;
}
.whyuse-content-left {
  width: 70%;
}
.whyuse-image {
  width: 30%;
}
.whyuse-image img {
  height: auto;
  max-width: 100%;
}
.whyuse-note span {
  line-height: 1.5;
}
.whyuse-note p {
  margin: 10px 0;
}
.thong-tin-cauhinh li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}
@media screen and (max-width: 1200px) {
  .goi-hosting-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 900px) {
  .pricing-hosting-container {
    padding: 50px 0;
  }
  .goi-hosting-item {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 768px) {
  .introduce{
    line-height: 1.5;
    margin: 0;
  }
  .list-introduce-item{
    margin-bottom: 5px;
  }
  .pricing-hosting-container {
    padding: 20px 0;
  }
  .pricing-hosting-grid {
    padding: 0;
  }
  .goi-hosting-item {
    width: calc(100% - 10px) !important;
  }
  .goi-hosting-item.highlighted {
    transform: none;
    margin-top: 60px;
  }
  .goi_infor {
    max-height: 280px;
    overflow-y: auto;
  }
  .whyuse-content {
    display: block;
  }
  .whyuse-content-left,
  .whyuse-image {
    width: 100%;
  }
}
