.vtm_location_maps {
    margin-bottom: 100px;
}
.contact {
    padding: 100px 0 60px 0;
}
.contact .row {
    align-items: center;
    margin-bottom: 68px;
    justify-content: space-between;
}
.contact .address .title {
    padding-left: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
    position: relative;
}
.contact .address .title:before {
    width: 14px;
    height: 14px;
    border: 3px solid #000;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.contact .address .detail {
    padding-left: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    opacity: 0.6;
}
.contact .address .detail:nth-of-type(odd) {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact .item {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    opacity: 0.7;
}
.contact .info {
    position: relative;
}
.contact .info img {
    margin-top: -5px;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.contact .row-info {
    margin-top: 70px;
    justify-content: space-between;
}
.contact .row-info .col-lg-6 {
    position: relative;
}
.contact .row-info .col-lg-6:first-child:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    right: 0;
}


h4.vc_custom_heading{
    font-style: normal;
    font-weight: bold;
    font-size: (20 / $root_font_size_number)rem;
    line-height: (24 / $root_font_size_number)rem;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 25px;
}
.icon-img{
    display: inline-block;
    margin-top: -5px;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.border-sep .wpb_column:first-child::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    right: 0;
}
.page-content {
    margin-bottom: 3rem;
}


.vtm_location_maps .map {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.vtm_location_maps .embed-responsive-16by9 {
    padding-bottom: 49.45%;
}
.vtm_location_maps div[class*="col-sm-"] {
    padding: 0 5px;
}
.vtm_location_maps .overlay-map-info {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    height: 100%;
    pointer-events: none;
}
.vtm_location_maps .overlay-map-info .info {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.vtm_location_maps .overlay-map-info .info h4 {
    text-transform: uppercase;
}
.vtm_location_maps .overlay-map-info .info h4, .vtm_location_maps .overlay-map-info .info p {
    font-size: 15px;
    color: #111;
    margin: 0 0 5px;
}
.vtm_location_maps .list-location-wrapper {
    position: relative;
}
.vtm_location_maps .list-location .location {
    margin-bottom: 15px;
    font-weight: bold;
}
.vtm_location_maps .list-location .location h4 {
    margin: 0 0 5px;
    font-size: 17px;
    color: #111;
}
.vtm_location_maps .list-location .location p {
    line-height: 24px;
    font-size: 14px;
    color: #111;
    margin: 0;
}
.vtm_location_maps .location:last-child .view-map .detail {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.vc_col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
}
.border-sep .wpb_column:first-child::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 1px;
    background-color: rgba(0,0,0,0.3);
    right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 560px) {
    .overlay-map-info {
        display: none;
    }
}

