/* Style for investment map */


.map_box_list,
.map_box .bt_top {
display: none;
}
.map_box .bt_bottom {
    margin-top: 60px;
}


.map_box_list .hide {
    display: none;
}
.map_box_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
	margin-top: 30px;
}
.map_box_map {
	width: 100%;
}
.map_box_list {
display: none;
	width: 280px;
	min-width: 280px;
    background: #F6F6F6;
	padding: 5px 5px 5px 5px;
	max-height: 720px;
    overflow: auto;
	 direction: rtl;
}
.inv_map_image {
	background-size: cover;
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.inv_map_adr, .inv_map_count,
.inv_map_name, .inv_map_btn {
    z-index: 2;
    position: relative;
}
.inv_map_staus,
.inv_map_data {
    padding: 6px;
}
.inv_map {
    margin-bottom: 15px;
}
.inv_map_btn {
	text-align: right;
}
/*
.inv_map_image:after {
	position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.9;
}
*/
.inv_map .inv_map_stat {
	background: #fff;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.inv_map.status1 .inv_map_image:after {
    background: #F15E22;
}
.inv_map.status2 .inv_map_image:after {
    background: #257280;
}
.inv_map.status3 .inv_map_image:after {
    background: #3F4243;
}
.inv_map.status1 .inv_map_stat {
    color: #F15E22;
}
.inv_map.status2 .inv_map_stat {
    color: #257280;
}
.inv_map.status3 .inv_map_stat {
    color: #3F4243;
}
.inv_map_name {
    font-size: 16px;
	line-height: 19px;
    font-weight: bold;
	color: #193560;
}
.inv_map_count {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	padding-left: 0px;
	color: #6E6E6E;
}
.inv_map_adr {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	padding-left: 0px;
	color: #6E6E6E;
}
.inv_map_count strong {
	font-weight: 600;
}
.inv_map_count {
	background: url(../../img/loc_map_icon1.png) no-repeat;
	background-position: 0 7px;
}
.inv_map_adr {
	background: url(../../img/loc_map_icon2.png) no-repeat;	
	background-position: 0 8px;
}


@media (max-width: 991px) {
/*	
.map_box_map {
    height: 600px;
}

.map_box_map .gm-style div > div > div > div > img {
	width: 69px !Important;
	height: auto !Important;
}
*/
}

@media (min-width: 992px) {
.map_box_list {
display: none;
}
.map_box .bt_top {
    display: inherit;
}
.map_box .bt_bottom {
    display: none;
}
.map_box_list {
	width: 280px;
	min-width: 280px;
	max-height: 600px;
}
}

@media (min-width: 1200px) {
.inv_map .inv_map_stat {
	font-size: 15px;
}
.map_box_list {
	width: 320px;
	min-width: 320px;
	max-height: 690px;
	padding: 10px 10px 10px 5px;
}
}

@media (min-width: 1440px) {
.inv_map_count,
.inv_map_adr {
	font-size: 16px;
}
.inv_map_data {
    padding: 10px 15px;
}
.inv_map_staus {
    padding: 6px 15px;
}
.inv_map .inv_map_stat {
	padding: 8px;
	font-size: 16px;
}
.map_box_list {
	padding: 13px 13px 13px 5px;
	max-height: 720px;
	width: 360px;
	min-width: 360px;
}
}

@media (min-width: 1600px) {
.map_box .text-center {
    margin-top: 0px;
}
.inv_map_data {
    padding: 10px 20px;
}
.inv_map_staus {
    padding: 6px 20px;
}
.inv_map .inv_map_stat {
	padding: 10px;
	font-size: 16px;
}
.map_box_list {
	padding: 15px 15px 15px 5px;
}
}



.map_box_list .hide {
    position: relative;
    z-index: 2;
    font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	display: none;
}
.map_box_map .gm-style .gm-style-iw {
	padding: 0 !Important;
	border-radius: 0 !important;
}
.map_box_map .gm-style .gm-style-iw .inv_map {
	margin-bottom: 0;
}
.map_box_map .gm-style .gm-style-iw-d {
	padding: 0 !Important;	
	overflow: hidden !important;
}
.map_box_map button.gm-ui-hover-effect {
	top: 0px !Important;
    right: 0px !important;
	outline: none !Important;
}
.gm-style .gm-style-iw-tc::after {
    background: #fff;
}

.inv_map_image,
.gm-style .gm-style-iw-c {
	background: transparent !Important;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0px 0px 0px rgba(0,0,0,.3);
    box-shadow: 0 0px 0px 0px rgba(0,0,0,.3);
}

.inv_map_staus,
.inv_map_data {
	background: #fff;
}
.inv_map_staus {
	margin-top: 1px;
}
.inv_map_name {
	color: #193560;
}

.inv_map_btn .btn-primary {
	padding: 10px;
	width: calc(100% - 44px);
	border-color: #193560 !Important;
	justify-content: space-around;
}
.inv_map_btn .btn-primary:hover {
	color: #193560 !Important;
	background: #fff;
}
.inv_map_btn .btn-primary:hover .icon_bt {
    background-color: #193560 !Important;
}

.inv_map.status3 .btn-primary {
	background: #193560;
}
.inv_map.status3 .inv_map_btn .btn-primary {
	border-color: #193560 !Important;
	justify-content: space-around;
}
.inv_map.status3 .inv_map_btn .btn-primary:hover {
	color: #193560 !Important;
	background: #fff;
}
.inv_map.status3 .inv_map_btn .btn-primary:hover .icon_bt {
    background-color: #193560 !Important;
}
.inv_map.status1 .btn-primary {
	background: #193560;
}
.inv_map.status1 .inv_map_btn .btn-primary {
	border-color: #193560 !Important;
	justify-content: space-around;
	border-radius: 0;
}
.inv_map.status1 .inv_map_btn .btn-primary:hover {
	color: #193560 !Important;
	background: #fff;
}
.inv_map.status1 .inv_map_btn .btn-primary:hover .icon_bt {
    background-color: #193560 !Important;
}
.inv_map.status2 .btn-primary {
	background: #193560;
}
.inv_map.status2 .inv_map_btn .btn-primary {
	border-color: #193560 !Important;
	justify-content: space-around;
	border-radius: 0;
}
.inv_map.status2 .inv_map_btn .btn-primary:hover {
	color: #193560 !Important;
	background: #fff;
}
.inv_map.status2 .inv_map_btn .btn-primary:hover .icon_bt {
    background-color: #193560 !Important;
}

.inv_map_btn {
	margin-top: 1px;
}

.gm-style .gm-style-iw-tc {
	display: none !Important;
}

span.fl_22 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

span.fl_22 span {
	text-transform: uppercase;
	font-size: 13px;
}
.inv_map.status2 span.fl_22 span {
	font-weight: bold;
	color: #CB2D42;
}
.inv_map.status3 span.fl_22 span {
	color: #193560;
}
.inv_map.status1 span.fl_22 span {
	color: #A4A4A4;
}

.gm-style .gm-style-iw-c {
    top: 47px !Important;
    left: 85px !important;
}
/*
@media (min-width: 1200px) {
.gm-style .gm-style-iw-c {
    left: 80px !important;
}	
}
@media (min-width: 1440px) {
.gm-style .gm-style-iw-c {
    left: 80px !important;
}	
}
@media (min-width: 1600px) {
.gm-style .gm-style-iw-c {
    left: 85px !important;
}	
}
*/


span.fl_22 strong {
	font-size: 13px;
	color: #193560;
	background: #D8D8D8;
    padding: 0px 9px;
}


.map_head {
    text-align: center;
}

@media (min-width: 992px) {

/*
#investments-map {
	height: 80% !important;
}
*/	
}
.inv_map.status1 .inv_map_btn .btn-primary,
.inv_map.status2 .inv_map_btn .btn-primary,
.inv_map.status3 .inv_map_btn .btn-primary {
    border-radius: 30px;
}





.map_box_map {
	margin: 0 20px;
}


.map_box {
    background: transparent;
    background: -moz-linear-gradient(top, #20274B 50%,transparent 50% , transparent 100%);
    background: -webkit-linear-gradient(top, #20274B 50%, transparent 50%, transparent 100%);
    background: linear-gradient(to top, #20274B 50%, transparent 50%, transparent 100%);
}

.map_box_bg,
.map_box_info {
	position: relative;
}
.map_box_info:after, .map_box_info:before {
    content: '';
    position: absolute;
    background: #BD9678;
    height: 72%;
    width: 1px;
    top: 24px;
}
.map_box_info:after {
    left: 0;
}
.map_box_info:before {
    right: 0;
}
.map_box_bg:after, .map_box_bg:before {
    content: '';
    position: absolute;
    background: #BD9678;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.map_box_bg:after {
    top: 24px;
}

.map_box_info {
     height: 345px;
}

.map_box_bg:before {
    top: calc(70% + 30px);
}

.map_box_map {
    padding-top: 70px;
}


@media (min-width: 576px) {
.map_box_info {
     height: 345px;
}
.map_box_bg:before {
    top: calc(70% + 30px);
}
}

@media (min-width: 768px) {
.map_box_info {
     height: 445px;
}
.map_box_bg:before {
    top: calc(70% + 32px);
}
}


@media (min-width: 991px) {
.map_box_map {
    margin: 0 30px;
}
.map_box_bg:before {
    top: calc(70% + 35px);
}
.map_box_info {
     height: 570px;
}
}

@media (min-width: 1200px) {
.map_box_map {
    margin: 0 40px;
}
.map_box_bg:before {
   top: calc(70% + 37px);
}
.map_box_info {
    height: 670px;
}
}


@media (min-width: 1440px) {
.map_box_map {
    margin: 0 50px;
}
.map_box_bg:before {
    top: calc(70% + 37px);
}
.map_box_info {
    height: 670px;
}
}




.map_box h2.h2inwest {
    color: #fff;
	background: #BD9678;
    background-color: #BD9678;
    border: 1px solid #BD9678;
	font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 16px 16px;
	display: table;
	position: absolute;
    margin-bottom: 0;
	top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	font-family: 'Sarabun';
}
