﻿
#map {
    padding: 0;
    margin: 0;
    height: 525px;
    width: 100%;
}

.map-view div.map-wrap {
    position: relative;
}

.controls-area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 60px;
    padding: 0px 3px;
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-right: 5px;
}

    .controls-area img {
        width: 16px;
        height: 16px;
        background-color: #fff;
        padding: 2px;
        cursor: pointer;
        float: left;
        margin: 3px 3px;
    }

    .controls-area div {
        line-height: 29px;
        overflow: hidden;
    }


.search-result-map {
    background: url(../images/bg-search-result.png) repeat;
    width: 100%;
    height: 30px;
    z-index: 1;
    line-height: 29px;
    margin-top: -30px;
    position: relative;
}


.map-top-notice {
    display: none;
    margin-left: 10px;
}

.btn-map-update-result {
    background: #3ba00f;
    border: 1px solid #2e790d;
    border-radius: 3px;
    margin: 8px 0 0 400px;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    width: 235px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    display: none;
}

    .btn-map-update-result span {
        background: url(../images/bg-btn-update-result.png) no-repeat 0 50%;
        padding-left: 18px;
    }

.begindraw {
    /*color: #fff;
    /*background: green;
    padding: 4px;
    text-decoration: none;
    font-size: 11px;
    box-shadow: 1px 4px 10px #7D7C7B;*/
    display: block;
    cursor: pointer;
}

    .begindraw:hover {
        /*color: green;
        background: #fff;*/
    }

.delshape {
    /*color: green;
    background: #fff;
    padding: 4px;
    text-decoration: none;
    font-size: 11px;
    box-shadow: 1px 4px 10px #7D7C7B;*/
    display: none;
    cursor: pointer;
}

    .delshape:hover {
        /*color: #fff;
        background: green;*/
    }

.fullscreen {
    cursor: pointer;
}

.exitfullscreen {
    display: none;
    cursor: pointer;
}

.controls-utility {
    position: absolute;
    z-index: 1;
    width: 725px;
    display: none;
    right: 5px;
    margin-top: 10px;
    margin-right: 25px;
}

    .controls-utility .utility-head {
        background-color: #055699;
        margin: 0px 5px;
        width: 90px;
        padding: 0px 5px;
        color: #fff;
    }

    .controls-utility .utility-body {
        background-color: #fff;
        width: 725px;
        border: 1px solid #055699;
        margin: 0px 5px;
        position: relative;
        /*height: 50px;
        height: 60px;*/
        float: left;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px;
    }

        .controls-utility .utility-body select {
            float: left;
        }

        .controls-utility .utility-body label {
            white-space: nowrap;
            float: left;
            line-height: 24px;
            margin-right: 5px;
        }

        .controls-utility .utility-body .utility-close {
            position: absolute;
            right: 5px;
            top: 0px;
            color: #0094ff;
            cursor: pointer;
        }

.infowindow-product {
    height: auto;
    width: 350px;
    position: relative;
}

    .infowindow-product .infowindow-product-detail {
        height: auto;
        overflow: auto;
        padding-bottom: 20px;
    }

    .infowindow-product a {
        color: #0026ff;
    }

    .infowindow-product .infowindow-product-title {
        color: #055699;
        font-weight: bold !important;
    }

    .infowindow-product .infowindow-product-avatar {
        width: 100px;
        height: 80px;
        float: left;
        padding: 5px;
        position: relative;
    }

        .infowindow-product .infowindow-product-avatar img {
            width: 100px;
            height: 80px;
        }

            .infowindow-product .infowindow-product-avatar img.hasimage {
                /*cursor: pointer;*/
            }

        .infowindow-product .infowindow-product-avatar:hover img.hasimage {
            opacity: 0.5;
        }

        .infowindow-product .infowindow-product-avatar img.open-full-icon {
            display: none;
            position: absolute;
            top: 29px;
            left: 39px;
            width: 32px;
            height: 32px;
            cursor: pointer;
        }

        .infowindow-product .infowindow-product-avatar:hover img.open-full-icon {
            display: block;
        }

    .infowindow-product .infowindow-product-bottom {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        background-color: #fff;
    }

        .infowindow-product .infowindow-product-bottom a {
            margin: 0px 10px;
            clear: both;
        }

.infowindow-project .infowindow-product-bottom a {
    margin: 0px 6px;
}

