 /* homepage slider content css */
    .map-section-link {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        text-align: center;
        padding: 30px;
    }
    .map-link-img {
        flex-basis: 20%;
    }
    .map-link-img p.head {
        color: #337ab7;
        padding: 10px 0;
        font-size: 13px;
    }
    section.message-news-event {
        padding: 30px 0;
    }
    .news-scroll {
        overflow-x: hidden;
        height: 350px;
        width: 100%;
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .flip-card {
            margin-bottom: 20px;
        }
    }
    @media (max-width: 767px) {
        .map-section-link {
            padding: 0px;
        }
        .map-link-img {
            flex-basis: 33%;
        }
        .news-section-event {
            height: 460px;
        }
        section.flip-section {
            margin: 20px 0px;
        }
    }