/*
Theme Name: Jade Land (with Google)
*/
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

@font-face {
	font-family: Freight;
	font-weight: normal;
	src: url(fonts/FreightDispBook.woff);
}


@font-face {
	font-family: Freight;
	font-weight: 500;
	src: url(fonts/FreightDispMedium.woff);
}
 
a {
	text-decoration: none;
    color:#271e17;
}
* {
	box-sizing: border-box;
	/*max-height:100%;*/

}
html {
	font-family: 'Roboto', 'Noto Sans TC', Helvetica, Arial, "sans-serif";
	font-weight:400;
	letter-spacing: 0.05em;
    color:#271e17;
	font-size:100%;
    line-height: 1.5;	
}

footer .about .award li img {
    max-height: 3.5em !important;
}

input, select {

	font-family: 'Roboto', 'Noto Sans TC', Helvetica, Arial, "sans-serif";
}
@media screen and (min-width:1600px) {
	html {
		
font-size:120%;	}
}
.white {
    color:#fff;
}
p {
	margin: 1.5em 0;
}
h1,h2,h3,h4,h5,h6 {
	
	font-weight: 500;
}
h1 {
    margin:0;
	font-size:200%;
	
}


.cta {
    text-align: center;
    
    margin: 2em auto;
}

.property.finder .sf-field-submit input,
.cta a {
    display:inline-block;
    border:2px solid #271e17;
    font-size:87.5%;
    padding:0.8em 0.8em;
    transition-duration: 0.5s;
	line-height: 1;
	white-space: nowrap;
    cursor: pointer;
}



.cta a:hover {
    background:#271e17;
    color:#fff;
}

.cta a.white {
    border:2px solid #fff;
    backgroune:none;
    color:#fff;
}

.cta a.white:hover {
    border:2px solid #fff;
    background:none;
    color:#fff;
}

.cta a.solid {
    
    border:none;
    background:#271e17;
    color:#fff;
}


.cta a.solid:hover {

    border: 2px solid transparent;
    background:#F37020;
}

.property.finder .sf-field-submit input,
.cta a.orange {
    
  
    border: 2px solid transparent;
    background:#F37020;
    color:#fff;
}


.cta a.orange:hover {

    border: 2px solid transparent;
    background:#271e17;
}


.price,
.primary-menu-wrapper li,
.content-title,
.project-title {
    	font-family: 'Freight', 'Noto Serif TC', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";	
   line-height: 1.2;
   
}

.content-title,
.project-title {
	 margin:2em 0;
}

.content-title {
    text-align: center;
	
    
}
.content-title h1 {
    font-size:2em;
}

@media screen and (min-width:768px) {
    
    .content-title h1 {
        font-size:2.2em;
    }
}
.single.property .info .wrap>.divider,
.topic .divider,
.content-title .divider {
 

    width: 2em;
    height: 1px;
    display: block;
    background: #F37020;
    margin: 1.5em auto 0 auto;
	
}
.section-head {
    
    margin: 2em 0 ;
	font-family: 'Roboto', Helvetica, Arial, "sans-serif";
}
.section-head h1 {
    font-weight: normal;
    text-align: center;
    font-size: 125%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

body {
	margin:0;
}

.devdata {
	position: fixed;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.8);
	font-size:75%;
	padding:0.5em 1em;
	border-radius:0.5em;
	color:#fff;
    z-index: 999999;
    opacity: 0;
}

.devdata.appear {
	opacity: 1;
}
/**
 * max-width:64em;
 * Delete by Dicky
 **/
.wrap {
	padding:0 1em;
	max-width:64em;
    margin:auto;
	width:100%;
}

.listing.property .wrap {
    max-width: 84em;
}
@media screen and (min-width:768px) {
	.wrap {
		padding:0 1.5em;
	}
}

header {
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
	right:0;
	transition-duration: 0.1s;
	background:#fff;
}

.single header,
header.sticky {
		background:#fff;
}

header.white {
	background:none;
}
header .wrap {
	position: relative;
	display: table;
	width:100%;
}

