#property-info-section .share-and-wishlist-group,
#property-detail-section .share-and-wishlist-group,
#project-info-section .share-and-wishlist-group,
#project-detail-section .share-and-wishlist-group {
    position: relative;
}
#property-info-section .share-and-wishlist-group,
#project-info-section .share-and-wishlist-group {}
#property-detail-section .share-and-wishlist-group,
#project-detail-section .share-and-wishlist-group {
    margin-top: 20px;
}
#property-detail-section .share-and-wishlist-group ul.slot-text-group>li.view,
#project-detail-section .share-and-wishlist-group ul.slot-text-group>li.view {
    display: none !important;
}
#property-detail-section .share-and-wishlist-group,
#project-detail-section .share-and-wishlist-group {
    display: flex;
    justify-content: center;
}
#property-detail-section .share-and-wishlist-group ul.slot-text-group>li.wishlist,
#project-detail-section .share-and-wishlist-group ul.slot-text-group>li.wishlist {
    padding-left: 0 !important;
}
#property-info-section .share-and-wishlist-group .wishlist-btn.active>.icon,
#property-detail-section .share-and-wishlist-group .wishlist-btn.active>.icon,
#project-info-section .share-and-wishlist-group .wishlist-btn.active>.icon,
#project-detail-section .share-and-wishlist-group .wishlist-btn.active>.icon {
    color: rgba(var(--custom-rgb-color-secondary),1);
    text-shadow: 0 0 3px rgba(var(--custom-rgb-color-secondary),0.3);
}

/* ============================================================================================== */
/* ============================================== VIDEO ========================================= */
/* ============================================================================================== */

#property-media-video-section,
#project-media-video-section {
    position: relative;
    padding: 80px 0;
    background-image: url(../../../images/sites/bg-video.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(var(--custom-rgb-color-gray-light), 1);
}
#project-media-video-section {
    padding-top: 0 !important;
}
#property-price-section+#property-media-video-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(var(--custom-rgb-color-black-default), 0), rgba(var(--custom-rgb-color-black-default), 1));
    opacity: 0.08;
}
#property-media-video-section .splide-track,
#project-media-video-section .splide-track {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#property-media-video-section #media-video-section,
#property-media-video-section #media-virtual-tour-section,
#project-media-video-section #media-video-section,
#project-media-video-section #media-virtual-tour-section {
    position: relative;
}
#property-media-video-section #media-video-section+#media-virtual-tour-section,
#project-media-video-section #media-video-section+#media-virtual-tour-section {
    margin-top: 50px;
}

/* ============================================================================================== */
/* ============================================== MEDIA ========================================= */
/* ============================================================================================== */

#property-media-section,
#project-media-section {
    position: relative;
    padding-top: 30px;
}

#property-media-section #media-menu-section,
#property-media-section #media-result-section,
#project-media-section #media-menu-section,
#project-media-section #media-result-section {
    position: relative;
}

/* media menu */
#property-media-section #media-menu-section .media-menu-row,
#project-media-section #media-menu-section .media-menu-row {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col {
    position: relative;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title {
    flex: 1 0 0;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu.disable,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu.disable {
    display: none;
}

/* media result */
#property-media-section #media-result-section,
#project-media-section #media-result-section {
    margin-top: 30px;
}
#property-media-section #media-result-section .item-gallery,
#project-media-section #media-result-section .item-gallery {
    position: relative;
}
#property-media-section #media-result-section .item-gallery .icon-expand,
#project-media-section #media-result-section .item-gallery .icon-expand {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-black-default),0.5);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    -moz-backdrop-filter: saturate(100%) blur(10px);
    -ms-backdrop-filter: saturate(100%) blur(10px);
    -o-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    opacity: 0;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}
#property-media-section #media-result-section .item-gallery:hover .icon-expand,
#project-media-section #media-result-section .item-gallery:hover .icon-expand {
    opacity: 1;
}

/* #media-video-section {
    position: relative;
    margin-top: 40px;
} */
/* #media-video-section .card-block-row.splide .splide-track {
    padding: 0 !important;
} */

/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-section,
#property-detail-container,
#property-detail-menu,
#project-detail-section,
#project-detail-container,
#project-detail-menu {
    position: relative;
}
#property-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section {
    overflow: hidden;
}
#property-detail-menu,
#property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu,
#project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 100px;
}
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    display: flex;
    align-items: center;
    background-color: rgba(var(--custom-rgb-color-white),1);
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
}
#property-detail-menu .menu-drag-slide-section.fixed .menu-drag-slide-inside,
#project-detail-menu .menu-drag-slide-section.fixed .menu-drag-slide-inside {
    height: 50px;
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 400px);
    padding-right: 100px;    
}
/* #property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 75px;
    border-right: 1px solid rgba(var(--custom-rgb-color-black),0.1);
} */
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 400px;
}

