.home_map{
    background-color: #fff;
    position: relative;
    padding-top:6.5rem;
    margin-bottom:-1px !important;

}

.home_map .container-init {
    width: 220rem !important;
}
.home_map .title1{
    font-family: '452';
    font-weight: 400;
    font-size: 7.2rem;
    color: #000000;
    line-height: 9.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display:block;text-align:center;
}
.home_map .title2{
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 3.2rem;
    color: #9E9E9E;
    line-height: 3.8rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display:block;
    text-align:center;
    margin-top:2.6rem;
    font-stretch: condensed; /* Condensed 紧缩 */

    word-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
}
.home_map  #map{
    width: 195.9rem;
    height: 96.7rem;
    margin: 0 auto;
    background: url(/themes/default/public/assets/images/salesnetwork/map.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin-top:8rem;
}
.home_map  .marker[data-city="EUROPE"] {
    top: 30rem;
    left: 93rem;
}
.home_map   .marker[data-city="AFRICA"] {
    left: 96rem;
    top: 48rem;
}
.home_map  .marker[data-city="ASIA"] {
    top: 37rem;
    left: 144rem;
}
.home_map  .marker[data-city="SOUTH AMERICA"] {
    top: 63rem;
    left: 53rem;
}
.home_map   .marker[data-city="NORTH AMERICA"] {
    top: 32rem;
    left: 23rem;
}
.home_map   #map .marker {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.home_map   #map span {
    font-family: Konkhmer Sleokchher, Konkhmer Sleokchher;
    font-weight: 400;
    font-size: 2.6rem;
    color: #000000;
    line-height: 3.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home_map #map .marker img{
    width:4rem;
    height:4rem;
    object-fit: contain;
}
@media screen and (max-width: 768px){

    home_map   #map img {
        width: 10.1rem;
    }
    home_map  .marker[data-city="EUROPE"] {
        top: 10vw !important;
        left: 40vw !important;
    }
    home_map .marker[data-city="AFRICA"] {
        top: 19vw !important;
        left: 44vw !important;
    }
    home_map  .marker[data-city="ASIA"] {
        top: 5vw !important;
        left: 65vw !important;
    }
    home_map  .marker[data-city="SOUTH AMERICA"] {
        top: 23vw !important;
        left: 25vw !important;
    }
    home_map  .marker[data-city="NORTH AMERICA"] {
        top: 7vw !important;
        left: 17vw !important;
    }
    .home_map #map span {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 7rem;
        line-height: 3.2rem;
        width: 10rem;
        line-height: 8rem;
    }
    .home_map .title1{
        font-size:11.2rem;
    }
    .home_map .title2 {
        font-size: 12px;
        line-height: 9.8rem;
        margin-top: 6.6rem;
    }
    .home_map #map {
        width: 100%;
        height: 123rem;
        background-size: contain;
        margin-top: 8rem;
    }

}