.breadcrumb {

  text-align: left;
  font-weight: 400;
  color: #666;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;

}

.box_share {
  border-bottom: 1px #d9d9d9 solid;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.breadcrumb a {

  color: #000;
  /* Link màu đen */

  text-decoration: none;

}



.breadcrumb a:hover {

  text-decoration: underline;

}



.breadcrumb .current {

  color: #0066cc;
  /* Trang hiện tại màu xanh */

  font-weight: 600;

}