.l-container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.l-container{
		padding: 0 10px;
	}
}
.p-singleP__container{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.p-singleP{
    padding: 200px 0;
}
.p-singleP__box{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.p-singleP__box .panorama_floor{
    width: 230px;
    list-style: none;
	margin: 0;
	position: relative;
}
@media screen and (min-width: 768px){
	.p-singleP__box .panorama_floor{
		max-height: 479px;
		overflow-y: scroll;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.p-singleP__box .panorama_floor::-webkit-scrollbar {
	  display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.p-singleP__box .panorama_floor {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
}
.p-singleP__box--2 .panorama_floor,
.p-singleP__box--2 .panorama_ad{
	width: 200px;
}
.p-singleP__box .panorama_floor li:first-child{
	position: sticky;
	top: 0;
	left: 0;
	background-color: #ebebeb;
}
.p-singleP__box .panorama_floor li:not(:nth-child(2)){
    border-top: solid 1px black;
}
.p-singleP__box .panorama_floor li:last-child,
.p-singleP__box .panorama_floor li:first-child{
    border-bottom: solid 1px black;
}
.p-singleP__box .panorama_floor li h4,
.p-singleP__box .panorama_floor li a{
    padding: 10px;
    margin: 0;
}

.p-singleP__box .panorama_floor li a{
    cursor: pointer;
    transition: 0.3s all;
	display: block;
	color: #27282d;
}
.p-singleP__box .panorama_floor li a:hover,
.p-singleP__box .panorama_floor li a.actived{
    background-color: #ebebeb;
}
.p-singleP__box .panorama_main{
    width: calc(100% - 360px);
}
.p-singleP__box .panorama_main:not(.actived){
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.p-singleP__box .panorama_ad{
	position: relative;
	max-height: 100%;
	overflow: hidden;
}
.p-singleP__box .panorama_ad .slide{
	height: 100%;
}
/* .p-singleP__box .panorama_ad .slide .slick-slide {
  margin: 5px 0;
} */
.p-singleP__box .panorama_ad .slide .item{
	width: 100%;
/* 	height: 146px; */
}
.p-singleP__box .panorama_ad .slide .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-singleP__box .panorama_ad .arrows .prev,
.p-singleP__box .panorama_ad .arrows .next{
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	font-size: 50px;
	color: #fac900;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.p-singleP__box .panorama_ad .arrows .prev{
	top: 10px;
}
.p-singleP__box .panorama_ad .arrows .next{
	bottom: 10px
}
.p-singleP__slider{
	margin-top: 30px;
}
.p-singleP__slider .slick-slide{
	margin: 0 10px;
}
.p-singleP__slider .item{
    height: 90px;
	position: relative;
}
.p-singleP__slider .item span{
	position: absolute;
	bottom: 5%;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.p-singleP__slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* add arrows for p-singleP__slider */
.p-singleP__slider-arrows {
	position: relative;
}
.p-singleP__slider-arrows .prev,
.p-singleP__slider-arrows .next{
    position: absolute;
    top: -45px;
    transform: translateY(-50%);
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #fac900;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 35px;
    line-height: 36px;
    text-align: center;
}
.p-singleP__slider-arrows .prev {
	left: 15px;
}
.p-singleP__slider-arrows .next {
	left: auto;
	right: 15px;
} 
@media screen and (max-width: 768px) {
	.p-singleP__slider-arrows .prev,
	.p-singleP__slider-arrows .next{
		top: calc(-25vw/2);
	}
}
/* end arows */
.p-singleP__documentTitle{
	text-align: center;
	font-size: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fac900;
}
.p-singleP__documentTitle h2{
	margin: 0;
}
.p-singleP__documentCont .document_row{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 30px 0;
	border-bottom: 1px solid #fac900;
}
.p-singleP__documentCont .document_col{
	width: 47%;
}
.p-singleP__documentCont .title{
	text-align: center;
}
@media screen and (max-width: 767px) {
    .p-singleP__box{
        flex-wrap: wrap;
    }
    .p-singleP__box .panorama_floor,
    .p-singleP__box .panorama_main,
	.p-singleP__box--2 .panorama_ad{
        width: 100%;
    }
	
	.p-singleP__box .panorama_ad{
		margin: 20px 0;
	}
	
	.p-singleP__box .panorama_ad .slide .slick-slide {
	  margin: 0 5px;
	}
	
	.p-singleP__box .panorama_ad .slide .item{
		height: 25vw;
		max-height: 250px;
	}
	.p-singleP__box .panorama_ad .arrows .prev,
	.p-singleP__box .panorama_ad .arrows .next{
		display: none
	}
}
/* --- 11/10 --- */

.p-singleP1{
	padding-top: 100px;
}
.p-singleP1__title{
	padding-bottom: 50px;
}
.c-singleAppart__box{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 40px;
	border: 1px solid #00000061;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: -1px 4px 5px #00000061;;
}
.c-singleAppart__box .image{
	width: 40%;
	min-height: 250px;
	background: lightgray;
	position: relative
}
.c-singleAppart__box .image::before{
	position: absolute;
	content: 'No Image';
	top: 50%;
	left: 50%;
	transform: translatex(-50%) translatey(-50%);
	font-weight: bold;
	color: darkgray;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	pointer-events: none;
}
.c-singleAppart__box .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
.c-singleAppart__box .image a{
	display: block;
	width: 100%;
	height: 100%;
}
.c-singleAppart__box .content{
	width: 60%;
	box-sizing: border-box;
	padding-left: 40px;
}
.c-singleAppart__box .content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.c-singleAppart__box .content ul li{
	display: flex;
	align-items: baseline;
}
.c-singleAppart__box .content ul li:not(:last-child){
	margin-bottom: 15px;
}
.c-singleAppart__box .content ul li p{
	box-sizing: border-box;
	width: 20%;
	line-height: 1.2;
}
.c-singleAppart__box .content ul li p:last-child{
	width: 80%;
	padding-left: 20px;
}
.c-singleAppart__box .content .detail-btn{
	display: block;
	text-align: center;
	color: white;
	background: #fac900;
	border: 2px solid #fac900;
	transition: 0.3s all;
	width: 100%;
	padding: 10px 0;
}
.c-singleAppart__box .content .detail-btn:hover{
	transition: 0.6s all;
	background-color: transparent;
	color: #fac900;
}
.p-singleP1__btn{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
}

.p-singleP1__btn a{
	display: block;
	color: white;
	background: #fac900;
	border: 2px solid #fac900;
	width: 45%;
	text-align: center;
	padding: 15px 0;
	transition: 0.3s all;
	font-size: 16px;
	font-weight: bold;
}
.p-singleP1__btn--3col a,
.p-singleP1__btn--3col span{
	width: 32%
}
.p-singleP1__btn a:hover{
	opacity: 0.7;
	color: white;
	transition: 0.6s all;
}
@media screen and (max-width: 768px){
	.c-singleAppart__box{
		flex-direction: column;
		padding: 20px 10px;
	}
	.c-singleAppart__box .image,
	.c-singleAppart__box .content{
		width: 100%;
	}
	.c-singleAppart__box .image{
		min-height: 150px;
		margin-bottom: 30px;
	}
	.c-singleAppart__box .content{
		padding: 0 10px;
	}
	.c-singleAppart__box .image::before{
		font-size: 25px
	}
	.c-singleAppart__box .content .detail-btn{
		padding: 5px 0;
	}
	.c-singleAppart__btn{
		margin-top: 20px;
	}
	.p-singleP1__title{
		padding-bottom: 30px;
	}
	.p-singleP1__btn a{
		font-size: 12px;
	}
}
/* --- 11/11 --- */
.p-apartList{
	padding: 60px 0;
}
.p-apartList__list {
	display: flex;
	flex-wrap: wrap;
}
.p-apartList__list .c-singleAppart__box {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.p-apartList__list .c-singleAppart__box .image{
	min-height: 100px;
}

@media screen and (min-width: 768px){
	.p-apartList__list .c-singleAppart__box:not(:nth-child(2n)){
		margin-right: 30px;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px){
	.p-apartList__list .c-singleAppart__box{
		width: 100%;
	}
	.p-apartList__list .c-singleAppart__box:last-child{
		margin-bottom: 0;
	}
}
.c-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-top: 40px;
}
.c-pagination .page-numbers:not(.prev):not(.next){
	color: black;
	border: 1px solid #fac900;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}
.c-pagination .page-numbers:not(.prev):not(.next):hover,
.c-pagination .current{
	background-color: #fac900;
}
.c-pagination .next,
.c-pagination .prev{
	color: black;
	font-size: 20px;
}
.c-pagination .next{
	margin-left: 10px;
}
.c-pagination .prev{
	margin-right: 10px
}
.c-pagination .next:hover,
.c-pagination .prev:hover{
	color: #fac900;
	background-color: transparent;
}
/* --- 11/15 --- */
.p-singleP1__slide {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}

.p-singleP1__slide .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-singleP1__slide .main_slide .item{
	max-width: 100%;
	height: 500px;
}

.p-singleP1__slide .nav_for_main{
	margin-top: 20px;
}

.p-singleP1__slide .nav_for_main .item{
	height: 200px;
	width: 30%;
}


.p-singleP1__slide .nav_for_main .slick-slide {
  margin: 0 8px;
}

@media screen and (max-width: 768px){
	.p-singleP1__slide .main_slide .item{
		height: 50vw;
		max-height: 350px;
	}
	.p-singleP1__slide .nav_for_main .item{
		height: 30vw;
		max-height: 200px;
	}
}

.bp_members .member_detail{
	padding: 0;
	margin: 10px 0;
	margin-bottom: 20px;
}
#buddypress .acf-form{
	padding: 0;
	margin-top: 0;
	margin-bottom: 40px;
}
.bp_members .member_detail li,
#buddypress .acf-form .acf-field{
	display: flex;
	align-items: baseline;
	font-size: 18px;
}
.bp_members .member_detail li p:first-child,
#buddypress .acf-form .acf-field .acf-label{
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
	box-sizing: border-box;
}
.bp_members .member_detail li p:last-child,
#buddypress .acf-form .acf-field .acf-input{
	max-width: calc(100% - 150px);
}
.bp_members .member_detail--2{
	margin: 0;
}
.bp_members .member_detail--2 li{
	padding: 15px 12px; 
}
.bp_members .member_detail--2 li p:first-child{
	margin: 0 0 3px;
}
@media screen and (max-width: 768px){
	.bp_members .member_detail--2 li{
		padding-left: 0;
		padding-right: 0;
	}
}
#buddypress .acf-form .acf-form-submit{
	margin-top: 20px;
}
@media screen and (min-width: 768px){
	#buddypress .select2-container--default .select2-selection--single{
		min-width: 300px;
		display: block;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.bp_members .member_detail li,
	#buddypress .acf-form .acf-field{
		font-size: 14px;
	}
}
#message.apartment_updated{
	background: #00a32a;
	color: white;
	position: fixed;
	left: 50%;
	bottom: 7%;
	transform: translateX(-50%);
	padding: 15px;
	box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	animation: 5s updated_mansion;
	z-index: 3
}
@keyframes updated_mansion{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	60%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/* --- 26/11 --- */
.custom_zoom_btn{
	color: white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom_zoom_btn.minus{
	display: none;
}
.custom_zoom_btn img{
	filter: invert(38%) sepia(5%) saturate(42%) hue-rotate(315deg) brightness(98%) contrast(83%);
	max-width: 15px;
}
.c-login_error{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: red;
}

/* --- Optimize SP --- */
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
	/* 	--Header-- */
	.site-title>a{
		font-size: 5vw!important;
	}
	.mean-container a.meanmenu-reveal{
		transition: 0s
	}
	/* --- Page Title --- */
	.subheader .subheaderInner .pageTitle{
		font-size: 35px!important;
	}
	.subheader .breadcrumbs li{
		font-size: 10px;
	}
	/* --- Member list page ---	 */
	.blog-text{
		text-align: center;
	}
	.post-content #members-list{
		margin-left: 0;
		margin-right: 0;
	}
	.item-avatar{
		height: 40vw;
		max-height: 100%;
		margin-bottom: 10px;
	}
	.item-avatar img{
		max-height: 100%;
		max-width: 100%;
	}
	/* 	--- Member single page --- */
	.post-content .bp-wrap ul{
		margin-left: 0;
	}
	.post-content .acf-fields>.acf-field{
		padding-left: 0;
		padding-right: 0;
	}
	.bp-feedback.custom-homepage-info.info{
		display: none!important;
	}
	#buddypress .acf-form .acf-form-submit{
		margin-top: 0;
		text-align: center;
	}
	.blog_post, .room{
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.bp-messages-content .thread-participants,
	.bp-messages-content .actions{
		float: unset
	}
	.bp-messages-content .actions{
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	#message-threads li .thread-content{
		flex: 1 2 50%;
	}
	.bp_members .member_detail{
		margin-bottom: 10px;
	}
	.bp_members .member_detail--2{
		margin-bottom: 0;
	}
	body.buddypress .buddypress-wrap .home_menu h3:first-child{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.home_menu a{
		font-size: 14px;
	}
	.buddypress-wrap table.notifications .bulk-select-check,
	.buddypress-wrap table.notifications .bulk-select-all{
		padding: 0;
		text-align: center;
	}
	.buddypress-wrap table.notifications .bulk-select-check input,
	.buddypress-wrap table.notifications .bulk-select-all input{
		margin: 0;
	}
	.single-headers #item-header-avatar a .avatar{
		margin: 0;
	}
	.single-headers.users-header{
		margin-bottom: 0
	}
	.single-headers #item-header-content .item-meta{
		text-align: center;
	}
/* 	--- Single Apartment --- */
	.p-singleP1{
		padding-top: 40px;
	}
	.p-singleP__box .panorama_floor{
		margin-bottom: 40px;
	}
	.p-singleP__slider{
		margin-top: 15px;
	}
	.p-singleP__slider .item {
		height: 25vw;
		max-height: 130px;
	}
	.p-singleP__slider .slick-slide{
		margin: 0 5px;
	}
	.p-singleP__slider .item span{
		font-size: 8px;
	}
	.c-singleAppart__box .content ul li p{
		font-size: 14px;
		line-height: 1.5
	}
	.p-singleP__documentCont .document_col.title{
		width: 25%;
		font-size: 18px;
	}
	.p-singleP__documentCont .document_col.cont{
		width: 72%;
		font-size: 14px;
	}
	/* --- Footer --- */
	.footer_section .copy_right p{
		font-size: 10px
	}
}
/* --- 12/27 --- */
.messages.my-account #mceu_6{
	display: none;
}
/* --- 12/28 --- */
#buddypress .acf-form{
	max-width: 500px;
}
#buddypress .acf-form .acf-field input[type="text"]{
	min-width: 300px;
	max-width: 100%;
}
/* --- 02/08 --- */
/* .bp-user.my-account #wrapper{
	width: 100%;
} */

