.top-bar-newstores {
    background: #333;
    padding: 12px 0;
    vertical-align: middle;
    color: #fff;
}
.top-bar-newstores .title-topnews {
    font-size: 16px;
}
.top-bar-newstores span {
    display: inline-block;
    color: #fff;
}
.top-bar-newstores .title-topnews:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/icon-stars.gif');
}
.list-store ul li>p{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.loading a, a, a:focus, a:hover {
    text-decoration: none;
}
.top-bar-newstores .name-topnews {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.top-bar-newstores .address-topnews {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.top-bar-newstores .date-topnews {
    border: 1px solid #e32124;
    background: #e32124;
    border-radius: 12px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 15px;
    vertical-align: top;
    margin-left: 8px;
}
.top-bar-newstores .space {
    width: 27px;
}
.top-bar-findstores {
    padding: 20px 0;
}
.item-col-4 {
    max-width: 25%;
}
.item-col-4 .content-right {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 6px;
}
.item-col-4 .content-right .text-top {
    color: #e32124;
    font-size: 25px;
}
.item-col-4 .content-right .text-bot {
    font-size: 15px;
    color: #333;
}
.item-col-4:hover img {
    transform: rotateY(360deg);
}
.item-col-4 img {
    transform: rotateY(0deg);
    transition: all ease 0.5s;
}
.title-store {
    color: #333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: bold;
}
.title-store span {
    color: #3d3d3d;
    font-size: 12px;
    text-transform: uppercase;
}
.wrapper-dropdown.list-store {
    max-height: 510px;
    overflow-y: auto;
}
.list-store {
    padding: 0px 0px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.list-store ul {
    margin: 0;
    padding: 0;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}
.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}
.list-store ul li a{
    display: block;
    text-align: left;
    white-space: inherit;
}
.list-store .all-submenu-1 .sub-item1:nth-child(even) {
    background: #f6f6f6;
}
.listMap .storeMap{
    display: none;
}
.listMap .storeMap.storeMap-active{
    display: block;
}
.banners-small {
    margin: 20px 0;
}
.banners-small p {
    margin: 20px 0;
    text-align: center;
}
.slider-collection-store img{
    width: 100%;
}
.item-col-3 {
    max-width: 33.33333%;
}
.bottom-bar{
    margin-bottom: 20px;
}
.right-side {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    vertical-align: top;
    margin-top: -5px;
}
.chontinhthanh{
    padding: 0 !important;
}
.chontinhthanh #cityId, .storeSelect{
    margin: 0 !important;
    font-size: 13px;
}

.listAgency > h2{
    display: block;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.listAgency > span{
    display: block;
}
/* ===== storeslist layout ===== */
.storeslist {
    color: #222;
    background: #fff;
    padding: 24px 0;
}

.breadcrumb-shop .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 18px;
    font-size: 14px;
}

.stores {
    margin-top: 8px;
}
.img-map {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    background: #f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.map_part {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.map_part iframe#map-canvas {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.address-map {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.address-map h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.change-tinh {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    outline: none;
    background: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.address-cont {
    max-height: calc(100vh - 220px);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.address-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address-detail li {
    border-bottom: 1px dashed #eee;
    padding: 12px 6px;
}
.address-detail li:last-child { border-bottom: 0; }
.address-detail a {
    display: block;
    color: #222;
    text-decoration: none;
}
.address-detail b {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
}
.address-detail p {
    margin: 2px 0;
    font-size: 13px;
    color: #555;
    line-height: 1.3;
}

.address-detail li .thumb {
    float: left;
    margin-right: 10px;
    width: 54px;
    height: 54px;
    border-radius: 4px;
    object-fit: cover;
}
.address-detail li.active,
.address-detail li:hover {
    background: #f6fbff;
    border-color: #dbeffd;
    box-shadow: inset 0 0 0 1px rgba(0,120,255,0.03);
}

@media (max-width: 767px) {
    .address-map {
        padding: 12px;
    }
    .address-map h3 { font-size: 15px; margin-bottom: 8px; }
    .address-detail b { font-size: 14px; }
    .map_part { padding-bottom: 66.66%; }
    .stores .col-sm-8, .stores .col-md-9 { order: 1; }
    .stores .col-sm-4, .stores .col-md-3 { order: 2; margin-top: 12px; }
    .address-cont {
        max-height: 36vh;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .map_part { padding-bottom: 60%; }
    .address-cont { max-height: calc(100vh - 180px); }
}
@media (min-width: 992px) {
    .address-cont { max-height: calc(100vh - 200px); }
}
.address-detail p a {
    color: #0b6cff;
    word-break: break-all;
    font-size: 13px;
}
.address-detail a:focus {
    outline: 2px solid #bfe0ff;
    outline-offset: 2px;
}
.address-cont::-webkit-scrollbar {
    width: 8px;
}
.address-cont::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.12);
    border-radius: 6px;
}