#property-detail-container .detail-section,
#project-detail-container .detail-section {
    border: none;
}


#property-detail-container .detail-section.panel-group+.panel-group,
#project-detail-container .detail-section.panel-group+.panel-group {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.08) !important;
    border-bottom: none !important;
}
#property-detail-container .detail-section.panel-group>.panel-header,
#project-detail-container .detail-section.panel-group>.panel-header {
    padding: 0 0 25px 0 !important;
}
#property-detail-container .detail-section.panel-group>.panel-body .animate-element-container,
#project-detail-container .detail-section.panel-group>.panel-body .animate-element-container {
    padding: 0 !important;
}

#property-detail-container .detail-section#info-location .address-row,
#property-detail-container .detail-section#info-location .nearby-places-row,
#project-detail-container .detail-section#info-location .address-row,
#project-detail-container .detail-section#info-location .nearby-places-row {
    position: relative;
}
#property-detail-container .detail-section#info-location .address-row + .nearby-places-row,
#project-detail-container .detail-section#info-location .address-row + .nearby-places-row {
    margin-top: 30px;
}
#property-detail-container .detail-section#info-location .nearby-places-row #text-editor ul,
#project-detail-container .detail-section#info-location .nearby-places-row #text-editor ul {
    margin-bottom: 0 !important;
}
#property-detail-container .detail-section #text-editor ul,
#property-detail-container .detail-section #text-editor ol,
#project-detail-container .detail-section #text-editor ul,
#project-detail-container .detail-section #text-editor ol {
    margin-bottom: 0 !important;
}

/* ============================================================================================== */
/* ============================================== CONTACT ======================================= */
/* ============================================================================================== */


#property-contact-section,
#project-contact-section {
    position: relative;
}
#property-contact-section>.contact-container,
#project-contact-section>.contact-container {
    position: relative;
}

#property-contact-section>.contact-container.on-mobile,
#project-contact-section>.contact-container.on-mobile {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    z-index: 50;
}
#property-contact-section>.contact-container.on-mobile .default-btn,
#project-contact-section>.contact-container.on-mobile .default-btn {
    height: 100%;
    line-height: 70px;
    box-shadow: 0 0 15px rgba(var(--custom-rgb-color-black),0.5) !important;
}

#property-contact-section .contact-card,
#project-contact-section .contact-card {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-white),1);
}
#property-contact-section .contact-card>.inside,
#project-contact-section .contact-card>.inside {
    position: relative;
    padding: 25px;
}
#property-contact-section .contact-card.contact-register-card,
#project-contact-section .contact-card.contact-register-card {
    border: 1px solid rgba(var(--custom-rgb-color-primary),1);
}
#property-contact-section .contact-card.contact-other-card,
#project-contact-section .contact-card.contact-other-card {
    background-color: rgba(var(--custom-rgb-color-primary), 0.1);
    margin-top: 20px;
}

#property-contact-section .info-hl-group,
#project-contact-section .info-hl-group {
    position: relative;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}


/* contact register card */
#property-contact-section .contact-register-card .default-btn,
#project-contact-section .contact-register-card .default-btn {
    width: calc(100% + 50px)!important;
    max-width: none !important;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 25px;
    margin: 25px -25px -25px -25px;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
} 
/* #property-contact-section .contact-register-card,
#project-contact-section .contact-register-card {
    padding-bottom: 0 !important;
} */
/* #property-contact-section .contact-register-card .default-btn,
#project-contact-section .contact-register-card .default-btn {
    width: calc(100% + 60px)!important;
    max-width: none !important;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
} */

/* contact other card */
#property-contact-section .contact-other-card ul.contact-other-group,
#property-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item,
#project-contact-section .contact-other-card ul.contact-other-group,
#project-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item {
    position: relative;
    list-style: none !important;
    margin: 0;
    padding: 0;
}
#property-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item+li.contact-other-item,
#project-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item+li.contact-other-item {
    margin-top: 8px;  
    padding-top: 8px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
