:root {
    --admin-bar-height:32px;
    --nav-top:32px;
    --nav-top-short:18px;
}
body {
    padding:0px; margin:0px;
    overflow-x: hidden;
    overflow-y: scroll !important;
    letter-spacing: 0px;
    font-variant-ligatures: none;
}
h1, h2, h3 {
    margin:0px;
}
strong {
    font-weight: 700 !important;
}
/*Full screen*/
.fit-to-screen {
    height: var(--window-height) !important;
    min-height: var(--window-height) !important;
}
.admin-bar .fit-to-screen {
    height: calc(var(--window-height) - var(--admin-bar-height) ) !important;
    min-height: calc(var(--window-height) - var(--admin-bar-height) ) !important;
}
/*Nav Top*/
.elementor-17 {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    left: 0px;
    top: 0px;
    padding:var(--nav-top) 0px;
    transition: .3s;
}
.nav-top-short .elementor-17 {
    padding:var(--nav-top-short) 0px;
    
}
.nav-top-short .elementor-17::before {
    content: "";
    position: absolute; top:0px; left: 0px;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.46);
    -webkit-backdrop-filter:  blur(16px);
    backdrop-filter: blur(16px);
    z-index: 0;
}

.admin-bar .elementor-17 {
    top: var(--admin-bar-height);
}

/*Nav top list*/
.nav-top-short .nav-top-list ul li:last-child svg line{
    stroke: var(--e-global-color-4c5071a) !important;
}
.nav-top-list ul li:last-child {
    margin-left: 1.11vw !important;
}
.nav-top-list ul li:nth-last-child(2) span {
    font-family: "Univers LT" !important;
    font-weight: 300 !important;
}

/*Logo*/
#logoshort {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 35px !important ;
    height: 34px !important;
    margin: auto;
}
#logoshort a {
    display: flex;
}

/*Lanague*/
.nav-language ul li:nth-child(1) .elementor-icon-list-text{
    font-weight: 700 !important;
}
.vi_VN .nav-language ul li:nth-child(1) .elementor-icon-list-text{
    font-weight: 300 !important;
}
.vi_VN .nav-language ul li:nth-child(2) .elementor-icon-list-text{
    font-weight: 700 !important;
}
.nav-language ul li:nth-child(1)::before {
    content: "";
    position: absolute; 
    top:0px; right: -11px;
    width: 2px; height: 100%;
    background-color: var(--e-global-color-c7d7951);
}
.nav-top-short .nav-top-list span, .nav-top-short .nav-language span {
    color:var(--e-global-color-4c5071a) !important;
}
.nav-top-short .nav-language ul li:nth-child(1)::before {
    background-color: var(--e-global-color-4c5071a);
}

/*Off canvas menu*/
.elementor-widget-off-canvas .e-off-canvas {
    height: var(--window-height) !important;
    min-height: var(--window-height) !important;
}
.admin-bar .elementor-widget-off-canvas .e-off-canvas {
    height: calc(var(--window-height) - var(--admin-bar-height) ) !important;
    min-height: calc(var(--window-height) - var(--admin-bar-height) ) !important;
    top:var(--admin-bar-height) !important;
}
.admin-bar.nav-top-short .elementor-widget-off-canvas .e-off-canvas {
    top: 0px !important;
}
.elementor-17 .elementor-element.elementor-element-db09530 .e-off-canvas__content {
    background: rgba(255, 255, 255, 0.50) !important;
	backdrop-filter: blur(20px) !important;
}
.off-canvas-close {
    position: absolute;
    right: 32px;
    top: 8%;
    width: 15px !important; height: 15px !important;
}
.off-canvas-close .elementor-icon-wrapper {
    display: flex;
}
/*CTA Button*/
#ctabutton {
    cursor: pointer;
}

#ctabutton-close {
    cursor: pointer;
}
#ctabutton-phone:hover, #ctabutton-mail:hover, #ctabutton-message:hover,
#ctabutton-close:hover, #ctabutton:hover {
    transform: scale(1.1);
}

/*Home Facts & Figures*/
.figures-line::before {
    content: "";
    width: 1px; height: 100%;
    background-color: var(--e-global-color-4c5071a);
    position: absolute; top:0px; left: 48%;
}