header .wrap>div {
	padding:1em 0;
	display:table-cell;
	vertical-align: middle;
}
header .logo {
width:50%;
}
header .logo span {
	display: inline-block;
	vertical-align: middle;

    width: 4.5em;
    height: 5em;
	background-image:url(images/logo.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100%;
	transition-duration: 0.1s;
}

header.sticky .logo span {
    height: 2.5em;
    width: 3.4em;
	
}

header.white .logo span {
	
	background-image:url(images/logo-w.webp);
}
header .toggle {
}

header .toggle span {
	display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(images/nav-toggle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	vertical-align: middle;
	cursor: pointer;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}


header .toggle span:hover {
	transform:rotate(270deg);
}

header.white .toggle span {
    background-image: url(images/nav-toggle-w.png);
}
header .function {
	text-align: right;
	width:50%;
white-space: nowrap;
}

header .function,
header .function a {
	  color:#271e17;
	cursor:pointer;
}


header.white .function,
header.white .function a {
	  color:#fff;
}


header .function>div {
	display:inline-block;
	margin: 0 0 0 6%;
	vertical-align: middle;
}
header .function .lang ul {
	margin:0;
	padding: 0;
}
header .function .lang ul li{
	
	list-style: none;
}
header .function .lang ul li.active{
display:none;	
}
/*
header .function .find {
    position: fixed;
    z-index: 101;
    right:0;
    bottom:0;
    width:40px;
    height:40px;
    opacity: 0;
}*/
header .function .find span {
	display: block;
}
.award-popup,
.primary-menu-wrapper {
	
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 98;
	display: none;
	width:100%;
	height:100%;
}

.primary-menu-wrapper {
	overflow-y:auto;
    align-items: center;
    justify-content: center;
}
.award-popup .wrap
/*.primary-menu-wrapper .wrap*/ {
    display: table;
    width: 100%;
    height: 100%;
	
}

.award-popup .wrap2 {
	
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 5em 1em 0em 1em;
	margin:0;
	vertical-align: middle;
	text-align: center;
}
 
.primary-menu-wrapper .wrap {
	 
    padding: 5em 1em 0em 1em;
	margin:0;
	text-align: center;
}

.primary-menu-wrapper>.wrap>ul {
	margin:0;
	padding:0;
}
.primary-menu-wrapper>.wrap>ul>li {
	
    display: block;
    font-size: 230%;
	
	transition-duration: 0.25s;
}
@media screen and (max-width:768px) {

.primary-menu-wrapper>.wrap>ul>li {
    font-size: 230%!important;
}
}
 
.primary-menu-wrapper>.wrap>ul>li a {
    white-space: nowrap;
    color:#271e17;
	transition-duration: 0.25s;
	line-height: 1.25;
}
.ch .primary-menu-wrapper>.wrap>ul>li a {
	line-height: 1.5;
    cursor: pointer;
}

.primary-menu-wrapper .wrap ul li.current-menu-item>a {
	
	opacity: 0.4;
	cursor:default;
}

.primary-menu-wrapper .wrap ul li a:hover {
	
    color:#F37020;
	font-size:110%;
	
}

.primary-menu-wrapper>.wrap ul li.current-menu-item a:hover {
	
	font-size:100%;
    color:#271e17;
}

.primary-menu-wrapper .sub-menu {
	margin:0;
	padding:0;
}

.primary-menu-wrapper .sub-menu>.menu-item  {
	transition-duration:0.5s;
	transition-timing-function: ease-out;
	height:0;
	overflow: hidden;
}

.primary-menu-wrapper .this-sub-menu-on .sub-menu {
	padding:0.2em 0;
	
	transition-duration:0.5s;
	transition-timing-function: ease-out;
}
.primary-menu-wrapper .this-sub-menu-on .sub-menu>.menu-item  {
	height:1.25em;
}
.ch .primary-menu-wrapper .this-sub-menu-on .sub-menu>.menu-item  {
	height:1.5em;
}


.primary-menu-wrapper.sub-menu-on>.wrap>ul>li>a{
	font-size:70%;
	opacity: 0.3;
}
.primary-menu-wrapper.sub-menu-on>.wrap>ul>li.this-sub-menu-on>a{
	font-size:70%;
	opacity: 1;
}

.primary-menu-wrapper .this-sub-menu-on {
	margin:0  0;
}

.primary-menu-wrapper .menu-item-has-children>a .material-icons {
	
    font-size: 70%;
    vertical-align: middle;
}
.primary-menu-wrapper .this-sub-menu-on>a {
	color:#000!important;
}

.primary-menu-wrapper .sub-menu>li {
	margin:0;
	padding:0;
	list-style: none;
	
}
.nav-on header {
background:none;	
}
.nav-on header .toggle span {
	
    background-image: url(images/nav-toggle-close.png);
}

.nav-on {
	overflow: hidden;
}

@media screen and (min-width:768px) {

.primary-menu-wrapper>.wrap>ul>li {
	
    font-size: 300%!important;
}
	

}




footer {
	
	clear:both;
    background:rgba(39,30,27,0.05);
	
    padding: 1px 0;
}
footer .footer-menu {
    padding: 2em 0  ;
    border-bottom: 1px solid #ddd;
}
footer .footer-menu ul {
    margin:0;
    padding:0;
}
footer .footer-menu ul li {
    list-style: none;
}
@media screen and (min-width:768px) {

footer .footer-menu ul li {
    display: inline-block;
    margin-right: 1.5em;
}
}
footer .footer-menu ul li a {
   padding:0.2em 0;
   display: block;
}
footer  .content-title {
    margin:2em 0 1.5em 0;
}

.about footer {
    background:#F9F4EB;
} 
.about footer .map,
footer .about,
footer .contact {
    clear:both;
    overflow: hidden;
}


footer .about p {
    margin:1.5em 0;
}
footer .contact .general li {
    margin:1em 0;
}
footer .content-title h1 {
    text-align: left;
    font-size:200%;
}


footer .contact .label {
}
footer  ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    position: relative;
}
footer .about .award {
    overflow: hidden;
    background: #fff;
    display: flex
;
    padding: 0.75em;
    border-radius: 0.5em;
    gap: 1em;
    align-items: center;
    justify-content: start;
    width: fit-content;

}
footer .about .award li {
    /*
float:left;
    margin:0 0.4em 0.4em 0;
    background:#fff;
    padding:0.5em;*/
}

footer .about .award li img {
    max-height:2em;
    display: block;
}

footer .contact .general {
    margin:0 0 1.5em 0;
}
footer .contact .general li {
    padding-left:2em;
}
footer .contact ul li a {
    color:#271e17;
}
footer .contact .general span {
    display:inline-block;
    vertical-align: middle;
}

footer .contact .general .label {
    color:#F37020;
    position: absolute;
    top:0;
    left:0;
	
    font-size: 150%;
}

footer .contact .social .item  {
    
    display: inline-block;
    margin-right: 0.5em;
}
footer .contact .social .item a {
    border-radius:100%;
    text-align: center;
    width: 2em;
    height: 2em;
    font-size: 1.25em;
    display: block;
    line-height: 2em;
    background-color:#271E17!important;
}
footer .contact .social .item.fb a {
    background:#1877f2;
}
footer .contact .social .item.ig a {
    background:#ed4956;
}
footer .contact .social .item.youtube a {
    background:#cc0000;
}

footer .contact .social .item.soundcloud a {
background:#f50;
   }
footer .contact .social .item a {
    
}
footer .contact .social .item .label {
    color: #e9e8e7;
}

footer .copy {
	font-size:87.5%;
	text-align: center;
    margin: 2em auto;
}


.about footer .map {
  
    position: relative;
    padding-bottom:66%;
}

.about footer .content-title h1 {
    text-align: center;
}

.about footer .map iframe {
position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}
.about footer .about {
    display: none;
}

.about footer .content-title {
    margin: 2em 0  ;
}
.about footer .contact .social .item .label {
    color: #F9F4EB;
}

@media screen and (min-width:768px) {
 .about footer .wrap  {
        display: table;
        width:100%;
    }
.about footer .map,
	footer .about {
display: table-cell;
        vertical-align: top;
		width:50%;
		clear: none;
		padding-right:2%;
	}
    

    .about footer .map {
    padding-bottom:33%;
    }
    .about footer .map iframe {
     
    /* right: 2%; */
    width: 96%;
    }
	footer .contact{
display: table-cell;
        vertical-align: top;
		width:50%;
		padding-left:2%;
		
		clear: none;
	}
    
    
    
    footer .about .award li {
    margin:0 0.5em 0.5em 0;
        }
	footer .copy {
		clear:both;
	}
}

@media screen and (min-width:960px) {
    
    
    
    	footer .about .award li img{
       max-height:2.5em;
	}
}

main {
	padding-top:5em;
	overflow: hidden;
	width:100vw;
    min-height: 60vh;}


.page-template-page-general main,
.single main {
	padding-top:9.5em;
}

.home main {
	padding-top:0;
padding-bottom:2em;
}

.home .cover>.wrap {
	padding: 0;
    max-width: 100%;
}
.home .cover .swiper-container {
    width: 100%;
}
.ver.home .cover .swiper-container {
    height:calc(100vw * 1.33);
}

.hor.home .cover .swiper-container {
    height:calc(100vw * 0.55);
    
}
.hor.uwide.home .cover .swiper-container {
    height:calc(100vw * 0.4);
}
.swiper-container .pagination {
    bottom: 1.5em;
    left: 50%;
position: absolute;
	z-index: 10;
    transform: translateX(-50%);
	width:100%;
}
.swiper-container .swiper-pagination,
.swiper-container .pagination {
	display: flex;
	width:100%;
}
.home .cover .pagination {
    margin:0;
}
.swiper-container .swiper-pagination-bullet {

  
    
    width: 100%;
    height: auto;
    opacity: 1;
    margin: 0 0.1em!important;
    background: none;
    background-color: rgba(0,0,0,0.4);
    border-radius: unset;

	
}

.swiper-container .swiper-pagination-bullet .bar {
	display: block;
	visibility: hidden;
	height:0.2em;
	width:0;
	background-color:rgba(255,255,255,0.7);
}
.home .cover .swiper-pagination-bullet-active {
	
}

.swiper-container .swiper-pagination-bullet-active.animate .bar {
	visibility: visible;
	width:100%;
	transition-duration: 3s;
}


.swiper-container .swiper-pagination-bullet-done .bar {
	visibility: visible;
	display: block;
	width:100%;
}


.swiper-container .prev-next>div{
	z-index: 11;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
    cursor:pointer;
    padding: 0em;
    font-size: 100%;
	
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}




.swiper-container .prev-next .prev {
	left:0.2em;
}

.swiper-container .prev-next .next {
	right:0.2em;
}


.swiper-container .prev-next .swiper-button-disabled {
	opacity: 0;
}
 .cover  .item {
	position: relative;
	list-style: none;
	background:#271E17;
	 width:100%;
	 height:100%;
	 display: table;
	 overflow: hidden;
}

 .cover  .item.event {
	 height:auto;
}
.ver .cover  .item {
    min-height: calc(100vw*1.33);
}
.hor .cover  .item {
    height: calc(100vw*0.55);
    max-height: 36em;
}
.home.hor .cover  .item {

    max-height: none;
}
.hor.uwide .cover  .item {
    min-height: calc(100vw*0.4);
}

.home.hor.uwide .cover  .item {
    max-height: 36em;
}

.cover .item .img {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
}
.district .cover .item .img,
.insights .cover .item .img,
.service .cover .item .img{
    opacity: 1;
}

.cover .item .txt {
    position: relative;
    z-index: 1;
    color:#fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width:100%;
/*    height:100%;*/
}


.home .cover .item .txt {
    padding:7em 1em 3.5em 1em;
}
 .cover .item .wrap {
	 
	color:#fff;
	display: inline-block;
    margin:auto;
    vertical-align: middle;
    text-align: center;
	 width:auto;
	 max-width:48em;
	 margin:auto;
	display: block;
}
.cover .item  a {
	color:#fff;

}


.home .cover .item.event .wrap {
        max-width:40em;
    }



 .cover .info {
	position: relative;
	z-index: 2;
	max-width:48em;
	padding:0 2em;
}
.home .cover  .item.event .wrap {
    background:rgba(39,30,23,0.7);
    padding: 2em 1em;
    margin: auto;

}

/*
@media screen and (max-width:414px) {
.ios .home .cover .item.event .wrap {
	padding-bottom:8em;
}
	}
*/
.single.coverage .info .media-name,
.coverage .content-popup .box .media-name,
.topic .type,
.cover  .item .type {

	color:#F37020;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.cover .item hgroup {

    margin: 1em 0 1.5em 0;
}
.cover .item.property hgroup {
   
    margin: 1em 0  ;
}
.cover .item.property .district {
    margin:0.25em 0;
    font-size:150%;
    font-family: 'Freight', 'Noto Serif TC', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    line-height: 1.2;
    text-shadow: 0 0 0.3em #271e17;
}
.cover .item.property .detail {
    margin:0.25em 0;
    font-size:150%;
    font-family: 'Freight', 'Noto Serif TC', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    line-height: 1.2;
    text-shadow: 0 0 0.3em #271e17;
}
.cover .item.property .price {
    margin:0.5em 0 1em 0;
    font-size:150%;
    text-shadow: 0 0 0.3em #271e17;
}
.property-search .cover h1,
.cover .item h1 {
	font-size:250%;
		text-transform: uppercase;
line-height: 1;
    text-shadow: 0 0 0.3em #271e17;
    
}
@media screen and (min-width:768px) {
	.cover .item h1 {
	font-size:300%;
}
    }
.cover   .item .cta {
	
    margin:auto;
	
		text-transform: uppercase;
	display: block;
}

.cover   .item .cta a{
	
    text-shadow: 0 0 0.3em #271e17;
}

.cover .item .detail {
	margin: 1.5em 0;
	padding: 0;
}
.cover .item .detail li {
list-style: none;
	display: table;
	width: 100%;
    border-top:1px solid #666;
}
.cover .item .detail li:last-child {
    border-bottom:1px solid #666;
}
.cover .item .detail li span {
	display: table-cell;
	padding:0.5em 0.5em 0.5em 0em;
	text-align: left;
	font-size:90%;
}

.cover .item .detail li span.label {
	padding:0.5em 0.5em 0.5em 0.5em;
	width:4.5em;
}


.home .project {
}

.home .project ul {
	margin:0;
	padding: 0;
}

.home .project ul li {
	list-style: none;
	position: relative;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	
	z-index: 1;
}

.home .project ul li:last-child {
	margin-bottom:4em;
}

.home .project ul li.active {
	transform:scale(1.05);
	z-index: 2;
}
.home .project ul li .img {
	width:100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.home .project ul li .mask {
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
	padding-bottom: 100%;
	background-image:url(images/home-project-thumb-mask-s.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.home .project ul li .frame {
	
    border: 1px solid #fff;
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 3;
	opacity: 0;
	
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}

.home .project ul li.active .frame {
	opacity: 1;
}



.home .project ul li .info {
	position: absolute;
	bottom:0em;
	left:0em;
	right:0em;
	z-index: 4;
	padding: 0em  3em  1em  1em ;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}


.home .project ul li.active .info {
	
	
	padding: 0em  2em  2em  2em ;
}

.home .project ul li .info .place {
	color:#F37020;
	font-size:75%;
	font-weight: bold;
	margin-bottom:0.5em;
}
.home .project ul li .info hgroup {
	margin:0;
	
}
.home .project ul li .info hgroup h1 {
	color:#fff;
	text-transform: uppercase;
	font-size:180%;

}
@media screen and (min-width:768px) {
.home .project ul li {

    width: 50%;
    float: left;
}
}



section.control {
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin-top:6em;
    z-index: 100;
    transition-duration: 0.1s;
}

section.control.sticky {
    background:#fff;
    


    margin-top: 3.5em;
}

section.control .wrap {
    display: table;
	
}

section.control .wrap>div {
    display:table-cell;
    vertical-align: middle;
    padding:0.75em 0;
    white-space:nowrap;
}

section.control .wrap>div * {
    vertical-align: middle;
}
section.control .wrap .current span {
	text-transform:uppercase;
	font-weight: 400;
    letter-spacing: 0.1em;
}

section.control .wrap .back a {
    cursor:pointer;
}
/*
.page.insights section.control .wrap .current,
.page.international section.control .wrap .current,
.page.event section.control .wrap .current {
    text-align: left;
	width:100%;
}
@media screen and (max-width:767px) {
section.control .wrap .current {
    display: none
}   
}*/
section.control .wrap .back .txt{
  display: inline-block;
	line-height: 24px;
}

section.control .wrap .nav {
   width:100%;
    text-align: right;
}

section.control .wrap .nav ul {
    margin:0;
    padding:0;
}
section.control .wrap .nav ul li {
    list-style:none;
    display: inline-block;
    margin-left:2.5%;
	line-height: 24px;
    cursor: pointer;
    transition-duration: 0.5s;
}

section.control .wrap .nav ul li:hover {
    color:#F37020;
    opacity: 0.5;
}
section.control .wrap .nav ul li.active {
    color:#F37020;
}

section.control .wrap .nav ul li.btn {
    background: #F37020;
    color: #fff;
    padding: 0.2em 0.6em;
    display: inline-block;
    border-radius: 0.2em;
}


section.control .wrap .nav ul li.btn:hover {
    color:#fff;
    opacity: 0.7;
}


section.control .wrap .nav ul li.btn.active {
    color:#fff;
    opacity: 0.7;
}

section.control .wrap .nav a {
    color: #271e17;
    font-size: 110%;
    margin-left: 3%;
    display: inline-block;
    position: relative;
    cursor:pointer;
    margin-top: -0.2em;
}


.page.insights .control .wrap {
	display: block;
}

.page.insights .control .back {
	 

    padding: 1em 0 1em 0;
    display: inline-block;
    vertical-align: middle;
}
.page.insights .control .back .txt {
	display: none;
}
.page.insights .control hgroup {
    padding: 1em 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}


.page.insights .control hgroup h1 {

    font-family: 'Freight', 'Noto Serif TC', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    font-size: 225%;
}


.ch.page.insights .control hgroup h1 {
    font-size: 200%;
}
.page.insights .control .terms {
	clear:both;
    display: block;
    margin: -0.25em 0 1em 0;
    padding: 0;
}




.event main .cover .wrap hgroup,
.international main .cover .wrap hgroup {
/*    margin:0;*/
}

.event main .cover .wrap h1,
.international main .cover .wrap h1 {
}
.cover .item h2 {

    font-size: 175%;
    margin: 0.5em 0 0 0;}



@media screen and (min-width:768px) {
.cover .item h1 {
    font-size:325%;
    margin:0;
}
.cover .item h2 {
    font-size:200%;

    margin: 0.5em 0 0 0;
	}
}


main .section {
	margin:0em auto;
}

main .custom.section {
	margin:4em auto;
}

.custom.section .content {
    
    display: block!important;
       margin: 2em 0;
   
}
main .section.full-width .wrap {
	max-width:100%;
    padding:0;
}

main .section.col1 {
	max-width:48em;
}
.custom.section:first-of-type {
    margin-top: 0;
}
.custom.section:last-of-type {
    margin-bottom: 0;
}
.custom.section .media {
	

		overflow: hidden;}


.custom.section.col1 .media {
	margin-top:2em;
}
.custom.section.col1 .media:first-child,
.custom.section.col2-m-t .media:first-child,
.custom.section.col2-t-m .media:first-child {
	display: none;
}

.custom.section.col2-m-m .media:first-child {
    margin-bottom:4em;
}
.custom.section .media .youtube {
	width:100%;
	padding-bottom:56.25%;
	position:relative;
}

.custom.section .media .youtube iframe{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.custom.section .media .upload {
	position: relative;
}
.custom.section .media .upload .thumb {
	
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	cursor:pointer;
}


.custom.section .media .upload .thumb .material-icons {
	
    opacity: 0.5;
    transition-duration: 0.5s;
    font-size: 500%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 0.3em #271e17;
}

.custom.section .media .upload .thumb .material-icons:hover {
	opacity: 1;
}


.custom.section .media .upload video {
	width:100%;
	position: relative;
	z-index: 1;
	display: block;
}

	.custom.section .media .img.full {
		width:100%;
	}
.custom.section .media .img img {
	width:100%;
    display: block;
}
.custom.section .media .slideshow.swiper-container {
    width: 100%;
    height:400px;

}


.custom.section .media .slideshow.swiper-container .swiper-wrapper .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.custom.section .media .slideshow.swiper-container .swiper-wrapper .item a {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.custom.section .media .slideshow.swiper-container .swiper-wrapper .item a img {
    display: none;
}


.custom.section .media .soundcloud {
	width:100%;
	position: relative;
	/*
	padding-bottom:50%;
}

.custom.section .media .soundcloud iframe {
		position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	*/
}
.custom.section .media .pdf.cta a {
	font-size:100%;
}
	.custom.section .txt hgroup {
		display: block!important;
		margin: 2em auto;
	}

.fancybox-thumbs__list a:before {
    border:4px solid #F37020!important;
}

@media screen and (min-width:768px) {
	.custom.section.col2-m-t>.wrap,
	.custom.section.col2-t-m>.wrap,
	.custom.section.col2-m-m>.wrap {
		display:table;
		width:100%;
	}
	
	.custom.section.col2-m-t .media:first-child,
	.custom.section.col2-t-m .media:last-child {
		width: 60%;
		display:table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	
	
	.custom.section.col2-m-t .txt,
	.custom.section.col2-t-m .txt {
		width: 40%;
		display:table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	.custom.section.col2-m-t .media:last-child,
	.custom.section.col2-t-m .media:first-child {
		display:none;
		
	}
/*	.custom.section.col2-m-t .txt>*,
	.custom.section.col2-t-m .txt>*,
*/	
	.custom.section.col2-m-t .media>*,
	.custom.section.col2-t-m .media>*,
	.custom.section.col2-m-m .media>* {
		display:inline-block;
		vertical-align: middle;		
	}
		.custom.section.col2-m-t .media .img.crop,
	.custom.section.col2-t-m .media .img.crop ,
	.custom.section.col2-m-m .media .img.crop  {

  position: absolute;
        top:0;
    left:0;
        right:0;
        bottom:0;
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		
	}
    
    
	.custom.section.col2-m-t .media:first-child .img.crop,
	.custom.section.col2-t-m .media:first-child .img.crop,
	.custom.section.col2-m-m .media:first-child .img.crop {
        right:4%;
    }
    
    
    .custom.section.col2-m-t .media:last-child .img.crop,
    .custom.section.col2-t-m .media:last-child .img.crop,
    .custom.section.col2-m-m .media:last-child .img.crop {
        left:4%;
    }
	.custom.section.col2-m-t .media .img.crop img,
	.custom.section.col2-t-m .media .img.crop img,
	.custom.section.col2-m-m .media .img.crop img {
		opacity: 0;
	}
	.custom.section.col2-m-t .txt {
		padding-left:4%;
	}
	
	
	.custom.section.col2-t-m .txt {
		padding-right:4%;
	}
	
	.custom.section .txt>* {
		width:100%;
	}
	

    .custom.section .content {
        
    }
	.custom.section.col2-m-t .txt .content,
	.custom.section.col2-t-m .txt .content {
/*		text-align: left;*/
	}
	
    .custom.section.col2-m-m .media{
        width:50%;
		display:table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
        margin:0;
    }
    
    .custom.section.col2-m-m .media {
        padding-right:2%;
    }
    .custom.section.col2-m-m .media2{
        
        padding-left:2%;     padding-right:0%;
    }
	
}

main .intro {
	max-width:48em;
	margin:  3em auto  0 auto ;
}
.intro .content {
    font-size:110%;
    color:#271E17!important;
    text-align: center;
    
}
@media screen and (min-width:768px) {
	
.info .intro .content {
	
    font-size:120%;
	}
}
/*Project */

.international .full-address {
    
    margin-bottom: 1.5em;
    text-align: center;
}

.international main .spec {
	display:block;
	width:100%;
}
.international main .spec .media {
display: block!important;
}
.international main .spec .img img {
width:100%;
}

.international main .spec .txt ul {
margin:0;
padding:0;
}

.international main .spec .txt ul li {
list-style:none;
	margin:1em 0;
}

.international main .spec .txt ul li span {
	display: block;
}
.international main .spec .txt ul li .label {
opacity: 0.6;
/*	font-size:87.5%;*/
}	
/*

.international main .spec .txt ul li .value {
	
	font-size:87.5%;
}

.international main .info .content p,
.international main .custom.section .content p,
.international main .custom.section .content ul{
	
	font-size:87.5%;
}
*/
@media screen and (min-width:768px) {
	
.international main .spec {
	display:table;
	width:100%;
}
	
	.international main .spec  .media,
	.international main .spec .txt {
		width:48%!important;
		vertical-align: middle!important;
		
    display: table-cell!important;
	}
	
	.international main .spec .txt {
        width:52%!important;
		padding-left:4%!important;
        text-align: left!important;
	}
.international main .spec .txt ul li {
	display: table;
	width:100%;
	
	margin:0.5em 0;
}
.international main .spec .txt ul li span {
	display:table-cell;
}

.international main .spec .txt ul li .label {
	white-space: nowrap;
	width:12em;
}	

.international main .spec .txt ul li .value {

	}
	

	.international main .spec .img {
		
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.international main .spec .img img {
		display: none;
}
}


.international .info>.gallery {
    position: relative;
    margin: 2em auto;
}
.international .info>.gallery .bg {
    position: absolute;
    z-index: 1;
    
    max-width: 61em;
    background-image: url(images/project-gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 4em;
    left: 1em;
    right: 1em;
    bottom: 4em;
    margin: auto;
    
}

@media screen and (min-width:768px) {
    
.international .info>.gallery .bg {
    
    left: 1.5em;
    right: 1.5em;
    }
}


.international .info>.gallery .swiper-container {
    position: relative;
    z-index: 2;
}
.international .info>.gallery .swiper-container .swiper-wrapper {
    transition-timing-function:linear;
}

.international .info>.gallery .swiper-container .item {
    
	
    position: relative;
    width:12em;
    height:40em;
}


.international .info>.gallery .swiper-container .item a {
    	background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
}

.international .info>.gallery .swiper-container .item1 {
    width:19em;
}
.international .info>.gallery .swiper-container .item1 a{
    top:15em;
    
    width:16em;
    height:12em;
}

.international .info>.gallery .swiper-container .item2 {
    width:6em;
}
.international .info>.gallery .swiper-container .item2 a{
   top:0; 
        width: 14em;
    height: 18em;

}
.international .info>.gallery .swiper-container .item3 {
    width:20em;
}
.international .info>.gallery .swiper-container .item3 a {
    top:21em;
    width: 24em;
    height: 18em;
}

.international .info>.gallery .swiper-container .item4 {
    
    width: 12em;
}
.international .info>.gallery .swiper-container .item4 a {
    top:2em;
    width: 14em;
    height: 10em;
}

.international .info>.gallery .swiper-container .item5 {
    width:23em;
}
.international .info>.gallery .swiper-container .item5 a {
      top:14em;
    width: 20em;
    height: 14em;
}

.international .info>.gallery .swiper-container .item6 {
    
    width: 10em;
}
.international .info>.gallery .swiper-container .item6 a {

    top: 4em;
    width: 15em;
    height: 20em;
    
}
.international .info>.gallery .swiper-container .item7 {
    
    width: 18em;
}
.international .info>.gallery .swiper-container .item7 a {
    
    width: 16em;
    height: 12em;
    top: 26em;
    
}
.international .info>.gallery .swiper-container .item8 {
    
    width: 25em;
}
.international .info>.gallery .swiper-container .item8 a {
    
    top: 3em;
    width: 22em;
    height: 29em;
}
.international .info>.gallery .swiper-container .item9 {
    
    width: 9em;
}
.international .info>.gallery .swiper-container .item9 a {
  
    top: 0em;
    width: 18em;
    height: 13em;
}
.international .info>.gallery .swiper-container .item img {
    display: none;
}


.international .info>.gallery .swiper-container .item.final {
    width:27em!important;
}


/* Project - Events*/
section.event.related {
	clear:both;
	background:#F5F1E5;
    padding: 1px 0;
}

section.event.related .wrap {
 
}

section.event.related .swiper-container .wrap {
    padding:  0;
}

section.event .swiper-container {
    padding-bottom:3.5em;
}
section.event .pagination.wrap,
section.event .swiper-container-initialized .swiper-wrapper .item .wrap {
    padding:0 2.5em;
    
}
section.event .swiper-container .prev-next .prev{
	left:0;
}

section.event .swiper-container .prev-next .next{
	right:0;
}
section.event .pagination {
	bottom:0em;
	padding:0 2.5em;
}
section.event .swiper-wrapper .item .media .img {
	width:100%;
	padding-bottom:66%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
	margin-bottom:1.5em;
}

section.event .swiper-container .item {
	padding:0 2.5em;
    margin:0;
}

@media screen and (min-width:768px) {
	section.event .swiper-wrapper .item .media .img {
	/*padding-bottom:0;*/
			margin-bottom:0;
	}
}


section.event .swiper-wrapper .item .project-title {
	margin:1em 0;
}
section.event .swiper-wrapper .item .intro {
    margin:1em 0;
}
section.event .swiper-wrapper .item .cta {
text-align: left;
    margin:1em 0 0 0 ;
}


section.event .swiper-wrapper .item .cta a.apply {
}

section.event .swiper-wrapper .item .cta a.more {
  
}


section.event .swiper-container .swiper-pagination-bullet {
        background-color:rgba(39,30,23,0.05);
}
section.event .swiper-container .swiper-pagination-bullet .bar {
    background-color:rgba(39,30,23,1);
}

@media screen and (min-width:768px) {
    
section.event .swiper-wrapper .item {
    
    }
section.event .swiper-wrapper .item .wrap {
    display: table;
    }
    
section.event .swiper-wrapper .item .wrap .media {
    width:48%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
	padding-bottom:33%;
    }
     
section.event .swiper-wrapper .item .wrap .media .img {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    }
    
section.event .swiper-wrapper .item .wrap .media .img img {
    opacity: 0;
    }
section.event .swiper-wrapper .item .wrap .txt {
    width:52%;
    display: table-cell;
    vertical-align: middle;
    padding-left:4%;
    }
    
}

body.insights .topic .wrap {
	max-width:48em;
}

.page-template-page-general .info,
body.international .info,
body.insights .info,
    body.event .info  {
		
    padding: 1em 0 0 0;
}
@media screen and (min-width:768px) {
.page-template-page-general .info,
    body.insights .info,
    body.event .info  {
background: #fff;
    position: relative;
    z-index: 1;

    max-width: 61em;

    margin: -3em 1.5em 0 1.5em;	}
    }

@media screen and (min-width:1024px) {
	
.page-template-page-general .info,
body.insights .info,
body.event .info  {
	
    margin: -3em auto 0 auto;
    
	}

}

body.event .info .detail {
    
    text-align: center;
}
body.event .info .detail ul {
	margin:0;
	padding:0;
    display: inline-block;
    text-align: left;
}
body.event .info .detail li {
	display:table;
	width:100%;
	margin:1em 0;
	text-align: left;
}


body.event .info .detail li .label,

body.event .info .detail li .value {
	display: table-cell;
	vertical-align: top;
}

body.event .info .detail li .label {
	color:#F37020;
	
    width: 5.5em;
}

body.event .info .detail li .material-icons {
	vertical-align: middle;
	padding-right:0.1em;
	margin-top:-0.15em;
}


body.event .info .detail li .value {
	
}

body.event .info .desc {
    text-align: left;
    
    margin: 2em auto;
}
body.event .apply-form {
	
    z-index: 2;
    position: relative;
    margin-bottom:3em;
	padding:0 1.5em;
}


body.event .apply-form .bg {
	background-image:url(images/project-gallery-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	position: absolute;
	z-index: 1;
	top:3em;
	left:0;
	right:0;
	bottom:3em;
	
}
body.event .apply-form .wrap {
    max-width:48em;
    margin:auto;
	padding-top:1px;
	padding-bottom:1px;
position:relative;
	z-index: 2;
    background-color: #fff;
    box-shadow: 0 0.2em 0.8em #ddd;
	
    min-height: 20em;

}

body.event .apply-form .wrap hgroup h1 {
	color:#F37020;
	
}
@media screen and (min-width:768px) {
	
body.event .apply-form {
	
	padding:0 2em;
}
	
body.event .apply-form .bg {
	
	top:5em;
	bottom:5em;
	}
body.event .apply-form .wrap {
}
}
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline {
    margin-left:0!important;
    margin-right:1em!important;
    margin-top:0.5em!important;
	padding-left:0!important;
	white-space: nowrap;
}

.caldera-grid .radio-inline .check-wrap, 
.caldera-grid .checkbox-inline .check-wrap {
    display: inline-block;
	position: relative;
	
    margin-right: 0.25em;
}

.caldera-grid .radio-inline input, .caldera-grid .checkbox-inline input {
	position: relative;
	z-index: 2;
	margin:0!important;
    display: block;
	opacity: 0;
}

.caldera-grid .checkbox-inline .checkedmark, .caldera-grid .radio-inline .checkedmark {
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ddd;
	transition-duration:0.2s;
	transition-timing-function: ease-out;
}

.caldera-grid .checkbox-inline .checkedmark{
	
}
.caldera-grid .radio-inline .checkedmark {
	border-radius:100%;
}

.caldera-grid .checkbox-inline input:checked, .caldera-grid .radio-inline input:checked {
	
}
.caldera-grid .radio-inline input:checked ~ .checkedmark {
	transform:scale(1.1);
	background:#F37020;
}
.caldera-grid .checkbox-inline input:checked ~ .checkedmark {
	transform:scale(1.1);
	
	background:#F37020;
}
.caldera-grid .control-label {
	font-weight: normal;
}


.caldera-grid .intl-tel-input {
	display: block;
}
.caldera-grid .form-group {
    margin-bottom:1.5em!important;
}
.caldera-grid .cta {
    margin:auto;
}

.caldera-grid .btn {
	background:#F37020!important;
    padding: 0.8em 1.2em!important;
    color: #fff!important;
    display: inline-block!important;
	border:none!important;
    font-size: 100%!important;
    border-radius: 0!important;
}

.caldera-grid .form-control {
    background: none!important;
    border: 1px solid #ccc!important;
    padding: 0.8em 0.8em!important;
    font-size: 100%!important;
}

.intl-tel-input.allow-dropdown input[type=tel] {
	
    padding: 0.8em 0.8em 0.8em 4em !important;
}
.caldera-grid { 
max-width: 64em!important;
    padding: 0 2em 0em 2em ;
    margin: auto!important;
    color: #271e17!important;
}


.caldera-grid .alert-success {text-align: center;}

.district.ver .cover  .item ,
.insights.ver .cover  .item {
    min-height: calc(100vw*0.55);
}
.district.hor .cover  .item ,
.insights.hor .cover  .item {
    min-height: calc(100vw*0.45);
}

.district.hor.uwide .cover  .item,
.insights.hor.uwide .cover  .item {
    min-height: calc(100vw*0.4);
}

.topic {
    text-align: center;
    margin: 2em auto 0 auto;
}

.single.coverage .info .date,
.coverage .content-popup .box .date,
.topic .date {
    color:#888;
    margin:3em auto;
    font-size:87.5%
}




/* Listing */ 


.listing .terms {
 text-align: center;
    
    margin: -1em 0 1.5em 0;
}

.listing .terms .term {
    display:inline-block;
    margin:0.5em 0.25em 0.5em 0.25em;
}

.listing .terms .term a {
    display: block;
    padding:0.4em 0.6em;
    border:2px solid #000;
    font-size: 87.5%;
    transition-duration:0.5s;
}

.listing .terms .term a:hover {
    color:#fff;
    background:#F37020;
    border:2px solid #F37020;
}


.listing .terms .term.current a,
.listing .terms .term.current a:hover{
    color:#F37020;
    border:2px solid #F37020;
    background:none;
}

.listing .terms .term.current a:hover {
    cursor: default;
}
.listing .item {
    display: table;
    width: 100%;
}
.listing .item,
.listing .no-result {
	list-style: none;
	

    margin: 0 0 2.5em 0;
}

.listing .more {
	margin:0 auto 2em auto;
}
.listing .no-result {
	text-align: center;
}
 
.listing .item .img {
	padding-bottom:66%;
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
}
/*
@media screen and (min-width:768px) {
.international.page .listing .item .img {
	height:16.5em;
}
}
*/
.listing .item div.type {
    color:#F37020;
    font-size:75%;
    margin: 1em 0 0 0;
}
.listing .item .place {
	color:#F37020;
	font-size:87.5%;
}
.listing .item .project-title {
	margin:1em 0;
}
.listing .item .project-title h1 {
    font-size:150%;
    
    font-weight: 500;
}


.listing .item .detail>span {
	font-size:75%;
	display:inline-block;
}

.listing .item .cta {
	margin:1em 0 0 0;
    text-align: left;
	
}
.listing .item .cta a {
	
 
}


.listing .item .event-date>div {
	display: inline-block;
	vertical-align: middle;
}
.listing .item .event-date {
    display:inline-block;
    border:2px solid #271e17;
    padding:0.4em 0.4em ;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
	
    margin-bottom: 0.5em;
}

.listing .item .event-date .day {
display: block;
    font-size:100%;
    font-weight: 400;
		
    letter-spacing: 0em;
}
.listing .item .event-date .month {
display: block;
    font-size:75%;
    font-weight: 500;
    margin: 0.2em 0 0 0;
}
.listing .item .price {

    margin: 0.5em 0;
    font-weight: 500;
    font-size: 120%;
}
.listing .item .intro {
	font-size:87.5%;
	margin:0em 0;
}

@media screen and (min-width:768px) {
	
.listing ul .item {
	display: table;
	width:100%;
}
	
	
.listing .item .media {
	width:50%;
	display: table-cell;
	vertical-align: middle;
		padding-right:2%;
}
	.listing .item .img {
	}
	.listing .item .txt {
	width:50%;
		
	vertical-align: middle;
	display: table-cell;
		padding-left:2%;
        
	margin: 0;
}
	.listing .item .project-title h1 {
		max-height: 2.4em;
		overflow: hidden;
	}
	.listing .item .intro {
		max-height: 4.5em ;
		overflow: hidden;
	}
}


/*about*/
.about main {
	padding-top:9em;
}
.about section.info,
.about section.service,
.about section.accolade,
.about section.team{
	text-align: center;
}
body.about .custom.section.about-jade-land {
    margin-bottom:0;
}


body.about .custom.section.our-services,
.about section.service {
	background-color:#F9F4EB;
	
	padding:1px 0;
	position: relative;
	z-index: 1;
	margin-top:-4em;
}


body.about .custom.section.our-services .wrap,
.about section.service .wrap {
	padding-top:4em;
	padding-bottom:4em;
}
body.about .custom.section.our-services .wrap {
    padding-top:2em;
}
body.about .custom.section.awards,
.about section.accolade {
	background-image:url(images/accolade-bg.jpg);
	color:#fff;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	padding:1px 0;
    max-width: 61em;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -4em;
}

.about section.accolade .intro .content {
	color:#aaa!important;
}

.about main .accolade .wrap,
.about main .team .wrap {
	padding-bottom:0.5em;

    padding-top: 1px;}
.about main .wrap .section-head h1{
	
    margin: 2em 0 1em 0;

}
.about section .intro {
	margin:2em auto 3em auto ;
}
.about .info .wrap {
	max-width:60em;}
.about .info .type {
	color:#F37020;
	
    margin: 2em auto;
}
.about .info .slogan hgroup {
	margin:2em auto;
}
.about .info .slogan hgroup h1 {
	font-size:225%;
}

@media screen and (min-width:768px ) {
	
.about .info .slogan hgroup h1 {
	font-size:250%;
}
}

.about .info .media {
	position: relative;
	z-index: 2;
}

.about .info .media .youtube {
	width:100%;
	padding-bottom:56.25%;
	position:relative;
}

.about .info .media .youtube iframe{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.about .info .media .mp4 video {
	width:100%;
}
.about .info .media .img  {
	width:100%;
	padding-bottom:66%;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}




.about .items {
	margin:0;
		padding:0;
}

.about .items .item {
	list-style: none;
	width:50%;
	display: inline-block;
	vertical-align: top;
	padding:0 3%;
	margin:0 -0.1em 1.5em -0.1em ;
}
.about .service .items .item {
	width:100%;
	padding:0;
	margin: 0 0 1.5em 0;
	max-width:32em;
}


.about .service .items .item .media {
	
    width: 90%;
    margin: auto;
}
@media screen and (min-width:768px) {
	
.about .items .item {
	width:25%;
	margin:0 -0.12em 1.5em -0.12em; 
		padding:0 2%;
	}
	
	.about .service .items {
		padding:0 2%;
	}
.about .service .items .item {

    width: 50%;
    padding: 0 3%;
    margin: 0 -0.12em 2em -0.12em;
    max-width:none;
}
}
.about .items .item .img {
	width:100%;
	padding-bottom:100%;
	background-color:#fff;
	position: relative;
}

.about .service .items .item .img {
	width:100%;
	padding-bottom:50%;
}
.about .service .items .item .img,
.about .team .items .item .img {
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	transition-duration: 0.25s;
	transition-timing-function:ease-out;
}

.about .items .item>a {
}
.about .service .item .media a:hover .img,
.about .team .item .media a:hover .img {
	box-shadow: 0 0 1em #F37020;
}
.about .service .items .item a,
.about .team .items .item a {
	transition-duration: 0.25s;
}
.about .team .items .item h1 a:hover,
.about .service .items .item h1 a:hover {
	color:#F37020!important;
}

.about .team .items .item .remark a {
	color:#888;
}
.about .team .items .item .remark a:hover {
	color:#271e17!important;
}

.about  .items .item .cta {
	margin:0.75em auto 0 auto;
}

.about .items .item .cta a {
	font-size:70%;
}

.about .accolade .items .item .media {
	
    width: 80%;
    margin: auto;
	max-width:9em;
}
.about .accolade .items .item hgroup {
    font-size: 85%;
	}
.about .accolade .items .item .img img {
	
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	
}
.award-popup .item .txt hgroup,

.about .items .item .txt hgroup {
	

    margin: 1em 0 0.5em 0;}

.award-popup .item .txt h1,
.about .items .item .txt h1 {
	font-size:110%;
}
.award-popup .item .remark,
.about .items .item .remark {
	color:#F37020;
	font-size:75%;
	
    line-height: 1.25;
}


.award-popup {
	background:#fff;
	z-index: 101;
	width:100vw;
	
    overflow: hidden;
}
.award-popup .wrap,
.award-popup .wrap2 {
	padding:0;
}

.award-popup .item .img {
width:100%;
	position: relative;
	padding-bottom:100%;
}

.award-popup .item .img img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.award-popup .close {
	width:2em;
	height: 2em;
	position: absolute;
	top:1em;
	right:1em;
	    background-image: url(images/nav-toggle-close.png);

	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	cursor: pointer;
}
.award-popup .wrap {
	
    max-width: 100%;
}
.award-popup .wrap3 {
width:100vw;
}

.award-popup .swiper-container .swiper-wrapper {
	
    transition-timing-function: linear;
}
.award-popup .swiper-container .item {
	width:12em;
	padding:0 1em;
}

.award-popup .swiper-container .item .media,
.award-popup .swiper-container .item .txt{
	display:inline-block;
	
	width:100%;
	vertical-align: middle;
}
.award-popup .cta {
	margin:0 auto 2em auto ;
}
.award-popup .cta a {
	display:inline-block;
	background:#271e17;
	color:#fff;
	padding:0.6em 0.8em;
	font-size:87.5%;
}

section.listing .wrap {
	padding-bottom:1px;
	padding-top:1px;
}

section.listing.insights .item {
	text-align: center;
	margin:0 0 1em 0;
}
section.listing.coverage .item .project-title,
section.listing.insights .item .project-title {
	margin:0.5em 0 0.5em 0;
}

section.listing.coverage .item .project-title  h1,
section.listing.insights .item .project-title  h1 {
	font-size:120%;
}

section.listing.insights .item .date {
	font-size:75%;
	color:#888;
}
	.listing .item .project-title h1 {
		max-height: none;
		overflow: visible;
	}
@media screen and (min-width:768px) {
	

	section.listing.insights .wrap {
text-align: left;		
	}
	
	
	section.listing.insights.item-count-1 .wrap {
text-align: center;		
	}
section.listing.insights .item {
	display: inline-block;
	vertical-align: top;
	width:50%;
    margin: 0 -0.1em 1.5em -0.1em;
	}
	

section.listing.insights .item:nth-child(2n+1) {
	
    padding: 0 1.5% 0 0;
}
section.listing.insights .item:nth-child(2n+2) {
	
    padding: 0 0 0 1.5%;
}
	

	section.listing.insights .item .media {
		padding:0;
	}
section.listing.insights .item .media,
section.listing.insights .item .txt {
	display: block;
	width: 100%;
	}

	section.listing.insight .item .img {
		padding-bottom:66%;
		height:auto;
	}
	

}



/* Coverage Listing Popup Start */
.alm-masonry {
    overflow: visible!important;
} 
body.coverage .ajax-load-more-wrap,
body.coverage .ajax-load-more-wrap *{
	max-height:none;
}
body.coverage .listing .item-width {
	width:100%;
}

body.coverage .listing .item-gap {
	width:0;
}


body.coverage .listing .items {
    width:100%;
}
body.coverage .listing .item {
	margin:0;
	padding-bottom:1em;
	display: block;
	width:100%;
    float:left;
    cursor: pointer;
}

body.coverage .listing .item .data {
	display: none;
}

body.coverage .listing .item img {
	width:100%;
	display: block;
}


section.listing.coverage .item .txt {
	
}
section.listing.coverage .item .type {
	float:left;
	
    margin:0 0 1em 0 ;
}
section.listing.coverage .item .date {
    color: #F37020;
    font-size: 75%;
    margin:0  0  1em 0 ;
	float:right;
    color: #888;
}

section.listing.coverage .item hgroup {
	clear:both;
}


@media screen and (min-width:768px) {

body.coverage .listing .item,
body.coverage .listing .item-width {
	width:48.5%;
}

body.coverage .listing .item-gap {
	width:3%;
}


section.listing.coverage  .item .media {

    width: 100%;
    display: block;
    vertical-align: middle;
    padding:0;
}

body.coverage .listing  .item .txt {

    width: 100%;
    vertical-align: middle;
    display: block;
    padding: 0;

    margin: 1em 0 0 0;
	}


}



@media screen and (min-width:1024px) {

body.coverage .listing .item,
body.coverage .listing .item-width {
	width:31%;
}

body.coverage .listing .item-gap {
	width:3%;
}
}


body.coverage .listing .item .media {
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
body.coverage .listing .item .media:hover {
    transform:scale(1.02);
    box-shadow:0 0.2em 0.4em #888;
}
.coverage .content-popup {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 100;
	display: none;
}
.coverage .content-popup .mask {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	z-index: 1;
}
.coverage .content-popup .mask.active {
	opacity: 1;
}
.coverage .content-popup .box {
    background:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(1.05);
    width:100%;
    height:100%;
	padding:1em 0;
    overflow-y: auto;
	opacity: 0;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	z-index: 2;
	
}

.coverage .content-popup .item {
	max-height: none;
}

@media screen and (min-width:768px) {	
.coverage .content-popup .box {

	width:90%;
	height:90%;
	max-width:48em;
}
}
.coverage .content-popup .box.active {
	opacity: 1;
	
    transform:translate(-50%,-50%) scale(1);
}

.coverage .content-popup .box .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em;
    font-size: 200%;
    border-radius: 100%;
    cursor:pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

.coverage .content-popup .box .close:hover {
    transform:scale(1.05);
}

.coverage .content-popup .box .content-title {
	font-size:75%;
}
.single.coverage .info .media-name,
.single.coverage .info .content-title,
.single.coverage .info .date,
.coverage .content-popup .box .media-name,
.coverage .content-popup .box .content-title,
.coverage .content-popup .box .date {
    margin: 0.5em 0;
}


.coverage .content-popup .box .date {
	margin:0.75em 0;
}
.single.coverage .info .media-name,
.single.coverage .info .date,
.coverage .content-popup .box .date,
.coverage .content-popup .box .media-name {
    text-align: center;
}

.single.coverage   .single-img,
.single.coverage   .slideshow,
.coverage .content-popup .box .single-img,
.coverage .content-popup .box .slideshow {
	max-height:none;
    margin: 1em 0;
}
.coverage .content-popup .box .swiper-wrapper .item {
	display: table;
	background-color:rgba(0,0,0,0.8);
}

.coverage .content-popup .box .swiper-wrapper .item-wrap {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
}
.coverage .content-popup .box .swiper-wrapper .item img {
	width:100%;
	display: block;
}
.coverage .content-popup .box  .item img {
	width:100%;
	display: block;
}
.coverage .content-popup .box .media-name,
.coverage .content-popup .box .content-title,
.coverage .content-popup .box .date,
.coverage .content-popup .box .desc {	
    padding: 0 1em;
}

@media screen and (min-width:768px) {
.coverage .content-popup .box .media-name,
.coverage .content-popup .box .content-title,
.coverage .content-popup .box .date,
.coverage .content-popup .box .desc {	
    padding: 0 1.5em;
}

}

.single.coverage .desc {
    margin:2em auto;
}
.single.coverage .desc .wrap {
max-width:48em;
}
/* Coverage Listing Popup End */

.page.insights section.listing.insights .item .media.right {
        display: none;
}


/* Media > Video Listing Start */

.listing.video .item .img {
    padding-bottom:56%;
}

.listing.search .item,
.listing.property .item,
.listing.building .item,
.listing.district .item,
.listing.video .item {
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom:1.5em;
    gap:1em;
}
/*
section.listing.search .item .media,
section.listing.search .item .txt,
section.listing.property .item .media,
section.listing.property .item .txt,
section.listing.building .item .media,
section.listing.building .item .txt,
section.listing.district .item .media,
section.listing.district .item .txt,
section.listing.video .item .media,
section.listing.video .item .txt{
    display: table-cell;
    vertical-align: middle;
}

section.listing.search .item .media,
section.listing.property .item .media,
section.listing.building .item .media,
section.listing.district .item .media,
section.listing.video .item .media {
    width:35%;
}
*/
.listing.search .item .project-title,
.listing.property .item .project-title,
.listing.building .item .project-title,
.listing.district .item .project-title,
.listing.video .item .project-title {
    font-size:80%;
}
/*
section.listing.search .item .txt,
section.listing.property .item .txt,
section.listing.building .item .txt,
section.listing.district .item .txt,
section.listing.video .item .txt{
    padding-left:1em;
}*/

.listing.property .item .txt .cta,
.listing.building .item .txt .cta,
.listing.district .item .txt .cta,
.listing.video .item .txt .cta {
    display: none;
}

@media screen and (min-width:768px) {
.listing.search .items,
.listing.property .items,
.listing.building .items,
.listing.district .items,
.listing.video .items  {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5em;
    }
.listing.search .item,
.listing.property .item,
.listing.building .item,
.listing.district .item,
.listing.video .item {
/*    width:31%;
    display: block;
    float:left;
    margin-left:3.5%;
    margin-bottom:1.5em;*/
 /* float: left; */
   
 /*width: 30.56%;
    display: inline-block;
   
    margin-left: 3.5%;
    margin-bottom: 1.5em;
    vertical-align: top;*/
    }
    

.listing.search .item:nth-child(3n+1),
.listing.property .item:nth-child(3n+1),
.listing.building .item:nth-child(3n+1),
.listing.district .item:nth-child(3n+1),
.listing.video .item:nth-child(3n+1) {
    margin-left:0;
    }

 .listing.search .item .media,

 .listing.search .item .txt,
    .listing.property .item .media,
    .listing.property .item .txt,
    .listing.building .item .media,
    .listing.building .item .txt,
    .listing.district .item .media,
    .listing.district .item .txt,
.listing.video .item .media,
.listing.video .item .txt{
display: block;
    width:100%;
    padding:0;
}
}


.listing .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin:2em auto;
}

.listing .pagination input {
    font-family: 'Roboto', 'Noto Sans TC', Helvetica, Arial, "sans-serif";
    font-size: 1em;
    padding: 0.5em;
    display: block;
    margin: 0;
    width: 3em;
    border: 1px solid #ccc;
    border-radius: 0.2em;

}
.listing .pagination .prev-page,
.listing .pagination .next-page {
    
}
/* Media > Video Listing End */



/* HK district Listing Page Start */


.single.building main .desc,
.single.property main .desc,
.single.district main .desc,
.single.district main .intro,
.single.building main .intro,
.single.property main .intro {
	margin:2em auto;
	max-width:48em;
}
.related.listing.property,
.related.listing.building,
.related.listing.district{
	/*border-top:1px solid #ccc;*/
	overflow: hidden;
    max-width:61em;
    margin:0 1em;

}


.related.listing.property,
.related.listing.building,
.related.listing.district,
.related.listing.property .wrap,
.related.listing.building .wrap,
.related.listing.district .wrap{
    max-width: 84em!important;
}


.single .related.listing.property,
.single .related.listing.building {

	clear:both;
}
.home .related.listing.property {
	
    border: none;
    border-bottom: 1px solid #ccc;
}
.related.listing .section-head .scope-txt,
.listing.building .section-head .scope-txt {
    display: inline-block;
}
.related.listing.property .wrap,
.related.listing.building .wrap,
.related.listing.district .wrap{
    padding-left:0;
    padding-right:0;
}
@media screen and (min-width:48em) {
    .related.listing.property,
    .related.listing.building,
    .related.listing.district{
        margin:0 1.5em;
    }
}
@media screen and (min-width:87em) {
.related.listing.property,
.related.listing.building,
.related.listing.district{

    margin:0 auto;
}
}

.listing.property .terms .term.sold,
.listing.property .terms .term.leased,
.listing.property .terms .term.our-interior-design-project,
.listing.property .terms .term.sole-agent,
.listing.property .terms .term.property-management {
    display: none;
}
.listing.property .item .media a {
	position: relative;
	display: block;
}
.listing.property .item .media a .img {
	z-index: 1;
	position: relative;
}
.listing.property .item .media .mask {
	z-index: 2;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(images/home-project-thumb-mask-s.png);
	opacity: 0.6;
}

.listing.property .item .media .price{
	color:#fff;
	position: absolute;
	bottom:0.25em;
	left:0.5em;
	z-index: 3;
	margin: 0;
}
.listing.property .item .project-title,
.listing.building .item .project-title,
.listing.district .item .project-title {
    margin:0.25em 0 ;
}


.zh .listing.property .item .project-title,
.zh .listing.building .item .project-title,
.zh .listing.district .item .project-title {
    margin:0.5em 0 0 0;
}




.listing.property .item .detail,
.listing.building .item .detail,
.listing.district .item .detail {
line-height: 1.25;
}
.listing.property .item .detail .list_type,
.listing.property .item .detail .district,
.listing.building .item .detail>span,
.listing.district .item .detail>span {
    color:#888;
}

.listing.property .item .detail .district {
display: block;
}

.listing.property .item .detail .type {
color:#F37020;
}

.cover .item.property .detail .divider::before,
.single.property .info .types .divider::before,
.listing.property .item .detail .divider::before,
.listing.building .item .detail .divider::before,
.listing.district .item .detail .divider::before,
.single.property .address .divider::before {
content: "\2022";
color:#F37020; 
}

.single.property .address .divider::before {
    padding: 0 0.5em;
}
.cover .item.property .detail .divider::before {
    font-size:75%;
}
.listing.district .item .detail .slogan {
	color:#271e17;
}
@media screen and (min-width:768px) {
/*
.listing.property .item .txt,
.listing.building .item .txt,
.listing.district .item .txt {
padding-top:0.5em;
}
*/

.listing.property .item:nth-child(3n+4),
.listing.building .item:nth-child(3n+4),
.listing.district .item:nth-child(3n+4) {
    clear:both;
}
}
/* HK district Listing Page End */







@media screen and (min-width:768px) {
.page.insights .control .terms {
	
    clear: none;
    float: right;
    margin: 0;
    padding: 1em 0;
}

.ch.page.insights .control .terms {
    
    padding: 0.5em 0;
    }
.page.insights .control .terms .term {
    margin: 0.5em 0em 0.5em 0.5em;
    }
    .page.insights section.listing.insights .item {
        padding: 0;
        width:100%;
        display: block;
        margin: 0 0 4em  0;
        float:left;
    }
    

    .page.insights section.listing.insights .item:first-child .txt h1,
	.page.insights section.listing.insights .item:nth-child(9n+5) .txt h1,
	.page.insights section.listing.insights .item:nth-child(9n+6) .txt h1{
font-size:150%;
	}
    
    .page.insights section.listing.insights .item .txt .date {
		margin-bottom:1em;
	}
    .page.insights section.listing.insights .item .txt {
        text-align: left;
        background:#fff;
        padding:0;
    }
.page.insights section.listing.insights .item:first-child {

    width: 100%;
    height:auto;
    margin:0;
    max-height: none;
}

    .page.insights section.listing.insights .item .img {
padding-bottom:60%;
    }

    
.page.insights section.listing.insights .item:first-child .txt {
    width:52%;
    padding:1em 2em 1em 0;
    margin-top:-4em;
    }
    

    .page.insights section.listing.insights .item:nth-child(9n+2) {

    width: 48%;
    float: right;

    }
    
    .page.insights section.listing.insights .item:nth-child(2) {
   /* margin-top: -1em;*/
    }
    .page.insights section.listing.insights .item:nth-child(9n+3) {

    width: 48%;
    float: left;
        
    margin-top: 4em;
		
    margin-bottom: 0;
    }
    
    .page.insights section.listing.insights .item:nth-child(3) {
   /* margin-top: 1em;*/
    }
       .page.insights section.listing.insights .item:nth-child(9n+4) {

    float: right;
    width: 56%;
    display: table;
    
  /*  margin-top: -2em;*/
    margin-bottom:  4em;
    }
    
       .page.insights section.listing.insights .item:nth-child(4) {
 /*   margin-top: -5em;*/
    }
    
       .page.insights section.listing.insights .item:nth-child(9n+4) .media,
       .page.insights section.listing.insights .item:nth-child(9n+4) .txt{
           display: table-cell;
           vertical-align: middle;
    }
    .page.insights section.listing.insights .item:nth-child(9n+4) .media {
        width:44%;
    }
    .page.insights section.listing.insights .item:nth-child(9n+4) .media .img {
 
         }
       .page.insights section.listing.insights .item:nth-child(9n+4) .txt{
           padding:0 0 0 1.5em;    
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+5),
    .page.insights section.listing.insights .item:nth-child(9n+6){
        float:left;
       display: table;
        width:100%;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+5) {
        
    }
    .page.insights section.listing.insights .item:nth-child(9n+5) .media.left,
    .page.insights section.listing.insights .item:nth-child(9n+5) .txt,
    .page.insights section.listing.insights .item:nth-child(9n+6) .media.right,
    .page.insights section.listing.insights .item:nth-child(9n+6) .txt{
        display: table-cell;
        vertical-align: middle;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+6) .media.left {
        display: none;
    }
    .page.insights section.listing.insights .item:nth-child(9n+5) .media,
    .page.insights section.listing.insights .item:nth-child(9n+6) .media {
        width:56%;
    }
    .page.insights section.listing.insights .item:nth-child(9n+5) .txt,
    .page.insights section.listing.insights .item:nth-child(9n+6) .txt{
  width:44%;
    }
    
    
    .page.insights section.listing.insights .item:nth-child(9n+5) .txt {
        padding:0  0 0 1.5em;
    }
    .page.insights section.listing.insights .item:nth-child(9n+6) .txt{
        padding:0 1.5em 0 0 ;
		text-align: right;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+7),
    .page.insights section.listing.insights .item:nth-child(9n+9) {
        width:48%;
    }
    
    
    .page.insights section.listing.insights .item:nth-child(9n+9) {
        float:right;
    margin-top: 2em;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+8),
    .page.insights section.listing.insights .item:nth-child(9n+10) {
        width:48%;
        display: table;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+8) {
        float:right;
        margin-top:3em;
    }
    .page.insights section.listing.insights .item:nth-child(9n+10) {
        float:left;
   

    margin-bottom: 9em;
    margin-top: 1em;
	}
     .page.insights section.listing.insights .item:nth-child(9n+8) .media.left,
    .page.insights section.listing.insights .item:nth-child(9n+8) .txt,
    .page.insights section.listing.insights .item:nth-child(9n+10) .media.right,
    .page.insights section.listing.insights .item:nth-child(9n+10) .txt{
        display: table-cell;
        vertical-align: middle;
    }
    
    .page.insights section.listing.insights .item:nth-child(9n+10) .media.left {
        display: none;
    }
    .page.insights section.listing.insights .item:nth-child(9n+8) .media,
    .page.insights section.listing.insights .item:nth-child(9n+10) .media {
        width:44%;
    }
    .page.insights section.listing.insights .item:nth-child(9n+8) .txt,
    .page.insights section.listing.insights .item:nth-child(9n+10) .txt{
  width:56%;
    }
    
    
    .page.insights section.listing.insights .item:nth-child(9n+8) .txt {
        padding:0  0 0 1.5em;
    }
    .page.insights section.listing.insights .item:nth-child(9n+10) .txt{
        padding:0 1.5em 0 0 ;
		text-align: right;
    }
}

.related.international .wrap {
	    border: 10px solid #F5F1E5;
}

@media screen and (min-width:768px) {
	.related.international {
		 margin: 2em 1.5em;
	}
.related.international .wrap {
	max-width:61em;

   
    width: auto;
}
}


.home  section.international .item {
	list-style: none;
	position: relative;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	cursor: pointer;
	z-index: 1;
    margin: 0;
}

.home section.international .item:last-child {
	margin-bottom:3em;
}

.home section.international .item.active {
	transform:scale(1.05);
	z-index: 2;
}

.home section.international .item .media {
    margin: 0;
}
.home section.international .item .img {
	width:100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.home section.international .item .mask {
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
	padding-bottom: 100%;
	background-image:url(images/home-project-thumb-mask-s.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.home section.international .item .frame {
	
    border: 1px solid #fff;
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 3;
	opacity: 0;
	
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}

.home section.international .item.active .frame {
	opacity: 1;
}



.home section.international .item .txt {
	position: absolute;
	bottom:0em;
	left:0em;
	right:0em;
	z-index: 4;
	padding: 0em  3em  1em  1em ;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
    margin: 0;
}


.home section.international .item.active .txt {
	
	padding: 0em  2em  2em  2em ;
}

.home section.international .item .txt .place {
	color:#F37020;
	font-size:75%;
	font-weight: bold;
	margin-bottom:0.5em;
}
.home section.international .item .txt hgroup {
	margin:0;
	
}
.home section.international .item .txt hgroup h1 {
   color:#fff;
	text-transform: uppercase;
	font-size:180%;
    
}

.home section.international .item .txt hgroup h1 a {
    color:#fff;
}


.home section.international .item .txt .cta,
.home section.international .item .txt .price,
.home section.international .item .txt .intro {
    display: none;
}
@media screen and (min-width:768px) {
.home section.international .item {

    width: 50%;
    float: left;
}
.home section.international .item .media {
    width: auto;
    display: block;
    padding: 0;
}
    .home section.international .item .txt {
        width:auto;
        display: block;
    }
    .home section.international .item .txt hgroup h1 {
        max-height: 100%;
        overflow: visible;
    }
}

body.profile main {
	padding-bottom:4em;
}
body.profile .profile  {
	background-color:#F5F1E5;
	margin-top:2.5em;
	text-align: center;
	padding-bottom:2em;
}

body.profile .profile .media {
	width:15em;
	margin:auto;
}


body.profile .profile .img {

    display: inline-block;
	margin-top:-2em;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
}

body.profile .profile .txt {
	
}

body.profile .profile .content-title {
	margin:1em auto;
	
}
body.profile .profile .job {
	color:#F37020;
	
}
body.profile .profile .job p {
	margin:auto;
}

body.profile .profile .social {
	margin:1em auto;
}
body.profile .profile .social span {
	display: inline-block;
	vertical-align: middle;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
body.profile .profile .social .fab {
	margin-left:0.2em;
    border-radius: 100%;
    text-align: center;
    width: 2em;
    height: 2em;
    font-size: 1.25em;
    line-height: 2em;
	
	color:#F5F1E5;
}

body.profile .profile .social .fa-facebook-messenger {
	background: #0084ff;
}

body.profile .profile .social .fa-facebook-f {
	
    background: #1877f2;
}
body.profile .profile .social .fa-instagram {
	
    background: #ed4956;
}
body.profile .profile .social .fa-twitter {
	
    background: #1da1f2;
}

body.profile .profile .social .fa-telegram-plane {
	
    background: #1d98dc;
}


body.profile .profile .social .fa-weibo {
	
    background: #e1162c;
}



body.profile .profile .social .fa-linkedin-in {
	
    background: #0073b1;
}


body.profile .profile .social .fa-youtube {
	
    background: #cc0000;
}

@media screen and (min-width:768px) {
	
	body.profile .profile .wrap {
		display: table;
		margin: auto;
		position: relative;
	}
	body.profile .profile .media {
	display: table-cell;	
		vertical-align: top;
	}
	
	
	body.profile .profile .txt {
		vertical-align: top;
			display: table-cell;
		text-align: left;
		padding-left:2em;
		padding-top:1em;

	}
	
	body.profile .profile .txt .content-title {
		 text-align: left;
		
    padding-right: 13em;
}
	
	body.profile .profile .txt .social {

    position: absolute;
    top: 1em;
    right: 1.5em;
    max-width: 13.2em;
    text-align: right;
    padding-left: 4.2em;
	}
	
	
	body.profile .profile .txt .social span.label {
	
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
    white-space: nowrap;
    text-align: right;
line-height: 2.5em;
	}
	
}

/* Media > Video Start */
.single-video .video {
background:#000;
}

.single-video .info .wrap {
    max-width: 48em;
    margin:3em auto;
}


.single-video .info .content-title {
    text-align: left;
}
.single-video .video iframe {
    width:100%;
    max-width:80em;
    display: block;
    margin: auto;
}
/* Media > Video End */





/* Single Property Start */

/*.single.property main {
	padding-top:7em;
}*/

.single.property main,
.single.building main, 
.single.district main {
    /*
	margin-bottom:2em;
    */
}
.single.property .info .content-title {
margin:0;
}
.single.property .info {
    text-align:center;
}
.single.property .info .wrap>.divider {
	margin:1.5em auto;
}

.single.property .info .types {
    font-size:87.5%;
	margin-bottom:1em;
}
.zh.single.property .info .types {
	margin-bottom:1.5em;
}
.single.property .info .types  .divider,
.single.property .info .types  .type {
	color:#F37020;
}
.single.property .info .types  .list_type {
	    color:#888;
}
.single.property .info .address {
    color:#888;
    font-size:87.5%;
}

.single.property .info .price {
	font-size:175%;
	margin:0em auto 0.5em auto;
}

.single.property .price-remark {
    font-size:60%;
    display: block;
    margin-top:0.5em;
}

.single.property .info .cta {
	margin:1em auto 0 auto;
}
.single.property .info .cta a {
	padding:0.8em 1.6em;
}

.single.property section.detail {
	
	max-width: 48em;
	margin:0 auto 2em auto;
} 
.single.building .intro,
.single.property .intro {
	
	margin:2em auto;
} 
.single.building .desc,
.single.property .desc {
	
	max-width: 48em;
	margin: 2em auto;
}
.single.property .detail>div>div {
	border-bottom:1px solid #ccc;
	text-align: center;
	padding:0.8em 0;
}

.single.property .summary>div {
	display:inline-block;
    padding:0.6em  ;
	vertical-align: middle;
    width:32%;
}


@media screen and (min-width:768px) {
    
.single.property .summary>div {
     
    width: auto;
    padding: 0.6em 5%;
	
    }
}
.single.property .summary span {
margin: auto;
	display: block;
}


.single.property .summary span.label {
	font-size:75%;
	color:#F37020;
}
.single.property .summary span.value {
	margin:0.05em auto;
	font-size:125%;
}
.single.property .summary span.price {
	font-size:75%;
    display: block;
}
.single.property .room {
/*margin-top:-1px;	*/
}
.single.property .room>div {
    display: inline-block;
    padding: 0.6em ;
    width:47%;
}

@media screen and (min-width:768px) {
    
    .single.property .room>div {
        
    width: auto;
    padding: 0.6em 5%;
		
    }
}
.single.property .room .icon {
    width:3.125em;
    height:1.4375em;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin:auto;
}

.single.property .room .bedroom .icon {
    background-image:url(images/icon-bedroom.png);
}

.single.property .room .bathroom .icon {
    background-image:url(images/icon-bathroom.png);
}
.single.property .room .carpark .icon {
    background-image:url(images/icon-carpark.png);
}
.single.property .room .maidroom .icon {
    background-image:url(images/icon-maidroom.png);
}

.single.property .room .value {
    font-size:75%;
    display: block;
    margin:auto;
    margin-top:0.4em;

    white-space: nowrap;
}

.single.property .other {
    text-align:left;
}
.single.property .other>div {
    padding:0.6em 1%;
    display: inline-block;
    vertical-align: top;
    width:49%;
}
.single.property .other span {
    font-size:87.5%;
    display: block;
}


.single.property .other span.value {
  
    display: inline-block;
}
.single.property .other .label {
    color:#F37020;
    font-size: 75%;
    text-transform: uppercase;
}

.single.district section.enquiry,
.single.property section.enquiry {
    background-color:rgba(39,30,23,0.05);

    border-bottom: 1px solid #ccc;
}
.single.district section.enquiry .wrap,
.single.property section.enquiry .wrap {
    max-width:48em;

    padding-top: 1em;
    padding-bottom: 1em;
}

.single.district .enquiry .wrap input:not([type="submit"]),
.single.district .enquiry .wrap textarea,
.single.property .enquiry .wrap input:not([type="submit"]),
.single.property .enquiry .wrap textarea{
background:#fff!important;
}
.single.district .enquiry .btn-default,
.single.property .enquiry .btn-default {
	
    margin: auto;
    display: block!important;
}

@media screen and (min-width:480px) {
    .single.property .other>div {
        width:28%;
    }
}
/*
@media screen and (min-width:768px) {
    .single.property .other>div {
        width:19%;
    }
}*/
.single.property section.gallery,
.single.property section.cover  {
    margin: 2em auto 0 auto;
    overflow: hidden;
    width:100%;
}
.single.coverage .slideshow .item img,
.single.property .gallery .photos .item img,
.single.property .cover .wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width:61em;
    margin:auto;
}

.single.coverage .slideshow .item img,
.single.property .gallery .photos .item img {
    max-width: none;
}

.single.coverage .slideshow .item img,
.single.property .gallery .photos .item img,
.single.property .cover .wrap {
    height:30em;
} 
.ver.single.property .cover .wrap {
    height:30em;
}

@media screen and (min-width:1024px) {
.hor.single.coverage .slideshow .item img,
.hor.single.property .gallery .photos .item img,
    .hor.single.property .cover .wrap {
        height:30em;
    }
.uwide.hor.single.coverage .slideshow .item img,
.uwide.hor.single.property .gallery .photos .item img,
    .uwide.hor.single.property .cover .wrap {
        height:30em;
    } 
}
.single.coverage .slideshow .item img,
.single.coverage .slideshow .item img,
.single.property .gallery .photos .item img {
    display: block;
}
.single.coverage .slideshow .swiper-container,
.single.property .gallery .photos .swiper-container {
    width: 100%;
    height: 100%;
	overflow: visible;
}
.single.coverage .slideshow .swiper-container,
.single.property .gallery .photos .swiper-container {
	position: relative;
		margin-bottom:1em;
}
.single.coverage .slideshow .swiper-slide,
.single.property .gallery .photos .swiper-slide {
    width:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.single.coverage .slideshow .swiper-container .prev-next>div:hover,
.single.property .gallery .photos .swiper-container .prev-next>div:hover {
	background:#fff;
	border-radius: 100%;
	
}
.single.coverage .slideshow .swiper-container .pagination,
.single.property .gallery .swiper-container .pagination {

    max-width: 768px;
    bottom: -1.5em;
}


.single.property .gallery .thumbs {
    position: relative;
    max-width: 64em;
    margin: auto;
    width:100%;
}


.single.property .gallery .swiper {
    width:100%;
    overflow: hidden;
}

.single.property .gallery .thumbs .wrap {
    padding:0 2em;
}
.single.property .gallery .thumbs .next,
.single.property .gallery .thumbs .prev {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:1em;
    height:2em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.single.property .gallery .thumbs .swiper-button-disabled {
    opacity: 0;
    cursor: default;
}
.single.property .gallery .thumbs .next {
    right:0;
}
.single.property .gallery .thumbs .prev {
    left:0;
}
.single.property .swiper-thumbs {
    overflow: hidden;
}
/*
.single.property .swiper-thumbs .swiper-wrapper {
    justify-content: center;
}*/
.single.property .thumbs .swiper-slide.swiper-slide-thumb-active {
opacity: 0.4; 
}
.single.property .thumbs .swiper-slide figure {
    position: relative;
    margin:0;
    display: block;
    width: 100%;
    padding-bottom:66.7%;
}
.single.property .thumbs .swiper-slide img {
    position: absolute;
    margin:0;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;

}

.single.property .additional-info {
    margin: 0 auto;
}
.single.property .additional-info .content {
    text-align: center;
}

.single.property .additional-info .content div {
    display: inline-block;
    vertical-align: middle;
}

.single.property .additional-info .content>div {
    margin:0 1em;
}
.single.property .additional-info .content .label {
    font-size: 75%;
 
}
.single.property .additional-info .content .value {
    font-size: 75%;
 
}

.custom.section.google-map .wrap {
    max-width:100%;
    padding:0;
}
.custom.section .gmap-wrap *,
.single.building .gmap-wrap *,
.single.district .gmap-wrap *,
.single.property .gmap-wrap * {
max-height:none;
}
 .gmap-wrap {
	position: relative;
	z-index: 1;
}

.custom.section .gmap-wrap,
.custom.section #gmap,
.single.building .gmap-wrap,
.single.building #gmap,
.single.district .gmap-wrap,
.single.district #gmap,
.single.property .gmap-wrap,
.single.property #gmap{
    height:30em;
    
}

.custom.section .gmap-wrap,
.single.building .gmap-wrap,
.single.district .gmap-wrap,
.single.property .gmap-wrap {
    margin-top: -1px;
}

.custom.section .google_map_attr,
.single.building .google_map_attr,
.single.district .google_map_attr,
.single.property .google_map_attr {
 
}

.single.property .building-district {
    padding-top:4em;
    padding-bottom:4em;
    background-color: #F9F4EB;
}


.single.property .building-district .wrap {
    display: flex;
        flex-direction: column;
        gap: 4em;
}
.single.property .building-district .wrap>div {
/*
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-top:-1px;
    padding:2em 0 ;
*/
}

.single.district .info ,
.single.building .info {
	margin-bottom:2em;

    background-color:#F9F4EB;
}

.single.district .info .wrap,
.single.building .info .wrap {
    padding-top:1em;
    padding-bottom:1em;
}

@media screen and (min-width:768px) {

.single.district .info .wrap,
.single.building .info .wrap {
    padding-top:2em;
    padding-bottom:2em;
}
}
.single.district .info .txt,
.single.building .info .txt,
.single.property .building-district .txt {
    margin-top:1em;
}

.single.district .info .media,
.single.building .info .media,
.single.property .building-district .media {

    margin:auto;
}

@media screen and (min-width:768px) {

.single.district .info .wrap,
.single.building .info .wrap,
.single.property .building-district .wrap>div {
    display: flex;
    gap: 2em;
    align-items: start;
} 
.single.district .info .media,
.single.district .info .txt,
.single.building .info .media,
.single.building .info .txt,
.single.property .building-district .media,
.single.property .building-district .txt {
display:table-cell;
vertical-align: top;
display: block;
margin:0;
}

.single.district .info .media,
.single.building .info .media,
.single.property .building-district .media {
    width:auto;

    width:calc((100% - 2em) * 0.4);
    /*padding-right:3%;*/
}
	
.single.district .info .txt,
.single.building .info .txt,
.single.property .building-district .txt {

    width:calc((100% - 2em) * 0.6);
}
}

.single.district .info .media .img,
.single.building .info .media .img,
.single.property .building-district .img {
    width:100%;
    padding-bottom:60%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single.district .info .txt,
.single.building .info .txt,
.single.property .building-district .txt {
    text-align:left;
}

.single.district .info .type,
.single.building .info .type,
.single.property .building-district .type {

    color:#F37020;
    font-size: 75%;
    text-transform: uppercase;
}

.single.district .info .content-title,
.single.building .info .content-title,
.single.property .building-district .content-title {

    margin: 0.5em 0 0 0;
    font-size:80%;
    text-align:left;
}

.single.district .info .intro,
.single.building .info .intro,
.single.property .building-district .intro {
    margin: 0.5em 0 0 0;
    font-size:87.5%;
}
.single.district .info .intro .content {
    text-align: left;
}
.single.property .building .age,
.single.property .building .facility {
    margin: 0.5em 0 0 0;
    font-size:87.5%;
}
.single.property .building-district .building .detail>div,
.single.building .info .detail>div {
    margin: 0.5em 0 0 0;
    font-size:87.5%;
}
.single.building .info .facility {

    margin: 0.5em 0 0 0;
}
.single.property .building-district .building .address,
.single.building .info .address {
    margin: 0.25em 0 0 0;
    font-size:87.5%;
    color:#888; 
}

.single.property .building-district .cta {
    margin:1em 0 0 0;
    text-align:left;
}
.single.property .building-district .cta a {
font-size:75%;
padding: 0.6em;
}

.single.property .building-district .building .detail .label,
.single.building .info .detail .label,
.single.property .building .age .label,
.single.property .building .facility .label {
    color:#F37020;
  
}

 
.single.property .building-district .building .detail .value::before,
.single.property .building-district .building .address span:nth-child(n+2)::before,
.single.property .info .address span:nth-child(n+2)::before,
.single.building .info .address span:nth-child(n+2)::before,
.single.building .info .detail .value::before,
.single.property .building .age .value::before,
.single.property .building .facility .value::before {
content: "\2022";
color:#F37020;
padding-right:0.3em;
}
/* Single Property End */




.single.property .info .address span:nth-child(n+2)::before {
    padding: 0 0.3em;
}

/* Search Result New Start */
.global.finder {
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    display: table;
    width: 100%;
}


.container>.global.finder {

    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-120%);
    background: #fff;
    box-shadow: 0 0 0.5em #ccc;
}

.container>.global.finder.active {
    transform: translateY(0);
}



main .global.finder {
position: fixed;
top:0;
left:0;
right:0;
margin-top:6em;
z-index: 100;
transition-duration: 0.1s;
}
main .sticky.global.finder {
    background:#fff;
    margin-top: 3.5em;
}

.container>.global.finder .finder,
.container>.global.finder .close {
    display: table-cell;
    vertical-align: middle;
    
    padding: 0em 1em 0em 1em;
}

.container>.global.finder .finder {

    width: 100%;
    position: relative;
    padding-right: 0;
}

.global.finder .close a {
    background-image: url(images/global-finder-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    width: 1em;
    height: 1em;
    display: block;
}
.global.finder .searchandfilter ul {
    margin:0;
    padding:0;
}

.global.finder .searchandfilter ul li {
    padding:0;
}
.global.finder .searchandfilter label {
    display: block;
}

.global.finder .sf-field-post_type {

    margin: 0.6em 0;
}

.global.finder .sf-field-post_type label {
    display: inline-block;
/*    padding-right: 0.25em;

    border-radius: 0.2em;
    background-color:#e9e8e8;*/
}
.global.finder .sf-field-post_type select { 
    border: none;
    border-radius: 0.4em;
    font-size: 87.5%;
    padding: 0.4em 0.4em;
    outline: 0;
    background-color: #e9e8e8;
    display: inline-block;
    
}

.global.finder .sf-field-search input {

    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 125%;
    padding: 0.6em 2em 0.6em 0;
    outline: 0;
    display: block;
}

.global.finder .sf-field-submit {
    width: 1.25em;
    height: 1.25em;
    background-image: url(images/search-toggle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
   
    top: 0.9em;
    right: 0em;
	overflow: hidden;
}

.global.finder .sf-field-submit input {

    width: 2em;
    height: 2em;
    opacity: 0;
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:768px) {

.global.finder .searchandfilter ul {
    display:table;
    width:100%;
}


.global.finder .sf-field-search,
.global.finder .sf-field-post_type {
    display: table-cell;
    vertical-align: middle;
}

.global.finder .sf-field-search {
    width:100%;
}

.global.finder ul li.sf-field-post_type {
    padding:1em 2.2em 1em 0;
}

.global.finder ul li.sf-field-post_type select {
    padding:0.6em;
}

.global.finder .sf-field-submit {

    top: 1.45em;
}
.container>.global.finder .sf-field-search input {
    border:none;
}
}

.search main {
    padding-top: 12em;
}


.search main .no-result {
    margin:2em auto;
    text-align:center;
}
.search main .global.finder .finder {
    position: relative;
}

.search .listing .item .type {
	margin: 0;
}
.search .listing .item .project-title {
	margin:0.5em 0 0 0;
}
.search .search-filter-scroll-loading {
	
    margin: 2em auto;
}
@media screen and (min-width:768px) {

.search main {
    padding-top: 9em;
}

.search .listing .item .type {
	margin: 1em 0 0 0;
}
.search main .global.finder .sf-field-search {
    padding-right:1em;
}
.search main .global.finder .sf-field-search input {
padding:0em 0em 0.5em 0;
}
}
/* Search Result New End */

/* Property Search Start */
.property-search .cover {
    display:table;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.property-search .cover .wrap {

    background-color:rgba(39,30,23,0.05);
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
}

.property-search .cover .project-title {

}
.property-search .listing.property .wrap {

    padding-top: 1em;
    padding-bottom: 1em;

}
@media screen and (min-width:768px) {
    .property-search .listing.property .wrap {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}
.property-search .cover .project-title{
    color:#fff;
    text-align: center;
     
}
.property-search main {
	padding-top:7em;
    overflow: visible;
}
.property.finder .finder {
    background-color: rgba(39,30,23,0.95);
    /*padding:1.5em ;*/
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.property.finder .wrap .finder{
    position: relative;
    margin-top: -5em;
}
/*
.property.finder.sticky .wrap .finder {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    margin:0;
}*/
@media screen and (max-width:767px) {
 
 .property.finder.expand {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100vh;
    z-index: 1001;
    overflow-y:auto;
    font-size:120%;
}

.property.finder.expand input[type="text"],
.property.finder.expand input[type="number"] {
    font-size:100%;
}
.property.finder.expand .sf-field-post-meta-bedroom input {
    width:4em!important;
}
.property.finder.expand .wrap {
    padding:0;
}
.property.finder.expand .wrap .finder .more {
bottom:6em;
}
 .property.finder.expand .finder {

    padding-bottom:5em;
    margin-top:0;
}

}
.property.finder .wrap .finder .more {
    position: absolute;
    bottom:0;
    right:0;
    
    padding: 2.1em 1.5em;
    cursor:pointer;font-size: 87.5%;
    color:#fff;
}


.property.finder .wrap .finder .more .material-icons {

    display: inline-block;
    vertical-align: middle;
    margin-top: -0.1em;
}
.property.finder form ul, 
.property.finder form li {
	padding:0;
}
.property.finder form>ul {
    padding:1.5em;
}
.property.finder .sf-field-taxonomy-property_type li:nth-child(n+3) {
	display: none;
}

.property.finder .sf-field-taxonomy-property_type input[type=checkbox] {
	display: none;
}

.property.finder .buy-sell-keyword-wrap {
display:flex;
   
    padding: 1.5em 1.5em 0em 1.5em;
    margin-bottom: 0.75em;
}

.property.finder .sf-field-submit {
   /* padding: 0em 1.5em 1.5em 1.5em;*/
    margin-top: 0.75em;
    text-align: left;
    margin:0;
}
.property.finder .sf-field-taxonomy-property_type,
.property.finder .sf-field-search {
	margin: 0 0 1em 0;
    float:left;
}
@media screen and (min-width:768px) {

.property.finder .sf-field-search {
    width:79%;
}

}
@media screen and (min-width:1024px) {

.property.finder .sf-field-search {
    width:84%;
}

}

.property.finder .sf-field-taxonomy-property_type ul {
display:flex;
}

 

.property.finder .sf-field-taxonomy-property_type label {
	background-color: rgba(255,255,255,0);
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	color:#fff;
    padding: 0.6em 0.8em;
    display: block;
    cursor:pointer;
    white-space: nowrap;
    font-size:87.5%;
    margin-right:1em;
    min-width:4em;
    text-align: center;
    border:1px solid #fff;
    
}
.property.finder .sf-field-taxonomy-property_type label:hover {

	background-color: rgba(255,255,255,0.4);
}
.property.finder .sf-field-taxonomy-property_type input[type=checkbox]:checked + label{

 color:#271e17;
	background-color: rgba(255,255,255,1);
}
 
.property.finder .sf-field-search label {
	display: block;
}


.property-search .no-result {
    margin:2em auto;
}
.property.finder .sf-field-submit input:hover {
    opacity: 0.8;
}
.property.finder .sf-field-search input {
	
    display: block;
    width: 100%;
    border: 1px solid #fff; 
    padding: 0.8em 0.8em;
    font-size:87.5%;
    background:none;
    color:#fff;
}

.property.finder .sf-input-checkbox {
	background:#ddd;
	
}
.property.finder .searchandfilter .noUi-connect  {
    background-color:#F37020;
}
.property.finder .check-wrap .sf-input-checkbox:checked {
		background:#F37020;
}
.property.finder .sf-input-checkbox {
	margin:0 0.5em 0 0;	
}
.property.finder .sf-field-search {
 
}

/*
.property.finder .more-wrap>li {
    overflow:hidden;
}


.property.finder .more-wrap>li.expand {
    overflow:visible;
}*/

.property.finder .more-wrap>li.sf-field-post-meta-price_sale,
.property.finder .more-wrap>li.sf-field-post-meta-price_lease {
/*	display: none;*/
}

.property.finder .more-wrap>li.sf-field-post-meta-price_sale.appear,
.property.finder .more-wrap>li.sf-field-post-meta-price_lease.appear {
	display: block;
}

.property.finder .more-divider {
    height:0px;
    background-color:rgba(255,255,255,0.3);
    
    display: none;
}

.property.finder.expand .more-divider {

    height: 1px;
    margin: 0.5em 1.5em 1em 1.5em;
}
.property.finder form ul>li.option {
height:0;
    padding:0;
    overflow: hidden;
    transition-duration: 0.4s;
    opacity: 0;
}

.property.finder .sf-field-post-meta-price_sale,
.property.finder .sf-field-post-meta-price_lease,
.property.finder .sf-field-post-meta-bedroom,
.property.finder .sf-field-post-meta-area_sale {
    color:#fff;
    
    
    
}



.property.finder.expand form ul li.option {
     opacity: 1;
    height:auto;
    margin: 1em 0;
}

.property.finder.expand .sf-field-post-meta-price_sale.option,
.property.finder.expand .sf-field-post-meta-price_lease.option ,
.property.finder.expand .sf-field-post-meta-bedroom.option ,
.property.finder.expand .sf-field-post-meta-area_sale.option  {
    margin: 1em 0;
    overflow: visible;
}
.property.finder .sf-field-post-meta-price_sale  .meta-slider,
.property.finder .sf-field-post-meta-price_lease .meta-slider,
.property.finder .sf-field-post-meta-bedroom .meta-slider,
.property.finder .sf-field-post-meta-area_sale .meta-slider {
    max-width: 100%;
    margin : 1em 0.5em 1.5em 0;
}

.property.finder .sf-field-post-meta-price_sale>h4,
.property.finder .sf-field-post-meta-price_lease>h4,
.property.finder .sf-field-post-meta-bedroom>h4,
.property.finder .sf-field-post-meta-area_sale>h4 {
    padding:0;
    margin-bottom:1em;
    font-size:87.5%;
}

/*
.test .property.finder [data-sf-field-input-type="range-slider"] h4,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) h4,*/
.property.finder .sf-field-taxonomy-property_listing_type h4,
.property.finder .sf-field-taxonomy-property_view h4,
.property.finder .sf-field-post-meta-district h4,
.property.finder .sf-field-taxonomy-property_outdoor_space h4,
.property.finder .sf-field-taxonomy-property_nature h4 {
    background-color:rgba(255,255,255,0.8);
    padding: 0.5em 1em;
    cursor:pointer;
    z-index: 2;
    white-space: nowrap;
    font-size:87.5%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
}
/*
.test .property.finder [data-sf-field-input-type="range-slider"].expand h4,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).expand h4,*/
.property.finder .sf-field-taxonomy-property_listing_type.expand h4,
.property.finder .sf-field-taxonomy-property_view.expand h4,
.property.finder .sf-field-post-meta-district.expand h4,
.property.finder .sf-field-taxonomy-property_outdoor_space.expand h4,
.property.finder .sf-field-taxonomy-property_nature.expand h4 {
      background-color:rgba(255,255,255,1);
}

 /*
.test .property.finder [data-sf-field-input-type="range-slider"] h4>.material-icons,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) h4>.material-icons,*/
.property.finder .sf-field-taxonomy-property_listing_type h4>.material-icons,
.property.finder .sf-field-taxonomy-property_view h4>.material-icons,
.property.finder .sf-field-post-meta-district h4>.material-icons,
.property.finder .sf-field-taxonomy-property_outdoor_space h4>.material-icons,
.property.finder .sf-field-taxonomy-property_nature h4>.material-icons {
    position: absolute;
    top:0;
    right:0;
    
    padding: 0.3em 0.25em;
    font-size: 1.5em;

}
 /*
.test .property.finder [data-sf-field-input-type="range-slider"] ul,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul,*/
.property.finder .sf-field-taxonomy-property_listing_type .options-wrap,
.property.finder .sf-field-taxonomy-property_view .options-wrap,
.property.finder .sf-field-post-meta-district .options-wrap,
.property.finder .sf-field-taxonomy-property_outdoor_space  .options-wrap,
.property.finder .sf-field-taxonomy-property_nature .options-wrap {
    padding:0em 1em 0em 1em;
    height: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    opacity: 0;
    background:#fff;
}
/*
.test .property.finder.expand [data-sf-field-input-type="range-slider"] {
    text-align: left;
    overflow: hidden;

    margin: 1em 1.5em 1em 1.5em;
}*/

/*
.test .property.finder [data-sf-field-input-type="range-slider"].expand,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).expand,*/
.property.finder .sf-field-taxonomy-property_listing_type.expand,
.property.finder .sf-field-taxonomy-property_view.expand,
.property.finder .sf-field-post-meta-district.expand,
.property.finder .sf-field-taxonomy-property_outdoor_space.expand,
.property.finder .sf-field-taxonomy-property_nature.expand {
    overflow: visible;

    z-index: 99;
}
/*
.test .property.finder [data-sf-field-input-type="range-slider"].expand ul,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).expand ul,*/
.property.finder .sf-field-taxonomy-property_listing_type.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_view.expand  .options-wrap,
.property.finder .sf-field-post-meta-district.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_outdoor_space.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_nature.expand  .options-wrap {
    padding:1em 1em 0.5em 1em;
    opacity: 1;
  /*  max-height: 7.5em; */
    margin-top: 0.1em;
    height: auto;

    z-index: 10;
}
/*
.test .property.finder [data-sf-field-input-type="range-slider"].expand ul,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).expand ul,*/
.property.finder .sf-field-taxonomy-property_listing_type.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_view.expand  .options-wrap,
.property.finder .sf-field-post-meta-district.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_outdoor_space.expand  .options-wrap,
.property.finder .sf-field-taxonomy-property_nature.expand  .options-wrap {
    padding:0.5em 1em 0.5em 1em;
}
/*
.test .property.finder [data-sf-field-input-type="range-slider"].option,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).option,*/
.property.finder .sf-field-taxonomy-property_listing_type.option,
.property.finder .sf-field-taxonomy-property_view.option,
.property.finder .sf-field-post-meta-district.option,
.property.finder .sf-field-taxonomy-property_outdoor_space.option,
.property.finder .sf-field-taxonomy-property_nature.option,
.property.finder .multiple-select {
   text-align: left;
   color:#000;
    position: relative;

}

.property.finder [data-sf-field-input-type="checkbox"] .options-wrap .area {
    padding:0.5em 0;
} 
.property.finder [data-sf-field-input-type="checkbox"] .options-wrap .district {
    padding:0 0 1em 0;
    
} 
.property.finder [data-sf-field-input-type="checkbox"] .options-wrap h5 {
    margin:0 0 0.5em 0;
    font-size:1.2em;
    padding:0 0 0.25em 0;
    border-bottom:1px solid #ccc;
}
.property.finder [data-sf-field-input-type="checkbox"] .options-wrap h6 {
    margin:0;
    font-size:1em;
}

.property.finder  :not(.sf-field-taxonomy-property_type) .options-wrap .items li {
    display: flex;
}
@media screen and (min-width:768px) {
    .property.finder  [data-sf-field-input-type="checkbox"]  .options-wrap {
    position: absolute;
    box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, 0.2);
    top: 2em;
    width: 100%;
    }
    .property.finder  .sf-field-taxonomy-property_type .options-wrap {
        position: relative;
        box-shadow: none;
        top: auto;
        width: 100%;
        }
    .property.finder .sf-field-post-meta-district.expand .options-wrap {
        width:204.1%;
        overflow: hidden;
    }
    .property.finder .sf-field-post-meta-district .hong-kong-island {
        width:73%;
        float:left;
    }
    .property.finder .sf-field-post-meta-district .new-territories,
    .property.finder .sf-field-post-meta-district .outlying-islands,
    .property.finder .sf-field-post-meta-district .kowloon {
        margin-left:75%;
    }

    .property.finder .sf-field-post-meta-district.expand .options-wrap .district {
        width:31%;
        float:left;
        margin-right: 2%;
    }
}
/*
.test .property.finder [data-sf-field-input-type="range-slider"] label,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) label,*/
.property.finder .sf-field-taxonomy-property_listing_type label,
.property.finder .sf-field-taxonomy-property_view label,
.property.finder .sf-field-post-meta-district label,
.property.finder .sf-field-taxonomy-property_outdoor_space label,
.property.finder .sf-field-taxonomy-property_nature label {
    font-size:87.5%;
    padding-left:0;
}

/*
.test .property.finder [data-sf-field-input-type="range-slider"] {
    color:#000;
}
.test .property.finder .sf-meta-range-slider {
 display: none;
}

.test .property.finder [data-sf-field-input-type="range-slider"] h4 {
    position: relative;
    top:auto;
    left:auto;
    text-align: left;
    margin:0;
}
.test .property.finder [data-sf-field-input-type="range-slider"] ul li,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul li {
    text-align: left;
    display: flex;
    align-items: center;
    gap:0.5em;
    padding:0.2em 0;
    }
    .test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul li .checkbox ,
    .test .property.finder [data-sf-field-input-type="range-slider"] ul li .checkbox {
    display: block;
    font-size:1.25em;
    width: 1em;
    height: 1em;
    border-radius: 0.2em;
    border:1px solid #ccc; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
 
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul li .checkbox input {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul li.checked .checkbox ,
.test .property.finder [data-sf-field-input-type="range-slider"] ul li.checked .checkbox {
    background-color: #F37020;

    border:1px solid #F37020;
}

.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type) ul li.checked .checkbox:after ,
.test .property.finder [data-sf-field-input-type="range-slider"] ul li.checked .checkbox:after {

    content: '\2714';
    font-size: 0.8em;
    color: #fff;
    line-height: 1;

}
*/
.property.finder .more-wrap {
    overflow: hidden;
    opacity: 0;
    height:0;
    margin:0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
 
.property.finder.expand .more-wrap {
 margin-bottom:1em;
    opacity: 1;
    height:auto;
    overflow: visible;
}
.property.finder .slider-dropdown-divider {width:100%;
margin:0;
padding:0;
opacity: 0;}
.property.finder .sf-field-post-meta-price_sale .sf-meta-range-slider>span,
.property.finder .sf-field-post-meta-price_sale .sf-meta-range-slider>label,
.property.finder .sf-field-post-meta-price_lease .sf-meta-range-slider>span,
.property.finder .sf-field-post-meta-price_lease .sf-meta-range-slider>label {
display:inline-block;
vertical-align: middle;
}

.property.finder .sf-field-post-meta-price_sale,
.property.finder  .sf-field-post-meta-price_lease {
    display: none;
    }
.property.finder  .sf-field-post-meta-price_sale.appear,
.property.finder  .sf-field-post-meta-price_lease.appear {
	display: block;
}
    
.property.finder .sf-field-post-meta-price_sale .sf-meta-range-slider>span.sf-range-prefix,
.property.finder .sf-field-post-meta-price_lease .sf-meta-range-slider>span.sf-range-prefix {
    margin-right:0.2em;
}

.property.finder .sf-field-post-meta-area_sale .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-bedroom .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-price_sale .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-price_lease .sf-meta-range-slider>label input {
    border-radius:0.2em;
    padding:0.4em;
    margin:0;
    border:1px solid #ccc;

    max-width: 7em;
    width: auto;
}

.property.finder.expand .check-wrap {
    margin-bottom:0.5em;
}

.property-search .cover{
	width:100%;
}
.ver.property-search .cover{
    height:calc(100vw * 1);
}

.hor.property-search .cover {
    height:calc(100vw * 0.4);
    
}
.hor.uwide.property-search .cover {
    height:calc(100vw * 0.3);
}


.property-search .listing .item .txt>.type {
	display: none;
}
.search .listing .item .txt>.detail {
	display: none;
}


@media screen and (min-width:425px) {

.property.finder .sf-field-post-meta-price_sale.option,
.property.finder .sf-field-post-meta-price_lease.option,
.property.finder .sf-field-post-meta-bedroom.option,
.property.finder .sf-field-post-meta-area_sale.option {
position: relative;
    text-align: right;
}
    

.property.finder .sf-field-post-meta-price_sale h4,
.property.finder .sf-field-post-meta-price_lease h4,
.property.finder .sf-field-post-meta-bedroom h4,
.property.finder .sf-field-post-meta-area_sale h4 {

    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em 0;
}
    
            
.property.finder .sf-field-post-meta-price_sale.option .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-price_lease.option .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-bedroom.option .sf-meta-range-slider>label input,
.property.finder .sf-field-post-meta-area_sale.option .sf-meta-range-slider>label input {
    text-align: left;
}
}
@media screen and (min-width:768px) {

    .property.finder form>ul {
        display: flex;
        flex-wrap:  wrap ;
        justify-content:space-between;
        padding:1.5em;
    }


    .property.finder form>ul>li {
        /*width:50%;*/
    }
    .property.finder .buy-sell-keyword-wrap {
        width:100%;

    padding: 0 0 0 0;
    }
    
    
.property.finder .sf-field-submit {
    padding: 0em 0 0 0;
    width:100%;
}
.property.finder.expand .more-divider {
    height: 1px;
    margin: .5em 0em 1em 0em;
    width: 100%;
}

	.property-search .cover h1 {
		font-size:325%;
	}
    

.property.finder.expand .sf-field-post-meta-price_sale.option,
.property.finder.expand .sf-field-post-meta-price_lease.option,
.property.finder.expand .sf-field-post-meta-bedroom.option,
.property.finder.expand .sf-field-post-meta-area_sale.option {


    width: 48%;
    /* display: inline-block; */
    vertical-align: top;
    
    margin:  0 ;
}

/*.test .property.finder.expand [data-sf-field-input-type="range-slider"].option,
.test .property.finder.expand [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).option,*/
.property.finder.expand .sf-field-taxonomy-property_listing_type.option,
.property.finder.expand .sf-field-taxonomy-property_view.option,
.property.finder.expand .sf-field-post-meta-district.option,
.property.finder.expand .sf-field-taxonomy-property_outdoor_space.option,
.property.finder.expand .sf-field-taxonomy-property_nature.option {

    width: 49%;
    vertical-align: top;

    margin: 0 0 1em 0;
}


.property.finder .more-wrap>li:nth-child(2n+1) {

}


.property.finder .more-wrap>li {
  
}
	



.property.finder .sf-field-post-meta-price_sale.expand,
.property.finder .sf-field-post-meta-price_lease.expand,
.property.finder .sf-field-post-meta-bedroom.expand,
.property.finder .sf-field-post-meta-area_sale.expand {
    display:inline-block;
}
/*.test .property.finder [data-sf-field-input-type="range-slider"]>ul,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type)>ul,*/
.property.finder .sf-field-taxonomy-property_listing_type>ul,
.property.finder .sf-field-taxonomy-property_view>ul,
.property.finder .sf-field-post-meta-district>ul,
.property.finder .sf-field-taxonomy-property_outdoor_space>ul,
.property.finder .sf-field-taxonomy-property_nature>ul {
    position: absolute;
    
    top: 2.15em;
    left:0;
    right:0;
    overflow: hidden;
}
/*.test .property.finder [data-sf-field-input-type="range-slider"].expand>ul,
.test .property.finder [data-sf-field-input-type="checkbox"]:not(.sf-field-taxonomy-property_type).expand>ul,*/
.property.finder .sf-field-taxonomy-property_listing_type.expand>ul,
.property.finder .sf-field-taxonomy-property_view.expand>ul,
.property.finder .sf-field-post-meta-district.expand>ul,
.property.finder .sf-field-taxonomy-property_outdoor_space.expand>ul,
.property.finder .sf-field-taxonomy-property_nature.expand>ul {

    box-shadow: 0 0.1em 0.2em #271e17;
}
.property.finder .finder {
	
}

}


@media screen and (max-width: 767px){
/*	.property.finder .sf-field-search, .property.finder .sf-field-taxonomy-property_type {
		margin: 1em 1.5em 1em 1.5em !important;
	}
	*/
	.property.finder .sf-field-search {
        width: calc(100% - 9em);
        float: right;
	}

    .property.finder.expand .sf-field-search input {
        font-size: 87.5%;
    }
}


span.sf-input-checkbox {
    display:inline-block;
    margin: 0 0.5em 0 0;
    width: 1em;
    height: 1em;
    border-radius: 0.2em;
    border: 1px solid #ccc;
}


span.sf-input-checkbox.checked {
    background-color: #F37020;
}
/* Property Search End */


.floating-items {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 1000;
}

.floating-items .whatsapp-btn a {
    background-color: #271E17;
    /* padding: 0.75em 0.75em; */
    border-radius: 2em;
    display: block;
    /* height: 3em; */
    text-align: center;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1em;
    width: 3em;
    height: 3em;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.floating-items .whatsapp-btn a:hover {
    background-color: #F37020;
}
.floating-items .whatsapp-btn a:before  {
content: '\f232';
font-family: 'Font Awesome 5 Brands', sans-serif;
display: inline-block;
font-size: 1.5em;
font-weight: 400;
vertical-align: middle;
}


.page-content {
    margin:2em auto;
    text-align: center;
}


.property-search-2025  .search-fields {

    background-color: rgba(39,30,23,0.95);
}


.property-search-2025 .search-fields label {
    color: #fff;
}



.property-search-2025 .search-fields .wrap {
    display: flex;
    gap:1em;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 1em;
    max-width:100%;
}
@media screen and (min-width:1024px) {


    .property-search-2025 .search-fields  {
        position: relative;
        z-index: 10;
    }
    .property-search-2025 .search-fields .wrap {
        flex-direction: row;
padding: 0;
        gap: 0;

        align-items: stretch;
    }
    .property-search-2025 .search-fields .mobile-wrap {
        display: flex!important;

        width: 100%;

    }
    .property-search-2025 .search-fields .keyword {
        width: 15vw!important;
    }
    .property-search-2025 .search-fields .mobile-wrap>div {
     flex:1;
     text-align: center;
     padding:0 1vw;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .property-search-2025 .search-fields .mobile-wrap>div {
     
        border-left: 1px solid rgba(255,255,255,0.2);
        position: relative;
        cursor: pointer;
    }
    .property-search-2025 .search-fields .mobile-wrap>div:last-child {
        border-right: 1px solid rgba(255,255,255,0.2);
    }

    .property-search-2025 .search-fields .mobile-wrap>div>label{
        cursor: pointer;
        cursor: pointer;
        position: relative;
        display: block;
        width: 100%;
    }
    .property-search-2025 .search-fields .mobile-wrap>div>label>.fas {
        display: none;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.view {
        display: none!important;
    }
    .property-search-2025 .search-fields .control {
        display: none;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.active {
        background-color: rgba(255,255,255,0.1);
    }
    
    .property-search-2025 .search-fields .mobile-wrap>div .alert-dot {
        position: absolute;
        top:0;
        right:0;
        background-color: #F37020;
        color: #fff;
        border-radius: 0.25em;
        width:0.5em;
        height:0.5em;
        transform: translate(50%, -50%);
    }

    .property-search-2025 .search-fields .mobile-wrap>div .alert-dot.with-count {
        font-size: 0.875em;
        width: auto;
        height: auto;
        padding: 0.1em 0.2em 0.2em 0.2em;
        line-height: 1;
        border-radius: 1em;
        min-width: 1.25em;
    
    }
    .property-search-2025 .search-fields .mobile-wrap>div.active .control {
     display: block;   
     background-color: rgba(39, 30, 23, 0.85);
     position: absolute;
     top:100%;
     left:50%!important;
     transform: translateX(-50%);
     z-index: 1;
     width:20em;
    }


    .property-search-2025 .search-fields .mobile-wrap>div.district .control h5  {
        margin: 0 0 0.5em 0;
        font-size: 1.2em;
        padding: 0 0 0.25em 0;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.range .control {

     padding:1.5em;
    }

.property-search-2025 .search-fields .mobile-wrap>div.checkboxes .control {

    padding:1em;
}
    .property-search-2025 .search-fields .mobile-wrap>div.checkboxes .control .items {
        display: flex;
            flex-direction: column;
            align-items: start;

        color: #fff;
            gap: 0em;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.checkboxes.district .control>.items {
        display: block;

    }

    .property-search-2025 .search-fields .mobile-wrap>div.checkboxes .control .items>label {
        padding:0.25em 0;
    }


    .property-search-2025 .search-fields .mobile-wrap>div.district .control {
        min-width: 48em;
    }
    .property-search-2025 .search-fields .mobile-wrap>div.district .control .area-parent {
        margin-left:75%;     padding: 0.5em 0;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.district .control h6{
text-align: left;
    margin: 0;
    font-size: 1em;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.district .control .area-children {
    width: 31%;
        float: left;
        margin-right: 2%;    padding: 0 0 1em 0;
    }
    .property-search-2025 .search-fields .mobile-wrap>div.district .control .area-parent.hong-kong-island { 

        width: 73%;
        float: left;
        margin:0;
    }

    .property-search-2025 .search-fields .mobile-wrap>div.active .control .headline {
        display: none;
    }
    .property-search-2025 .search-fields .wrap .cta {
        width: auto!important;
    }
    .property-search-2025 .search-fields .wrap form {
        display: none;
    }
    
    .property-search-2025 .search-fields .always-show {
        width:auto!important;
        padding:1em;
    }

    .property-search-2025 .search-fields .cta  {
        padding:1em;
    }
    .property-search-2025 .search-fields .always-show .toggle {
        display: none;
    }
}
.property-search-2025 .search-fields .wrap .always-show {
display: flex;
gap:1em;
align-items: center;
width:100%;
}

.property-search-2025 .search-fields .wrap .cta {
    width: 100%;
    margin: 0;
display: flex;
    gap: 1em;
}

.property-search-2025 .search-fields .wrap .cta a.clear{
}
.property-search-2025 .search-fields .wrap .cta a{
    flex:1;
    margin:0;
    display: block;
}
.property-search-2025 .search-fields .type {
    display: flex;
    gap:1em;
    align-items: center;
}
.property-search-2025 .search-fields .type a {
    color: #fff;
}
.property-search-2025 form .submit a {
     color: #fff;
    border: 2px solid #F37020;
    cursor: pointer;
      
}
.property-search-2025 form .submit a:hover {
    background-color: #fff!important;
    border: 2px solid #fff!important;
    color: #271E17!important;
}

.property-search-2025 .search-fields .type,
.property-search-2025 form .submit {
    padding:0;
    margin:0;
}
.property-search-2025 .search-fields .keyword {
    width:100%;
}
.property-search-2025 .search-fields .keyword input {
display: block;
width:100%;
    font-size: 87.5%;
    padding: 0.8em 0.8em;
    transition-duration: 0.5s;
    line-height: 1; 
    border:none;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
color:#fff;
    border: 2px solid rgba(255,255,255,0.2);
    font-family: 'Roboto', 'Noto Sans TC', Helvetica, Arial, "sans-serif";
}

.property-search-2025 .search-fields .range input[type="number"] {

    font-family: 'Roboto', 'Noto Sans TC', Helvetica, Arial, "sans-serif";
    font-size: 87.5%;
    line-height: 1;
    padding: 0.4em 0.4em;
    text-align: center;
}
.property-search-2025 .search-fields .type a.active {
    background-color: #fff;
    color: #271E17;
}

.property-search-2025 .search-fields .range .ui-slider-range {
    background-color: #F37020;
}

.property-search-2025 .search-fields .range .ui-slider-handle {
    border-radius: 100%;
    width:1.5em;
    height:1.5em;
    border:none;

    top: -0.4em;
}

.property-search-2025 .search-fields .range .numbers {
    display: flex;
    gap:0.5em;
    align-items: center;
    margin-top:0.5em;
}

.property-search-2025 .search-fields .range .range-slider {
 margin:1em 0.5em 0 0.5em;
}
.property-search-2025 .search-fields .range input {
    display: block;
    flex: 1; 
    width: 8em;
    border-radius: 0;
    border:none; 
}
.property-search-2025 .search-fields .range .divider {
    color: #fff;
    display: block;

}
/*mobile*/
@media screen and (max-width:1023px) {
    body.property-search-expand {
        overflow: hidden;
    }
    .property-search-2025 .search-fields>div {
        
    }

.property-search-2025 .search-fields .hide-for-mobile {
    display: none;
}
.property-search-2025 .search-fields.expand .hide-for-mobile {
    display: block;
}
.property-search-2025 .search-fields.expand {
    position: fixed;
    top:0; 
    left: 0; 
    width:100%;
    height:100dvh;
    z-index: 1001;
    background-color: rgba(39,30,23,0.95);
    overflow-x: hidden;
    overflow-y: auto;
}
.property-search-2025 .search-fields.expand>div {
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
}

.property-search-2025 .search-fields .toggle {
    color:#fff;
    line-height: 1;
    cursor: pointer;
    padding:1em;
    margin:0 -1em;
   }

.property-search-2025 .search-fields.expand .toggle {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1002;
}
.property-search-2025 .search-fields .range {
    margin:1em 0;
}
.property-search-2025 .search-fields .checkboxes.district {
 margin-top:2em;
}
.property-search-2025 .search-fields .checkboxes.sort {
    margin-bottom:2em;
}

.property-search-2025 .search-fields .checkboxes label {
    display: block;
    padding:0.2em 0;
}

.property-search-2025 .search-fields .checkboxes label input {
    margin:0 0.5em 0 0 ;
}

.property-search-2025 .search-fields .checkboxes .control {
   
    position: fixed;
    top: 0;
    left: 100%;
    width:100%;
    height:100dvh;
    margin: auto;
    z-index: 102;
    background-color: rgba(39,30,23,0.95);
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.property-search-2025 .search-fields .checkboxes .control .headline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em 1em 1em 3em;
    font-weight: bold;
    background-color: rgba(39, 30, 23, 0.95);
    color: #fff;
}

.property-search-2025 .search-fields .checkboxes .control .items {

    width:100%;
    height:calc(100dvh - 3.5em);
    margin-top:3.5em;
    overflow: hidden;
    overflow-y: auto;
    padding:0em 1em 3em 1em;
}
.property-search-2025 .search-fields .checkboxes .control .headline .fas {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.25em;
}
.property-search-2025 .search-fields .checkboxes {
    margin:0;
}

.property-search-2025 .search-fields .checkboxes.district>label {
    border-top: 1px solid rgba(255,255,255,0.2);
}

 
.property-search-2025 .search-fields .checkboxes.district .area-parent h5 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5em;
}

.property-search-2025 .search-fields .checkboxes.district .area-parent{
    padding: 0.5em 0 ;
}

.property-search-2025 .search-fields .checkboxes.district .district-items{
    padding: 0.5em 0 ;
}

.property-search-2025 .search-fields .checkboxes.district .area-children h6 {
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0.5em 0;
}




.property-search-2025 .search-fields .checkboxes>label {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0.5em 2em 0.5em 0.5em;
    margin: 0 -0.5em;
    position: relative;
}

.property-search-2025 .search-fields  .alert-dot {
   display: inline-block;
   margin-left: 0.25em;
   vertical-align: top;
   width:0.4em;
   height:0.4em ;
   border-radius: 100%;
   background-color: #F37020;
}

.property-search-2025 .search-fields  .alert-dot.with-count {
    margin-left: 0.5em;

    font-size: 0.75em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}
.property-search-2025 .search-fields .checkboxes>label .fas {
    position: absolute;
    right: 0.5em;
    top: 50%;
    line-height: 1;
    margin: auto;
    transform: translateY(-50%); 
    
}
}
/* Property Search 2026 — finder UI */
body.pf2026-filters-open {
	overflow: hidden;
}
.property-finder-2026.property.finder {
	background-color: rgba(39, 30, 23, 0.95);
	color: #fff;
	padding: 1em 0; 
}
.property-finder-2026 .finder-custom {
	padding: 0;
}
.property-finder-2026 .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.property-finder-2026 .pf2026-form {
	max-width: 100%;
}
.property-finder-2026 .pf2026-bar--top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
}
.property-finder-2026 .pf2026-type-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.property-finder-2026 .pf2026-type-btn {
	cursor: pointer;
	padding: 0.45em 0.9em;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	font: inherit; 
	line-height: 1.2;
}
.property-finder-2026 .pf2026-type-btn.is-active,
.property-finder-2026 .pf2026-type-btn:hover {
	background: #fff;
	border-color: #fff;
	color: rgba(39,30,23,0.95);
}
.property-finder-2026 .pf2026-search-field-wrap {
	flex: 1 1 12rem;
	min-width: 0;
}
.property-finder-2026 .pf2026-input-keyword {
	width: 100%;
	box-sizing: border-box; 
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
    padding: 0.45em 0.9em;
    line-height: 1.2;
    font-size: 1em;
}
.property-finder-2026 .pf2026-input-keyword::placeholder {
	color: rgba(255, 255, 255, 0.55);
}
.property-finder-2026 .pf2026-btn-search {
	cursor: pointer;
	white-space: nowrap;
    /*style the button, orange button with white text*/
    background-color: #f37020;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}
.property-finder-2026 .pf2026-filter-toggle {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	padding: 0.45em 0.65em;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	font: inherit;
	border-radius: 2px;
}
.property-finder-2026 .pf2026-filter-toggle-text {
	font-size: 0.9em;
}
.property-finder-2026 .pf2026-filters {
	margin-top: 1rem;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.property-finder-2026 .pf2026-filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.property-finder-2026 .pf2026-filters-title {
	font-weight: 600;
}
.property-finder-2026 .pf2026-overlay-close {
	cursor: pointer;
	font-size: 1.75rem;
	line-height: 1;
	padding: 0.15em 0.4em;
	border: none;
	background: transparent;
	color: #fff;

    margin-right: -0.5em;
}
.property-finder-2026 .pf2026-district-block,
.property-finder-2026 .pf2026-amenities-block {
	margin-bottom: 0;
}
.property-finder-2026 .pf2026-amenities-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
	max-height: min(40vh, 18rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 0.06);
	padding: 1em;
}
.property-finder-2026 .pf2026-amenity-check-label {
	display: flex;
	align-items: flex-start;
	gap: 0.45em;
	margin: 0.35em 0;
	cursor: pointer;
	font-size: 0.875em;
	line-height: 1.35;
	color: #fff;
}
.property-finder-2026 .pf2026-amenity-check-label span {
	min-width: 0;
}
.property-finder-2026 .pf2026-amenity-cb {
	flex-shrink: 0;
	margin: 0 0.25em 0 0;
	accent-color: #f37020;
}
.property-finder-2026 .pf2026-district-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
	max-height: min(50vh, 24rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

    background: rgba(255, 255, 255, 0.06);
    padding: 1em;
}
.property-finder-2026 .pf2026-area-group {
	margin-bottom: 0.75em;
}
.property-finder-2026 .pf2026-area-heading {
	font-size: 1em;
	font-weight: 700;
    margin: 0 0 1em;
    padding-bottom: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.property-finder-2026 .pf2026-subarea-group {

    margin: 0 0 1em;
}
.property-finder-2026 .pf2026-subarea-heading {
	font-size: 0.85em;
	font-weight: 600;
	margin: 0 0 0.2em;
	color: rgba(255, 255, 255, 0.85);
}
.property-finder-2026 .pf2026-district-check-label {
	display: flex;
	align-items: flex-start;
	gap: 0.45em;
	margin: 0.35em 0;
	cursor: pointer;
	font-size: 0.875em;
	line-height: 1.35;
	color: #fff;
}
.property-finder-2026 .pf2026-district-check-label span {
	min-width: 0;
}
.property-finder-2026 .pf2026-district-cb {
	flex-shrink: 0;
	margin: 0 0.25em 0 0;
	accent-color: #f37020;
}
.property-finder-2026 .pf2026-range-row-desktop {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.property-finder-2026 .pf2026-range-block {
	margin-bottom: 0;
}
.property-finder-2026 .pf2026-d-only {
	display: none;
}
.property-finder-2026 .pf2026-range-toggle {
	align-items: center;
	box-sizing: border-box;
}
.property-finder-2026 .pf2026-range-toggle-label {
	flex: 1;
	min-width: 0;
	text-align: left;

    white-space: nowrap;
}
.property-finder-2026 .pf2026-range-toggle-chevron {
	flex-shrink: 0;
	font-size: 0.65rem;
	transition: transform 0.2s ease;
	opacity: 0.85;
}
.property-finder-2026 .pf2026-range-label {
	display: block;
	margin-bottom: 0.4em;
	font-weight: 500;
}
.property-finder-2026 .pf2026-ui-slider {
	margin: 0.75rem 0 1rem;
}
.property-finder-2026 .pf2026-range-inputs {
	display: flex; 
	align-items: center;
	gap: 0.5rem;
}
.property-finder-2026 .pf2026-input-num {
	width: 7.5rem;
	max-width: 42%;
	box-sizing: border-box;
	padding: 0.4em 0.5em;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.property-finder-2026 .pf2026-sort-block {
	display: flex;
	flex-direction: column;
}
.property-finder-2026 .pf2026-sort-options {
	display: flex;
	flex-direction: column;
	gap: 0rem;
}
.property-finder-2026 .pf2026-sort-option {
	width: 100%;
	text-align: left;
	padding: 0.5em 0.65em; 
    border: none;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font: inherit;
	line-height: 1.25;
	cursor: pointer;
    font-size: 0.78rem;
    line-height: 1.3;
}
.property-finder-2026 .pf2026-sort-option:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.2);
}
.property-finder-2026 .pf2026-sort-option.is-active {
	border-color: #f37020;
	background: rgba(243, 112, 32, 0.5);
}
.property-finder-2026 .pf2026-sort-option.is-hidden {
	display: none !important;
}
.property-finder-2026 .pf2026-range-sep {
	opacity: 0.7;
}
.property-finder-2026 .pf2026-filters-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
}
.property-finder-2026 .pf2026-btn-reset {
	cursor: pointer;
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	font: inherit;
    font-size: 0.875em;
}

.property-finder-2026 .pf2026-btn-reset:before {
    /*use broom icon from font awesome*/
    content: "\f12d"; /*broom icon*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle;
}
.property-finder-2026 .pf2026-btn-reset:hover {
	border-color: #fff;
}
.property-finder-2026 .pf2026-centanet-ref {
	margin: 1rem 0 0;
	font-size: 0.8rem;
	opacity: 0.75;
}
.property-finder-2026 .pf2026-centanet-ref a {
	color: #f37020;
	text-decoration: underline;
}
.property-finder-2026 .pf2026-m-only {
	display: none;
}
@media screen and (max-width: 1023px) {
	.property-finder-2026 .pf2026-range-row-desktop {
		flex-direction: column;
		gap: 1.25rem;
	}
	.property-finder-2026 .pf2026-range-block {
		margin-bottom: 0;
	}
	.property-finder-2026 .pf2026-range-inner {
		display: block !important;
	}
	.property-finder-2026 .pf2026-range-block[data-range="district"] .pf2026-range-toggle,
	.property-finder-2026 .pf2026-range-block[data-range="amenities"] .pf2026-range-toggle,
	.property-finder-2026 .pf2026-range-block[data-range="sort"] .pf2026-range-toggle {
		display: inline-flex;
		width: 100%;
		justify-content: space-between;
		gap: 0.35rem;
		cursor: pointer;
		padding: 0.5em 0.65em;
		border: 1px solid rgba(255, 255, 255, 0.35);
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
		font: inherit;
		line-height: 1.25;
	}
	.property-finder-2026 .pf2026-range-block[data-range="district"]:not(.is-open) .pf2026-range-inner,
	.property-finder-2026 .pf2026-range-block[data-range="amenities"]:not(.is-open) .pf2026-range-inner,
	.property-finder-2026 .pf2026-range-block[data-range="sort"]:not(.is-open) .pf2026-range-inner {
		display: none !important;
	}
	.property-finder-2026 .pf2026-range-block[data-range="district"].is-open .pf2026-range-inner,
	.property-finder-2026 .pf2026-range-block[data-range="amenities"].is-open .pf2026-range-inner,
	.property-finder-2026 .pf2026-range-block[data-range="sort"].is-open .pf2026-range-inner {
		display: block !important;
	}
	.property-finder-2026 .pf2026-range-block[data-range="district"].is-open .pf2026-range-toggle-chevron,
	.property-finder-2026 .pf2026-range-block[data-range="amenities"].is-open .pf2026-range-toggle-chevron,
	.property-finder-2026 .pf2026-range-block[data-range="sort"].is-open .pf2026-range-toggle-chevron {
		transform: rotate(180deg);
	}
	.property-finder-2026 .pf2026-m-only {
		display: flex;
	}
	.property-finder-2026 .pf2026-bar--top {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto auto;
		align-items: center;
		gap: 0.5rem 0.75rem;
	}
    #jps_apply_mobile {

        padding:0.45em 0.9em;
        font-size:1em;
        border-radius: none;
        background-color: white;
        color: rgba(39,30,23,0.95);
    }
	.property-finder-2026 .pf2026-type-toggle {
		grid-column: 1;
		grid-row: 1;
	}
	.property-finder-2026 .pf2026-filter-toggle {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}
	.property-finder-2026 .pf2026-search-field-wrap {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
	}
	.property-finder-2026 .pf2026-btn-search {
		grid-column: 2;
		grid-row: 2;
		align-self: stretch;
	}
	.property-finder-2026:not(.pf2026-open) .pf2026-filters {
		display: none !important;
	}
	.property-finder-2026.pf2026-open .pf2026-filters {
		display: block !important;
		position: fixed;
		inset: 0;
		z-index: 2000;
		margin-top: 0;
		
        padding: 1em 2em;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: rgba(39, 30, 23, 0.98);
		border-top: none;
	}
}
@media screen and (min-width: 1024px) {
	.property-finder-2026 .pf2026-d-only {
		display: inline-flex;
	}
	.property-finder-2026 .pf2026-range-row-desktop {
		flex-direction: row;
		align-items: flex-start;
		gap: 0.75rem; 
	}
	.property-finder-2026 .pf2026-range-block {
		
		align-items: stretch;
        position: relative;
        flex:1;
	}
	.property-finder-2026 .pf2026-range-toggle {
		width: 100%;
		display: inline-flex;
		justify-content: space-between;
		gap: 0.35rem;
		cursor: pointer;
		padding: 0.5em 0.65em;
		border: 1px solid rgba(255, 255, 255, 0.35);
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
		font: inherit; 
		line-height: 1.25;
		position: relative;
	}
	.property-finder-2026 .pf2026-range-toggle.has-dirty-dot::after {
		content: "";
		position: absolute;
		top: 0.3rem;
		right: 0.3rem;
		width: 0.45rem;
		height: 0.45rem;
		border-radius: 50%;
		background: #f37020;
		box-shadow: 0 0 0 1px rgba(39, 30, 23, 0.75);
	}
	.property-finder-2026 .pf2026-range-toggle:hover {
		border-color: rgba(255, 255, 255, 0.55);
		background: rgba(255, 255, 255, 0.1);
	}
	.property-finder-2026 .pf2026-range-toggle-label {
		font-size: 0.78rem;
		line-height: 1.3;
	}
	.property-finder-2026 .pf2026-range-block:not(.is-open) .pf2026-range-inner {
		display: none;
	}
	.property-finder-2026 .pf2026-range-block.is-open .pf2026-range-inner {
		display: block;  
        position: absolute;
        top:100%;
        left: 0; 

        z-index: 4;

        background-color: rgba(39,30,23,0.95);
        padding: 1rem;
        width:12em;
        
	}

    .property-finder-2026 .pf2026-range-block.pf2026-district-block.is-open .pf2026-range-inner {

        background-color: rgba(39,30,23,0.95);
        padding: 1rem;
    }
    @media screen and (min-width: 1024px) {


	.property-finder-2026 .pf2026-range-block.pf2026-amenities-block.is-open .pf2026-range-inner { 
        padding:0;

    }
        .property-finder-2026 .pf2026-range-block.pf2026-district-block.is-open .pf2026-range-inner {
            width: 56em;
            padding: 0;
        }
        .property-finder-2026 .pf2026-district-fieldset {
            display: grid;
            grid-template-columns: 3fr 1fr;
            gap: 0;
            max-height: none;
            overflow-y: visible;
        }
        .property-finder-2026 .pf2026-area-group:first-child {
            grid-column: 1;
            grid-row: 1 / span 20;
            margin-bottom: 0;
        }
        .property-finder-2026 .pf2026-area-group:not(:first-child) {
            grid-column: 2;
            
            padding: 0 0 1em 1em;
        }
        .property-finder-2026 .pf2026-subareas-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 0 1.25em;
        }
        .property-finder-2026 .pf2026-subareas-wrap .pf2026-subarea-group {
            flex: 0 0 calc(33.333% - 0.85em); 
        }
    }

	.property-finder-2026 .pf2026-range-block.pf2026-sort-block.is-open .pf2026-range-inner {
        padding:0;
        width: auto;
        right: 0;
    }
	.property-finder-2026 .pf2026-range-block.is-open .pf2026-range-toggle-chevron {
		transform: rotate(180deg);
	}
	.property-finder-2026 .pf2026-bar--top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.5em;
	}
	.property-finder-2026 .pf2026-filters {
		display: block !important;
		position: relative !important;
		inset: auto !important;
		z-index: auto !important;
		padding: 0 !important;
		margin-top: 0.5rem;
		overflow: visible !important;
		background: transparent !important;
        border:none !important;
	}
	.property-finder-2026 .pf2026-filters-head.pf2026-m-only {
		display: none !important;
	}
	.property-finder-2026 .pf2026-bar--top .pf2026-type-toggle {
		flex: 0 0 auto;
	}
}
.property-finder-2026 .ui-slider-horizontal {
	height: 0.45rem;
}
.property-finder-2026 .ui-widget-content {
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
}
.property-finder-2026 .ui-slider .ui-slider-range {
	background: #f37020;
}
.property-finder-2026 .ui-slider .ui-state-default,
.property-finder-2026 .ui-slider .ui-widget-header .ui-state-default {
	border: 1px solid #f37020;
	background: #fff;
	border-radius: 50%;
	width: 1.1em;
	height: 1.1em;
	top: 50%;
	margin-top: -0.55em;
	cursor: pointer;
}
.prop-search-2026-summary,
.prop-search-2026-empty {

    margin: 2em auto;
    text-align: center;
}
.prop-search-2026-loadmore-wrap {
	text-align: center;
	margin-top: 1.5em;
	padding: 1.5em 0;
}
.pf2026-scroll-loader {
	display: inline-block;
	font-size: 0.95em;
	color: rgba(39,30,23,0.6);
}
.prop-search-2026-all-loaded {
	text-align: center;
	padding: 1.5em 0;
	font-size: 0.9em;
	color: rgba(39,30,23,0.5);
}

.single.property .profile {
    margin:2em auto;
    max-width: 48em;
    }
.single.property .profile .inner-wrap {
    width:100%;
padding:1em;
border:6px double #F37020;
text-align: center;

display: flex;
flex-direction: column;
gap: 1em;
align-items: center;
}
.single.property .profile .img-wrap {
    width:10em;
    height:10em;
    background-color:#eee;
    border-radius: 100%;
    margin:0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}
.single.property .profile .img-wrap img {
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single.property h3 {
    margin-top:0;
    color:#F37020;
    margin-bottom:0.5em;
}

@media screen and (min-width: 768px) {

.single.property .profile .inner-wrap {
    flex-direction: row; 
    padding:1.5em;
    gap: 1.5em;
    justify-content: center;
    
}

.single.property .profile .img-wrap {
    flex-shrink: 0;
    margin:0;
}
.single.property .profile .txt-wrap { 
text-align: left;
}
}

.single.property .profile .whatsapp {

}
.single.property .profile .email a:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free', sans-serif;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0.25em;
}



.single.property .profile .email a:hover {
    color: #F37020;
}
.single.property .profile .whatsapp a:before {
    content: '\f232';
    font-family: 'Font Awesome 5 Brands', sans-serif;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0.25em;
}


.single.property .profile .whatsapp a:hover {
    color: #128c7e;
}
 