#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 35px 0 35px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: left;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 25px;
}
.sp-page-title h2 {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.sp-page-title h2:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 26px;
  left: -15%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  transform: rotate(-68deg);
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}

@media only screen and (max-width: 480px){
.sp-page-title {
    padding: 35px 0 35px 30px;
  }
.sp-page-title h2:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 18px;
  left: -15%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  transform: rotate(-68deg);
}
}

/**/