.region-title {
  margin-bottom: 40px;
}
.region-title .title-image {
  max-height: 120px;
  position: relative;
  display: block;
}
.region-title .title-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #82BEB4;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.region-title .title-image .page-title-header {
  max-height: 120px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: table;
}
@media (max-width: 991.98px) {
  .region-title .title-image .page-title-header {
    max-height: 120px;
    display: flex;
    align-content: flex-end;
  }
}
.region-title .title-image .title-contents {
  margin: auto;
  display: table-cell;
  vertical-align: bottom;
}
.region-title .title-image .title-contents > .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.region-title .title-image .title-contents > .container nav {
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .region-title .title-image .title-contents > .container nav {
    overflow-x: scroll;
  }
  .region-title .title-image .title-contents > .container nav::-webkit-scrollbar {
    height: 7px;
  }
  .region-title .title-image .title-contents > .container nav::-webkit-scrollbar-thumb {
    background: #6197d1;
    border-radius: 10px;
  }
}
.region-title .title-image .title-contents .title-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 329px;
  height: 115px;
  background: rgba(255, 255, 255, 0.5);
  padding: 35px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .region-title .title-image .title-contents .title-link {
    display: none;
  }
}
.region-title .title-image .title-contents .title-link a {
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 35px 180px 35px 35px;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.region-title .title-image .title-contents .title-link a:after {
  font-family: "custom_icon";
  content: "\e907";
  font-size: 1rem;
  position: absolute;
  right: 35px;
  color: #FFF;
  transition: 0.5s ease-out all;
}
.region-title .title-image .title-contents .title-link a:hover {
  background: transparent;
}
.region-title .title-image .title-contents .title-link a:hover:after {
  transform: translateX(15px);
}
.region-title .title-image .title-contents h1 {
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 991.98px) {
  .region-title .title-image .title-contents h1 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .region-title .title-image .title-contents h1 {
    word-break: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .region-title .title-image .title-contents h1 {
    font-size: 1.2rem;
  }
}
.region-title .title-image .title-contents h5 {
  color: #FFF;
  width: 50%;
}
@media (max-width: 991.98px) {
  .region-title .title-image .title-contents h5 {
    width: 100%;
  }
}

ol.breadcrumb li.breadcrumb-item:not(:first-child):before {
  content: " ";
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA3IDkiIHdpZHRoPSIyODgiIGhlaWdodD0iMjg4Ij48cGF0aCBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDEuMDAwMTJMNS41IDQuNTAwMTJMMSA4LjAwMDEyIiBjbGFzcz0iY29sb3JTdHJva2UwMDAgc3ZnU3Ryb2tlIj48L3BhdGg+PC9zdmc+PC9nPjwvc3ZnPg==");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  position: relative;
  width: 35px;
  height: 17px;
}

ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem !important;
  display: contents;
}

ol.breadcrumb li.breadcrumb-item a {
  color: rgba(245, 245, 245, 0.768627451);
  font-weight: 600;
}
ol.breadcrumb li.breadcrumb-item a:hover {
  color: #FFF;
}

@media (max-width: 991.98px) {
  .breadcrumb {
    margin-bottom: 0.5rem !important;
    display: inline-block !important;
  }
  .breadcrumb li {
    font-size: 0.875rem !important;
    display: inline-block !important;
  }
}
.breadcrumb .current-title {
  display: contents !important;
}

/*# sourceMappingURL=title.css.map */
