.bg-breadcrumb {
    background: url("//bizweb.dktcdn.net/100/065/477/themes/813887/assets/page_title_bg.jpg?1616743866998");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumb-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px #000;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: center;
}
.breadcrumb>li>a {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 14px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 1px #000;
}
.breadcrumb>li+li:before {
    content: "\f105";
    padding: 0 5px;
    font-family: fontAwesome;
    color: #fff;
}
.bg-breadcrumb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.bg-breadcrumb {
    background: url(//bizweb.dktcdn.net/100/065/477/themes/813887/assets/page_title_bg.jpg?1616743866998);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-breadcrumb {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;

}