.region-title {
  margin-bottom: 40px;
  position: relative;
}
.region-title .title-image {
  min-height: 320px;
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  .region-title .title-image {
    min-height: 200px;
  }
}
.region-title .title-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #084990;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.region-title .title-image .page-title-header {
  min-height: 320px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: table;
}
@media (max-width: 991.98px) {
  .region-title .title-image .page-title-header {
    min-height: 250px;
    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 .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;
}
@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;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjM3NTkzIDMuMTc1NzRDNy42MTAyNSAyLjk0MTQyIDcuOTkwMTUgMi45NDE0MiA4LjIyNDQ2IDMuMTc1NzRMMTAuNjI0NSA1LjU3NTc0QzEwLjg1ODggNS44MTAwNSAxMC44NTg4IDYuMTg5OTUgMTAuNjI0NSA2LjQyNDI2TDguMjI0NDYgOC44MjQyNkM3Ljk5MDE1IDkuMDU4NTggNy42MTAyNSA5LjA1ODU4IDcuMzc1OTMgOC44MjQyNkM3LjE0MTYyIDguNTg5OTUgNy4xNDE2MiA4LjIxMDA1IDcuMzc1OTMgNy45NzU3NEw4Ljc1MTY3IDYuNkgxLjgwMDJDMS40Njg4MiA2LjYgMS4yMDAyIDYuMzMxMzcgMS4yMDAyIDZDMS4yMDAyIDUuNjY4NjMgMS40Njg4MiA1LjQgMS44MDAyIDUuNEg4Ljc1MTY3TDcuMzc1OTMgNC4wMjQyNkM3LjE0MTYyIDMuNzg5OTUgNy4xNDE2MiAzLjQxMDA1IDcuMzc1OTMgMy4xNzU3NFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  position: relative;
  width: 35px;
  height: 17.5px;
}
@media (max-width: 991.98px) {
  ol.breadcrumb li.breadcrumb-item:not(:first-child):before {
    width: 100%;
    float: unset;
    padding: 0 0.5rem;
  }
}

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

ol.breadcrumb li.breadcrumb-item a {
  color: white;
}

@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 */