/*Connected Location*/
.connected-location-wr {
    overflow: hidden; position: relative;
    width: 100%; aspect-ratio: 16 / 8;
}
.f-panzoom {
    width: 100%; height: 100%;
    position: relative;
}
.connected-location-list {
    position: absolute;
    bottom:3vw ;
    left: 3vw;
    width:14.04vw;
    border-radius: 24.496px;
    border: 1px solid rgba(255,255,255,.05);
    background: rgba(211, 211, 235, 0.10);
    backdrop-filter: blur(8.748674392700195px);
    box-sizing: border-box;
    padding:1.06vw;
}
.connected-terms {
    list-style: none;
    color: #E1E8F6;
    font-family: "Raleway";
    font-size: 0.74vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px; padding: 0px;
    letter-spacing: 0px;
}
.connected-terms li {
    border-radius: 43.743px;
    background: #945F9C;
    cursor: pointer;
    padding:0.53vw;
    margin-bottom: 5px;
    transition: opacity 0.3s;
}
.connected-terms li:hover {
    opacity: .5;
}
.connected-terms li:nth-child(2n + 2) {
    background: #B99682;
    color: #2B254B;
}
.connected-terms li:nth-child(3n + 3) {
    background: rgba(118, 125, 162, 0.50);
}
.connected-terms-wr {
    margin-top: 1vw;
}
.connected-terms-belongs {
    margin: 0px; padding: 0px; list-style: none;
    opacity: 0; visibility: hidden;
    display: none;
}
.connected-terms-belongs.active {
    display: block;
    opacity: 1; visibility: visible;
}
.connected-terms-belongs-title {
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.74vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(255,255,255, .3);
    line-height: 1.5;
    margin-bottom: 0.85vw;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s;
}
.connected-terms-belongs-title:hover {
    opacity: .5;
}
.connected-terms-belongs-title:last-child {
    margin-bottom: 0px;
}
.connected-terms-belongs-title::before {
    content: "";
    position: absolute; right:0px; top:50%;
    transform: translateY(-50%);
    width: 10px; height: 6px;
    background-size: 100% 100%;
    overflow: hidden;
    background-image: url(../images/up.svg);
}
.connected-terms-belongs-sub-wr.active .connected-terms-belongs-title::before {
    background-image: url(../images/down.svg);
}
.connected-terms-belongs-sub {
    display: none; margin: 0px; padding: 0px; list-style: none;
    max-height: 28vh;
    overflow-y: auto;
}
.connected-terms-belongs-sub-wr.active .connected-terms-belongs-sub {
    display: block;
}
.connected-terms-belongs-sub > div {
    display: flex; width: 100%;
    justify-content: space-between;
    margin:0px 0px 0.6vw;
}
.connected-point-number {
    border-radius: 50%;
    width:0.85vw; height: 0.85vw;
    line-height: 0.85vw;
    font-family: "Univers LT";
    font-size: 0.53vw;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
.connected-point-title {
    width: calc(100% - 1.37vw);
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.63vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*Hotspot Enriched Life*/
.enriched-life .e-hotspot__button.e-hotspot--expand {
    background-color: transparent !important;
}
.enriched-life .e-hotspot__label{
    position: absolute; top:53%; left: 50%; transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-family: "Trade Gothic LT Std" !important;
    font-size: 0.63vw;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: 0px;
    width: 1.2vw !important;
    text-align: center;
}
.enriched-life .e-hotspot__icon {
    line-height: 1.2vw !important; height: 1.2vw !important; width: 1.2vw !important;
}
.enriched-life .e-hotspot__button.e-hotspot--expand:before {
    border-radius: 50%;
}
.enriched-life .e-hotspot__tooltip {
    margin-bottom: .8vw;
}
.enriched-life .e-hotspot__tooltip::before {
    content: ""; position: absolute; left: 50%; bottom:-1vw; transform: translateX(-50%);
    width: 2.39vw; height: 2.07vw;
    background-size: 100% 100%;
    overflow: hidden;
    background-image: url(../images/tooltip-polygon.svg);
    z-index: -1;
}
.enriched-life .e-hotspot__tooltip p:first-of-type {
    margin-top: 0;
}

/*Hotspot Floors*/
.hotspotfloors .e-hotspot__button  {
    background-color: transparent !important;
} 
.hotspotfloors .e-hotspot__button .e-hotspot__icon {
    visibility: hidden;
    transition: visibility .3s;
}
.hotspotfloors .e-hotspot__button:hover .e-hotspot__icon {
    visibility: visible;
}
.hotspotfloors .e-hotspot__icon svg {
    height: 11.61vw;
    width: auto;
}
.hotspotfloors .e-hotspot__label::before{
    content: "";
    width: 0.795vw; height: 0.954vw;
    background-size: 100% 100%;
    overflow: hidden;
    background-image: url(../images/floor-polygon.svg);
    margin-left: 0.53vw; margin-right: 0.3vw;
}
/*Hotspot Retail*/
.hotspot-retail .e-hotspot__button.e-hotspot--expand {
    background-color: transparent !important;
    width: 100%;
}
.hotspot-retail .e-hotspot__button.e-hotspot--expand:before {
    border-radius: 50%;
    background-color: var(--e-global-color-42ad07f);;
}
.hotspot-retail .e-hotspot.e-hotspot--icon  {
    height: 2.75vw !important;
}

    /*Default*/
.hotspot-retail .e-hotspot__button  {
    background-color: transparent !important;
    height: 100%;
    padding:0px !important;
    display: flex;
}
.hotspot-retail .e-hotspot__icon {
    height: 100%;
}
.hotspot-retail .e-hotspot__icon svg {
    height: 100%;
    width: auto;
}
    
/*hotspot-alpine-10-19*/
    /*Change here*/
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(1),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(2) {
    height: 42%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(2),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(3) {
    height: 42%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(3),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(4) {
    height: 49%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(4),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(5) {
    height: 53%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(5),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(6) {
    height:43%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(6),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(7) {
    height:42%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(7),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(8) {
    height:43%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(8),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(9) {
    height:43%;
}
.hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(9),
.dialog-prevent-scroll .hotspot-alpine-10-19 .e-hotspot.e-hotspot--icon:nth-child(10) {
    height:44%;
}

    /*Default*/
.hotspot-alpine-10-19 .e-hotspot__button  {
    background-color: transparent !important;
    height: 100%;
    padding:0px !important;
    display: flex;
}
.hotspot-alpine-10-19 .e-hotspot__icon {
    height: 100%;
}
.hotspot-alpine-10-19 .e-hotspot__icon svg {
    height: 100%;
    width: auto;
}
.hotspot-alpine-10-19 .e-hotspot__button .e-hotspot__icon {
    opacity: 0;
    transition: opacity .3s;
}
    /*Develope*/
    .hotspot-alpine-10-19.hotspotdevelope .e-hotspot__button .e-hotspot__icon {
        opacity: 1;
    }
.hotspot-alpine-10-19 .e-hotspot__button:hover .e-hotspot__icon {
    opacity: 1;
}
/*Popup Floor plans*/
.popup-floorplans .dialog-close-button::before{
    content: ""; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 2vw; height: 2vw;
    background-size: 100% 100%;
    overflow: hidden;
    background-image: url(../images/popup-close.svg);
    z-index: 30;
    transition: opacity .3s;
    box-shadow: none !important;
    text-shadow: none;
}
.popup-floorplans .dialog-close-button:hover::before, .popup-back:hover {
    opacity: .5;
}
.popup-floorplans .dialog-close-button svg {
    opacity: 0;
}
.popup-back {
    transition: opacity .3s;
}
.popup-floorplans .dialog-close-button svg {
    display: none;
}

/*Carousel Flex*/
.carousel-flex-wr {
    display: flex; 
    width: 100%;
    justify-content: space-between;
}
.carousel-flex-item {
    width: 12.5%; overflow: hidden;
    height: 35vw;
    position: relative;
    transition: width .75s;
    
}
.carousel-flex-item.active{
    width: 47vw;
}
.carousel-flex-item.active  .carousel-flex-item-img{
    left: 50%;
}
.carousel-flex-item-img {
    width: 47vw; height: 100%; position: absolute;
    overflow: hidden;
    transition: left .75s;
    top:0px; left: 40%;
    transform: translateX(-50%);
}
.carousel-flex-item-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
}
.carousel-flex-item-txt {
    position: absolute; width: 100%;
    bottom: 1.5vw;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: #FFF;
    font-family: "SVN-Hello Branch";
    font-size: 2.54vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    
}
.carousel-flex-item-txt span {
    cursor: pointer;
}
.carousel-flex-item-txt a {
    color: #FFF;
    transition: opacity .3s;
}
.carousel-flex-item-txt a:hover{
    opacity: .5;
}

/*Carousel News Events*/
.carousel-newsevents-wr {
    position: relative;
    display: flex; flex-wrap: wrap;
    width: 100%; justify-content: space-between;
}

.carousel-newsevents-main {
    width: 100%; position: relative;
    padding-bottom: calc(23px + 22px + 2.54vw);
}
.carousel-newsevents-sub {
    width: calc(64% - 20px);
    position: relative;
    display: none;
}
.swiper-newsevents, .swiper-newsevents-sub {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 27vw;
    padding: 0px 0px;
}
.swiper-slide-newsevents {
    width: 18%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    transition: width 1s;
    background: #28284B;
    /*background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, #191432 100%);*/
}
.swiper-slide-active.swiper-slide-newsevents {
    width: 36%;
}
.swiper-slide-active .swiper-newsevents-num {
    opacity: 1;
}

.swiper-slide-newsevents-sub {
    width: 29%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
   
}
.swiper-newsevents-img {
    position: absolute;left: 0px; bottom: 0px; overflow: hidden;
    width: 100%; height: 15vw;
}
.swiper-newsevents-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
}
.swiper-slide-newsevents .swiper-newsevents-img a::before {
    content: "";
    width: 102%; height: 100%; position: absolute; top:-10px; left:0px;
    background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 13.9%, #28284B 100%, #191432 100%);
}
.swiper-slide-active.swiper-slide-newsevents .swiper-newsevents-img a::before {
    background: linear-gradient(180deg, rgba(25, 20, 50, 0.00) 80.76%, #191432 100%);
    top: 0px;
}

.swiper-slide-newsevents-sub .swiper-newsevents-img a::before {
    content: "";
    width: 100%; height: 100%; position: absolute; top:-10px; left:0px;
    background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 13.9%, #28284B 100%, #191432 100%);
}
.swiper-newsevents-num, .swiper-newsevents-sub-num {
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    /*padding:1.59vw 1.59vw 1vw;*/
    padding:0 1.59vw;
    opacity: 0;
}
/* Thang */
.swiper-slide-newsevents .swiper-newsevents-title {
    padding: 1.59vw 1.59vw 1vw;
}
.swiper-newsevents-title, .swiper-newsevents-sub-title {
    padding: 0px 30% 0px 1.59vw;
}
.swiper-slide-active .swiper-newsevents-title, .swiper-slide-active .swiper-newsevents-title a {
    color: var(--e-global-color-42ad07f);
    font-family: "Raleway";
    font-size: 1.59vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: none;
}
.swiper-newsevents-title, .swiper-newsevents-title a {
    color: var(--e-global-color-42ad07f);
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: none;
}
.newsevents-line {
    width: 100%; height: 22px;
    border-top: 1px solid var(--e-global-color-c7d7951);
    padding-bottom: 15px;
    background-color: #28284B; ;
}

.carousel-newsevents-wr .swiper-pagination-custom, 
.carousel-newsevents-wr .swiper-pagination-fraction {
    top:inherit;
    bottom: 0px !important;
    left: calc(5.08vw + 40px);
    width: max-content;
    height: 2.54vw; line-height: 2.54vw;
    color: var(--e-global-color-c7d7951);
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.carousel-newsevents-wr .swiper-button-next, .carousel-newsevents-wr .swiper-button-prev {
    position: absolute;
    top: inherit; bottom: 0px;
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}
.carousel-newsevents-wr .swiper-button-prev {
    left: 0px;
}
.carousel-newsevents-wr .swiper-button-next {
    right: inherit;
    left: calc(2.54vw + 20px) ;
}
.carousel-newsevents-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next.svg);
}
.carousel-newsevents-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
}
.carousel-newsevents-wr-line {
    position: absolute; left: 0px; bottom:calc(2.54vw + 20px);
    width: 100%; height: 1px; background: rgba(183, 150, 127, 0.15);
}
.carousel-newsevents-wr-line-cur {
    --progress: 0;
    position: absolute; left: 0px; top:0px;
    width: var(--progress); height: 1px; 
    background: var(--e-global-color-c7d7951);
}
@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.newsevents-title-sec h3 {
    color: var(--e-global-color-c7d7951);
    margin: 0px 0px 2.8vw;
}
/*Radio*/
.radio-wr {
    display: flex;
}
.radio-item {
    min-width: 7vw;
    line-height: 1.48vw;
    color: #28284B;
    text-align: center;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #28284B;
    margin-right: 1.06vw;
    letter-spacing: 0px;
    cursor: pointer;
    transition: .3s;
    padding:2px 1vw;
}
.radio-item:last-child {
    margin-right: 0px;
}
.radio-item:hover, .radio-item.active {
    background-color: #28284B; color: #FFF;
}
/*Form contact*/
.f-contact-us .elementor-field-textual {
    padding-left: 0px;
    padding-right: 0px;
}
.f-contact-us textarea.elementor-field-textual {
    border: 1px solid var(--e-global-color-405ef17) !important;
    padding-left: 14px; padding-top: 14px;
    margin-top: 1.5vw;
}
.f-contact-us .e-form__buttons {
    width: 100% !important;
    justify-content: flex-end;
    margin-top: 1vw;
}
/*Footer*/
.footer-logo.e-con>.e-con-inner {
    margin: 0px;
}
.footer-links .elementor-icon-list-text {
    text-decoration: underline;
}
.footer-links a, .footer-logo a {
    transition: .3s;
}
.footer-links a:hover, .footer-logo a:hover {
    opacity: .5;
}

/*ShophouseShoplot*/
    /*Filter*/
.filter-shophouse-shoplot-wr {
    display: flex;
    justify-content: center;
}
.shophouse-shoplot, .shophouse-shoplot-items {
    position: relative; cursor: pointer;
}
.shophouse-shoplot-active, .shophouse-shoplot-item-active,
.shophouse-shoplot-ul li, .shophouse-shoplot-items-ul li{
    border-radius: 6px;
    border: 1px solid #28284B;
    min-width: 14vw;
    height: 2.5vw; line-height: 2.5vw;
    color: #28284B;
    font-family: "SVN-Hello Branch";
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 400;
    padding: 0px 0.8vw ;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
    margin:0px 0.79vw;
    background-color: #FFF;
}
.shophouse-shoplot-active::before, .shophouse-shoplot-item-active::before,
.shophouse-shoplot-ul li::before, .shophouse-shoplot-items-ul li::before {
    content:"";
    border-radius: 6px;
    border: 4px solid #B99682;
    opacity: 0 ; visibility: hidden;
    background-color: transparent;
    z-index: 0; 
    width: 100%; height: 100%;
    position: absolute; top:0px; left: 0px;
}
.shophouse-shoplot-active:hover, .shophouse-shoplot-item-active:hover,
.shophouse-shoplot-ul li:hover, .shophouse-shoplot-items-ul li:hover {
    border-color: #B99682;
}
.shophouse-shoplot-ul li.active,
.shophouse-shoplot-items-ul li.activechoose {
    background-color: #28284B;
    color: #FFF !important;
}
.shophouse-shoplot-active:hover::before, .shophouse-shoplot-item-active:hover::before,
.shophouse-shoplot-ul li:hover::before, .shophouse-shoplot-items-ul li:hover::before {
    opacity: 1; visibility: visible;
}
.shophouse-shoplot-active::after, .shophouse-shoplot-item-active::after {
    content: "";
    width: 1vw; aspect-ratio: 19 / 13; background-size: 100% 100%; overflow: hidden;
    background-image: url(../images/select-down.svg);
    position: absolute; top:50%; right: 0.79vw;
    transform: translateY(-50%);
}
.shophouse-shoplot-ul, .shophouse-shoplot-items-ul {
    display: none;
    position: absolute; left: 0px; top:2.5vw ;
    list-style: none;
    margin: 0px; padding: 0px;
    width: 100%;
    z-index: 600;
}
.shophouseshoplotitem {
    display: none;
}
/*.shophouse-shoplot:hover .shophouse-shoplot-ul,
.shophouse-shoplot-items:hover .shophouse-shoplot-items-ul,*/
.shophouseshoplotitem.active{
    display: block;
}
.shophouse-shoplot-loader {
    min-height: 50vh;
}
/*Shopouse Lagoon-Strait Lagoon*/


.hotspot-hover-popup-item img{
    opacity: 0; transition: opacity .5s;
}
.ani-hover-popup, .ani-hover-popup-r {
    opacity: 0; transition: opacity .5s;
}

.elementor_library-template-default.logged-in .ani-hover-popup, 
.elementor_library-template-default.logged-in .ani-hover-popup-r,
.hotspot-tower-hover-popup.active .ani-hover-popup, .hotspot-tower-hover-popup.active .ani-hover-popup-r{
    opacity: 1;
}
.hotspot-hover-popup .hotspot-hover-popup-item:hover img,
.elementor_library-template-default.logged-in .hotspot-hover-popup-item img{
    opacity: 1;
}
.hotspot-hover-popup .elementor-widget-image a,
.hotspot-tower-hover-popup .elementor-widget-image a, .hotspot-tower-hover-popup .elementor-widget-image img{
    display: block !important;
}
.hotspot-tower-hover-popup .hotspot-tower-hover-popup-img{
    opacity: 0; transition: opacity .5s;
}
.hotspot-tower-hover-popup:hover .hotspot-tower-hover-popup-img,
.elementor-editor-active .hotspot-tower-hover-popup .hotspot-tower-hover-popup-img{
    opacity: 1;
}
.hotspot-tower-hover-popup.active .ani-hover-popup{
    -webkit-animation: mymoverx .5s infinite  alternate;
    animation: mymoverx .5s infinite  alternate;
}
.hotspot-tower-hover-popup.active .ani-hover-popup-r{
    -webkit-animation: mymoverxp .5s infinite  alternate;
    animation: mymoverxp .5s infinite  alternate;
}
/*CSS Animation: Translate x:*/
@-webkit-keyframes mymoverx {
    0% { left: -5px; }
    100% { left: 0px; }
}
@keyframes mymoverx {
    0% { left: -5px; }
    100% { left: 0px; }
    
}
@-webkit-keyframes mymoverxp {
    0% { left: 5px; }
    100% { left: 0px; }
}
@keyframes mymoverxp {
    0% { left: 5px; }
    100% { left: 0px; }
    
}

/*hotspot-Shophouse-A3-A4*/
    /*Change here*/
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(1),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(2) {
    height: 83.97%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(2),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(3) {
    height: 90.11%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(3),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(4) {
    height: 90.11%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(4),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(5) {
    height: 90.11%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(5),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(6) {
    height:82.42%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(6),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(7) {
    height:70.61%;
}
.hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(7),
.dialog-prevent-scroll .hotspot-shophouse-A3-A4 .e-hotspot.e-hotspot--icon:nth-child(8) {
    height:71.70%;
}
    
    
    /*Default*/
.hotspot-shophouse-A3-A4 .e-hotspot__button  {
    background-color: transparent !important;
    height: 100%;
    padding:0px !important;
    display: flex;
}
.hotspot-shophouse-A3-A4 .e-hotspot__icon {
    height: 100%;
}
.hotspot-shophouse-A3-A4 .e-hotspot__icon svg {
    height: 100%;
    width: auto;
}
.hotspot-shophouse-A3-A4 .e-hotspot__button .e-hotspot__icon {
    opacity: 0;
    transition: opacity .3s;
}
    /*Develope*/
    .hotspotdevelope.hotspot-shophouse-A3-A4 .e-hotspot__button .e-hotspot__icon {
        opacity: 1;
    }
.hotspot-shophouse-A3-A4 .e-hotspot__button:hover .e-hotspot__icon {
    opacity: 1;
}

/*hotspot-Shophouse-A3*/
    /*Change here*/
.hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(1),
.dialog-prevent-scroll .hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(2) {
    height: 91.67%;
}
.hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(2),
.dialog-prevent-scroll .hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(3) {
    height: 90.71%;
}
.hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(3),
.dialog-prevent-scroll .hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(4) {
    height: 91.03%;
}
.hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(4),
.dialog-prevent-scroll .hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(5) {
    height: 87.81%;
}
.hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(5),
.dialog-prevent-scroll .hotspot-shoplot-A3 .e-hotspot.e-hotspot--icon:nth-child(6) {
    height: 84.30%;
}

    /*Default*/
.hotspot-shoplot-A3 .e-hotspot__button  {
    background-color: transparent !important;
    height: 100%;
    padding:0px !important;
    display: flex;
}
.hotspot-shoplot-A3 .e-hotspot__icon {
    height: 100%;
}
.hotspot-shoplot-A3 .e-hotspot__icon svg {
    height: 100%;
    width: auto;
}
.hotspot-shoplot-A3 .e-hotspot__button .e-hotspot__icon {
    opacity: 0;
    transition: opacity .3s;
}
    /*Develope*/
    .hotspotdevelope.hotspot-shoplot-A3 .e-hotspot__button .e-hotspot__icon {
        opacity: 1;
    }
.hotspot-shoplot-A3 .e-hotspot__button:hover .e-hotspot__icon {
    opacity: 1;
}

/*Carousel Neighbourhood*/
.carousel-neighbourhood-wr {
    position: relative;
    padding:0px 0px 5vw;
}
.swiper-neighbourhood {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 32.06vw;
    height: 24.44vw;
    padding: 0px 0px;
}
.swiper-neighbourhood .swiper-wrapper {
    align-items: center;
}
.swiper-slide.swiper-slide-neighbourhood {
    /*width: 23.74vw;
    width: 37.85vw;*/
    width: 35%;
    /*width: 33.3333%;*/
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transform: scale(0.75);
    transition: all .75s ease-in-out;
    overflow: hidden;
}
.swiper-backface-hidden .swiper-slide.swiper-slide-neighbourhood {
    transform: scale(0.75) translateZ(0);
  }
          
  .swiper-slide.swiper-slide-neighbourhood.swiper-slide-active {  
    transform: scale(1.2) !important;
  }
  
  .swiper-backface-hidden .swiper-slide.swiper-slide-neighbourhood.swiper-slide-active {
    transform: scale(1.2) translateZ(0) !important;
  }
.swiper-neighbourhood-mask {
    position: absolute; top:0px; left:0px;
    width: 100%; height: 100%; transition: opacity 1s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    opacity: 1;
}

.swiper-slide-active .swiper-neighbourhood-mask{
    opacity: 0;
}

.swiper-neighbourhood-img {
    position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
}
.swiper-neighbourhood-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
}
.carousel-neighbourhood-wr .swiper-pagination {
    width: auto !important;
    top:inherit;
    bottom:0px;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-neighbourhood-wr .swiper-pagination, 
.carousel-neighbourhood-wr .swiper-pagination span {
    color: #FFF;
    text-align: center;
    font-family: "Raleway";
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.54vw;
    letter-spacing: 1px;
}
.carousel-neighbourhood-wr .swiper-button-next, .carousel-neighbourhood-wr .swiper-button-prev {
    position: absolute;
    top: inherit; bottom: 0px;
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}
.carousel-neighbourhood-wr .swiper-button-prev {
    left: calc(50% - 2.54vw - 1.5vw);
}
.carousel-neighbourhood-wr .swiper-button-next {
    right: calc(50% - 2.54vw - 1.5vw);
}
.carousel-neighbourhood-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next-transparent.svg);
}
.carousel-neighbourhood-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev-transparent.svg);
}

/*Carousel Amenities*/
.carousel-amenities-wr {
    position: relative;
    padding:0px 0px 4.3vw;
}
.swiper-amenities {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 34.45vw;
    aspect-ratio: 650 / 269;
    padding: 0px 0px;
}
.swiper-slide.swiper-slide-amenities {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.swiper-amenities-img {
    position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
}
.swiper-amenities-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
}

.carousel-amenities-wr .swiper-pagination-custom, 
.carousel-amenities-wr .swiper-pagination-fraction {
    top:inherit;
    bottom: 0px !important;
    left: calc(5.08vw + 40px);
    width: max-content;
    height: 2.54vw; line-height: 2.54vw;
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.color191432 .carousel-amenities-wr .swiper-pagination-custom, 
.color191432 .carousel-amenities-wr .swiper-pagination-fraction {
    color: #191432;
}
.carousel-amenities-wr .swiper-button-next, .carousel-amenities-wr .swiper-button-prev {
    position: absolute;
    top: inherit; bottom: 0px;
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}
.carousel-amenities-wr .swiper-button-prev {
    left: 0px;
}
.carousel-amenities-wr .swiper-button-next {
    right: inherit;
    left: calc(2.54vw + 20px) ;
}
.carousel-amenities-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next.svg);
}
.carousel-amenities-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
}
.carousel-amenities-wr .swiper-neighbourhood-mask {
    cursor: pointer;
}

/*Carousel Commercial Retail*/
.carousel-commercial-retail-wr {
    position: relative;
    padding:0px 0px 5vw;
}
.swiper-commercial-retail {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 0px 0px;
}
.swiper-slide.swiper-slide-commercial-retail {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 46%;
    aspect-ratio:  802 / 502;
    height: inherit;
}
.swiper-commercial-retail-img {
    position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
}
.swiper-commercial-retail-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
}
.carousel-commercial-retail-wr .swiper-button-next, .carousel-commercial-retail-wr .swiper-button-prev {
    position: absolute;
    top: inherit; bottom: 0px;
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}
.carousel-commercial-retail-wr .swiper-button-prev {
    left: calc(50% - 3vw);
}
.carousel-commercial-retail-wr .swiper-button-next {
    right: calc(50% - 3vw);
}
.carousel-commercial-retail-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next.svg);
}
.carousel-commercial-retail-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
}

/*Four Distinct Retail Zones*/
.four-distincty-retail-zones {
    width: 100%; position: relative;
    aspect-ratio: 1655 / 660;
}
.retail-canal-walk, .retail-waterfront-plaza,
.retail-the-boulevard, .retail-the-circuit{
    transition: fill .3s;
    cursor: pointer;
}
.retail-canal-walk.active {
    fill: #F9EBEB;
}
.retail-waterfront-plaza.active {
    fill:#CBCEE2;
}
.retail-the-boulevard.active {
    fill:#E8CEBB;
}
.retail-the-circuit.active {
    fill: #6E6E87;
    /*fill:#C3BEC8 ;
    fill:#5B5676;*/
}
.retail-the-circuit-text.retail-the-circuit.active {
    fill: #C3BEC8;
    /*fill:#C3BEC8 ;
    fill:#5B5676;*/
}

/*Popup Floor Default*/
.click-open-popup-back, .click-open-popup-sub, .popup-back,
.click-goto-popup, .click-open-shophouse, .click-open-shophouse-floor {
    cursor: pointer;
}
.popup-floorplans .elementor-heading-title {
    font-variant-ligatures: none;
}
.popup-floorplans.elementor-popup-modal.dialog-type-lightbox {
    backdrop-filter: blur(20px) !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    background-color: transparent;
}
.townerpopupcontent_vw {
    backdrop-filter: blur(20px) !important;
    background-color: transparent !important;
    position: fixed; width: 100vw; height: 100vh;
    display: none; align-items: center;
    justify-content: center;
    z-index: 9999; top:0px; left: 0px;
}
.townerpopupcontent_mask {
    position: absolute; z-index: 1;
    width: 100%; height: 100%;
    top:0px; left: 0px; background-color: transparent;
}
.townerpopupcontent_load {
    position: fixed; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 4vw; height: 4vw; overflow: hidden;
    background-image: url(../images/loading-dark.svg); background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 400;
}
.townerpopupcontent_close {
    position: absolute; top:1vw; right: 1vw;
    width: 2vw; height: 2vw; overflow: hidden;
    background-image: url(../images/popup-close.svg); background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 400; cursor: pointer;
}

.popup-floorplans.elementor-popup-modal .dialog-widget-content,
#townerpopupcontent {
    background-color: #FFFFFF !important;
    border-radius: 28px 28px 28px 28px !important;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2) !important;
    margin: 0px 0px 0px 0px !important;
    z-index: 100;
    position: relative;
}
.popup-floorplans.elementor-popup-modal .dialog-message,
#townerpopupcontent {
    width: 60vw !important;
    height: auto !important;
    padding: 0px 0px 0px 0px !important;
}
.popup-floorplans.elementor-popup-modal .dialog-close-button {
    right: 4%;
}
.popup-floorplans.elementor-popup-modal .dialog-close-button {
    display: flex;
    top: 7%;
    right: 4%;
    width: 15px;
    height: 15px;
    margin: 0px;
}
#townerpopupcontent [data-elementor-type=popup]:not(.elementor-edit-area) {display: block;}
/*Carousel Residences*/
.carousel-residences .swiper-pagination{
    top:inherit;
    bottom: 33% !important;
}
.carousel-residences .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid  var(--e-global-color-42ad07f);
    background-color: transparent;
}
.carousel-residences .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-42ad07f);
}

