.title{
  margin:20px;  
}
footer a{
  color:white;
  text-decoration: none;
}
.gpd{
  font-size:11px !important;
}
.giamgia{
  font-size:10px !important;
}
.npd{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis !important;  
  height:60px !important;

  display: -webkit-box;
}
.bopad{
  padding-inline:0 !important;
}
.card h5 a {
  color: black;
  font-size: 11px !important;
  text-decoration: none;
}
.card-img-top {
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  object-fit: contain;
 
}
.card-body {
  flex: 1 1 auto;
  padding: 0px !important;
  color: var(--bs-card-color);
}
.spdswiper{
  width:180px !important;
  height:auto !important;
}
.swiper-slide {
  width: 100%; 

}
.ktddf{
  margin:5px 20px;
  width:calc(100% - 40px);
  font-size:15px;
  overflow-x: scroll;
  overflow-y: hidden;
  float: left;
  padding-right: 15px;
  
  white-space: nowrap;

  scrollbar-color: #999 #333;
  scrollbar-width: none;


}






/* Kích thước thanh cuộn */
.ktddf::-webkit-scrollbar {
  display: none;
  width: 20px; /* Đối với thanh cuộn dọc */
  height: 20px; /* Đối với thanh cuộn ngang */
}

/* Màu của phần "thumb" (phần kéo) */
.ktddf::-webkit-scrollbar-thumb {
  background: #999;
}

.ktddf::-webkit-scrollbar-track {
  background: #333;
}

.tddf{

  margin: 0px 5px;
}
.tdkhung{
  border: 1px solid #000;
  padding:6px 10px;
  border-radius:5px;
  display: inline-block;
}
.tdkhungnen{
  
  padding:6px 10px;
  background-color: #BBB;
  color: black;
  display: inline-block;
}