.infowindow-product-preview {
    height: auto;
    width: 200px;
    position: relative;
}

    .infowindow-product-preview .infowindow-product-preview-detail {
        height: auto;
        overflow: auto;
    }

    .infowindow-product-preview a {
        color: #0026ff;
    }

    .infowindow-product-preview .infowindow-product-preview-title {
        color: #055699;
        line-height: 15px;
        font-size: 12px;
    }

    .infowindow-product-preview .infowindow-product-preview-avatar {
        width: 50px;
        height: 40px;
        float: left;
        padding: 5px;
    }

        .infowindow-product-preview .infowindow-product-preview-avatar img {
            width: 50px;
            height: 40px;
        }

.controls {
    margin-top: 8px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#search-place {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    display: none;
}

    #search-place:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px; /* Regular padding-left + 1. */
        width: 401px;
    }

.ui-widget {
    z-index: 100000002 !important;
}

.pac-container {
    font-family: Roboto;
}

#target {
    width: 345px;
}

#MainContent {
    clear: both;
}

.site-center {
    overflow: visible;
}

.tabcontent-view {
    clear: both;
    width: 100%;
}

.main-view {
    margin-top: 20px;
    clear: both;
    width: 99%;
    /*height: 600px;*/
    z-index: 1;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.main-view-fullscreen {
    z-index: 103;
    margin: 0px !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
}

.map-view {
    /*position: relative;*/
    vertical-align: top;
}

.map-view-fullscreen .tag-view {
    display: none;
}

.map-view-fullscreen #map {
    height: 100% !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.map-view-fullscreen div.map-wrap {
    position: static !important;
}


.list-view-hidden {
    width: 15px !important;
    cursor: pointer;
}

    .list-view-hidden .page-view, .list-view-hidden .sort-view, .list-view-hidden .item-view, .list-view-hidden .projectTotalResult, .list-view-hidden .slimScrollDiv {
        display: none !important;
    }

    .list-view-hidden .icon-hide {
        background-image: url(../images/maps/left-arrow.png) !important;
        top: 2px;
    }

.list-view-project .sort-view {
    display: none !important;
}

.list-view .projectTotalResult {
    display: none;
    font-size: 12px;
    font-style: normal;
    color: #3a9f10;
}

.list-view-project .projectTotalResult {
    display: block;
}

.list-view {
    width: 300px;
    background-color: #fff;
    vertical-align: top;
    /*position: relative;*/
    border-right: 1px solid #ccc;
}

    .list-view table tr td {
        vertical-align: top;
    }

    .list-view .page-view {
        background-color: #fff;
        text-align: center;
        width: 100%;
        height: 30px;
    }

        .list-view .page-view a {
            font-weight: bold;
            margin: 2px;
            padding: 2px;
            display: inline-block;
            border-radius: 5px;
            margin: 0;
        }

        .list-view .page-view .current {
            color: #319c00;
        }

.list-view-hidden .divfilterView {
    display: none !important;
}



.divfilterView {
}

    .divfilterView .filterview-options {
        background: url(../images/maps/bg-filterview.png) no-repeat;
        height: 32px;
        width: 244px;
        border-radius: 3px;
        margin: 10px 25px;
    }

        .divfilterView .filterview-options a {
            float: left;
            padding: 7px 11px;
            color: #fff;
            font-weight: 700;
        }

            .divfilterView .filterview-options a:first-child {
                border-right: 1px solid #B3D1FF;
            }

            .divfilterView .filterview-options a:last-child {
                border-left: 1px solid #B3D1FF;
            }

            .divfilterView .filterview-options a.filter-active {
                background: #cfe5f2;
                color: #055699;
                border-left: 1px solid #116cb8;
                border-right: 1px solid #116cb8;
            }

            .divfilterView .filterview-options a:first-child.filter-active {
                border-radius: 3px 0 0 3px;
                border-left: none;
                white-space: nowrap;
            }

            .divfilterView .filterview-options a:last-child.filter-active {
                border-radius: 0 3px 3px 0;
                border-right: none;
                padding-right: 12px;
                width: 75px;
            }

    .divfilterView .filterview-date {
        margin: 0 0 0 25px;
    }

        .divfilterView .filterview-date input[type="text"] {
            padding: 5px;
            width: 106px;
            float: left;
            margin-right: 5px;
        }

        .divfilterView .filterview-date span.delete-date {
            background: url(../images/delete-date.png) no-repeat 50% 50%;
            height: 28px;
            width: 19px;
            display: none;
            float: left;
            cursor: pointer;
        }


.vip-view {
    height: 50px;
    padding: 15px 0px;
    text-align: center;
    display: none;
}

    .vip-view label {
        margin: 0px;
    }

.icon-hide {
    width: 15px;
    cursor: pointer;
    background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/right-arrow.png);
    background-repeat: no-repeat;
    height: 20px;
    /*float: right;*/
    background-position: center;
    top: 0;
    right: 0;
    position: absolute;
    /*z-index: 100;*/
}

