/* body {
    background: linear-gradient(180deg, #FFE9E9 0px, #FFE9E9 200px, #FFFFFF 1100px, #ffffff 100%);
    background-repeat: no-repeat;
}
header {
    background: #fff;
} */

.top-page {
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.top-page:before {
    content: "";
    height: 870px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-page .breadcrumb {
    margin-bottom: 0px;
}
.top-page .breadcrumb ul {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    border-radius: 3px;
}
@media only screen and (max-width: 575px) {
    .top-page {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .top-page .breadcrumb {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .top-page:before {
        height: 657px;
    }
}
