.wr-breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; position: relative; }
.wr-breadcrumb.hidden{ display: none; }
.bx-breadcrumb { margin: 10px 0; align-items: center; display: -webkit-box; display: -ms-flexbox;  -ms-overflow-style: none; scrollbar-width: none; padding: 0 10px; display: flex; flex-wrap: nowrap; overflow: scroll; }
.bx-breadcrumb::-webkit-scrollbar { width: 0; }
.bx-breadcrumb i { color: #999; line-height: 14px; font-size: 24px; vertical-align: middle; margin-right: 5px; margin-top: -2px; }
.bx-breadcrumb .bx-breadcrumb-item { float: left; margin-bottom: 10px; white-space: nowrap; line-height: 13px; vertical-align: middle; margin-right: 10px; }
.bx-breadcrumb .bx-breadcrumb-item span { font-size: 13px; white-space: normal; white-space: nowrap;}
.bx-breadcrumb .bx-breadcrumb-item a { border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.bx-breadcrumb-item i.fa.fa-angle-right { position: static; }
.bx-breadcrumb-item .home-icon { cursor: pointer; width: 22px; height: 23px;}
.bx-breadcrumb-item .hidden-breadcrumb { cursor: pointer; }
.bx-breadcrumb-item .hidden-breadcrumb-items { display:none; position: absolute; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 2; background-color: #fff; -webkit-box-shadow: 0px 0px 15px 9px rgb(0 0 0 / 3%); box-shadow: 0px 0px 15px 9px rgb(0 0 0 / 3%); padding: 12px 12px 4px 12px; top: 30px; }
.bx-breadcrumb-item .hidden-breadcrumb-items.active { display: -webkit-box; display: -ms-flexbox; display: flex;  }

.bx-breadcrumb-item .index-0-icon { display: none; }
.bx-breadcrumb-item .index-0-text { display: -webkit-box; display: -ms-flexbox; display: flex;  }
@media(min-width: 768px) {
    .wr-breadcrumb { margin-bottom: 40px; }
}
@media(max-width: 480px) {
    .bx-breadcrumb-item .index-0-icon { display: -webkit-box; display: -ms-flexbox; display: flex; }
    .bx-breadcrumb-item .index-0-text { display: none; }
}

@media screen and (max-width: 1440px){
    .page_content { margin-top: 0px ; }
}
