.location-map {
    position: relative;
}

.location-map img {
    display: block;
}

.location-map .location-detail {
    position: absolute;
    max-width: 330px;
    width: 100%;
    left: 0;
    top: 0;
}

.location-map .location-detail h4 {
    margin-bottom: 15px;
}

.location-map .location-detail .small {
    margin-bottom: 20px;
}

.location-map .location-detail .location-detail-item {
    padding: 20px 20px 40px;
    width: 100%;
}

.cat-list {

}

.cat-list a {
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    background-color: #cfb500;
    padding: 20px;
    border-bottom: 1px solid #bba401;
    font-size: 1.2rem;
}

.cat-list a:hover {
    color: #FFF;
    background-color: #6fa287;
}

.cat-list-col {
    height: 517px;
    overflow-y: auto;
}

.cat-list-map {
    height: 517px;
}


