.bread-crumb {
    margin-bottom: 2rem;
    min-height: 240px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

@media (min-width: 991px) {
    .bread-crumb {
        background-size: 100% !important;
    }
}

@media (max-width: 1199px) {
    .bread-crumb {
        min-height: 225px;
    }
}

@media (max-width: 991px) {
    .bread-crumb {
        background-position: right !important;
        min-height: 150px;
    }
}

.bread-crumb .title-bread-crumb {
    text-align: center;
    font-size: 30px;
    color: #fd5624;
    font-weight: 600;
}

@media (max-width: 767px) {
    .bread-crumb .title-bread-crumb {
        font-size: 16px;
    }
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li>a {
    color: #fff;
}

.breadcrumb li>a>span {
    color: #fff;
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #fff;
}

.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}

.breadcrumb li span {
    display: inline;
    color: #fff;
}

.breadcrumb li span .fa {
    color: #fff;
    padding: 0px 5px;
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #fd5624;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
    color: #fd5624;
}

.breadcrumb>li+li:before {
    display: none;
}