:root {
  --black: #2D2009;
  --black-1: #3A3A3A;
  --black-2: #212121;
  --blue: #0464B4;
  --green: #6f887b;
  --green-1: #c7e8a9;
  --grey: #7D7D7D;
  --grey-1: #939598;
  --grey-2: #c0c0c0;
  --grey-3: #e7e7e7;
  --grey-4: #9c9c9c;
  --grey-5: #ececec;
  --grey-6: #e1dee1;
  --grey-7: #EFEFF0;
  --grey-8: #6D6D6D;
  --white: #fff;
  --red: #e41b46;
  --gold: #BDA984;
  --gold-1: #5A4724;
  --brown: #251B07;
}



.ProzaLibre-SemiBold *,
.ProzaLibre-SemiBold {
  font-family: 'Proza Libre', sans-serif;
  font-weight: 600;
}

.ProzaLibre-Bold *,
.ProzaLibre-Bold {
  font-family: 'Proza Libre', sans-serif;
  font-weight: 600;
}

.ProzaLibre-Medium *,
.ProzaLibre-Medium {
  font-family: 'Proza Libre', sans-serif;
  font-weight: 500;
}

.ProzaLibre-MediumItalic *,
.ProzaLibre-MediumItalic {
  font-family: 'Proza Libre', sans-serif;
  font-weight: 500;

}

.ui-timepicker-standard {
  z-index: 9999999999 !important;
}

/**
* GLOBAL STYLE
*/

.z-index-1 {
  z-index: 1;
}

.row-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.row-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-35 {
	margin-left: -35px;
	margin-right: -35px;
}

.row-42 {
	margin-left: -42px;
	margin-right: -42px;
}

.row-75 {
	margin-left: -75px;
	margin-right: -75px;
}

