.danh-sach-san-pham .card {
  width: 309px;
  margin-right: 10px;
  margin-bottom: 35px;
}
.danh-sach-san-pham .container .content-product {
  margin-top: 50px;
  margin-bottom: 30px;
}
.danh-sach-san-pham .image img {
  height: 640px;
  width: 100%;
  flex-shrink: 0;
}
.truck-content {
  display: flex;
  padding: 0px 18px;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
}

.truck-content .content-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.truck-content .desc ul {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.truck-content .see-more {
  color: #020e20;
}
.list-card {
  display: flex;
  flex-wrap: wrap;
  flex: 4;
  justify-content: start;
}
.list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desc {
  color: var(--neutral-black, #020e20);
  font-size: 16px;
  line-height: 205.3%;
  letter-spacing: -0.32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.page-link {
  background: #ECECEC;
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border: none;
  color: black !important;
}

.active .page-link {
  --bs-pagination-active-bg: #007478;
  border: none;
  color: white !important;
}

.list-filter {
  display: block;
  flex: 1;
  margin-right: 20px;
}
.title-checkbox svg {
  margin: auto;
  margin-right: 2px;
}
.filter {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.filter p {
  margin-top: 0px;
  font-size: 18px;
  line-height: normal;
  color: var(--neutral-black, #020e20);
}
.item-filter {
  font-size: 20px;
  line-height: normal;
}
.format-list {
  display: flex;
  justify-content: flex-start;
}
.item-filter {
  margin-right: 15px;
  margin-bottom: 26px;
}
.form-check {
  padding: 10px 0px;
  margin-left: 30px;
}
.form-check label {
  font-size: 18px;
  line-height: normal;
}
.form-check-input {
  margin-right: 10px;
}
@media screen and (max-width: 1920px) and (min-width: 1160px) {
  .danh-sach-san-pham .card {
    width: 300px;
    margin-right: 10px;
  }
  .list-card {
    justify-content: start;
    flex: 4;
  }
}
@media screen and (max-width: 1159px) and (min-width: 769px) {
  .danh-sach-san-pham .card {
    width: 30%;
    margin-top: 20px;
  }
  .list-card {
    justify-content: start;
    flex: 4;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  .danh-sach-san-pham .card {
    width: 45%;
  }
  .list-filter {
    flex: 1.5;
  }
  .list-card {
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .format-list {
    display: block;
  }
  .list-card {
    justify-content: space-around;
  }
  .danh-sach-san-pham .card {
    width: 45%;
  }
}
