 .wpo-page-title {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 380px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(30 55 72);
}

@media (max-width: 767px) {
    .wpo-page-title {
        min-height: 250px;
    }

    .wpo-page-title .wpo-breadcumb-wrap h2 {
        font-size: 40px;
    }
}

.wpo-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: .2;
    background: url('../images/top-header.jpg');
}
.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    word-break: break-all;
}
.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
    margin-top: 10px;
    display: block;
}
.wpo-page-title .wpo-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
}

.wpo-page-title .wpo-breadcumb-wrap ul li a {
    color: #fff;
}

.wpo-page-title .wpo-breadcumb-wrap ul li a:after {
    content: "//";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c9e9f7;
}