.row-100 {
	margin-left: -100px;
	margin-right: -100px;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.br-8 {
  border-radius: 8px;
}

.br-10 {
  border-radius: 10px;
}

.br-30 {
  border-radius: 30px !important;
}

.columns-2 {
	columns: 2;
}

.container-full {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

.container-med {
  width: 100%;
  max-width: 1230px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-med-1 {
  width: 100%;
  max-width: 1020px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-sm {
  width: 100%;
  max-width: 760px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}


.m-0 {
  margin: 0 auto;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}


.mtb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.m-auto {
	margin: 0 auto;
	float: unset !important;
}

.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}


.pl-20 {
	padding-left: 20px;
}

.pl-10 {
	padding-left: 10px;
}


.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.w-400 {
	max-width: 400px;
	float: left;
	width: 100%;
	position: relative;
}

.w-400 {
	max-width: 400px;
	float: left;
	width: 100%;
	position: relative;
}

.w-320 {
	max-width: 320px;
	float: left;
	width: 100%;
	position: relative;
}


.w-285 {
	max-width: 285px;
	float: left;
	width: 100%;
	position: relative;
}

.w-250 {
	max-width: 250px;
	float: left;
	width: 100%;
	position: relative;
}

.w-100 {
	width: 100%;
	position: relative;
  display: inline-block;
}

.img-100 {
	float: left;
	width: 100%;
	height: auto;
}

.lh-16 {
	line-height: 1.6;
}

.lh-2 {
	line-height: 2;
}

.fblack *,
.fblack {
	color: var(--black);
}

.fblack-2 *,
.fblack-2 {
	color: var(--black-2);
}

.fwhite *,
.fwhite {
	color: var(--white);
}

.fgrey-8 *,
.fgrey-8 {
	color: var(-grey-8);
}

.fgold *,
.fgold {
	color: var(--gold);
}

.fgold-1 *,
.fgold-1 {
	color: var(--gold-1);
}

.fblue {
	color: var(--blue);
}

.fgrey-8 {
	color: var(--grey-8);
}

.fgreen {
	color: var(--green);
}

.fred {
	color: var(--red);
}

.bggrey {
	background: var(--grey);
}

.bgblue {
	background: var(--blue);
}

.bggold {
	background: var(--gold);
}

.bgwhite {
	background: var(--white);
}

.bggreen-1 {
	background: var(--green-1);
}

.bggrey-5 {
	background: var(--grey-5);
}

.bggrey-6 {
	background: var(--grey-6);
}

.bggrey-7 {
	background: var(--grey-7);
}

.bggrey-8 {
	background: #F2F2F2;
}



.col-7 {
	width: 70%;
	float: left;
	padding: 0 25px;
}

.col-2 {
	width: 50%;
	float: left;
	padding: 0 25px;
}

.col-3 {
	width: 33.33%;
	float: left;
	padding: 0 25px;
}

.col-c-1-1 {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  float: left;
}

.col-c-1 {
  width: 100%;
  max-width: 325px;
  padding: 0 25px;
  float: left;
}

.col-c-2 {
  width: calc(100% - 325px);
  padding: 0 25px;
  float: left;
}

.col-c-2-1 {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  float: left;
}

.col-c-2-2 {
  width: calc(100% - 400px);
  padding: 0 25px;
  float: left;
}



.col-2-1 {
  width: 40%;
  float: left;
  padding: 0 25px;
}

.col-2-2 {
  width: 60%;
  float: left;
  padding: 0 25px;
}

.content-wb .back {
  width: 100%;
  max-width: 200px;
  float: left;
}

.content-wb .content-wb-in {
  width: 100%;
  float: left;
}

.floatleft {
	float: left;
}


.floatright {
	float: right;
}


.animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.introloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(189, 169, 132, .9);
	z-index: 999999;
}


.e-loader {
	/* sizes */
	--circle-size: 150px;
	--letter-size: 70px;
	--gap: -30px;

	/* colors */
	--background-color: #fff;
	--circle-color: rgba(255, 255, 255, 0.9);
	--letter-color: 213, 218, 223; /* Has to be RGB values */

	/* calculations */
	--offset: calc(0.5 * var(--gap));
	--radius: calc(var(--circle-size) / 2);
	--line-height: calc(0.2 * var(--letter-size));
	--line-width: calc(0.6 * var(--letter-size));

	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.e-loader::before {
	content: "";
	display: block;
	background: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 200px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.e-loader::after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: calc(50% + var(--radius) + var(--offset));
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}

.e-loader::after,
.e-loader > div,
.e-loader > div::before,
.e-loader > div::after {
	animation: loading-bar 1.8s linear infinite;
}


@keyframes loading-bar {
	0%,
	100% {
		opacity: 0.1;
	}

	30% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	70% {
		opacity: 0.9;
	}

	90% {
		opacity: 1;
	}
}


section {
	position: relative;
	width: 100%;
	float: left;
}

.bg-transparent {
  background-color: transparent
}

.bg-square {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.rectangle {
  padding-bottom: 140%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.rectangle-1 {
  padding-bottom: 130%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-1-1 {
  padding-bottom: 80%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-1 {
  padding-bottom: 65%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-2 {
  padding-bottom: 35%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-3 {
  padding-bottom: 15%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bg-contain {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.bg-full {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.b-bottom {
	border-bottom: 1px solid #C4C4C4;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-2);
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--grey-2);
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--grey-2);
}

/**
* HEADER STYLE
*/


header.or .navbar-brand .c1 {
	fill: #161616;
}

header.or .navbar-brand .c2 {
	fill: #231F20;
}

header.or .navbar-brand .c3 {
	fill: #96989A;
}

header.or .navbar-brand .c4 {
	fill: #004688;
}


.fill-white {
	fill: var(--white);
}

.fill-grey {
	fill: #66666a;
}

.fill-orange {
	fill: #D26327;
}

.white-space {
   white-space: pre-wrap;
}

header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
}

.header-hold {
  height: 75px;
  background: var(--gold);
  width: 100%;
}

.btn.btn-grey,
.bggrey-7 .btn {
  background: var(--grey-7)
}

.bggrey-7 .btn.btn-gold {
  background: var(--gold)
}

.btn.btn-submit {
  font-size: 16px;
  color: var(--white) !important;
}

.btn {
  padding: 8px 36px;
  font-size: 14px;
  height: 45px;
  line-height: 27px;
  font-weight: 500;
	border: 1px solid var(--gold);
  border-radius: 3px;
	color: var(--gold);
  background: var(--white);
	cursor: pointer;
	position: relative;
	display: inline-table;
  overflow: hidden;
  z-index: 2;
}



.btn:hover {
	border: 1px solid var(--brown);
	color: var(--white);
}


.btn:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.btn:hover:after {
  background: var(--brown);
  color: var(--white);
  -webkit-animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.btn-gold {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--white);
}

.btn-gold-1 {
  border: 1px solid var(--gold-1);
  background: var(--gold);
  color: var(--gold-1);
}

.btn.btn-grey span {
  color: var(--gold);
}

.btn-arrow {
  color: var(--gold);
  margin-left: 10px;
}

.btn-gold-1 .btn-arrow {
  color: var(--gold-1);
}

.btn:hover .btn-arrow {
  color: var(--white)
}

.btn:hover .btn-arrow {
  color: var(--white)
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}


@-webkit-keyframes animCacheHover {
  from {
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@keyframes animCacheHover {
  from {
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@-webkit-keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@-webkit-keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@-webkit-keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}


.back-page {
  padding: 10px 20px 10px 40px;
  color: var(--grey-8);
  position: relative;
}

.back-page::before {
  position: absolute;
  content: '←';
  left: 0;
  top: 0;
  font-size: 28px;
  color: var(--gold);
}

.back-page:hover:before {
  color: var(--brown);
}


#backtop {
  display: inline-block;
  background-color: var(--gold);
	border: 1px solid var(--gold);
  width: 28px;
  height: 28px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#backtop::after {
	background-image: url(../images/svg/arrow-bt-down-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	transform: rotate(-180deg);
	position: absolute;
	content: '';
	width: 20px;
	height: 12px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#backtop::before {
	width: 28px;
	height: 4px;
	position: absolute;
	content: '';
	right: -1px;
	top: -10px;
	background: var(--gold);
}

#backtop:hover {
  cursor: pointer;
    background: var(--brown);
    border: 1px solid var(--brown);
}

#backtop.show {
  opacity: 1;
  visibility: visible;
}

#page-wrapper {
  float: left;
  width: 100%;
}

.page-title {
  padding: 30px 0;
  background: var(--gold);
}

.page-title h2 {
  color: var(--white);
}

#page .content-in ul li,
#page .content-in p {
  font-weight: 300;
}

.content-in p {
  margin-bottom: 15px;
}


.content-in h1,
.content-in h2,
.content-in h3,
.content-in h4,
.content-in h5 {
  margin: 30px 0 15px;
}


.content-in ul {
  padding-left: 20px;
}

.content-in ul li {
  font-size: 12px;
}

/**
* CONTENT STYLE
*/

.head_banner {
  position: relative;
  z-index: 1;
}

.head_banner-img {
  width: 100%;
  height: calc(100vh - 40px);
  min-height: 600px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: cover !important;
}

.head_banner-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(117,117,117,0.3) 40%);
}

.head_banner-content {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.head_banner-content-in {
  max-width: 540px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.head_banner-content-in h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.head_banner-content-in:after {
  width: 78px;
  height: 1.6px;
  background:  var(--gold);
  position: absolute;
  content: '';
}

.ornament:after {
  position: absolute;
  width: 260px;
  height: 262px;
  content: '';
  background: url('../images/svg/pattern-fix.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.ornament-1:after {
  background: url('../images/svg/pattern-fix-1.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 259px;
  height: 390px;
}

.ornament-2:before {
  position: absolute;
  width: 260px;
  height: 262px;
  content: '';
  background: url('../images/svg/pattern-fix.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.section-1 .ornament.ornament-1:after {
  top: -300px;
}

.section-1 .slider-facilities-sc .slick-list {
  z-index: 1;
}

.section-col-1 {
  width: 100%;
  max-width: 460px;
  padding: 25px;
}

.section-col-1 h4:not(:last-child) {
  margin-bottom: 30px;
}

.section-col-2 {
  width: calc(100% - 460px);
  padding: 25px;
}

.section-box {
  display: inline-block;
  padding: 35px;
}

.section-box.m-tb-d {
  margin: 2vw 0;
}



.content-sc h4,
.content-sc.p-sm h1,
.living-item-content.content-sc .fmedium2,
.content-sc .fmedium2,
.content-sc h1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.content-sc.content-sc-b-gold h4:after,
.content-sc .fmedium2:after,
.content-sc h1:after {
  width: 53px;
  height: 1.6px;
  background-color: var(--gold-1);
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}


.content-sc.content-sc-b-gold h4:after {
  background-color: var(--gold) !important;
}

.section-box h4 {
  line-height: 1.6;
}


.section-cta {
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: 1;
}

.w-filter .section-cta {
  top: -73px;
}

.section-cta-box-wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.section-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid rgb(255,255,255);
  border: 1px solid linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 5px 6px 17px 0px rgba(0,0,0,0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 5px 6px 17px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 5px 6px 17px 0px rgba(0,0,0,0.40);
  z-index: 1;
}

.section-cta-box h4 {
  color: var(--black-1);
}

.section-cta-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 25px;
}

.section-cta-box ul li {
  position: relative;
  display: inline-table;
}

.section-cta-box ul li .btn {
  min-width: 173px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  background: var(--gold);
  display: table-cell;
}

.section-living-sc,
.section-services,
.section-location,
.section-1 {
  padding: 110px 0;
}

.section-1 .ornament:after {
  position: absolute;
  top: -114px;
  right: 0;
}

.section-1 .ornament.ornament-b:after {
  position: absolute;
  top: unset;
  bottom: -110px;
  right: 0;
}

.section-living .ornament:after {
  right: 0;
  top: -200px;
}

.section-living-sc .ornament:after {
  left: 0;
  top: -120px;
  width: 260px;
  height: 390px;
}

.section-facilities .ornament:after {
  right: 0;
  bottom: -65px;
}

.section-area .ornament:after {
  left: -105px;
  bottom: -100px;
  background-position: top;
}

.section-maps .ornament:after {
  right: 0;
  top: 0;
  height: 390px
}

.section-unit-detail .ornament:after {
  left: -128px;
  top: -185px;
  height: 260px;
  transform: scaleX(-1);
}

.section-unit-detail .ornament-2:before {
  right: -130px;
  bottom: -155px;
  height: 260px;
  background-position: top;
      transform: scaleX(-1);
}


.security-list .ornament:after {
  left: -105px;
  bottom: -100px;
  background-position: top;
}

.section-services .ornament:after {
  left: -105px;
  bottom: -110px;
  background-position: top;
}

.section-services-sc .ornament:after {
  right: -105px;
  top: -110px;
  background-position: top;
}

.section-about-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 75px;
}

.section-1-left .section-about-box {
  right: 0;
  left: unset;
}

.section-about-img {
  display: inline-table;
  width: 70%;
  float: right;
}

.section-1-left .section-about-img {
  float: left;
}

.section-services-sc,
.section-60,
.section-living,
.section-facilities {
  padding: 60px 0;
}


.section-h-img {
  width: calc(100% - 600px);
  padding: 40px;
}

.section-h-img.ab {
  width: calc(100% - 600px + 100px);
  position: absolute;
  left: -100px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.section-h-img .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.section-h-img.imgp1 .img-bg {
  width: calc(50% - 10px);
  background-position: right;
}

.section-h-img.imgp1 .img-bg:last-child {
  left: unset;
  right: 0;
}

.section-h-box {
  max-width: 600px;
  width: 100%;
}

.unit-slider-item,
.slider-facilities-item {
  padding: 0 10px;
}

.facilities-item a,
.slider-facilities-item a {
  position: relative;
  display: flex;
  overflow: hidden;
}

.facilities-item a:hover:after,
.slider-facilities-item a:hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(30,30,30, .7);
  z-index: 2;
}

.facilities-item a:hover:before,
.slider-facilities-item a:hover:before {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  background-image: url('../images/svg/icons-brown-01-03.svg');
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(105%);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
  z-index: 3;
  background-color: rgba(255,255,255, .6);
  border-radius: 100%;
  border: 1px solid #fff;
}

.slider-facilities-item-content {
  display: flex;
  height: 558px;
  align-items: flex-end;
  position: relative;
  background-color: #fff;
}

.slider-facilities-item-content:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
}

.slider-facilities-item-innner {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.slider-facilities-item-innner h4,
.slider-facilities-item-innner p {
  color: var(--white);
}

.slider-facilities-item-innner h4 {
  margin-bottom: 10px;
}

.section-location .section-h-img.ab {
  left: unset;
  right: -105px;
}

.section-location .section-h-img.ab .img-bg {
  background-position: center right;
}

ul.location-area-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 15px;
}

ul.location-area-wrapper li {
  width: calc(50% - 20px);
  display: inline-table;
}

ul.location-area-wrapper li:last-child {
  width: 100%;
}

ul.location-area-wrapper li h6,
ul.location-area-wrapper li p {
  color: var(--black);
}

.location-area {
  display: flex;
  align-items: start;
}

.location-area img {
  width: auto;
  height: 40px;
  filter: invert(10%) sepia(60%) saturate(584%) hue-rotate(360deg) brightness(98%) contrast(96%);
}

.location-area-content {
  padding-left: 15px;
}

.label-360 {
  position: absolute;
  width: 90px;
  top: 7px;
  left: -24px;
  background: #5A4728CC;
  color: var(--white);
  z-index: 1;
  text-align: center;
  font-size: 10px;
  transform: rotate(-40deg);
  padding: 4px;
}


.section-services-sc .section-h-box,
.section-services .section-h-box {
  max-width: 470px;
}

.section-box-cube-wrapper {
  width: calc(100% - 470px);
  padding: 25px;
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: minmax(10px, 1fr);
  grid-auto-flow: dense;
}


.section-box-cube-security.slick-slider .slick-track,
.section-box-cube.slick-slider .slick-track {
  display: flex !important;
}

.section-box-cube-security.slick-slider .slick-slide,
.section-box-cube.slick-slider .slick-slide {
  display: table-cell !important;
  float: none !important;
  height: auto !important;
}

.section-box-wrapper {
  width: calc(100% - 470px - 100px);
  position: relative;
  margin-left: auto;
  padding: 35px;
}

.section-services-sc .section-box-wrapper {
  order: 2;
}

.slider-services-item-content {
  padding-top: 55%;
}

.slider-services-item {
  float: left;
  width: 100%;
}

.section-services .section-box-cube {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  grid-auto-rows: minmax(10px, 1fr);
  grid-auto-flow: dense;
}

.section-services .article-cube-item {
  position: relative;
}

.section-services .article-cube-item:nth-child(2),
.section-services .article-cube-item:nth-child(3) {
  grid-row-end: span 2;
}


.slider-services-item-content:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
}


.slider-services-item-innner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}



a:hover .article-cube-item-img {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 50ms ease-in;
  transform: scale(1.05);
}

.article-cube-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
}

.article-cube-item-content {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  grid-row-end: span 1;
  padding-top: 80%;
}

.article-cube-item-content:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
}

.article-cube-item-content h4,
.article-cube-item-content p .more-b-content,
.article-cube-item-content p {
  color: var(--white);
}

.article-cube-item-content h4 {
  margin-bottom: 10px;
}

.article-cube-item-innner {
  position: absolute;
  z-index: 1;
  padding: 20px;
}

.filter-box input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.filter-box input[type=radio] + label {
  background: var(--gold);
  color: var(--white);
  text-align: center;
}

.filter-box input[type=radio]:checked:hover + label {
  color: var(--white);
}

.filter-box input[type=radio]:checked + label {
  background: var(--white);
  color: var(--gold);
}

.filter-box-group {
  position: relative;
}

.filter-box-group:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  background: #787878;
  position: absolute;
  right: -15px;
  top: 0;
}


.filter-box {
  align-items: flex-end;
  gap: 30px;
}

.filter-box h4 {
  color: var(--white);
  margin-bottom: 10px;
}

.filter-box.section-cta-box ul {
  padding-left: 0;
}

.filter-box select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  font-size: 16px;
  color: var(--gold);
  background-color: var(--white);
  background-image: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* Remove IE arrow */
.filter-box select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.filter-box .select {
  position: relative;
  display: flex;
  width: 118px;;
  height: 45px;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 4px;
}
/* Arrow */
.filter-box .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  transition: .25s all ease;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: var(--gold);
}
/* Transition */
.filter-box .select:hover::after {
  color: var(--brown);
}

.filter-box .btn {
  font-size: 16px;
}

.unit-item {
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 20px 0;
  min-height: 275px;
  float: left;
  width: 100%;
  gap: 20px;
}

.unit-item:hover {
  opacity: .8;
}

.unit-item-images {
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.unit-item-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.unit-item-content {
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  padding: 20px;
}

.unit-item-wrap {
  height: calc(100% - 60px);
  gap: 20px;
}

.unit-item-inner {
  flex: 1 1 0;
}

.unit-col-r {
  display: flex;
  justify-content: center;
  text-align: right;
}

.unit-col-r-btn {
  align-items: flex-end;
  display: flex;
  width: 100%;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.unit-col-r .btn.btn-gold {
  font-size: 18px;
  padding: 4px 36px;
  line-height: 34px;
}

.unit-disc {
  width: 100%;
  max-width: 540px;
  margin: 20px 0;
}


.beds-list ul,
.facilities-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-top: 10px;
}

.beds-list ul li,
.facilities-list ul li {
    width: calc(50% - 8px);
    display: inline-grid;
    padding-left: 20px;
    position: relative;
}

.facilities-list ul li:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='15px' viewBox='0 0 16 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='Unit-Listing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Units-for-Rent' transform='translate(-593.000000, -1394.000000)' fill='%236D6D6D' fill-rule='nonzero'%3E%3Cg id='Group-5' transform='translate(139.000000, 1227.000000)'%3E%3Cg id='Group-18' transform='translate(125.500000, 0.000000)'%3E%3Cpath d='M336.5,167 C332.36,167 329,170.36 329,174.5 C329,178.64 332.36,182 336.5,182 C340.64,182 344,178.64 344,174.5 C344,170.36 340.64,167 336.5,167 Z M335,178.25 L331.25,174.5 L332.3075,173.4425 L335,176.1275 L340.6925,170.435 L341.75,171.5 L335,178.25 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  left: 0;
  top: 3px;
}


.beds-list ul {
  gap: 2px 0;
}

.beds-list ul li {
  padding-left: 15px;
  width: auto;
}

.beds-list ul li:first-child:before {
  width: 0;
  height: 0;
}

.beds-list ul li:first-child {
  padding-left: 0;
}

.beds-list ul li::before {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--grey-8);
  content: '';
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img-cube ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.img-cube ul li {
  display: inline-table;
  width: calc(100% / 2 - 10px);
  position: relative;
}

.img-cube-inner {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: hidden;
}

.img-cube-inner img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.living-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
}

.living-item {
  width: calc(100% / 2 - 30px);
}

.living-item-images {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.living-item-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-facilities-sc {
  margin-top: 40px;
}

.slider-facilities-sc .slick-list {
    margin:0 -15px;
}

.facilities-item {
  padding: 0 15px;
}

.facilities-item-inner {
  background: var(--white);
}

.facilities-item-images {
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  background: var(--grey-5);
}

.facilities-item-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.facilities-item-content {
  padding: 20px;
}

.facilities-item-content h4 {
  margin-bottom: 10px;
}

.gallery-slider-item-inner {
  width: 100%;
  padding-top: 55%;
  position: relative;
}

.gallery-slider-item-inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(117,117,117,0.2) 50%);
}

