
.page-title{
  position: relative;
  padding: 135px 0px 140px 0px;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title h1{
  display: block;
  font-size: 55px;
  line-height: 75px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: var(--main-color);
  font-weight: 600;
  padding-right: 20px;
  margin-right: 10px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px;
  margin: 0px;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '\e932';
  font-family: 'icomoon';
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: #fff;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .bread-crumb li a{
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--main-color);
}




























