.bread .breadcrumb{position:absolute;right:0;top: 0;background: transparent;}
.bread{
    position:relative;
    height: 41px;
    margin-top: 12px;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999999;
}

@media (min-width: 2500px){
    .container{
        max-width: 2000px !important;
    }
}
