.box-container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .box-container {
    padding: 0px;
  }
  .box-container .row {
    margin: 0px !important;
  }
}
.btn-back {
  border: 1px solid #000000;
  border-radius: 29px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  color: #000000;
  padding: 5px 15px;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .cusomer-box {
    margin-top: 0px;
  }
}
.customer-header {
  display: flex;
  margin: 0px;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .customer-header {
    display: inline-block;
    width: 100%;
  }
}
.customer-header .title-header {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #23182b;
  margin: 20px 0px;
}
.customer-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 15px;
  display: grid;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .customer-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.customer-list .customer-item {
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 14px;
  margin-bottom: 15px;
  box-shadow: 0px 7px 18px #f3f1f1;
  transition: 0.3s all;
}
.customer-list .customer-item img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  transition: 0.3s all;
}
.customer-list .customer-item:hover img {
  box-shadow: 0px 7px 18px #c9c7c7;
}
.customer-list .customer-item .content {
  /* Padding TREN/DUOI tang len 24px (giu nguyen 18px TRAI/PHAI) - theo yeu cau nguoi dung
     (5/9/2026): so du lieu do bang DOM cho thay padding truoc do da DEU 18px ca 4 phia, nhung mat
     nguoi van thay khoang trang tren (giap anh) "chat" hon trai (giap vien card tron) - anh huong
     thi giac tu tam anh phia tren (noi dung day dac hon khoang trang thuan), khong phai loi code.
     Tang rieng tren/duoi de BU lai cam giac do, thay vi giu dung 18px deu nhu ly thuyet. */
  padding: 24px 18px;
}
.customer-list .customer-item .content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .customer-list .customer-item .content-title {
    font-size: 18px;
  }
}
.customer-list .customer-item .content-des {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #696868;
  margin: 10px 0px;
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .customer-list .customer-item .content-des {
    font-size: 14px;
  }
}
.customer-list .customer-item .btn-read {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3E5FB4;
}
@media only screen and (max-width: 760px) and (min-width: 0px) {
  .customer-list .customer-item .btn-read {
    font-size: 14px;
  }
}
.catalog-content {
  text-align: left;
  padding: 10px 10px;
}
.catalog-content .content-list-children {
  display: inherit;
  margin-right: 15px;
}
@media only screen and (max-width: 800px) {
  .catalog-content .content-list-children {
    display: none;
    margin-top: 0px;
  }
}
.catalog-content .content-list-children .blog-name {
  min-width: 87px;
  padding: 0px 10px;
  height: 36px;
  border: 1px solid #87878796;
  border-radius: 22px;
  text-align: center;
  float: left;
  color: #000000b3;
  font-size: 15px;
  line-height: 32px;
  margin-right: 8px;
  transition: 0.5s all;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .catalog-content .content-list-children .blog-name {
    width: max-content;
  }
}
.catalog-content .content-list-children .blog-name:hover,
.catalog-content .content-list-children .blog-name.active {
  border: 1px solid #3E5FB4;
  color: #3E5FB4;
  background: #D7E1F9;
}
.catalog-content::-webkit-scrollbar {
  display: none;
}
.btn-search-mobile {
  display: none;
  margin-top: 10px;
  margin-left: -10px;
}
@media only screen and (max-width: 800px) {
  .btn-search-mobile {
    display: block;
  }
}
.btn-search-mobile .dropdown-toggle {
  font-size: 15px;
  color: #000000b3;
  background-color: white;
  border-radius: 5px;
  min-width: 150px;
}
.btn-search-mobile ul {
  border-radius: 5px;
  background-color: #ffffff;
}
.btn-search-mobile ul li {
  font-size: 15px;
  padding: 12px 8px;
  position: relative;
  min-width: 150px;
}
.btn-search-mobile ul li a {
  border-radius: 6px;
  color: #000000;
  padding-right: 30px;
}
.btn-search-mobile ul li i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-search-mobile ul li i svg {
  fill: #000000;
}
.dropdownListCatalog {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 800px) {
  .dropdownListCatalog {
    display: block;
  }
}
.dropdownListCatalog #btnListCatalog {
  width: 100%;
  margin-bottom: 10px;
}