#property-contact-section .contact-other-card .contact-other-btn,
#project-contact-section .contact-other-card .contact-other-btn {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#property-contact-section .contact-other-card .contact-other-btn,
#project-contact-section .contact-other-card .contact-other-btn,
#property-contact-section .contact-other-card .contact-other-btn>.text>.t-link,
#project-contact-section .contact-other-card .contact-other-btn>.text>.t-link {
    color: rgba(var(--custom-rgb-color-black),1);
}
#property-contact-section .contact-other-card .contact-other-btn>.icon,
#project-contact-section .contact-other-card .contact-other-btn>.icon {
    width: 25px;
    height: 25px;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    color: rgba(var(--custom-rgb-color-primary),1);
}
#property-contact-section .contact-other-card .contact-other-btn>.icon.this-icon-tel,
#project-contact-section .contact-other-card .contact-other-btn>.icon.this-icon-tel {
    font-size: 18px;
}
#property-contact-section .contact-other-card .contact-other-btn>.icon,
#property-contact-section .contact-other-card .contact-other-btn>.text,
#project-contact-section .contact-other-card .contact-other-btn>.icon,
#project-contact-section .contact-other-card .contact-other-btn>.text {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#property-contact-section .contact-other-card .contact-other-btn:hover>.icon,
#property-contact-section .contact-other-card .contact-other-btn:hover>.text,
#project-contact-section .contact-other-card .contact-other-btn:hover>.icon,
#project-contact-section .contact-other-card .contact-other-btn:hover>.text,
#property-contact-section .contact-other-card .contact-other-btn>.text>.t-link:hover,
#project-contact-section .contact-other-card .contact-other-btn>.text>.t-link:hover {
    color: rgba(var(--custom-rgb-color-secondary),1);
}
#property-contact-section .contact-other-card .contact-other-btn>.text,
#project-contact-section .contact-other-card .contact-other-btn>.text {
    flex: 1 0 0;
    color: rgba(var(--custom-rgb-color-black),1);
}
#property-contact-section .contact-other-card .contact-other-btn>.text>.t-text,
#project-contact-section .contact-other-card .contact-other-btn>.text>.t-text {
    position: relative;
    margin-right: 10px;
}
#property-contact-section .contact-other-card .contact-other-btn>.text>.t-link,
#project-contact-section .contact-other-card .contact-other-btn>.text>.t-link {
    position: relative;
}
#property-contact-section .contact-other-card .contact-other-btn>.icon-arrow,
#project-contact-section .contact-other-card .contact-other-btn>.icon-arrow {
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    margin: 0 !important;
    opacity: 0.5;
    color: rgba(var(--custom-rgb-color-black),1);
}
#property-contact-section .contact-other-card .contact-other-btn:hover>.icon-arrow,
#project-contact-section .contact-other-card .contact-other-btn:hover>.icon-arrow {
    opacity: 1;
}


#property-contact-section .contact-topic-row,
#property-contact-section .contact-form-row,
#property-contact-section .contact-other-row {
    position: relative;
}


/* contact topic row */
#property-contact-section .contact-topic-row {
    padding: 20px;
}

/* contact form row */
#property-contact-section .contact-form-row {
    background-color: rgba(var(--custom-rgb-color-primary),1);
    color: rgba(var(--custom-rgb-color-base-on-primary),1);
    padding: 30px;
    overflow: hidden;
}
#property-contact-section .contact-form-row::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 13px);
    left: 0;
    right: 0;
    bottom: -13px;
    background-image: url(../../images/sites/bg.png);
    background-size: 200px auto;
    background-repeat: repeat no-repeat;
    background-position: center bottom;
    z-index: 1;
}
#property-contact-section .contact-form-row>div {
    position: relative;
    z-index: 2;
}
#property-contact-section .contact-form-row .info-hl-group+.info-hl-group {
    border-top: 1px dashed rgba(var(--custom-rgb-color-white),0.3);
    margin-top: 15px;
    padding-top: 15px;
}

