div#slide2 {
    position: relative;
}


div#slide2 .title {
    position: absolute;
    bottom: 0px;
    background: rgba(5, 115, 69, 0.5);
    width: 100%;
    color: white;
    padding: 10px 0px;
    font-size: 15px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
div#slide2.owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default;
}
div#slide2.owl-theme i {
    font-size: 45px;
    color: white;
}

div#slide2 button.owl-prev {
    position: absolute;
    left: 18%;
    background: #5a616947;
    border-radius: 0px;
    padding: 15px 12px !important;
}
div#slide2 button.owl-next {
    position: absolute;
    right: 18%;
    background: #5a616947;
    border-radius: 0px;
    padding: 15px 12px !important;
}
.slide_home {
    height: 460px;
}
div#slide2 {
    position: relative;
    height: 460px ;
}
div#slide2 .slide_image {
    height: 460px;
    background-size: cover;
    background-position: center center;
}
div#slide2.owl-theme .owl-nav.disabled+.owl-dots {
    z-index: 9;
    position: relative;
    top: -32%;
}
div#slide2.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
}
div#slide2.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e00025 !important;
}
div#slide2.owl-theme .owl-dots .owl-dot span {
    background: white !important;  
}

div#slide2 .owl-dots {
    position: relative;
    top: -70px;
}
.owl-theme .owl-dots .owl-dot span {
 
    margin: 5px 4px !important;
   
}