.banner-text h1 {
  text-transform: uppercase;
}
.steel-tabs-section {
  padding-top: 10px;
  padding-bottom: 48px;
}
.steel-tabs-section .steel-tabs .tab-btn.active {
  background-color: #f9a61c;
}
.steel-tabs-section .steel-tabs .tab-btn {
  text-transform: uppercase;
}
#tieuchuan-phanmem .design-list li .box-img {
  background-color: transparent;
}
.box-product-info .content-box p {
  color: #fff;
}
.box-big-img {
  height: fit-content;
}
.design-list li p {
  margin-bottom: 0;
}
.mo-hinh-desc {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mo-hinh-desc .mo-hinh-desc-col {
  width: 23%;
}
.structure-detail-section .nav-tabs-scroll .nav-tabs button.active {
  background-color: #f9a61cb2;
  border-radius: 5px;
  padding: 0px 8px;
  position: relative;
  border: unset;
  margin-bottom: 5px;
  font-weight: 600;
}
.structure-detail-section .nav-tabs-scroll .nav-tabs button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 40%;
  height: 5px;
  background-color: #fdbf4c;
  border-radius: 2px;
}
#service .title {
  background: linear-gradient(
    90deg,
    #f9aa23 2.91%,
    rgba(249, 170, 35, 0.2) 46.43%
  );
  color: #283678;
  border-left: 3px solid #28377b;
  padding: 16px 8px;
}
.software-section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.software-category {
  display: flex;
  flex-direction: column;
}
.software-category__title {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  position: relative;
  width: fit-content;
}
.software-category__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 100%;
  height: 5px;
  background-color: #fdbf4c;
  border-radius: 2px;
}
.software-category__images {
  display: flex;
  gap: 20px;
  border-top: 1px solid #d9d9d9;
  padding: 40px 0;
  flex-wrap: wrap;
}
.software-category__image-item {
  width: 23%;
}
.software-category__image-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.no-tel-detect {
  pointer-events: none !important;
  user-select: text !important;
}
@media (max-width: 1024px) {
  .steel-tabs-section .box-product-info .tab-product-img {
    top: -25px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .steel-tabs-section {
    padding-bottom: 0;
  }
  .steel-tabs-section .box-product-info .tab-product-img {
    top: -85px;
  }
  .mo-hinh-desc .mo-hinh-desc-col {
    width: 31%;
  }
  .design-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #mo-hinh .box-big-img img {
    height: auto;
    object-fit: contain;
  }
  .intro-paragraph {
    padding-top: 3rem !important;
  }
  .product-img-wrapper {
    margin-bottom: -1rem !important;
  }
  .m-mo-hinh-desc {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .mo-hinh-desc-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .mo-hinh-desc-group p {
    margin: 0;
  }
  #phu-kien {
    margin-bottom: 0;
    padding-bottom: 50px;
    border: 0;
  }
}
@media (max-width: 640px) {
  .list-products.accessory-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .container .tab-btn {
    width: 100%;
    margin: unset;
  }
  .mo-hinh-desc .mo-hinh-desc-col {
    width: 45%;
  }
  .design-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-products li .box-img {
    min-height: 98px;
  }
}