/*CSS Animation: Translate up/down:*/
.vert-move:hover .elementor-icon-box-wrapper{
    -webkit-animation: mymover .5s infinite  alternate;
    animation: mymover .5s infinite  alternate;
    cursor: pointer;
}
@-webkit-keyframes mymover {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}
@keyframes mymover {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
    
}
/*Hover Show*/
.hover-show-parent {
    cursor: pointer;
}
.hover-show {
    transition: opacity .3s !important;
    opacity: 0; visibility: hidden;
}
.hover-show-parent:hover .hover-show {
    opacity: 1; visibility: visible;
}
/*Grids News Events*/
.grids-newsevents {
    display: flex; width: 100%;
    flex-wrap: wrap; position: relative;
}
.grids-newsevents .grids-newsevents-item{
    /*background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, rgba(25, 20, 50, 0.48) 69.87%, #191432 100%);*/
    background: #28284B;
    margin-bottom: 2.1208vw;
}
.grids-newsevents .grids-newsevents-item:hover {
    /*background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, rgba(25, 20, 50, 0.48) 69.87%, #7378A0 100%);*/
    background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, rgba(25, 20, 50, 0.48) 69.87%, #191432 100%);
}
.grids-newsevents .grids-newsevents-item:nth-child(1) {
    width: 65.57%;
    height: 46.0233vw;
    margin-right: 27.2534vw;
}
.grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-txt {
    width: 100%; height: 34.33%;
}
.grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-img {
    width: 100%; height: 65.67%;
}
.grids-newsevents .grids-newsevents-item:nth-child(4), .grids-newsevents .grids-newsevents-item:nth-child(5),
.grids-newsevents .grids-newsevents-item:nth-child(7), .grids-newsevents .grids-newsevents-item:nth-child(8)
{
    margin-right: 3.27%;
}