.gallery-slider-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  width: 100%;
  max-width: 500px;
}

.gallery-slider-item {
  position: relative;
}

.gallery-slider-thmb {
  margin-top: 10px;
}

.gallery-slider-thmb .gallery-slider-item {
  padding: 0 5px;
}

/* .gallery-slider-thmb .slick-list {
    margin:0 -5px;
} */

.gallery-slider-thmb .gallery-slider-item-inner {
  border: 4px solid var(--white);
  cursor: pointer;
}

.gallery-slider-thmb .slick-on .gallery-slider-item-inner {
  border: 4px solid var(--gold);
}

.facilities-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.facilities-list-item {
  background-color: var(--white);
  padding: 20px;
  width: calc(100% / 5 - 16px);
}

.facilities-list-item-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facilities-list-item-icon img {
  width: 100%;
  filter: invert(76%) sepia(8%) saturate(1068%) hue-rotate(1deg) brightness(89%) contrast(90%);
}

.facilities-list-item-content p,
.facilities-list-item-content  h5 {
  color: var(--gold-1);
}

.section-box-cube-security-wrapper{
    width: 100%;
    position: relative;
}

.section-box-cube-security {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  grid-auto-rows: minmax(10px, 1fr);
  grid-auto-flow: dense;
}

.security-cube-item {
  position: relative;
}

