.main-content .section-maps {
    padding-left: 0;
    padding-right: 0;
    min-height: 700px !important;
    font: 400 11px Roboto, Arial, sans-serif;
}

#mapcontent {
    height: 100%;
}

#groupsearch {
    left: 150px !important;
    top: 10px !important;
    width: 380px;
}


/* .gmnoprint{display: none} */

.main-content .section-maps .form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(0, 0, 255, .25);
}

.main-content .section-maps .form-control {
    border-left: 0;
    font-size: 15px;
    height: 42px;
}

.main-content .section-maps .input-group-prepend {
    margin-right: 0px !important;
}

.main-content .section-maps .input-group-text img {
    width: 18px;
}

.main-content .section-maps .input-group-text {
    padding-right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-right: 0;
}

#list-branch {
    width: 380px;
    float: left;
    overflow: auto;
    height: 100%;
    padding: 5px 15px;
}

#mapcontent {
    width: calc(100% - 380px);
    float: left;
}

#list-branch .item {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1.8;
}

#list-branch .item:hover {
    border: 1px solid #0e86ca;
}

#list-branch .item .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    position: relative;
}

#list-branch .item .img img {
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
}

#list-branch .item .content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 15px;
}

#list-branch .item .content .name {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #2d2d2d;
    font-size: 17px;
    margin-bottom: 7px;
}

#list-branch .item .content .add {
    font-size: 14px !important;
    line-height: 1.8;
}

#list-branch::-webkit-scrollbar-track #list-branch {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#list-branch::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#list-branch::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cccc;
}

.info_content {
    display: -webkit-box;
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    width: 350px;
}

.info_content .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #ccc
}

.info_content .img img {
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
}

.info_content .content {
    width: calc(100% - 100px);
    padding-left: 15px;
    padding-right: 15px;
}

.info_content .content .name {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #2d2d2d;
    font-size: 17px;
    margin-bottom: 7px;
}

.info_content .content .add {
    font-size: 14px !important;
    line-height: 1.8;
}

@media only screen and (max-width: 766px) {
    #list-branch {
        width: 100%;
        height: 300px;
    }
    #mapcontent {
        width: 100%;
        height: 500px;
        margin-top: 30px;
    }
    .main-content .section-maps {
        height: auto !important;
    }
}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    #list-branch {
        width: 30%;
    }
    #mapcontent {
        width: 70%;
    }
    #list-branch .item .img {
        margin: 0 auto;
        float: unset;
    }
    #list-branch .item .content {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}