/* contact other row */
#property-contact-section .contact-other-row {   
    text-align: center; 
    padding: 20px 20px 15px 20px;
}
#property-contact-section .contact-other-row .title {
    margin-bottom: 5px;
}
#property-contact-section .contact-other-row ul.contact-other-group,
#property-contact-section .contact-other-row ul.contact-other-group>li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#property-contact-section .contact-other-row ul.contact-other-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
}
#property-contact-section .contact-other-row ul.contact-other-group>li {
    margin: 7.5px;
}
#property-contact-section .contact-other-row .contact-other-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#property-contact-section .contact-other-row .contact-other-item>.icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    /* background-color: rgba(var(--custom-rgb-color-primary),0.2); */
    color: rgba(var(--custom-rgb-color-primary),1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#property-contact-section .contact-other-row .contact-other-item>.icon[class*="this-icon-telephone"] {
    font-size: 28px;
}
#property-contact-section .contact-other-row .contact-other-item>.text {
    /* display: none; */
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(var(--custom-rgb-color-black),0.6);
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#property-contact-section .contact-other-row .contact-other-item:hover>.icon {
    /* background-color: rgba(var(--custom-rgb-color-primary),1);*/
    color: rgba(var(--custom-rgb-color-black),1); 
}
#property-contact-section .contact-other-row .contact-other-item:hover>.text {
    color: rgba(var(--custom-rgb-color-black),1);
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-view {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* sold out */
#property-contact-section.sold-out {
    border-color: rgba(var(--custom-rgb-color-red),1);
}
#property-contact-section.sold-out .contact-form-row {
    background-color: rgba(var(--custom-rgb-color-red),1);
    color: rgba(var(--custom-rgb-color-base-on-red),1);
}

/* ============================================================================================== */
/* ============================================ MENU BAR ======================================== */
/* ============================================================================================== */

#property-detail-menubar,
#project-detail-menubar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* box-shadow: 0 0 30px 5px rgba(var(--custom-rgb-color-black), 0.3); */
    border-bottom: 1px solid rgba(var(--custom-rgb-color-white), 0.1);
    background-color: rgba(var(--custom-rgb-color-black), 1);
    color: rgba(var(--custom-rgb-color-white), 1);
    opacity : 0;
    z-index: 100;
    transition: top 0.2s ease, opacity 0.2s ease;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease;
    -moz-transition: top 0.2s ease, opacity 0.2s ease;
    -ms-transition: top 0.2s ease, opacity 0.2s ease;
    -o-transition: top 0.2s ease, opacity 0.2s ease;
}
#property-detail-menubar.show,
#project-detail-menubar.show {
    opacity: 1;
}
#property-detail-menubar .menu-scrolling-group .menu-drag-slide-btn,
#project-detail-menubar .menu-scrolling-group .menu-drag-slide-btn {
    opacity: 1;
}
#property-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn,
#project-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn,
#property-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn,
#project-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn {
    opacity: 0.3;
}
#property-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn:hover,
#project-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn:hover,
#property-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn.active,
#project-detail-menubar .menu-scrolling-group.activing .menu-drag-slide-btn.active {
    opacity: 1;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

/* #property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 420px);
    padding-right: 80px;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed, #project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed, #project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 420px;
} */

}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

    
/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-menu, #property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu, #project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 80px;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 400px);
    padding-right: 50px;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 400px;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-menu, #property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu, #project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 80px;
}
/* #property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 280px);
    padding-right: 50px;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 280px;
} */


#property-detail-container .scroll-fixed-box>.sf-box-inside,
#project-detail-container .scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    flex: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;    
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    padding: 30px 0 0 0 !important;
    width: 70% !important;
    margin: 50px auto 0 auto;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    padding: 0 !important;  
}
#property-contact-section .contact-card.contact-register-card>.inside,
#project-contact-section .contact-card.contact-register-card>.inside {
    padding: 60px;
}
/* #property-contact-section .contact-card.contact-other-card,
#project-contact-section .contact-card.contact-other-card {
    width: 400px;
    margin: 30px auto 0 auto;
} */
#property-contact-section .contact-register-card .default-btn,
#project-contact-section .contact-register-card .default-btn {
    width: 200px !important;
    max-width: none !important;
    margin: 20px auto 0 auto !important;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-section,
#property-detail-container,
#property-detail-menu,
#project-detail-section,
#project-detail-container,
#project-detail-menu {
    position: relative;
}

#property-detail-menu, #property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu, #project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 70px;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside,
#project-detail-container .scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    flex: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    padding: 30px 0 0 0 !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    padding: 0 !important;
}

/* ============================================================================================== */
/* ============================================== MEDIA ========================================= */
/* ============================================================================================== */

#property-media-section #media-menu-section .media-menu-row,
#project-media-section #media-menu-section .media-menu-row {
    flex-wrap: wrap;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title,
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu {
    width: 100%;
}
/* #property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu {
    width: calc(100% + 40px) !important;
    margin: 5px -20px 0 -20px !important;
} */

