/* Breadcrumb */
.breadcrumb-section {
  background: url("/assets/banner/breadcrumb-bg.png") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

.breadcrumb-item.active {
  color: white !important;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: white !important;
}

/* Why Card */
.why-card-aboutPage {
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.why-card-aboutPage h5 {
  font-family: "Libre Baskerville", serif !important;
}

.why-card-aboutPage .why-card-img-aboutPage {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ac171b;
}

/* Core Value */
.core-value-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.core-value-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#core-value-list li {
  position: relative;
  margin-left: 30px;
}

#core-value-list li::before {
  content: " ";
  position: absolute;
  top: 32%;
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ac171b;
}
