 .breadcrumb-item a {
      color: #fff;
      text-decoration: none;
    }
    .breadcrumb-item {
      padding:0 10px;
    }
    .breadcrumb-item:first-child {
        padding-left: 0;
    }
    .home.breadcrumb-item {
      padding-left: 0;
    }
    .breadcrumb-item:hover {
      text-decoration: underline;
    }


.breadcrumb-item:before {
    display: none;
}
.hero-slider {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    height: 100%;
}

.hero-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55);
}

.hero-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    color: #fff;
}

.hero-breadcrumb {
    position: absolute;
    bottom: 110px;
    left: 60px;
    z-index: 6;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ddd;
}

        .cover_logo {
            width: 120px;
    margin: 10px 0;
    position: absolute;
    top: 70px;
    left: 50px;
        }

@media (max-width:768px){
    .hero-slider { height: 350px; }
    .hero-overlay { padding: 0 20px; }
    .hero-breadcrumb { left: 20px; }
}