#property-media-section #media-result-section,
#project-media-section #media-result-section {
    margin-top: 20px;
}
#property-media-section #media-result-section .item-video .text-on-video .text-group,
#project-media-section #media-result-section .item-video .text-on-video .text-group {
    display: none !important;
}

/* video highlight */
#property-media-video-section,
#project-media-video-section {
    padding: 50px 0;
}
#property-media-video-section #media-video-section+#media-virtual-tour-section,
#project-media-video-section #media-video-section+#media-virtual-tour-section {
    margin-top: 30px;
}

/* ============================================================================================== */
/* ============================================== CONTACT ======================================= */
/* ============================================================================================== */

#property-contact-section>.contact-container.on-mobile,
#project-contact-section>.contact-container.on-mobile {
    display: block;
}
#property-contact-section .contact-register-card,
#project-contact-section .contact-register-card,
#property-contact-section .contact-other-title,
#project-contact-section .contact-other-title,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-wishlist-group  {
    /* display: none !important; */
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-section,
#property-detail-container,
#property-detail-menu,
#project-detail-section,
#project-detail-container,
#project-detail-menu {
    position: relative;
}

#property-detail-menu, #property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu, #project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 70px;
}

#property-detail-container .scroll-fixed-box>.sf-box-inside,
#project-detail-container .scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    flex: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    padding: 30px 0 0 0 !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    padding: 0 !important;
}

#property-detail-container .detail-section.panel-group+.panel-group,
#project-detail-container .detail-section.panel-group+.panel-group {
    margin-top: 40px;
    padding-top: 40px;
}

/* ============================================================================================== */
/* ============================================== MEDIA ========================================= */
/* ============================================================================================== */

#property-media-section #media-menu-section .media-menu-row,
#project-media-section #media-menu-section .media-menu-row {
    flex-wrap: wrap;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col {
    width: 100% !important;
}

#property-media-section #media-result-section,
#project-media-section #media-result-section {
    margin-top: 20px;
}
/* #property-media-section #media-result-section .item-gallery,
#project-media-section #media-result-section .item-gallery {
    width: 150px;
} */
#property-media-section #media-result-section .item-video .text-on-video .text-group,
#project-media-section #media-result-section .item-video .text-on-video .text-group {
    display: none !important;
}

/* video highlight */
#property-media-video-section, #project-media-video-section,
#project-media-video-section, #project-media-video-section {
    padding: 50px 0;
}
#property-media-video-section #media-video-section+#media-virtual-tour-section ,
#project-media-video-section #media-video-section+#media-virtual-tour-section {
    margin-top: 30px;
}

/* ============================================================================================== */
/* ============================================== CONTACT ======================================= */
/* ============================================================================================== */

#property-contact-section>.contact-container.on-mobile,
#project-contact-section>.contact-container.on-mobile {
    display: block;
}
#property-contact-section .contact-register-card,
#project-contact-section .contact-register-card,
#property-contact-section .contact-other-title,
#project-contact-section .contact-other-title,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-wishlist-group  {
    /* display: none !important; */
}
#project-contact-section .contact-card.contact-register-card {
    display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

/* ============================================================================================== */
/* ============================================== DETAIL ======================================== */
/* ============================================================================================== */

#property-detail-section,
#property-detail-container,
#property-detail-menu,
#project-detail-section,
#project-detail-container,
#project-detail-menu {
    position: relative;
}

#property-detail-container .detail-section.panel-group>.panel-header,
#project-detail-container .detail-section.panel-group>.panel-header {
    padding: 0 0 20px 0 !important;
}

#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    background-color: rgba(var(--custom-rgb-color-gray-light),1);
}

#property-detail-menu .menu-drag-slide-section.fixed .menu-drag-slide-inside,
#project-detail-menu .menu-drag-slide-section.fixed .menu-drag-slide-inside {
    background-color: rgba(var(--custom-rgb-color-white),1);
}

#property-detail-container,
#project-detail-container {
    padding-top: 0;
    padding-bottom: 0;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside,
#project-detail-container .scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    flex: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content:before {
    display: none !important;
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
}

#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed {
    padding: 0 20px !important;
    width: calc(100% + 40px) !important;
    margin: 0 -20px;
    background-color: rgba(var(--custom-rgb-color-gray-light), 1);
}
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    padding: 0 !important;
}

