.page_container {
    width: 57.4%;
}
#content {
    position: relative;
    margin-top: 2rem;
}

.loc_n_map {
    position: relative;
    width: 100%;
    height: 28vw;
}

.big_map {
    position: absolute;
    width: 110%;
}
.big_map img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 1.152rem 1.776rem 2.12rem 0;
    background-color: rgb(70, 139, 180);
    background-image: linear-gradient(rgba(3, 26, 90, 0.51), rgba(0, 38, 90, 0.49) 48%, rgba(1, 59, 101, 0.27));
}

.loc {
    position: absolute;
    top: 9%;
    right: 3.5%;
    width: 13%;
}

.loc_en {
    position: absolute;
    top: 18%;
    right: -5%;
    width: 20%;
}

.loc img,
.loc_en img {
    width: 100%;
    height: 100%;
}


.gmap>figure {
    padding: 0;
}


.traffic_title {
    color: #ffffff;
    font-size: 1.18rem;
    border-bottom: solid 2px #ececec;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    width: 25%;
}

.traffic_paragraph {
    margin-bottom: 2rem;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 300;
}

.right_sb {
    position: fixed;
    right: 11.5%;
    line-height: 2;
    width: 10%;
    text-align: center;
}

:lang(en-US) .right_sb {
    display: none;
}

.right_sb_title {
    border-bottom: solid 1px white;
}

/* Mobile Style */
@media only screen and (max-width: 768px) {
    .loc_n_map {
        position: relative;
        width: 100%;
        height: 48vw;
    }
    .big_map {
        width: 100%;
    }
    .big_map img {
        width: 100%;
    }

    .loc {
        position: absolute;
        top: 7%;
        right: 12%;
        width: 13%;
    }
    .loc_en {
        position: absolute;
        top: 18%;
        right: 5%;
        width: 20%;
    }

    .page_container {
        width: 78%;
        background-color: transparent;
    }
    .right_sb{
        display: none;
    }
    .page_content {
        background-attachment: unset;
    }

    .traffic_title {
        width: unset;
    }

}

@media only screen and (max-width: 767px) {
    .gmap>figure {
        transform-origin: top left;
        transform: scale(.65);
    }
}

@media only screen and (max-width: 400px) {
    .gmap>figure {
        transform-origin: top left;
        transform: scale(.6);
    }
}

@media only screen and (max-width: 350px) {
    .gmap>figure {
        transform-origin: top left;
        transform: scale(.5);
    }
}