.grids-newsevents .grids-newsevents-item:nth-child(n+2) {
    width: 31.15%;
    height: 21.9512vw;
}
.grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-txt {
    width: 100%; height: 34.33%;
}
.grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-img {
    width: 100%; height: 65.67%;
}
.grids-newsevents .grids-newsevents-item:nth-child(2) {
    position: absolute; right: 0px;
    top: 0px;
}
.grids-newsevents .grids-newsevents-item:nth-child(3) {
    position: absolute; right: 0px;
    top: 24.0721vw;
}
.grids-newsevents-img {
    overflow: hidden;
    width: 100%; height: 100%; position: relative;
}
.grids-newsevents-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
    position: absolute; top:50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.grids-newsevents .grids-newsevents-item:hover .grids-newsevents-img img{
    transform:  translate(-50%, -50%) scale(1.05);
}
.grids-newsevents-num {
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    padding:1.59vw 1.59vw .5vw;
}
.grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-num {
    padding: 3vw 1.59vw 1vw;
    font-size: 1.59vw;
}
.grids-newsevents-title{
    padding: 0px 1.59vw .3vw;
}
.grids-newsevents .grids-newsevents-item:nth-child(1) .swiper-newsevents-title,
.grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-title a {
    color: var(--e-global-color-42ad07f);
    font-family: "Raleway";
    font-size: 1.59vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: none;
}
.grids-newsevents-title, .grids-newsevents-title a {
    color: var(--e-global-color-42ad07f);
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: none;
}
.grids-newsevents-paging {
    display: flex; justify-content: center;
    align-items: center; position: relative;
}
.grids-newsevents-ul {
    display: flex; justify-content: center; list-style: none;
    margin: 0px;padding: 0px;
}
.grids-newsevents-ul li {
    width: 1.855vw;
    color: #B99682;
    text-align: center;
    font-family: "Whitney";
    font-size: 1.431vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.855vw;
    opacity: .5;
    cursor: pointer;
    margin:0px 0.4vw;
    transition: .3s;
}
.grids-newsevents-ul li:last-child {margin-right: 0.8vw;}
.grids-newsevents-ul li:first-child {margin-left: .8vw;}
.grids-newsevents-ul li.active, .grids-newsevents-ul li:hover {
    opacity: 1;
}
.grids-newsevents-next {
    width: 1.855vw; height: 1.855vw; background-size: 100% 100%; overflow: hidden;
    background-image: url(../images/carousel-next.svg); overflow: hidden;
    cursor: pointer;
}
.grids-newsevents-prev {
    width: 1.855vw; height: 1.855vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
    cursor: pointer;
}
.disable {
    cursor: not-allowed !important;
    opacity: .5;
    pointer-events: none;
}
.grids-newsevents-prev.disable,  .grids-newsevents-next.disable {
    visibility: hidden;
}
.loading-wr {
    position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
    width: 3.18vw; height: 3.18vw;
    background-size: 100% 100%; overflow: hidden;
    background-image: url(../images/loading.svg); overflow: hidden;
    z-index: 600;
    display: none;
}
/*Slider News Relative*/
.slider-newsevents-relative-wr {
    position: relative;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-top: 1px solid #FFF;
    padding-top: 3vw;
}
.single-construction .slider-newsevents-relative-wr {
    border-top: 0px;
    margin-top: 0px;

}
.swiper-newsevents-relative {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

.slider-newsevents-relative-wr .swiper-button-next, .slider-newsevents-relative-wr .swiper-button-prev {
    position: absolute;
    top: inherit; bottom: 0px;
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}

.slider-newsevents-relative-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next.svg);
}
.slider-newsevents-relative-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
}
.slider-newsevents-relative-wr .swiper-button-prev {
    left: calc(50% - 3vw);
}
.slider-newsevents-relative-wr .swiper-button-next {
    right: calc(50% - 3vw);
}
.swiper-newsevents-relative-img {
    overflow: hidden;
    width: 100%; position: relative;
    aspect-ratio: 514 / 374 ;
}
.single-construction .swiper-newsevents-relative-img {
    aspect-ratio: 514 / 343 ;
}
.swiper-newsevents-relative-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position:  center;
    position: absolute; top:50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.swiper-slide-newsevents-relative:hover .swiper-newsevents-relative-img img{
    transform:  translate(-50%, -50%) scale(1.05);
}
.swiper-newsevents-relative-txt {
    width: 100%; height: 7vw;
}
.swiper-newsevents-relative-num {
    color: #FFF;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    padding:1.59vw 1.59vw .5vw;
}