#property-detail-container .panel-section,
#project-detail-container .panel-section {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
#property-detail-container .detail-section.panel-group+.panel-group,
#project-detail-container .detail-section.panel-group+.panel-group {
    margin-top: 0;
    padding-top: 0;
    border-top: 10px solid rgba(var(--custom-rgb-color-gray-light), 1) !important;
}
#property-detail-container .detail-section.panel-group,
#project-detail-container .detail-section.panel-group {
    padding: 30px 20px !important;
    background-color: rgba(var(--custom-rgb-color-white),1);
    border: none !important;
}

#property-detail-container #info-location.detail-section.panel-group .menu-drag-slide-section,
#project-detail-container #info-location.detail-section.panel-group .menu-drag-slide-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

/* ============================================================================================== */
/* ============================================== MEDIA ========================================= */
/* ============================================================================================== */

#property-detail-menu, #property-detail-menu .menu-drag-slide-section,
#property-detail-menu .menu-drag-slide-section .menu-drag-slide-inside,
#project-detail-menu, #project-detail-menu .menu-drag-slide-section,
#project-detail-menu .menu-drag-slide-section .menu-drag-slide-inside {
    height: 70px;
}

#property-media-section #media-menu-section .media-menu-row,
#project-media-section #media-menu-section .media-menu-row {
    flex-wrap: wrap;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-title {
    width: 100%;
}
#property-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu,
#project-media-section #media-menu-section .media-menu-row>.media-menu-col.this-col-menu {
    width: calc(100% + 40px) !important;
    margin: 5px -20px 0 -20px !important;
}

#property-media-section #media-result-section,
#project-media-section #media-result-section {
    margin-top: 20px;
}
/* #property-media-section #media-result-section .item-gallery,
#project-media-section #media-result-section .item-gallery {
    width: 150px;
} */
#property-media-section #media-result-section .item-video .text-on-video .text-group,
#project-media-section #media-result-section .item-video .text-on-video .text-group {
    display: none !important;
}

/* #media-video-section {
    margin-top: 25px;
} */
#property-media-section #media-result-section .item-gallery,
#project-media-section #media-result-section .item-gallery {
    width: 350px;
}

/* video highlight */
#property-media-video-section,
#project-media-video-section {
    padding: 20px 0;
}
#property-media-video-section #media-video-section+#media-virtual-tour-section,
#project-media-video-section #media-video-section+#media-virtual-tour-section {
    margin-top: 20px;
}

/* ============================================================================================== */
/* ============================================== CONTACT ======================================= */
/* ============================================================================================== */

#property-contact-section>.contact-container.on-mobile,
#project-contact-section>.contact-container.on-mobile {
    display: block;
}
#property-contact-section .contact-register-card,
#project-contact-section .contact-register-card,
#property-contact-section .contact-other-title,
#project-contact-section .contact-other-title,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-wishlist-group {
    /* display: none !important; */
}
#project-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-wishlist-group,
#property-detail-container .scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-wishlist-group {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    /* padding-top: 20px !important;
    border-top: 1px solid rgba(var(--custom-rgb-color-primary), 1); */

}
#property-contact-section .contact-card.contact-other-card,
#project-contact-section .contact-card.contact-other-card {
    background: none !important;
    margin-top: 0;
}
#property-contact-section .contact-card.contact-other-card>.inside,
#project-contact-section .contact-card.contact-other-card>.inside {
    padding: 30px 0 !important;
}
#property-contact-section .contact-card>.inside {
    padding: 40px 25px;
}
#property-contact-section .contact-card.contact-register-card {
    margin-top: 20px;
    border: none;
    /* width: calc(100% + 20px);
    margin: 0 -20px; */
    /* border: none !important; */
    /* border: 30px solid rgba(var(--custom-rgb-color-primary), 1); */
}
#property-contact-section .contact-register-card .default-btn {
    width: 150px !important;
    max-width: none !important;
    margin: 20px auto 0 auto !important;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}
#project-contact-section .contact-card.contact-register-card {
    display: none !important;
}
#property-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item,
#project-contact-section .contact-other-card ul.contact-other-group>li.contact-other-item {
    border: 1px solid rgba(var(--custom-rgb-color-black),0.2) !important;
    border-radius: 10px;
    padding: 15px 10px !important;
}


}

/* xs custom */
@media (max-width: 399.98px) {

/* ============================================================================================== */
/* ============================================== MEDIA ========================================= */
/* ============================================================================================== */

#property-media-section #media-result-section .item-gallery,
#project-media-section #media-result-section .item-gallery {
    width: 300px;
}

}