.security-cube-item-content {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  grid-row-end: span 1;
  padding-top: 65%;
}

.security-cube-item-content:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
}

.security-cube-item:nth-child(2),
.security-cube-item:nth-child(5),
.security-cube-item:nth-child(4) {
  grid-row-end: span 2;
}

/* .security-cube-item:nth-child(3),
.security-cube-item:nth-child(6) {
  grid-row-end: span 2;
} */

.security-cube-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.security-cube-item-innner {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.box-maps-detail  {
  position: absolute;
  background-color: var(--gold);
  padding: 50px;
  z-index: 1;
  max-width: 320px;
  bottom: 60px;
  left: 10px;
}

.box-maps-detail-content:not(:last-child) {
  margin-bottom: 20px;
}

.box-maps-detail-content p a,
.box-maps-detail-content p {
  color: var(--white);
}

.box-maps-detail-content p.bold {
  color: var(--gold-1);
  font-weight: 400;
}

.area-item {
  position: relative;
}

.area-item-images img {
  width: 100%;
  height: auto;
}

.area-item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}

.area-item-content p {
  color: var(--white);
}

.place-cube {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  grid-auto-rows: minmax(10px, 1fr);
  grid-auto-flow: dense;
  padding: 0 25px;
}

.place-list-images {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.place-list-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.place-list-images:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(117,117,117,0.1) 50%);
}

