
/* Block map */
#mapLocal {
    float: left;
    width: 100%;
    height: auto;
    color: #1e1e1e;
}

#mapLocal #mapLocalBar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /* background-color: #F1EFEF; */
}

#mapLocal #mapLocalLogo{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 10px;
    width: auto;
    height: auto;
}

#mapLocal #mapLocalLogo > img{
    width: 120px;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#mapLocal .mapLocalBarFull {
    position: absolute !important;
    z-index: 2 !important;
    margin-bottom: none;
}

#mapLocal #mapLocalBar .mapLocalBar__left {
    float: left;
    /* width: 350px; */
    height: auto;
}

#mapLocal #mapLocalBar .mapLocalBar__left .mapLocalBar__left-title {
    float: left;
    width: auto;
    height: auto;
    /* padding: 5px 15px; */
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#mapLocal #mapLocalBar .mapLocalBar__right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    float: left;
    /* width: 100%; */
    padding-right: 10px;
    height: auto;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btn {
    display: flex;
    gap: 5px;
    align-items: center;
    float: left;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btnActive {
    background-color: #0066bc;
    color: #fff;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btn:hover {
    background-color: #0066bc;
    color: #fff;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btnIco:hover {
    background-color: #0066bc;
    color: #fff;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btn .ico {
    font-size: 16px;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btn .txt {
    font-size: 14px;
}

#mapLocal #mapLocalBar .mapLocalBar__right-btnIco {
    display: flex;
    gap: 10px;
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gm-style .gm-style-iw-c {
    width: 300px;
}

.gm-style .gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
    background-color: #0066bc !important;
    border-radius: 50%;
    opacity: 1 !important;
    filter: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 8px 5px 5px !important;
}

.gm-style .gm-ui-hover-effect span {
    background-size: 60%;
    width: 17px !important;
    height: 17px !important;
    display: block;
    text-indent: -9999px;
    /* ẩn text nếu có */
    margin: 2px !important;
    background-color: #fff;
}

.gm-style .gm-ui-hover-effect:hover {
    background-color: red !important;
}

.gm-style .gm-ui-hover-effect:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.mapInfowindow__img {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.mapInfowindow__title {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

#mapLocal #mapLocalMap {
    float: left;
    width: 100%;
}
#mapLocal .mapLocalMapNormal {
    float: left;
    width: 100%;
    height: 500px;
}
#mapLocal .mapLocalMapFullPage {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

#mapListLocal {
    position: fixed;
    z-index: 2;
    top: 65px;
    right: 10px;
    width: 350px;
    height: calc(100% - 80px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #1e1e1e;
}

#mapListLocal .mapListLocal__bar {
    display: flex;
    float: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-left {
    float: left;
    width: 100%;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-left .mapListLocal__bar-left-title {
    display: flex;
    align-items: center;
    gap: 5px;
    float: left;
    width: 100%;
    font-family: var(--font-family);
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-left .mapListLocal__bar-left-title .ico {
    font-size: 16px;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-left .mapListLocal__bar-left-title .txt {
    font-size: 14px;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-right {
    float: left;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-right .mapListLocal__bar-right-icoClose {
    float: left;
    font-size: 16px;
    padding: 2px;
    background-color: #0066bc;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}

#mapListLocal .mapListLocal__bar .mapListLocal__bar-right .mapListLocal__bar-right-icoClose:hover {
    background-color: red;
}

#mapListLocal .mapListLocal__body {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    height: calc(100% - 70px);
    padding: 5px;
    box-sizing: border-box;
    overflow: auto;
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-family: var(--font-family);
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items:hover {
    background-color: #ddd;
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-img {
    float: left;
    width: 100px;
    height: auto;
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-txt {
    float: left;
    width: 100%;
    height: auto;
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-txt .mapListLocal__items-txt-title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: var(--font-family);
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-txt .mapListLocal__items-txt-address {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
    font-family: var(--font-family);
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-txt .mapListLocal__items-txt-address .ico {
    float: left;
    font-size: 16px;
    color: #1e1e1e;
    margin-top: 3px;
}

#mapListLocal .mapListLocal__body .mapListLocal__body-items .mapListLocal__body-items-txt .mapListLocal__items-txt-address .txt {}

#mapListLocal .mapListLocal__bot {
    float: left;
    width: 100%;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
}
#mapListLocal .mapListLocal__bot .mapListLocal__bot-page{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    float: left;
    width: 100%;
    height: 100%;
}
#mapListLocal .mapListLocal__bot .mapListLocal__bot-page .mapListLocal__bot-page-nb{
    font-size: 12px !important;
}
#mapListLocal .mapListLocal__bot .mapListLocal__bot-page .mapListLocal__bot-page-items{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #eee;
}
#mapListLocal .mapListLocal__bot .mapListLocal__bot-page .mapListLocal__bot-page-itemsActive{
    background-color: #0066bc;
    color: #fff;
}
#mapListLocal .mapListLocal__bot .mapListLocal__bot-page .mapListLocal__bot-page-items:hover{
    background-color: #0066bc;
    color: #fff;
}

@media (max-width: 768px) {
    #mapLocal #mapLocalBar{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    #mapLocal #mapLocalBar .mapLocalBar__right{
        justify-content: start;
        flex-wrap: wrap;
    }
    #mapLocal #mapLocalBar .mapLocalBar__left{
        width: 100%;
    }
    #mapListLocal{
        display: none !important;
    }
}