.e_breadcrumb-5 .p_breadcrumb {text-align:right;    display: flex;
    justify-content: flex-end;
}
.page_a.current {
    background: rgba(213,3,16,1);
    color: #fff;
}
.page_a:hover {
    text-decoration: none;
    background: rgba(213,3,16,1);
    color: #fff;
}
body {
word-wrap: break-word;
word-break: normal;

}
@media screen and (max-width:768px) {

.e_breadcrumb-5 .p_breadcrumb {
    text-align: right;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

        }