.place-list-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.place-list-content p {
  color: var(--white);
}

.place-box {
  padding: 20px 40px;
  background-color: var(--white);
  display: table-cell;
}

.place-box-item {
    display: flex;
    padding: 25px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    background: var(--white);
    height: 100%;
}

.place-box-item:not(:last-child) {
  border-bottom: 1px solid rgba(210, 210, 210, .5);
}

.place-box-item-images {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.place-box-item-images img {
  height: 100%;
  width: auto;
  filter: invert(11%) sepia(15%) saturate(2293%) hue-rotate(1deg) brightness(94%) contrast(94%);
}

.place-box-item-content {
  width: calc(100% - 80px - 15px);
}

.place-box-item-content ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
  padding-left: 25px;
  margin-top: 10px;
}

.place-box-item-content ul li {
  font-size: 12px;
}

.unit-hero {
  padding: 30px 0;
}

.unit-slider .slick-list {
  padding: 0 25% !important;
}

.unit-slider .slick-list:after {
  position: absolute;
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(117,117,117,0) 100%);
  z-index: 1;
}

.unit-slider .slick-list:before {
  position: absolute;
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(-90deg, rgba(0,0,0,.9) 0%, rgba(117,117,117,0) 100%);
  z-index: 1;
}

.unit-slider .slick-list div {
  float: left;
  width: 100%;
}

.unit-slider .slick-prev {
  left: 100px;
}

.unit-slider .slick-next {
  right: 100px;
}


.unit-slider-item:nth-child(2) {
  grid-row-end: span 2;
}

.unit-slider-item-title {
  position: absolute;
  left: 40px;
  bottom: 15px;
  z-index: 1;
}

.slider-other .unit-slider-images:after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
}

.slider-other  a:hover .unit-slider-images img {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 50ms ease-in;
  transform: scale(1.05);
}

.slider-other .unit-slider-images img {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
}

.unit-slider-images {
  width: 100%;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.unit-slider-images img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.unit-left {
  width: 100%;
  padding: 0 25px 60px 25px;
  position: relative;
}


.unit-left-inner {
  margin-bottom: 40px;
  background-color: #F2F2F2;
  padding: 40px;
  border-radius: 5px;
}

.unit-left-inner p {
  font-size: 16px;
}

.cta-wrap {
  padding: 15px 40px;
}

.unit-left a.back-page {
  position: absolute;
  bottom: 0;
  left: 25px;
}

.unit-right {
  width: 100%;
  padding: 0 25px;
  order: 1;
}

.unit-detail ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
}

li.unit-detail-item:before {
  content: "• ";
  position: absolute;
  left: 0
}

li.unit-detail-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.unit-detail-label {
  width: 100%;
  max-width: 190px;
  position: relative;
}

.unit-detail-label:before {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}

.unit-detail-content {
  width: calc(100% - 200px);
}

.unit-detail-content ul {
  margin: 10px 0;
}

.unit-price span {
  font-size: 12px;
  color: var(--grey);
  font-weight: normal;
}

.unit-cta-top {
  display: flex;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.unit-cta-top-item {
  flex: 1 1 0px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.unit-cta-top-item a {
  background-color: var(--gold);
  border-radius: 3px;
  padding: 20px;
  float: left;
  width: 100%;
  display: block;
  height: 100%;
}

.unit-cta-top-item a:hover {
  background-color: var(--grey-4);
}

.unit-cta-top-item img {
  width: auto;
  height: 40px;
}

.unit-cta-top-item-label {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
}

.unit-cta a {
  width: 100%;
  max-width: 320px;
  float: right;
}

.unit-cta a:not(:last-child) {
  margin-bottom: 20px;
}

.btn-icon span {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  color: var(--white);
}

.btn-icon span img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  width: auto;
}

.list-d {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.list-d ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 25px;
  margin: 5px 0;
  width: 100%;
  position: relative;
}

.list-d ul li::after {
  position: absolute;
  content: '-';
  left: 10px;
  top: 0;
}

.list-label {
  width: 100%;
  max-width: 100px;
  position: relative;
}

.list-label:after {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}

.list-content {
  width: calc(100% - 100px - 15px);
}

.facilities-d {
  margin: 20px 0;
  width: 100%;
  max-width: 500px;
}

.facilities-d ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.facilities-d ul li {
  width: calc(100% / 2 - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}

.facilities-images {
  width: 100%;
  max-width: 22px;
  position: relative;
  display: flex;
}

.facilities-images img {
  width: 100%;
  height: auto;
}

.facilities-content {
  width: calc(100% - 22px - 15px);
}

#not-found {
  min-height: 82vh;
  align-items: center;
  display: flex;
  background: url('../images/dummy/bed4.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box-not-found {
  width: 100%;
  max-width: 470px;
  padding: 70px 40px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 5px;
}

.box-not-found img {
  width: 80px;
  height: auto;
}


/**
* FOOTER STYLE
*/

footer {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 40px 0;
  background-color: var(--brown);
  position: relative;
  z-index: 1;
}


footer p,
footer a {
  font-size: 11px;
  color: var(--white);
  font-weight: 500;
}

footer a:hover {
  color: var(--white);
  opacity: 0.8;
}

.col-footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: end;
  gap: 20px;
}

.footer-col-l-inner {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.footer-col-l-inner h5 {
  color: var(--gold);
  font-size: 12px;
  margin-bottom: 10px;
}



.footer-col-l {
  width: 100%;
  max-width: 500px;
  display: flex;
}


.footer-col-r ul li {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}

.footer-col-r ul li:last-child {
  margin-bottom: 0;
}

.footer-detail ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-detail ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-detail-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 7px 0 7px 38px;
  position: relative;
}

.footer-detail-item img {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  max-width: 28px;
}

.footer-col-r-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}


