.titleMaps{
    margin-bottom: 20px;
}
.noo-main{
    padding: 20px 0;
    background: #eee;
}
.storeTitle {
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Roboto Condensed",Arial,sans-serif;
    text-align: center;
    margin: 0;
    color: #000;
    padding: 25px 0;
}
.storeCtn ul li {
    display: inline-block;
    width: 48%;
    padding: 0 2%;
}
.storeCtn ul li span {
    display: block;
    color: #000;
    padding-bottom: 10px;
    font-weight: 700;
}
.storeCtn ul li select {
    border-radius: 0;
    border: none;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.lst-chinhanh ul {
    max-height: 380px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}
.lst-chinhanh ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #dedcde;
}
