.location-map-wrapper {
    position: relative;
    height: 100vh;
}
.location-map {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;

    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    background: url(../images/map.svg) no-repeat center center;
    background-size: auto 100%;
}
    .location-map:before {
        content: "";
        display: block;
        padding-top: 45%;
    }
    .location-map object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        pointer-events: none;
    }
    .location-map .hotspot {
        position: absolute;
        width: 35px;
        height: 35px;
        z-index: 3;
        cursor: pointer;
        display: flex;
        align-self: center;
        justify-content: center;

        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);

        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        padding: 5px;


    }
    .location-map .hotspot:hover,
    .location-map .hotspot:focus{
        box-shadow: 0 0 10px 3px #d3aa69;
        -webkit-transition: all 400ms ease ;
        -moz-transition: all 400ms ease ;
        -ms-transition: all 400ms ease ;
        -o-transition: all 400ms ease ;
        transition: all 400ms ease ;
    }
    .location-map .hotspot:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .location-map .hotspot.primary:before,
    .location-map .hotspot.map-tooltip:before {
        display: none;
    }
    .location-map .hotspot.map-travel-point,
    .location-map .hotspot.primary,
    .location-map .hotspot.map-tooltip {
        width: auto;
        height: auto;
        border: none;

        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;

        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .location-map .hotspot.map-tooltip {
        z-index: 2;
        pointer-events: none;
        opacity: 0;

        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .location-map .hotspot.map-tooltip.show {
        opacity: 1;
    }
    .location-map .hotspot.primary {
        left: 49%;
        top: 68%;
        z-index: 1;
    }
    .location-map .hotspot.primary img{
        max-width: 100px;
    }
        .location-map .hotspot.primary span {
            position: relative;
            display: block;
            padding-bottom: 30px;

            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
    .location-map .hotspot.map-travel-point {
        /*width: 15px;*/
        /*height: 15px;*/
    }
    .location-map .hotspot.map-travel-point:before,
    .location-map .hotspot.map-travel-point:after,
    .location-map .hotspot.primary span:before,
    .location-map .hotspot.primary span:after {
        content: "";
        display: block;

        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;

        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .location-map .hotspot.map-travel-point:before,
    .location-map .hotspot.primary span:before {
        background-color: #fff;
        width: 15px;
        height: 15px;
    }
    .location-map .hotspot.map-travel-point:before {
        width: 15px;
        bottom: 0;
    }
    .location-map .hotspot.map-travel-point:after,
    .location-map .hotspot.primary span:after {
        width: 15px;
        height: 15px;
        border: 1px solid #fff;

        animation: pointBorder 1s infinite;
        -moz-animation: pointBorder 1s infinite;
        -webkit-animation: pointBorder 1s infinite;
    }
    .location-map .hotspot img {
        display: block;
        margin: auto;
    }
    .location-map .hotspot > img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: calc(100% - 10px);
    }
    .location-map .hotspot.icon-1 { /* BV Răng Hàm Mặt */
        left: 15%;
        top: 46%;
    }
    .location-map .hotspot.icon-2 { /* BV Quận 4 */
        left: 35%;
        top: 42%;
    }
    .location-map .hotspot.icon-3 { /* ĐH Luật */
        left: 42%;
        top: 45%;
    }
    .location-map .hotspot.icon-4 { /* THPT Nguyễn Hữu Thọ */
        left: 39%;
        top: 49%;
    }
    .location-map .hotspot.icon-5 { /* ĐH Nguyễn Tất Thành */
        left: 46%;
        top: 56%;
    }
    .location-map .hotspot.icon-6{
        left: 36%;
        top: 7%;
    }
    .location-map .hotspot.d1-point { /* D1 */
        left: 31%;
        top: 26%;
    }
    .location-map .hotspot.d1-travel { /* Travel time to D1 */
        left: 43%;
        top: 40%;
    }
    .location-map .hotspot.d2-point { /* D2 */
        left: 57%;
        top: 21%;
    }
    .location-map .hotspot.d2-travel { /* Travel time to D2 */
        left: 49%;
        top: 18%;
    }
    .location-map .hotspot.d7-point { /* D7 */
        left: 87%;
        top: 82%;
    }
    .location-map .hotspot.d7-travel-1 { /* Travel time to D7 1 */
        left: 28%;
        top: 73%;
    }
    .location-map .hotspot.d7-travel-2 { /* Travel time to D7 1 */
        left: 63%;
        top: 73%;
    }
        .location-map .hotspot > p {
            background-color: #fff;
            color: #c8ae6a;
            text-align: center;
            padding: 5px 10px;
            white-space: nowrap;
            margin: 0;
        }
        .location-map .hotspot .hotspot-details {
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 13px;
            z-index: 1;

            display: none;
            font-size: 12px;
            color: #c8ae6a;
            width: 200px;
            padding-bottom: 40px;

            transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
        }
        .location-map .hotspot .hotspot-details:before {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background-color: #c8ae6a;
            position: absolute;
            left: 4px;
            top: 0;
            z-index: 1;
        }
            .location-map .hotspot .hotspot-details img {
                display: block;
                margin-left: 10px;
                height: 100px;
            }
            .location-map .hotspot .hotspot-details h3 {
                font-family: 'Montserrat-medium';
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;

                padding: 0;
                margin: 0;
                font-size: 13px;
                line-height: 20px;
                color: #c8ae6a;
                text-align: right;

                transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
            }
        .location-map .hotspot:hover .hotspot-details {
            display: block;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }
@media(max-width: 768px) {
    .location-map .hotspot{
        width: 15px;
        height: 15px;
    }


    .location-map .hotspot > img {
        width: calc(100% - 4px);
    }
    .location-map .hotspot.map-travel-point:before,
    .location-map .hotspot.primary span:before {
        width: 10px;
        height: 10px;
    }

    .location-map .hotspot.map-travel-point:after,
    .location-map .hotspot.primary span:after {
        width: 10px;
        height: 10px;
    }
    .location-map .hotspot.primary span{
        padding-bottom: 20px;
    }
    .location-map .hotspot.primary img{
        max-width: 30px;
    }
    .location-map .hotspot:hover .hotspot-details{
        display: none;
    }
}
@media(max-width: 480px) {
    .location-map .hotspot{
        width: 10px;
        height: 10px;
    }
    .location-map .hotspot.primary img{
        max-width: 20px;
    }
    .location-map .hotspot.map-travel-point:before, .location-map .hotspot.primary span:before {
        width: 5px;
        height: 5px;
    }
    .location-map .hotspot.map-travel-point:after, .location-map .hotspot.primary span:after {
        width: 5px;
        height: 5px;
    }
    .location-map .hotspot.map-travel-point:before,
    .location-map .hotspot.primary span:before {
        width: 5px;
        height: 5px;
    }

    .location-map .hotspot.map-travel-point:after,
    .location-map .hotspot.primary span:after {
        width: 5px;
        height: 5px;
    }
    .location-map .hotspot.d2-point{
        padding: 0;
    }
    .location-map .hotspot.map-travel-point:after, .location-map .hotspot.primary span:after{
        animation: pointBorder 2s infinite;
        -moz-animation: pointBorder 2s infinite;
        -webkit-animation: pointBorder 2s infinite;
    }
    .location-map .hotspot.primary span {
        padding-bottom: 10px;
    }
}