.nav-footer,
.copyright {
  width: 100%;
}



.iframe-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.iframe-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.iframe-responsive.iframe-map {
  padding-bottom: 643px;
}


.form-control {
    padding: 0 5px;
    display: inline-table;
    margin-bottom: 20px;
    width: 100%;
}

.form-control label {
    font-size: 14px;
    color: var(--gold);
}
.form-control label span {
    color: var(--red);
}

.form-control input,
.form-control textarea {
    border: 1px solid var(--grey-5);
    border-radius: 3px;
    float: left;
    width: 100%;
    padding: 0 10px;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control textarea {
  height: 80px;
  padding: 10px;
}

.form-control-wrap {
  position: relative;
}

#ui-datepicker-div {
  background: var(--gold);
  padding: 15px;
  border: none;
}

.ui-timepicker-div dd,
.ui-timepicker-div dt {
  color: var(--white);
  font-size: 14px;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: var(--brown);
    color: var(--white);
}

.ui-datepicker th span,
.ui-datepicker .ui-datepicker-title span {
  font-family: 'Proza Libre', sans-serif;
}

.ui-datepicker .ui-datepicker-header {
  background: var(--white);
}

.ui_tpicker_time_label {
  margin-top: 30px;
}

.ui_tpicker_time {
  margin-bottom: 30px;
  font-weight: 600;
}

.ui-datepicker th span {
  color: var(--white);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 5px;
}

.ui-widget-content {
  border: none !important;
}

.floor-plan-wrap {
  background: var(--white);
  text-align: center;
  padding: 20px;
}

.floor-plan-wrap img {
  width: 100%;
  max-width: 780px;
}

.more-b {
  text-decoration: underline;
  cursor: pointer;
  color: var(--white);
}

.gm-style .place-card-large {
    display: none !important;
}

/*
  MODAL STYLING
  ----------------
*/


.modal {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  overflow-x: hidden;
}

.modal.md-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 9999999999;
}

.detail-modal {
  text-transform: capitalize;
}

.modal-head {
  padding-bottom: 20px;
}

.modal-head h3 {
  position: relative;
  padding-bottom: 10px;
}

.modal-head  h3::after {
  width: 53px;
  height: 2px;
  background-color: var(--gold-1);
  position: absolute;
  content: '';
  left: 0;
  margin: auto;
  bottom: 0;
}

.modal-c {
  position: absolute;
  width: calc(100% - 30px);
  padding: 40px;
  max-width: 1000px;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  background: var(--grey-5);
  border-radius: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.modal-c.modal-small {
  max-width: 500px;
}

.modal-b #gallery-slider {
  padding: 0 25px;
}

.modal-inner {
  float: left;
  width: 100%;
}

.modal-thumb {
  width: 50%;
  float: left;
  order: 2;
}

.modal-content {
  width: 50%;
  height: 50vh;
  min-height: 400px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
}

.modal-ch {
  width: 100%;
  overflow-y: scroll;
  padding-right: 40px;
  box-sizing: content-box;
  padding-bottom: 40px;
  max-height: 216px;
}


.modal-content p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 12px;
}


.close {
  position: fixed;
  top: 10px;
  right: 10px;
  opacity: 1;
  z-index: 3;
  -webkit-appearance: none;
  border-radius: 50% !important;
  text-align: center;
  height: 30px;
  width: 30px;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gold);
  background: transparent;
}

.close:hover {
  background: var(--brown);
  opacity: 1;
}

.close:hover svg .st0 {
  stroke: var(--white);
}

.close svg {
  width: 100%;
  max-width: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}


#overlay-1 {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px var(--green-2) solid;
	border-top: 4px var(--blue) solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.is-hide{
	display:none;
}



