#breadcrumb-page .container-fluid .container .row-item {
  margin: 12px 0;
}
#breadcrumb-page .container-fluid .container .row-item .breadcrumb .item a {
  color: #1A89BF;
  text-decoration: underline;
}
#breadcrumb-page .container-fluid .container .row-item .breadcrumb .icon {
  margin: 0px 10px;
}

.the-editor h1 {
  font-size: 36px;
}
.the-editor h2 {
  margin-top: 24px;
  font-size: 24px;
}
.the-editor p {
  margin-top: 12px;
}
.the-editor blockquote {
  margin-top: 12px;
  padding: 24px;
  background: #F3F2F1;
  border-left: 5px solid #FF9800;
}
.the-editor blockquote p:first-child {
  margin-top: 0;
}
.the-editor table {
  margin-top: 12px;
}
.the-editor table, .the-editor th, .the-editor td {
  border: 1px solid;
}
.the-editor td {
  padding: 12px;
}
.the-editor ul {
  margin-top: 12px;
  padding-left: 24px;
}
.the-editor .gallery {
  margin-top: 12px;
}
.the-editor .gallery .gallery-item {
  margin-bottom: 0;
}
.the-editor .gallery .gallery-item .gallery-icon img {
  height: auto;
  max-height: 658px;
  object-fit: cover;
}
.the-editor .gallery .gallery-item .gallery-caption {
  background: #F3F2F1;
  font-weight: 700;
  color: #201F1E;
  text-align: center;
  padding: 12px;
}
.the-editor .gallery .owl-nav {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
}
.the-editor .gallery .owl-nav button svg {
  width: 18px;
  height: 18px;
  display: block;
  color: #605E5C;
}
.the-editor .gallery .owl-nav .owl-next {
  margin-left: 16px;
}
.the-editor .gallery .owl-dots {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: center;
}
.the-editor .gallery .owl-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #E1DFDD;
}
.the-editor .gallery .owl-dots button:not(:first-child) {
  margin-left: 8px;
}
.the-editor .gallery .owl-dots button.active {
  width: 36px;
  background: #FFBC13;
}