.sort-view, .projectTotalResult {
    height: 25px;
    color: #055699;
    font-weight: bold;
    padding: 10px 0px 10px 30px;
    width: 230px;
    float: left;
}

.item-view {
    /*overflow: scroll;
    width: 300px;
    height: 480px;
        */
    width: 273px;
    vertical-align: top;
    list-style-type: none;
}

.notify-info {
    height: 480px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.detail-item {
    display: block;
    float: left;
    clear: both;
    margin-left: 5px;
    /*border-bottom: 1px solid #ccc;*/
    cursor: pointer;
    width: 273px;
    /*padding: 0px 0px 5px 5px;*/
    min-height: 110px;
}

.detail-item-sep {
    width: 273px;
    border-bottom: 1px solid #ccc;
    margin: 5px 0 5px 5px;
    height: 1px;
    float: left;
}

.detail-item:hover, .detail-item-current {
    background-color: #b1f2b1;
}

.detail-item span {
    clear: both;
    font-weight: bold;
}

.detail-item img {
    float: left;
    width: 90px;
    height: 70px;
    margin: 5px;
}

.detail-item .detail-title {
    color: #055699;
    
}

.item-vip0 {
    text-transform: uppercase;
    background-image: url(../../images/Product/star.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.item-vip1 {
    text-transform: uppercase;
}

.item-vip2 {
    text-transform: uppercase;
}

.item-vip0 .detail-title, .infowindow-title-vip0 {
    color: #e41b23 !important;
}

.item-vip1 .detail-title, .infowindow-title-vip1 {
    color: #e41b23 !important;
    display: inline-block;
}

.item-vip2 .detail-title, .infowindow-title-vip2 {
    color: #ff6600 !important;
}

.item-vip3 .detail-title, .infowindow-title-vip3 {
    color: #ff6600 !important;
}

.detail-item .detail-price {
    color: #319c00;
}

/*start hidden dropbox*/
.hidden-dropbox {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.hidden-dropbox-current {
    z-index: 10;
}

.hidden-dropbox label {
    line-height: 25px;
    z-index: 0;
}

.hidden-dropbox .hidden-dropbox-text {
    cursor: pointer;
    width: 116px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

    .hidden-dropbox .hidden-dropbox-text:hover {
        text-decoration: underline;
    }

.hidden-dropbox-options {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #055699;
    min-width: 150px !important;
    min-height: 100px;
    z-index: 9999;
    padding: 10px;
}

.hidden-dropbox-options-hover {
    display: block;
}

.hidden-dropbox-options table {
    border-collapse: collapse;
    width: 100%;
}

.hidden-dropbox-options td {
    vertical-align: top;
    min-width: 150px !important;
}

.hidden-dropbox-options span {
    cursor: pointer;
    color: #000;
    display: block;
    white-space: nowrap;
    margin: 0px 5px;
    line-height: 20px;
    font-weight: lighter;
}

    .hidden-dropbox-options span:hover, .hidden-dropbox-options span.current {
        color: #ff6600;
        font-weight: bold;
    }

.hidden-dropbox-options .hidden-dropbox-options-defaultvalue {
    font-weight: bold;
    color: #000;
}

.combo {
    display: inline-block;
    margin-right: 10px;
}

    .combo span {
    }
/*end hidden dropbox*/


.maptype-view {
    /*width: 100%;
    background-color: #cfe5f2;
    border-bottom: 1px solid #bcbcbc;
    height: 30px;
    padding: 12px 0px;*/
    float: right;
}

    /*.maptype-view .wrap1000 {
        width: 1000px;
        margin: auto;
    }*/

    /*.maptype-view .wrap1000 div {
            display: inline-block;
            text-align: center;
            padding: 5px 15px;
            margin: 0px;
            float: left;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
            border-radius: 5px;
            background-color: #f3f3f3;
            border: 1px solid #cccccc;
            border-radius: 5px;
            margin-right: 10px;
        }*/

    .maptype-view div {
        text-align: center;
        padding: 2px 17px;
        margin: 0px;
        float: left;
        font-weight: bold;
        font-size: 12px;
        border-radius: 5px;
        margin-right: 10px;
        line-height: 22px;
    }

        .maptype-view div.active {
            background-color: #CFE5F2;
            border: 1px solid #9AC8E3;
            color: #000;
            white-space: nowrap;
        }

    .maptype-view .type-list {
        background: url(../images/maps/xemtheodanhsach.png) no-repeat 5px 50%;
        padding-left: 22px;
    }

        .maptype-view .type-list a {
            color: #000000;
        }

    .maptype-view .type-map {
        background: url(../images/maps/xemtheobando-btn.png) no-repeat 5px 50%;
        padding-left: 22px;
    }

    /*.maptype-view a {
        float: right;
        margin: 6px;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/back-to-list.png);
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 20px;
    }*/

    .maptype-view a:hover {
        text-decoration: underline !important;
    }

.util-radius {
    width: 450px;
}

    .util-radius label {
        margin: 0px 10px;
    }

.util-result {
    width: 450px;
}

    .util-result div {
        width: 100%;
        float: left;
    }

        .util-result div span {
            width: 220px;
            display: inline-block;
        }

            .util-result div span.util-0 {
                float: left;
                clear: both;
            }

            .util-result div span.util-1 {
                float: right;
            }

#lblResultMessage {
    float: left;
    font-weight: bold;
    color: #222;
    padding: 0 10px;
    /*margin: 2px 10px 2px 0px;
    height: 18px;*/
}

    #lblResultMessage label {
        float: left;
    }

    #lblResultMessage div a {
        color: #b30000;
        font-size: 10px;
    }

    #lblResultMessage img.arrow-back {
        float: left;
        margin-right: 7px;
        cursor: pointer;
    }

    #lblResultMessage img.arrow-next {
        float: left;
        margin-left: 7px;
        cursor: pointer;
    }