.navigation {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.navigation ul {
  text-align: left;
}

.navigation ul li {
  display: inline-table;
  margin: 3px;
}

.navigation ul li a {
  width: 30px;
  height: 30px;
  float: left;
  background: var(--grey-7);
  text-align: center;
  line-height: 30px;
  color: var(--gold);
  font-size: 14px;
  border: 1px solid var(--gold);
  border-radius: 100%;
}

.navigation ul li a:hover {
    background: var(--brown);
}

.navigation ul li.active a {
  background: var(--gold);
  color: var(--white);
}



/**
* RESPONSIVE STYLE
*/


@media screen and (max-width: 1440px) {

  .slider-services-item-content {
    padding-top: 70%;
  }


    .section-box-wrapper {
      width: calc(100% - 370px);
    }

    .section-services-sc .section-h-box {
      max-width: 370px;
    }


  .section-living-sc, .section-services, .section-location, .section-1 {
    padding: 80px 0;
  }


  .row-35 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .container-inner,
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}

  .section-h-box {
    padding: 30px;
    max-width: 500px;
  }

  .filter-box select,
  .filter-box .btn,
  .section-cta-box ul li a.btn,
  .btn {
    font-size: 12px;
    height: 37px;
    line-height: 24px;
  }

  .filter-box .select {
    height: 38px;
  }

  .filter-box .btn,
  .section-cta-box ul li a.btn {
    min-width: 140px;
    line-height: 20px;
  }

  h1 {
    font-size: 32px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  .fmedium2 {
    font-size: 26px;
  }

  ul li, p,
  .unit-col-r .btn.btn-gold,
  .filter-box .select::after,
  .article-cube-item-content h4,
  .section-cta-box h4,
  .section-box h4 {
    font-size: 12px;
  }

  .unit-left-inner p,
  .slider-facilities-item-innner p,
  .article-cube-item-content p .more-b,
  .article-cube-item-content p {
    font-size: 12px;
  }

  .content-sc h4, .content-sc.p-sm h1, .living-item-content.content-sc .fmedium2, .content-sc .fmedium2, .content-sc h1,
  .section-h-box h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .section-h-img {
    width: calc(100% - 500px);
    padding: 25px;
  }

  .section-h-img.ab {
    width: calc(100% - 500px + 100px);
  }

  .section-box-wrapper {
    padding: 25px;
  }

  .place-box-item {
    gap: 15px;
  }


}


@media screen and (max-width: 1240px) {


  .head_banner-content-in h1 {
    font-size: 40px;
  }

  .head_banner-img {
    height: calc(100vh - 40px);
    min-height: 300px;
  }

  .w-filter .section-cta {
    top: -50px;
  }

}

@media screen and (max-width: 1120px) {


    .row-35 {
      margin-left: -25px;
      margin-right: -25px;
    }

    .container-inner,
  	.container {
  		padding-left: 25px;
  		padding-right: 25px;
  	}

    .section-h-box {
      padding: 25px;
      max-width: 400px;
    }

    .section-h-img.ab {
      width: calc(100% - 400px + 100px);
    }

    .section-h-img {
      width: calc(100% - 400px);
    }


  .unit-item-images {
    max-width: 310px;
  }


	.col-footer ul li a,
	.col-footer-head {
		font-size: 12px;
	}

	.col-item-1-thumb,
	.col-item-1-content {
		max-width: 100%;
		width: 100%;
	}

	.col-item-1-content {
		padding: 10px 0 0 0;
	}


	.col-1-1 {
		max-width: 300px;
	}

	.col-1-2 {
		width: calc(100% - 300px);
	}

  .unit-left {
    max-width: 330px;
  }

  .unit-right {
    width: calc(100% - 330px);
  }

  .unit-left .fmedium {
    font-size: 20px;
  }

	.col-item-1-thumb .bg {
    width: 100%;
    height: 150px;
	}


	.col-1-1 {
		margin-bottom: 100px;
	}

	.col-1-2 .floatright {
		float: left;
	}

  .col-7,
  .col-2-1,
  .col-2-2 {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  .unit-hero {
    padding: 20px 0;
  }

  .unit-slider .slick-list {
    padding: 0 18% !important;
  }

  .unit-slider .slick-next {
    right: 20px;
  }

  .unit-slider .slick-prev {
    left: 20px;
  }

  .unit-cta-top-item a {
    padding: 20px 10px;
  }

  .unit-cta-top-item img {
    height: 30px;
  }

  .unit-cta-top-item-label {
    font-size: 14px;
  }


}



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

  .unit-col-r .btn.btn-gold {
    font-size: 14px;
  }

  .unit-item-images {
    max-width: 250px;
  }

  .beds-list ul li,
  .facilities-list ul li{
    font-size: 12px;
  }

  .place-cube,
  .section-services {
    padding: 0 15px;
  }

  .section-services .section-h-box,
  .section-box-cube-wrapper {
    width: 100%;
    padding: 25px 0;
    display: block;
  }

  .article-cube-item-content {
    padding-top: 40%;
  }

  .section-location .section-h-img.ab {
    right: unset;
  }

  .section-location .section-h-box,
  .section-location .section-h-img.ab,
  .section-services .section-h-box {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .section-location .section-h-img.ab {
    padding-top: 80px;
  }

  .section-location {
    padding-top: 0 !important;
  }

  .slider-facilities-item-content {
    height: 400px;
  }

  .section-services .ornament:after {
    height: 100px;
  }

  .section-living-sc .ornament:after {
    height: 227px;
    width: 150px;
  }

  .section-unit-detail .ornament:after {
    left: -80px;
    top: -80px;
  }

  .living-wrapper {
    gap: 30px;
  }

  .living-item {
    width: calc(100% / 2 - 15px);
  }


  .section-services-sc .section-h-box {
    max-width: 250px;
  }

  .section-box-wrapper {
    width: calc(100% - 250px);
  }


  .section-col-1 {
    max-width: 300px;
  }

  .section-col-2 {
    width: calc(100% - 300px);
  }

}

@media screen and (max-width: 900px) {


    .modal-c {
      padding: 25px 15px;
    }


  .flarge,
  .h1,
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
	}

	.fmedium1 {
    font-size: 32px;
	}

	.fmedium2,
	.fmedium {
    font-size: 24px;
	}

	h5 {
    font-size: 14px;
	}


  .unit-left-inner p,
  .filter-box .btn,
  .section-cta-box ul li a.btn,
  h4,
  ul li,
  .more,
  .wpcf7 input[type='submit'],
	.btn {
		font-size: 12px;
	}



  .filter-box .select {
    height: 40px;
  }

  .section-h-box {
    max-width: 300px;
  }

  .section-h-img.ab {
    width: calc(100% - 300px + 100px);
  }

  .section-h-img {
    width: calc(100% - 300px);
  }

  .unit-item-images {
    width: 100%;
    max-width: 100%;
    padding-top: 50%;
  }

  .section-col-1,
  .section-col-2 {
    width: 50%;
    max-width: 100%;
  }

  .facilities-list-wrap {
    gap: 20px;
  }

  .facilities-list-item {
    width: calc(100% / 3 - 25px);
  }

  .section-place .section-col-1,
  .section-place .section-col-2 {
    max-width: 100%;
    width: 100%;
  }


  .slide-content {
    bottom: 150px;
    top: unset;
  }

  .container.container-slider-dots {
    top: unset;
    bottom: 100px;
  }

  .footer-detail ul {
    flex-wrap: wrap;
  }

  .footer-detail ul li {
    width: calc(50% - 20px);
  }

  .footer-detail ul li:first-child {
    width: 100%;
  }

  .footer-detail-item {
    padding: 7px 0 38px 38px;
  }

  .footer-detail-item img {
    top: 8px;
  }

  .place-box-item-images {
    width: 40px;
    height: 40px;
  }

  .place-box-item-content {
    width: 100%;
    margin-top: 10px;
  }

  .place-box-item {
    float: left;
    display: inline-table;
    width: 100%;
    padding: 25px;
  }

  .place-cube {
    gap: 15px;
  }

}


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

  .section-box-cube-security {
    grid-template-columns: auto auto;
  }

  .security-cube-item:nth-child(1),
  .security-cube-item:nth-child(6) {
    grid-row-end: span 1;
  }

  .security-cube-item:nth-child(2),
  .security-cube-item:nth-child(3),
  .security-cube-item:nth-child(4),
  .security-cube-item:nth-child(5) {
    grid-row-end: span 2;
  }

  .security-cube-item-content {
    padding-top: 0;
  }

}

