.content-item {
    padding: 0px !important;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}

.content-item img {
    border-radius: 5px 5px 0 0;
}

.spesialisasi-item {
    padding: 30px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    border-radius: 5px;
}

div#map {
    width: 100%;
    min-height: 600px;
}

div#map-mini {
    width: 100%;
    min-height: 200px;
}

.img-slider-caption {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.align-end {
    display: flex;
    align-items: end;
}

.map-detail-text {
    line-height: 20px;
}
a.map-detail-text {
    color: #e12454;
}

@media only screen and (min-width: 769px) {
    .img-slider-gradient:after {
        content:'';
        position:absolute;
        left:0; top:0;
        width:100%; height:100%;
        display:inline-block;
        background: -moz-linear-gradient(top, rgba(0,47,75,0.0) 0%, rgba(0, 0, 0, 0.4) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.4)), color-stop(100%,rgba(0,47,75,0.0)));
        background: -webkit-linear-gradient(top, rgba(0,47,75,0.0) 0%,rgba(0, 0, 0, 0.4) 100%);
        background: -o-linear-gradient(top, rgba(0,47,75,0.0) 0%,rgba(0, 0, 0, 0.4) 100%);
        background: -ms-linear-gradient(top, rgba(0,47,75,0.0) 0%,rgba(0, 0, 0, 0.4) 100%);
        background: linear-gradient(to bottom, rgba(0,47,75,0.0) 0%,rgba(0, 0, 0, 0.4) 100%);
    }
}

.img-slider-gradient img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-slider-gradient {
    object-fit: cover;
    height: 600px;
}

@media only screen and (max-width: 900px) {
    .img-slider-gradient {
        object-fit: cover;
        height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .img-slider-gradient {
        object-fit: cover;
        height: auto;
    }
}


/* @media only screen and (max-width: 576px) {
    .img-slider-gradient {
        object-fit: cover;
        height: 350px;
    }
} */