.swiper-newsevents-relative-title{
    padding: 0px 1.59vw .3vw;
}
.swiper-newsevents-relative-title, .swiper-newsevents-relative-title a {
    color: var(--e-global-color-42ad07f);
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: none;
}
.swiper-slide-newsevents-relative{
    background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, rgba(25, 20, 50, 0.48) 69.87%, #191432 100%);
    margin-bottom: 2.1208vw;
}
.single-construction .swiper-slide-newsevents-relative, .single-construction .swiper-slide-newsevents-relative:hover {
    background:#28284B
}
.swiper-slide-newsevents-relative:hover {
    background: linear-gradient(0deg, rgba(25, 20, 50, 0.00) 54.76%, rgba(25, 20, 50, 0.48) 69.87%, #7378A0 100%);
}
/*Carousel Gallery*/
.carousel-gallery-ajax {
    padding:0px 7.05vw; margin-top: 2.3vw;
    position: relative;
}

.carousel-gallery-wr .swiper-button-next, .carousel-gallery-wr .swiper-button-prev {
    width: 2.54vw;
    height: 2.54vw;
    margin-top: 0px;
}
.swiper-slide-carousel-gallery-img {
    cursor: pointer;
}
.swiper-slide-carousel-gallery-img img {
    display: block;
}
.carousel-gallery-wr .swiper-button-next:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-next.svg);
}
.carousel-gallery-wr .swiper-button-prev:after {
    content: "";
    width: 2.54vw; height: 2.54vw; background-size: 100% 100%;
    background-image: url(../images/carousel-prev.svg);
}
.carousel-gallery-title h1,  .carousel-gallery-title{
    color: #B99682;
    text-align: center;
    font-family: "SVN-Hello Branch";
    font-size: 4.24vw;
    font-style: normal;
    font-weight: 400;
    line-height: .675;
    text-transform: uppercase;
}
.carousel-gallery-title {
    margin-bottom:2.86vw;
}
.carousel-gallery-filter {
    display: flex;
    justify-content: center;
}
.galleryfilter {
    color: #FFF;
    text-align: center;
    font-family: "Raleway";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    border: 1px solid #B99682;
    margin: 0px 2vw;
    padding: .5vw 1vw;
    min-width: 7.42vw;
    transition: .3s;
    cursor: pointer;
    position: relative;
}
.galleryfilter:hover, .galleryfilter.active {
    background-color: #B99682;
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
    background-color: transparent !important;
}
.display-mobile {
    display: none !important;
}
input:focus {
    box-shadow:  none !important;
}