@media screen and (max-width: 767px) {

  .unit-cta-top-item-label {
    font-size: 12px;
  }

  .head_banner-content-in {
    max-width: 250px;
  }

  .head_banner-content-in h1 {
      font-size: 26px;
      margin-bottom: 20px;
  }

  .m-pt-30 {
    margin-top: 30px;
  }


  .wpcf7 input[type='submit'],
	.btn {
    padding: 8px 15px;
    line-height: 22px;
    height: 40px;
	}

  .btn-icon img {
    left: 10px;
  }

  .place-cube {
    grid-template-columns: auto;
  }

  .section-services-sc .section-h-box,
  .section-box-wrapper,
  .section-col-1,
  .section-col-2,
  .section-about-img,
  .section-h-box,
  .section-h-img,
  .section-h-img.ab,
  .col-c-2-1,
  .col-c-2-2,
  .col-3,
  .col-c-1,
  .col-c-2,
	.col-2,
	.col-1-1,
	.col-1-2,
	.intro-1,
	.intro-2 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

  .unit-detail ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .unit-cta a {
    float: left;
  }

  .cta-wrap {
    text-align: center;
  }

  .unit-cta a {
    text-align: unset;
  }

  .btn-icon span {
    font-size: 14px;
  }

  .section-about-box {
    position: relative;
    top: 0;
    transform: translate(0,0);
  }

  .section-h-img.ab {
    position: relative;
    padding-top: 60%;
    left: 0;
  }


  .section-box.m-tb-d {
    margin: 0;
  }

  .section-services-sc .section-box-wrapper {
    order: -1;
  }

  .facilities-list-item {
    width: calc(100% / 2 - 20px);
  }

  .place-box {
    padding: 20px;
  }

  .box-not-found {
    padding: 40px 20px;
  }

  .box-not-found img {
    max-width: 40px;
  }

  .box-not-found h2 {
    font-size: 26px;
  }

  .box-not-found .mt-40 {
    margin-top: 20px;
  }

}


@media screen and (max-width: 600px) {

  .section-box-cube-wrapper {
    padding-top: 0;
  }

  .section-services .section-box-cube {
    position: relative;
    display: block;
  }


  h1 {
    font-size: 28px;
  }

  .h3 {
      font-size: 14px;
  }

  .fmedium2, .fmedium {
    font-size: 20px;
  }

  .row-35 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .unit-right,
  .unit-left {
    width: 100%;
    max-width: 100%;
  }

  .unit-right {
    order: -1;
    margin-bottom: 30px;
  }

  .unit-left {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }


  .unit-right,
  .unit-left,
  .col-7,
  .col-2,
  .container-inner,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-box-wrapper,
  .section-col-1,
  .section-col-2,
  .section-h-img,
  .section-h-box {
    padding: 25px 15px;
  }

  .section-living-sc,
  .section-services,
  .section-services-sc,
  .section-60,
  .section-living,
  .section-facilities,
  .section-location,
  .section-1,
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .w-filter-sm.section-1 {
    padding-top: 100px;
  }

  .w-filter.section-1 {
    padding-top: 80px;
  }

  .ornament:after {
    width: 150px;
    height: 151px;
  }

  .section-1 .ornament:after {
    top: -100px;
  }

  .section-living .ornament:after {
    top: -100px;
  }

  .section-living-sc .ornament:after {
    top: -50px;
  }

  .section-services .ornament:after {
    bottom: -50px;
  }

  .gallery-slider-item-inner {
    padding-top: 70%;
  }

  .section-box-cube-security {
    grid-gap: 0;
  }

  .security-cube-item-content {
    padding-top: 60%;
  }


  .img-cube ul li {
    width: 100%;
  }

  .action .action-nav {
    display: none;
  }

  .section-cta-box {
    transform: translate(-50%, 10px);
    left: 50%;
    position: relative;
  }

  .section-cta-box ul {
    padding-left: 10px;
  }

  .section-cta-box ul li a.btn {
    min-width: 100px;
  }

  .section-about-box {
    padding: 30px 15px;
  }


  .content-sc h4,
  .content-sc .fmedium2,
  .content-sc h1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .section-cta-box h4 {
    color: var(--black);
  }

  .w-filter .section-cta-box {
    gap: 15px;
    align-items: end;
    width: auto;
    left: 0;
    transform: translate(0,0);
    align-items: flex-end;
  }


  .filter-box-group {
    width: auto;
  }

  .section-cta-box ul li {
    display: flex;
    flex: 1;
  }

  .section-cta-box ul li a.btn.btn-submit {
    width: 100%;
    min-width: 100%;
  }

  .filter-box-group:last-child li {
    width: 100%;
  }

  .filter-box-group:nth-child(2)::after {
    width: 0;
    height: 0;
  }

  .filter-box-group:not(:last-child):after {
    right: -8px;
  }

  .filter-box input[type=radio] + label {
    width: 100%;
  }

  /* .filter-box .select {
    width: 100%;
  } */

  .living-item {
    width: 100%;
  }

  .unit-item-inner {
    flex: none;
    width: 100%;
  }

  .unit-col-r {
    margin-top: 35px;
    text-align: center;
  }

  .unit-col-r-btn {
    justify-content: center;
  }

  .box-maps-detail {
    position: relative;
    padding: 40px 15px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }

  .iframe-responsive.iframe-map {
    padding-bottom: 56.25%;
  }

  .unit-hero {
    padding: 10px 0;
  }


  .unit-slider .slick-list {
    padding: 0 40px !important;
  }

  .unit-slider .slick-next {
    right: 4px;
  }

  .unit-slider .slick-prev {
    left: 4px;
  }

  .unit-slider .slick-list:after,
  .unit-slider .slick-list:before {
    width: 40px;
  }

  .unit-left-inner {
    padding: 40px 15px;
  }

	.col-footer {
		width: 50%;
	}

  footer {
    padding: 40px 0;
  }

  .footer-col-r-inner {
    flex-wrap: wrap;
  }

  .copyright,
  .nav-footer {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-col-r ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-col-r ul li {
    display: flex;
    margin: 0;
    width: auto;
  }

  .footer-col-r ul li:last-child {
    width: 100%;
    justify-content: center;
  }

  .footer-col-l {
    display: none;
  }

  .w-filter.section-1 {
    padding-top: 200px;
  }

}

@media screen and (max-width: 420px) {

  .section-cta-box {
    padding: 10px 12px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }


  .unit-cta-top-item img {
    height: 25px;
  }

  .unit-cta-top-item-label {
    font-size: 10px;
    margin-top: 3px;
  }



  .modal-b #gallery-slider {
    padding: 0;
  }

  .gallery-slider-item-content {
    padding: 10px;
  }

  .gallery-slider-item-content h5 {
    font-size: 12px;
  }

  .gallery-slider-item-content p {
    font-size: 10px;
  }


}

@media screen and (max-width: 360px) {

  .section-cta-box h4 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .section-cta-box ul {
    padding: 0;
    margin: 0 auto;
  }

  ul.location-area-wrapper li {
    width: 100%;
  }

  .facilities-list-item {
    width: 100%;
  }

}