/* --- 02/11 --- */

.p-singleP .pulse::before {
	background-color: red;
}

.p-singleP .wvt-panorama-map-pin-circle.pulse {
	background: transparent!important;
    border: 2px solid red;
	animation: none;
}

.p-singleP .wvt-panorama-map-pin-circle.pulse::before{
	animation: none;
	display: none;
}
/* --- 02/15 --- */
/* Hide leave group button */
.leave-group.button[data-bp-btn-action=leave_group]{
	display: none!important;
}

@media screen and (max-width: 768px){
	#buddypress .acf-form .acf-field input[type="text"]{
		min-width: 130px;
	}
	
	.component-navigation.groups-nav,.item-list{
		margin-left: 0!important;
	}
	.site-content{
		padding: 40px 0 40px!important;
	}
}

/* --- 03/22 --- */
.wvt-toggle-minMap {
	width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 10px;
	margin-top: 10px;
	cursor: pointer;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.wvt-toggle-minMap:hover {
	background: #eee;
}

.wvt-toggle-minMap img{
	width: 60%;
	filter: invert(38%) sepia(5%) saturate(42%) hue-rotate(315deg) brightness(98%) contrast(83%);
}

@media screen and (min-width: 768px){
	.p-singleP__box--2 .panorama_ad .slick-list {
		height: 100%!important;
	}
	.p-singleP__box .panorama_ad .slide .item img,
	.p-singleP__box .panorama_ad .pdfemb-viewer{
		height: 300px!important;
	}
}

/* --- 07-07 --- */
.home_menu a.no-data {
	pointer-events: none;
	background-color: gray;
	border-color: gray;
}

body.buddypress .site-content {
	min-height: 70vh;
}