.breadcrumb {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: unset !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumb-item a {
  color: #337875;
  font-size: 12px;
}

.breadcrumb-item {
  font-size: 12px;
  display: flex;
}

.breadcrumb-item.active {
  color: rgba(116, 116, 116, 0.75);
  font-size: 12px;
}

.header-detail-blog h1 {
  color: var(--CLI);
  font-size: 35px;
}

.header-detail-blog .image-detail img {
  border-radius: 15px;
}

.related .title {
  font-size: 18px;
}

.btn-box-related {
  display: flex;
  background-color: #b59d4378;
  color: #333;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  transition: 0.5s;
}

.btn-box-related::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  background-color: #337875;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 10px 0px 0px 10px;
  transition: 0.5s;
}
.btn-box-related:hover{
  padding: 15px 20px 15px 15px;
}

.btn-box-related:hover::after{
  content: "";
  width: 10px;
  border-radius: 5px 0px 0px 5px;
}

.related .box {
  margin-bottom: 10px;
}

.related .box:last-child {
  margin-bottom: 0px;
}

.header-detail-blog .date,
.teacher {
  font-size: 12px;
  color: #777;
}

.descraption {
  background-color: #f9f6f0;
  padding: 15px;
  border-radius: 15px;
}

.box-top {
  top: 10px;
}

.title-bg-tab {
  font-size: 22px;
}

.btn-add-comment {
  background-color: #b59d43 !important;
  border: 1px solid #b59d43 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  transition: 0.5s;
  font-size: 14px !important;
}

.btn-add-comment:hover {
  background-color: unset !important;
  color: #b59d43 !important;
}

.comment-user {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.08) 0px 0px 10px 0px;
}

.prof-user img {
  border-radius: 550%;
}

.comment-user .btn-primary {
  padding: 5px 15px !important;
  background-color: #33787538 !important;
  border: unset !important;
  color: #337875 !important;
  border-radius: 8px !important;
  font-size: 13px;
}

.user {
  border-bottom: 1px solid #ddd;
}

.comment .text {
  font-size: 14px;
  color: #555;
}

.reply {
  background-color: #f9f6f0;
  padding: 15px;
  border-radius: 13px;
}

.reply .form-label {
  font-size: 14px;
}

.reply .form-control {
  border-radius: 15px;
  padding: 10px;
}

.reply .form-control::placeholder {
  font-size: 12px !important;
}

.btn-reply {
  background: #b59d43;
  color: #fff;
  border: 1px solid #b59d43;
  padding: 15px 40px;
  font-size: 14px;
  margin-right: auto;
  display: flex;
  border-radius: 12px;
  transition: 0.5s;
}

.btn-reply:hover {
  background: unset !important;
  color: #b59d43;
}

.offcanvas-bottom {
  height: unset !important;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 576px) {
  .offcanvas-bottom {
    border-radius: 0px 0px 0 0;
  }

  .header-detail-blog h1 {
    font-size: 25px;
  }
}