.search-result-button {
    color: green;
    font-weight: bold;
    float: left;
    cursor: pointer;
    padding-left: 18px;
    display: none;
}

.search-result-button-prev {
    background: url(../images/maps/search-result-button-prev.png) 2px 7px no-repeat;
    margin-left: 10px;
}

.search-result-button-next {
    background: url(../images/maps/search-result-button-next.png) 2px 7px no-repeat;
    margin-right: 10px;
}

.filter-options {
    float: left;
    margin: 5px 0px 5px 10px;
}

    .filter-options label {
        margin-right: 10px;
    }

.map-title {
    margin: 15px 0px;
    clear: both;
    padding-bottom: 15px;
}

    .map-title h1 {
        color: #055699;
        font-weight: bolder;
        font-size: 16px;
        line-height: 25px;
        float: left;
    }

.fancy-view {
    display: none;
}

.date input {
    width: 65px;
    height: 25px;
    border: 1px solid #d8d8d8;
    padding: 0px 10px;
    font-size: 12px;
}

.tag-view {
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    float: left;
    height: 75px;
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

    .tag-view ul {
        list-style: none;
        margin: 5px 0px;
    }

        .tag-view ul li {
            list-style: none;
            float: left;
            margin: 0px 5px;
        }

            .tag-view ul li a {
                color: #055699;
                font-size: 12px;
                font-weight: bold;
            }

.tabcontent-view .product-form, .tabcontent-view .project-form {
    display: none;
}

.tabcontent-view .active {
    display: block;
}

.map-form {
    margin: auto;
    margin-top: 20px;
    width: 1000px;
}

    .map-form .tab {
        height: 30px;
        width: 100%;
    }

        .map-form .tab span {
            float: right;
            background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/search-advance.png);
            background-position: left;
            background-repeat: no-repeat;
            padding: 5px 0px 5px 20px;
            line-height: 20px;
            font-family: Arial;
            font-size: 12px;
            color: #055699;
            font-weight: bold;
            cursor: pointer;
        }

        .map-form .tab div {
            padding: 5px 15px;
            line-height: 20px;
            font-size: 12px;
            font-family: Arial;
            float: left;
            cursor: pointer;
            background-color: #cfe5f2;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-right: 4px;
        }

            .map-form .tab div.active {
                background-color: #055699;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                font-family: Arial;
                font-size: 14px;
                color: #fff;
            }

    .map-form .body {
        padding: 10px 7px 3px 7px;
        background-color: #055699;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .map-form .body .form-row {
            clear: both;
            width: 100%;
            height: 35px;
        }

.form-row .dropbox {
    height: 25px;
}

.map-form .body .form-row .btnSearch, .map-form .body .form-row .dropbox {
    float: left;
    cursor: pointer;
}

.map-form .body input[type=text] {
    border: 1px solid #C7C7C7;
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 0 5px 4px;
    width: 205px;
}

