.form-address {
    background-color: #fff;
    border-radius: 12px;
    display: block;
    width: 100%;
    padding: 25px;
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
    margin-bottom: 44px;
}
h4.title_address {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
}
#form-search select{
    background: #F4F4F4;
    border: 1px solid #f4f4f4;
    border-radius: 11px;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 30px;
}
button.search-maps {
    background: #FFD4D8;
    border: 1px solid #FFD4D8;
    border-radius: 11px;
    width: 100%;
    height: 40px;
    font-weight: 400;
}
li.cn_tenchinhanh{
    padding: 15px 0;
    border-bottom: 1px solid#4c4c4c4f;
}
#store-list li.cn_tenchinhanh p,li.cn_tenchinhanh a{
    margin-left: 20px;
    color: #4C4C4C;
}
.cn_tenchinhanh .locationTitle{
    font-weight: 700;
}
.address-map {
    max-height: 605px;
    overflow-y: auto;
}
#store-list li.cn_tenchinhanh a{
    color: #FB4C4E;
}
#store-list .cn_tenchinhanh a svg{
    margin-left: 5px;
}
.address-map::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.fix-breadcrumb {
    margin-bottom: 50px;
}
.address-map::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.address-map::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
#store-list li a{
    cursor: pointer;
}
@media only screen and (min-width: 991px){
    .page_contact #content,.form-address {
        max-width: 90%;
        margin: auto;
    }
    .page_contact #content{
        padding-top: 50px;
    }
}