.bread-crumb {
    margin-bottom: 40px;
    min-height: 275px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .bread-crumb {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .bread-crumb {
        min-height: 150px;
        padding: 20px 0
    }
}

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

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

.breadcrumb {
    margin: 0;
    font-size: 16px;
    padding: 5px 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: var(--hover);
    /*font-weight: 400;*/
    font-weight: bold;
    text-decoration: none;

}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: var(--hover);

}

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