<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    height:100%;
    width:100%;
    overflow:hidden;
    padding:0;
    margin:0;
}
a{
    text-decoration:none;
}
img{
    max-width:100% !important;
}
figure{
    margin:0;
}
.module-google-map-1 {
    height: 100%;
    width: 100%;
    height:60rem;
}
.map-module-1-fake {
    background: url(/images/map-module-1.jpg) no-repeat top center;
    background-size: contain;
    height:40rem;
}
.module-google-map-1-window{
    width:25em;
    max-width:100%;
}
.module-google-map-1-window-name{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:.5rem;
}
.module-google-map-1-window-address {
    display: flex;
    color: red;
    font-weight: bold;
    align-items: center;
    margin-bottom: .5rem;
}
.module-google-map-1-window-address-icon{
    width:15px;
}
.module-google-map-1-window-address-text {
    padding-left: .5rem;
    margin-bottom: .5rem;
}
.module-google-map-1-window-figure{
    margin-bottom:.5rem;
}
.module-google-map-1-window-figure-img {
}
.module-google-map-1-window-price {
    text-align: center;
    margin-bottom: .5rem;
}
.module-google-map-1-window-price-new {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
}
.module-google-map-1-window-price-old {
    font-size: 1rem;
    color: #333;
    font-weight:bold;
    margin-left:1rem;
    text-decoration:line-through;
}
.module-google-map-1-window-button {
    text-align: center;
}
.module-google-map-1-window-button-link{
    display:inline-block;
    background:#fff;
    color:#000;
    border:solid .1rem #f1f1f1;
    background:#f1f1f1;
    padding:.2rem 1rem;
    border-radius:.3rem;
    font-weight:bold;
}
.map-1-button-action-bottom {
    position: fixed;
    z-index: 4;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    transition:all 1s;
}
.map-1-button-action-bottom.active{
    bottom:0;
}
.btn-chon-danh-muc-map-1{
    padding:.3em 1em;
    font-weight:bold;
    border:solid .1rem #f1f1f1;
    background:#fff;
    cursor:pointer;
}
.btn-xemtatca-map-1 {
    padding: .3em 1em;
    font-weight: bold;
    border: solid .1rem #f1f1f1;
    background: #fff;
    cursor: pointer;
}</pre></body></html>