#page{
    overflow: hidden;
}
.lstChiNhanh{
    padding: 0 10px;
}
.lstChiNhanh li{
    list-style: none;
    width: 100%;
    margin:  0 0 10px 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #63656814;
    border-radius: 0;
}
div#map iframe {
    width: 100%;
}
.box-chinhanh{
    max-height: 435px;
    overflow-y: auto;
}
.head-store-maps .title-news{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Cerebri Sans Bold';
}
table tr td:first-child, table tr th:first-child{
    padding: 10px;
}
table tr td{
    border-top: 1px solid #000;
}
#map-store img{
    width: 100%;
    height: 100%;
}
select.change-tinh {
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    padding: 0.6em 0.8em;
    color: rgba(0,0,0,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) no-repeat right center;
}
.address-map .change-tinh {
    width: 100%;
    border: 2px solid #d7d7d7;
    color: #333;
    text-indent: 5px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 6px 15px;
}
.address-map .address-cont .address-detail ul li a b {
    font-size: 18px;
    margin-bottom: 15px;
}
.address-map .address-cont .address-detail ul li a p {
    letter-spacing: 0.00938em;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
#address-link {
    margin-bottom: 0;
}
.address-map .address-cont .address-detail ul li {
    padding-left: 14px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.address-map .address-cont .address-detail ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 12px 0 12px;
    box-sizing: border-box;
}
.address-map .address-cont .address-detail ul li a:before {
    content: "";
    width: 5.5px;
    height: 5.5px;
    display: inline-block;
    background: #000;
    margin-right: 10px;
    border-radius: 50%;
}
.address-map .address-cont .address-detail {
    overflow: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#content {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.ss-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    margin-top: 74px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.00938em;
}
.address-map .address-cont .address-detail ul li .btn-map a:before {
    display: none;
}
.address-map .address-cont .address-detail ul li .btn-map a {
    width: fit-content;
    color: var(--green-color);
    font-size: 16px;
    padding-top: 0;
    cursor: pointer;
}
.btn-map {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--green-color);
    flex-flow: column;
}
.address-map h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 5px;
}
.address-detail::-webkit-scrollbar {
    width: 0.175rem;
    height: 0.175rem;
}
.address-detail::-webkit-scrollbar-thumb {
    background: #000;
}
@media (max-width: 768px) {
    .address-map {
        margin: 25px 0;
    }
}
.map_content {
    display: flex;
    gap: 6px;
    align-items: center;
}

.btn-map {
    display: none;
}
.btn-map {
    padding-bottom: 20px;
}
.map_content a {
    color: #17dc84e0 !important;
}
ul#address-link li {
    cursor: pointer;
    padding: 0 20px;
}