input::placeholder, textarea::placeholder {
    color: var(--e-global-color-405ef17);
}
/*Gallery Residences*/
.carousel-flex-wr2 {
    position: relative;
    display: flex; flex-wrap: wrap; width: 100%;
}
.carousel-flex-item2:nth-child(1) {
    position: relative; overflow: hidden;
    width: 50%; height:28.35vw ;
}
.carousel-flex-item2:nth-child(2), .carousel-flex-item2:nth-child(3) {
    position: relative; overflow: hidden;
    width: 25%; height:28.35vw ;
}
.carousel-flex-item2:nth-child(4), .carousel-flex-item2:nth-child(5) {
    position: relative; overflow: hidden;
    width: 50%; height:28.35vw ;
}
.carousel-flex-item-txt2 {
    position: absolute; width: 100%; left: 0px; bottom: 0px; height: 32%;
    background: linear-gradient(0deg, #28284B -5.76%, rgba(40, 40, 75, 0.80) 26.39%, rgba(40, 40, 75, 0.00) 100%);
    font-family: var(--e-global-typography-2a55a7a-font-family), Raleway;
    font-size: var(--e-global-typography-2a55a7a-font-size);
    font-weight: var(--e-global-typography-2a55a7a-font-weight);
    font-style: var(--e-global-typography-2a55a7a-font-style);
    line-height: var(--e-global-typography-2a55a7a-line-height);
    letter-spacing: var(--e-global-typography-2a55a7a-letter-spacing);
    text-transform: none;
    color:#FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 5%;
    transition: .5s;
    opacity: 0; visibility: hidden;
    z-index: 900;
}
.carousel-flex-item-txt-title {
    position: absolute; width: 100%; left: 0px; bottom: 0px; height: 32%;
    font-family: var(--e-global-typography-2a55a7a-font-family), Raleway;
    font-size: var(--e-global-typography-2a55a7a-font-size);
    font-weight: var(--e-global-typography-2a55a7a-font-weight);
    font-style: var(--e-global-typography-2a55a7a-font-style);
    line-height: var(--e-global-typography-2a55a7a-line-height);
    letter-spacing: var(--e-global-typography-2a55a7a-letter-spacing);
    text-transform: none;
    color:#FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-flex-item2:hover .carousel-flex-item-txt2 {
    opacity: 1;visibility: visible;
}
.carousel-flex-item-img2 {
    position: relative; width: 100%; height: 100%;
}
.carousel-flex-item-img2 img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.carousel-flex-item-txt-title {
    pointer-events: none; z-index: 900;
}

/*home-contact-popup*/
.home-contact-popup.elementor-popup-modal.dialog-type-lightbox,
.thank-you-popup.elementor-popup-modal.dialog-type-lightbox,
.retail-zones-popup.elementor-popup-modal.dialog-type-lightbox {
    backdrop-filter: blur(20px) !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    background-color: transparent !important;
}
.home-contact-popup .f-contact-us .e-form__buttons {
    justify-content: center ;
}
.click-open-popup {
    cursor: pointer;
}
.elementor-heading-title {
    font-variant-ligatures: none;
}
.grids-construction-wr .grids-newsevents-ul li {
    color:#28284B
}
@media (min-width: 1024px) {
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(1),
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(2) {
		margin-right: 3.27%;
	}
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(2) {
		position: relative;
	}
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(3) {
		position: relative;
		top:0px; bottom:0px;
	}
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item {
		width: 31.15%;
		height: 21.9512vw;
	}
    .grids-construction-wr.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item {
		height: 25vw;
	}
    .grids-construction-wr .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-txt,
    .grids-construction-wr .grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-txt {
        height: 30.33%;
    }
    .grids-construction-wr .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-img,
    .grids-construction-wr .grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-img {
        height: 69.67%;
    }
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-num {
		color: #FFF;
		font-family: "Raleway";
		font-size: 0.85vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.8px;
		padding:1.59vw 1.59vw .5vw;
	}
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(1) .swiper-newsevents-title,
	.grids-newsevents-wr-nolatest .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-title a {
		color: var(--e-global-color-42ad07f);
		font-family: "Raleway";
		font-size: 0.85vw;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.8px;
		text-transform: none;
	}
}
@media (max-width: 1024px){
    .elementor-17 .elementor-element.elementor-element-112af30 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(2.44vw / 2) !important;
        margin-left: calc(2.44vw / 2) !important;
    }
    .elementor-17 .elementor-element.elementor-element-112af30 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:first-child {
        margin-left: 0px !important;
    }
}
@media (max-width: 1023px){
    .popup-back svg {
        height: 8vw !important;
        width: 8vw !important;
    }
    .townerpopupcontent_close {
        top: 2vw;
        right: 2vw;
        width: 5vw;
        height: 3vw;
    }
    .townerpopupcontent_load {
        width: 8vw;
        height: 8vw;
    }
    .popup-floorplans.elementor-popup-modal .dialog-widget-content, #townerpopupcontent {
        border-radius: 20px 20px 20px 20px !important;
    }
    .carousel-newsevents-wr {
        max-width: 100vw !important; overflow-x: hidden !important;
    }
    .nav-top-short .elementor-17 {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .elementor-17 .elementor-element.elementor-element-db09530 .e-off-canvas__content {
        background: rgba(255, 255, 255, 1) !important;
    }
    .e-n-tab-title {
        background-color: transparent !important;
    }
    .home-the-team {
        overflow: hidden;
    }
    .ani-hover-popup, .ani-hover-popup-r {
        opacity: 0.5;
    }
    input[type="date"]:not(.has-value):before{
        color: var(--e-global-color-405ef17);
        content: attr(placeholder);
        width: 70%;
        display:  inline-block;
      }
    .elementor-336 .elementor-element.elementor-element-76ae141 .elementor-icon-list-items.elementor-inline-items {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .display-desktop {
        display: none !important;
    }
    .display-mobile {
        display: block !important;
    }
    body {
        overflow-x: hidden !important;
    }
    :root {
        --admin-bar-height:46px;
    }
    .fit-to-screen, .admin-bar .fit-to-screen {
        height: 60vh !important;
        min-height: 60vh !important;
    }
    .the-pinnacle-title {
        position: relative !important;
        left: 0px !important;
        top:0px !important;
    }
    .the-pinnacle-content {
        position: relative !important;
        right:0px !important;
        top:0px !important;
    }
    .figures-line::before {
        display: none;
    }
    .connected-location-list {
        display: none;
    }
    .connected-location-mobile-wr {
        /*aspect-ratio: 16 / 18;*/
        aspect-ratio: 1 / 1;
        width: 100%; overflow: hidden;
    }
    .radio-wr {
        flex-wrap: wrap;
        justify-content: center;
    }
    .radio-item {
        min-width: 26vw;
        line-height: 6.66vw;
        font-size: 3.33vw;
        margin: 2vw 4.5vw;
        padding: 2px 2vw;
    }
    .f-contact-us .elementor-field-group {
        margin-bottom: 5vw !important;
    }
    .f-contact-us  .elementor-field-group.elementor-field-type-textarea  {
        margin-top: 2vw;
    }
    .f-contact-us .elementor-button {
        padding-top:2vw !important; padding-bottom: 2vw !important;
        
    }
    .f-contact-us .elementor-field-type-submit.e-form__buttons {
        justify-content: center;
    }
    /*Carousel News Events*/
    .carousel-newsevents-main {
        width: 100%; position: relative;
        padding-bottom: calc(23px + 22px + 7vw);
    }
   
    .swiper-newsevents, .swiper-newsevents-sub {
        height: 66vw;
        padding: 0px 0px;
    }
    .swiper-slide-newsevents {
        width: 100%;
    }
    .swiper-slide-active.swiper-slide-newsevents {
        width: 100%;
    }
    .swiper-newsevents-img {
        position: absolute;left: 0px; bottom: 0px; overflow: hidden;
        width: 100%; height: 39vw;
    }

    .swiper-newsevents-num, .swiper-newsevents-sub-num {
        font-size: 3.33vw;
        letter-spacing: 0.8px;
        padding:1vw 4vw 1vw;
    }
    /* Thang */
    .swiper-slide-newsevents .swiper-newsevents-title {
        padding:4vw 4vw 1vw;
    }
    .swiper-newsevents-title, .swiper-newsevents-sub-title {
        padding: 0px 4vw 0px 4vw;
    }
    .swiper-slide-active .swiper-newsevents-title, .swiper-slide-active .swiper-newsevents-title a {
        font-size: 4vw;
        letter-spacing: -0.302px;
    }
    .swiper-newsevents-title, .swiper-newsevents-title a {
        font-size: 4vw;
        letter-spacing: -0.302px;
    }

    .carousel-newsevents-wr .swiper-pagination-custom, 
    .carousel-newsevents-wr .swiper-pagination-fraction {
        left: calc(14vw + 40px);
        height: 7vw; line-height: 7vw;
        font-size: 3.33vw;
        letter-spacing: 0.8px;
    }
    .carousel-newsevents-wr .swiper-button-next, .carousel-newsevents-wr .swiper-button-prev {
        width: 7vw;
        height: 7vw;
    }
    .carousel-newsevents-wr .swiper-button-prev {
        left: 0px;
    }
    .carousel-newsevents-wr .swiper-button-next {
        left: calc(7vw + 20px) ;
    }
    .carousel-newsevents-wr .swiper-button-next:after {
        width: 7vw; height: 7vw;
    }
    .carousel-newsevents-wr .swiper-button-prev:after {
        width: 7vw; height:7vw;
    }
    .carousel-newsevents-wr-line {
        left: 0px; bottom:calc(7vw + 20px);
        width: 100%; height: 1px; background: rgba(183, 150, 127, 0.15);
    }
    .carousel-newsevents-wr-line-cur {
        --progress: 0;
        position: absolute; left: 0px; top:0px;
        width: var(--progress); height: 1px; 
        background: var(--e-global-color-42ad07f);
    }
    .newsevents-title-sec h3 {
        margin: 0px 0px 8vw;
        text-align: center;
    }
    .popup-link-icon img, .popup-link-icon a {
        display: block !important;
    }
    /*Carousel Flex*/
    .carousel-flex-wr {
        display: flex; 
        width: 100%;
        justify-content: space-between;
        height: 206.4vw;
        flex-wrap: wrap;

    }
    .carousel-flex-item {
        width: 100%;
        height: 14.5%;
    }
    .carousel-flex-item.active{
        height: 38%; width: 100%;
    }
    .carousel-flex-item.active  .carousel-flex-item-img{
        top: 50%; left: 0px;
    }
    .carousel-flex-item-img {
        width: 100%; height: 100%; position: absolute;
        overflow: hidden;
        transition: left .75s;
        top:50%; left: 0;
        transform: translateY(-50%);
    }
    .carousel-flex-item-img img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position:  center;
    }
    .carousel-flex-item-txt {
        position: absolute;
        bottom: 1.5vw;
        font-size: 8vw;
        font-weight: 400;
        line-height: 1.5;
    }
    .carousel-flex-item-txt a {
        color: #FFF;
        transition: opacity .3s;
    }
    .carousel-flex-item-txt a:hover{
        opacity: .5;
    }
    .carousel-flex-item-txt-icon {
        width: 21px; height: 21px;
        background-size: 100% 100%; overflow: hidden;
        background-image: url(../images/plus.svg);
        position: absolute; right: 6vw; bottom:3vw;
    }
    .e-off-canvas__content .elementor-nav-menu--dropdown {
        background-color: inherit !important;
    }
    .elementor-17 .elementor-element.elementor-element-db09530 .e-off-canvas__content {
        width: 100%;
    }

    .elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
        line-height: .9 !important;
        padding: 0px 0px !important;
    }
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
        background-color: transparent !important;
        color: var(--e-global-color-42ad07f)
    }
    .nav-top-short .nav-top-list span, .nav-top-short .nav-language span {
        color: #191432 !important;
        font-size: 4.1vw;
    }
    .nav-top-short .nav-language ul li:nth-child(1)::before {
        background-color: var(--e-global-color-c7d7951);
    }
    .off-canvas-close {
        top: 12vw;
    }
    .carousel-gallery-ajax {
        padding: 0px 0px 17vw;
        margin-top: 2.3vw;
    }
    .galleryfilter {
        font-size: 2vw;
        margin: 0px 1vw;
        padding: 1.5vw 3vw;
        min-width: auto;
    }
    .carousel-gallery-filter {
        margin:7vw 0px;
    }
    
    .carousel-gallery-ajax .swiper-button-next, .carousel-gallery-ajax .swiper-button-prev {
        width: 7vw;
        height: 7vw;
        top:inherit; 
        transform: none;
        bottom:2vw;
    }
    .carousel-gallery-ajax .swiper-button-prev {
        left: calc(50% - 7vw  - 10px) ;
    }
    .carousel-gallery-ajax .swiper-button-next {
        left: inherit;
        right: calc(50% - 7vw  - 10px) ;
    }
    .carousel-gallery-ajax .swiper-button-next:after {
        width: 7vw; height: 7vw;
    }
    .carousel-gallery-ajax .swiper-button-prev:after {
        width: 7vw; height:7vw;
    }

    /*News & Events*/
    
    .grids-newsevents .grids-newsevents-item:nth-child(2),
    .grids-newsevents .grids-newsevents-item:nth-child(3) {
        position: relative;
        right: 0px;
        top: 0px;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(1) {
        width: 100%;
        height: inherit;
        margin-right: 0px;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(n+2) {
        width: 100%;
        height: inherit;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-img,
    .grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-img {
        width: 100%;
        height: inherit;
        aspect-ratio: 327 / 172;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(n+2) .grids-newsevents-txt,
    .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-txt,
    .swiper-newsevents-relative-txt {
        width: 100%;
        height: inherit;
    }
    .grids-newsevents .grids-newsevents-item {
        margin-bottom: 8vw;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-num,
    .grids-newsevents-num,
    .swiper-newsevents-relative-num {
        padding: 4vw 3vw 0px;
        font-size: 2.66vw;
    }
    .grids-newsevents-title,
    .swiper-newsevents-relative-title {
        padding: 2vw 3vw;
        margin-bottom: 2vw;
    }
    .grids-newsevents .grids-newsevents-item:nth-child(1) .swiper-newsevents-title, 
    .grids-newsevents .grids-newsevents-item:nth-child(1) .grids-newsevents-title a,
    .grids-newsevents-title, .grids-newsevents-title a,
    .swiper-newsevents-relative-title, .swiper-newsevents-relative-title a {
        font-size: 4vw;
        letter-spacing: -0.6px;
    }
    .grids-newsevents-next,
    .grids-newsevents-prev {
        width: 7vw;
        height: 7vw;
    }
    .grids-newsevents-ul li {
        width: 7vw;
        font-size: 3.33vw;
        line-height: 7vw;
        margin: 0px 0.4vw;
    }

    .slider-newsevents-relative-wr .swiper-button-next, .slider-newsevents-relative-wr .swiper-button-prev,
    .carousel-commercial-retail-wr .swiper-button-next, .carousel-commercial-retail-wr .swiper-button-prev {
        width: 7vw;
        height: 7vw;
    }
    .slider-newsevents-relative-wr .swiper-button-prev,
    .carousel-commercial-retail-wr .swiper-button-prev {
        left: calc(50% - 7vw  - 10px) ;
    }
    .slider-newsevents-relative-wr .swiper-button-next,
    .carousel-commercial-retail-wr .swiper-button-next {
        right: calc(50% - 7vw  - 10px) ;
    }
    .slider-newsevents-relative-wr .swiper-button-next:after,
    .slider-newsevents-relative-wr .swiper-button-prev:after,
    .carousel-commercial-retail-wr .swiper-button-next:after,
    .carousel-commercial-retail-wr .swiper-button-prev:after {
        width: 7vw;
        height: 7vw;
    }
    .swiper-newsevents-relative-img {
        aspect-ratio: 327 / 172;
    }

    .slider-newsevents-relative-wr {
        padding-bottom: 13vw;
        margin-bottom: 9vw;
        padding-top: 8vw;
    }
    .carousel-commercial-retail-wr {
        padding: 0px 0px 15vw;
    }
    .swiper-slide.swiper-slide-commercial-retail {
        width: 86%;
        aspect-ratio:  802 / 502;
    }
    .carousel-residences .swiper-pagination {
        bottom: 43% !important;
    }
    .hover-show{
        opacity: 1;
        visibility: visible;
    }
    .carousel-amenities-wr {
        width: calc(100% - 12vw);
        margin-left: 6vw;
        padding: 0px 0px 12vw;
    }
    .swiper-amenities-wr {
        width: 100%;
    }
    .swiper-amenities {
        user-select: none;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 328 / 130;
        padding: 0px 0px;
    }
    .carousel-amenities-wr .swiper-button-next, .carousel-amenities-wr .swiper-button-prev {
        bottom: 0px;
        width: 7vw;
        height: 7vw;
        margin-top: 0px;
    }
    .carousel-amenities-wr .swiper-button-prev:after,
    .carousel-amenities-wr .swiper-button-next:after {
        width: 7vw;
        height: 7vw;
    }
    .carousel-amenities-wr .swiper-button-next {
        right: inherit;
        left: calc(7vw + 20px);
    }
    .carousel-amenities-wr .swiper-pagination-custom, .carousel-amenities-wr .swiper-pagination-fraction {
        top: inherit;
        bottom: 0px !important;
        left: calc(14vw + 40px);
        height: 7vw;
        line-height: 7vw;
        font-size: 3.33vw;
        letter-spacing: 0.8px;
    }
    .swiper-slide.swiper-slide-neighbourhood {
        width: 60%;
    }
    .swiper-neighbourhood {
        height: 40vw;
    }
    .carousel-neighbourhood-wr .swiper-pagination, .carousel-neighbourhood-wr .swiper-pagination span {
        font-size: 3.33vw;
        line-height: 7vw;
    }
    .carousel-neighbourhood-wr .swiper-button-next, .carousel-neighbourhood-wr .swiper-button-prev {
        position: absolute;
        top: inherit;
        bottom: 0px;
        width: 7vw;
        height: 7vw;
        margin-top: 0px;
    }
    .carousel-neighbourhood-wr .swiper-button-next {
        right: calc(50% - 7vw - 4vw);
    }
    .carousel-neighbourhood-wr .swiper-button-prev {
        left: calc(50% - 7vw - 4vw);
    }
    .carousel-neighbourhood-wr .swiper-button-next:after,
    .carousel-neighbourhood-wr .swiper-button-prev:after {
        width: 7vw;
        height: 7vw;
    }
    .carousel-neighbourhood-wr {
        padding: 0px 0px 10vw;
    }
    .popup-floorplans.elementor-popup-modal .dialog-message,
    #townerpopupcontent {
        width: calc(100vw - 3vw) !important;
    }
    .shophouse-shoplot-active, .shophouse-shoplot-item-active, .shophouse-shoplot-ul li, .shophouse-shoplot-items-ul li {
        border-radius: 6px;
        border: 1px solid #28284B;
        min-width: 20vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3.33vw;
        padding: 0px 2vw;
        transition: .3s;
        margin: 0px 0.79vw;
    }
    .shophouse-shoplot-ul, .shophouse-shoplot-items-ul {
        top: 5.5vw;
    }
    .filter-shophouse-shoplot-wr {
        margin-top: 1.5vw;
    }
    .popup-floorplans .dialog-close-button::before {
        width: 5vw;
        height: 5vw;
    }

    /*Gallery Residences*/
    .carousel-flex-wr2 {
        justify-content: space-between;
    }
    .carousel-flex-item2:nth-child(1) {
        width: 100%; height: 50vw; margin-bottom: 6vw;
    }
    .carousel-flex-item2:nth-child(2), .carousel-flex-item2:nth-child(3) {
        width: calc(50% - 1.5vw); height: 50vw;
    }
    .carousel-flex-item2:nth-child(4), .carousel-flex-item2:nth-child(5) {
        width: 100%; height: 50vw; margin-top: 6vw;
    }
    .carousel-flex-item-txt2 {
        opacity: 1; visibility: visible;
    }
    .grids-newsevents-ul li {
        color: #28284B;
    }

}
@media (max-width: 767px){
    .shophouse-shoplot-active, .shophouse-shoplot-item-active, .shophouse-shoplot-ul li, .shophouse-shoplot-items-ul li {
        min-width: 28vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 4.5vw;
    }
    .shophouse-shoplot-ul, .shophouse-shoplot-items-ul {
        top: 6.5vw;
    }
    .townerpopupcontent_close {
        top: 3vw;
        right: 3vw;
        width: 6vw;
        height: 6vw;
    }
    .carousel-amenities-wr .swiper-button-next {
        left: calc(7vw + 10px);
    }
}