.tx-f-map2click {
    padding-bottom: 50px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.two-click-map {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.two-click-map .map {
    position: relative;
    height: 480px;
    width: 100%;
}

.two-click-map * {
    box-sizing: border-box;
}

.two-click-map .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.two-click-map .layer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.two-click-map .box {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background-color: #aaa; /* background color */
        
}

.two-click-map .box-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

.two-click-map .box-content {
    display: inline-block;
    max-width: 360px;
    background-color: #ffffff;
    padding: 20px;
}

.two-click-map .layer p {
    font-size: 14px; /* font size */
    color: #364979; /* color */
    margin-bottom: 15px;
}

.two-click-map .layer p a {
    font-weight: bold;
}

.two-click-map a.btn-map {
    padding: 12px 16px;
    background-color: #af5f69;
    color: white;
    text-decoration: none;
    
    margin-bottom: 10px;
    display: block;

}