.map-form .body .btnSearch {
    background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/btn-search.png);
    background-position: 7px 8px;
    background-repeat: no-repeat;
    background-color: #3c9e10;
    font-size: 14px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    line-height: 17px;
    padding: 7px 12px 7px 30px;
    /*border: 1px solid #5089b8;*/
    border-radius: 5px;
    cursor: pointer;
    margin-top: -3px;
}

.map-form .body .dropbox {
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    padding: 0 3px;
    border: 1px solid #c7c7c7;
    width: 120px;
    margin-right: 5px;
    background-color: #fff;
    background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/icon-dropbox.png);
    background-repeat: no-repeat;
    background-position: 117px 11px;
}

    .map-form .body .dropbox label {
        cursor: pointer;
    }

.map-form .box-filter {
    height: 56px;
    background-color: #cfe5f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
}

    .map-form .box-filter .space {
        height: 18px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #fff;
        width: 100%;
    }

.project-form .body {
    background-color: #fff !important;
    padding: 0px;
}

.product-form .body .advance-row {
    display: none;
}

.product-form .body .normal-row {
    display: block;
    margin-bottom: 13px;
}

.product-form .advance-mode .normal-row {
    /*display: none;*/
}

.product-form .advance-mode .advance-row {
    display: block;
    margin-top: 0;
}

.bdsInfoWindow {
    padding-bottom: 20px;
    background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/bg-infowindow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1000 !important;
}

.bdsInfoWindow-head {
    background-image: url(https://file4.batdongsan.com.vn/images/Product/Maps/bg-infowindow-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 5px;
}

.bdsInfoWindow-body {
    border-left: 1px solid #055699;
    border-right: 1px solid #055699;
    background-color: #fff;
    padding: 0px 16px 5px 5px;
}

/*--------------------------------------------------------begin tooltip*/

.tooltip {
    position: absolute;
    width: 200px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 9pt;
    font-family: Verdana;
    background-color: #fff;
    color: #000;
    z-index: 1000;
}

/*--------------------------------------------------------end tooltip*/

/*--------------------------------------------------------begin infowindow-util*/

.infowindow-util {
    height: auto;
    width: 350px;
    min-height: 110px;
}

    .infowindow-util .infowindow-util-title {
        display: block;
    }

    .infowindow-util .infowindow-util-ava {
        clear: both;
    }

        .infowindow-util .infowindow-util-ava a {
            display: none;
        }

            .infowindow-util .infowindow-util-ava a:first-child {
                display: block;
            }

    .infowindow-util img {
        float: left;
        margin: 5px;
        width: 100px;
        border: 1px solid #ccc;
    }

        .infowindow-util img.infowindow-util-type-icon {
            width: 20px;
            margin: 0px;
            padding: 0px;
            border: none;
        }

.infowindow-util-preview {
    height: auto;
    width: 200px;
    min-height: 70px;
}

    .infowindow-util-preview .infowindow-util-preview-title {
        display: block;
    }

    .infowindow-util-preview .infowindow-util-preview-ava {
        clear: both;
    }

    .infowindow-util-preview img {
        float: left;
        margin: 5px;
        width: 50px;
        height: 40px;
        border: 1px solid #ddd;
    }

        .infowindow-util-preview img.infowindow-util-preview-type-icon {
            width: 20px;
            margin: 0px;
            padding: 0px;
            border: none;
        }
/*--------------------------------------------------------end infowindow-util*/

/* ThanhDT add more*/
.detail-more-info {
    background-color: #1F5496;
    width: 745px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 30px;
}

    .detail-more-info li {
        float: left;
        margin-left: 5px;
        list-style-type: none;
    }

    .detail-more-info a {
        margin-top: 5px;
        height: 25px;
        line-height: 25px;
        float: left;
        font-weight: bold;
        color: #ffffff;
    }

        .detail-more-info a span {
            margin: auto 4px;
            font-size: 11px;
        }

        .detail-more-info a.view-map {
            /*background: url("https://file4.batdongsan.com.vn/images/Product/Maps/new-icon-v2.png") no-repeat right bottom;*/
        }

        .detail-more-info a.view-360 {
            background: url("https://file4.batdongsan.com.vn/images/Product/Maps/new-icon-v2.png") no-repeat right bottom;
        }

        .detail-more-info a.active {
            background-color: #ffffff;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            color: #1F5496;
        }

        .detail-more-info a.view-map span { /*margin-right: 30px;*/
        }

        .detail-more-info a.view-360 span {
            margin-right: 30px;
        }