ul.path-product {
  border-bottom: 2px solid #f1f1f2;
  overflow: hidden;
  padding: 0 0 9px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: none !important;
}
ul.l {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.path-product li {
  float: none;
  margin: 0;
  padding: 0 14px 0 0;
  background: url(../img/arrow-spec-icon.png) no-repeat scroll right center
    transparent;
  font-size: 12px;
  line-height: 21px;
}

ul.path-product li a {
  color: #000000;
  font: 12px / 21px Tahoma, Arial;
  text-decoration: none;
  transition: color 0.2s;
}

ul.path-product li a:hover {
  color: #156699;
}

ul.path-product li:last-child {
  background: none;
}

ul.path-product li h1,
ul.path-product li h2 {
  color: #000;
  font: 12px / 21px Tahoma, Arial;
  margin: 0;
}
.product-hot-overlay-ct{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 15px 13px;
  z-index: 5;
  font-size: 13px;
  text-align: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.product-hot-item:hover .product-hot-overlay-ct,
.product-hot-item:focus-within .product-hot-overlay-ct {
  opacity: 1;
  pointer-events: auto;
}

.product-hot-overlay-ct-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-hot-overlay-ct-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
#w-productlist {
    display: flex;
    flex-wrap: wrap;
}
#w-productlist .w-pl-left {
  /* float: left; */
  width: 226px;
  padding-right: 10px;
}
#w-productlist .w-pl-right {
  /* float: right; */
  width: 963px;
}

#w-productlist .w-pl-left .filter-product {
  margin: 11px 0 0;
  border: 1px solid #d7d8da;
  width: 100%;
  padding: 5px;
  background-color: #f1f1f2;
}
#w-productlist .w-pl-left .filter-product .filter-product-head {
  background-color: #29aae2;
  color: #ffffff;
  display: block;
  font: bold 14px / 39px Tahoma, Arial;
  height: 39px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
#w-productlist .w-pl-left .filter-product ul li {
  display: block;
  color: #ff0000;
}
#w-productlist .w-pl-left .filter-product ul.f-p-brand li a,
#w-productlist .w-pl-left .filter-product ul.f-p-price li a {
  background: url(../img/arrow-spec-icon.png) no-repeat scroll 10px center
    transparent;
  border-bottom: 1px dotted #e1e2e3;
  color: #231f20;
  display: block;
  font: 12px / 30px Tahoma, Arial;
  padding: 0 0 0 25px;
}
#w-productlist .w-pl-left .filter-product ul li a:hover,
#w-productlist .w-pl-left .filter-product ul li.active a {
  color: #27aae1;
  font-weight: bold;
}
#w-productlist .w-pl-left .filter-product ul.f-p-brand li a,
#w-productlist .w-pl-left .filter-product ul.f-p-price li a {
  background: url(../img/arrow-spec-icon.png) no-repeat scroll 10px center
    transparent;
  border-bottom: 1px dotted #e1e2e3;
  color: #231f20;
  display: block;
  font: 12px / 30px Tahoma, Arial;
  padding: 0 0 0 25px;
}
#w-productlist .w-pl-left .filter-product ul li a:hover,
#w-productlist .w-pl-left .filter-product ul li.active a {
  color: #27aae1 !important;
  font-weight: bold !important;
}
#w-productlist .w-pl-left .filter-product ul.f-p-attribute li a {
  display: block;
  background: url(../img/pa-checkbox.png) no-repeat scroll 0 -37px transparent;
  color: #333333;
  font: 12px / 30px Tahoma, Arial;
  padding: 0 0 0 25px;
}
#w-productlist
  .w-pl-left
  .filter-product
  ul.f-p-attribute
  li
  a.f-p-attribute-True,
#w-productlist .w-pl-left .filter-product ul.f-p-attribute li a:hover {
  background-position: 0 6px;
  color: #27aae1;
  font-weight: bold;
}
.newsspecial-by-category {
  border: 1px solid #e7e8e9;
  padding: 1px;
  /* width: 215px; */
  width: 100%;

  margin-top: 10px;
  background-color: #f3fafe;
  overflow: hidden;
}
.ns-b-head-category {
    height: 40px; /* Đã tăng chiều cao theo yêu cầu trước */
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #156699;
    margin-bottom: 10px;
}
.ns-b-head-category a {
    color: #156699;
    text-decoration: none;
}

.ns-b-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ns-b-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f2;
    padding: 10px 0;
    transition: background 0.2s;
}

.ns-b-list li:last-child {
    border-bottom: none;
}
.ns-b-l-content-category {
    flex: 1;
    min-width: 0;
}

ul.ns-b-list li .ns-b-l-content-category{
  margin-left: 15px;
}
.ns-b-l-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ns-b-list li:hover .ns-b-l-name {
    color: #156699;
    text-decoration: underline;
}
.w-pl-snews {
    font: 14px / 24px Arial, Tahoma;
    padding: 7px 0 0;
    text-align: justify;
}
.w-pl-snews p {
    margin-bottom: 5px !important;
}
.w-pl-r-order {
    /* float: right; */
    margin: 14px 0 0;
}

.w-pl-r-order select {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 35px;
    width: 200px;
   margin-left: 759px;
}

.product-category-list-ct {
    margin: 0;
    padding: 0 10px;
  }
  .product-category-item-ct {
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 18px 10px 10px 10px;
    text-align: center;
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
    margin: 0 !important;

    width: 234px;
  }
  .product-category-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .product-hot-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e53935;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 3px;
    z-index: 2;
  }
  .product-hot-img {
    max-width: 100%;
    max-height: 120px;
    margin: 20px 0 10px 0;
    object-fit: contain;
  }
  .product-hot-model.blue {
    color: #0099ff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 2px;
  }
  .product-hot-name {
    font-size: 16px;
    color: #222;
    margin: 10px 0 2px 0;
    min-height: 40px;
  }
  .product-hot-oldprice {
    color: #888;
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: 2px;
  }
  .product-hot-price {
    color: #e53935;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
  }
