.he-thong-cua-hang-page{
    margin-bottom: 40px;
}
.he-thong-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.showroom-item {
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.19);
    border: 1px solid #dedede;
}
.showroom-item .title-store {
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: bold;
    color: #263248;
    padding: 12px 16px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.showroom-item .content-store {
    padding: 25px 16px;
    color: #263248;
    line-height: 1.87em;
    min-height: 240px;
}
.showroom-item .content-store p {
    display: flex;
}
.showroom-item .content-store p i {
    margin-right: 10px;
    color: #2eb9d6;
    line-height: 1.875em;
}
.showroom-item .btn-map {
    padding: 5px 12px;
    margin-top: 10px;
    line-height: 17px;
    font-weight: 600;
    font-size: 12px;
    background-color: #2eb9d6;
    border-color: #2eb9d6;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}
.showroom-item .btn-map:hover {
    color: #fff;
    background: #f2c731;
    border-color: #f2c731;
}
.he-thong-left {
    position: relative;
    height: 100%;
    width: 100%;
}
.box-maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}