body {
    width: 100%;
}

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.3;
    font-family: BwModelica;
    font-weight: 200;
    overflow-x: hidden;
    position: relative
}

b {
    font-weight: 600
}

.scrolltotop {
    position: fixed;
    bottom: 185px;
    right: 30px;
    z-index: 35;
    display: none
}

.scrolltotop img {
    width: 70px
}

#myVideo {
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 2
}

#myVideoDiscover {
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 2
}

@media (max-width:991px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:991px) {

    .scrolltotop {
        position: fixed;
        bottom: 200px;
        right: 15px;
    }

    .scrolltotop img {
        width: 40px
    }
}

.arrow-down {
    position: absolute;
    bottom: 85px;
    left: 50%;
    width: 18px;
    height: 37px;
    background-image: url(/images/theme/vector/arrow-down.svg);
    background-size: 18px 37px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -12px;
    /*
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
*/
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
    z-index: 10
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(0deg) translate(0, 25px);
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0, 0);
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }

    50% {
        transform: rotate(0deg) translate(0, 25px);
    }

    100% {
        transform: rotate(0deg) translate(0, 0);
    }
}

body.modal-open[style] {
    padding-right: 0px !important;
}

@media (min-width:992px) {

    .modal-open,
    .modal-open div.navbar {
        padding-right: 0 !important;
    }
}

.smiley-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-content {
    background-color: transparent;
    border: none
}

@media(max-width: 991px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.filterDiv {
    display: none;
}

.filterDiv.show {
    display: block;
}

.t-bold {
    font-weight: 600
}

@media (min-width:992px) {
    .mgtup {
        margin-top: -70px
    }
}

span.sml80{
    font-size: 80%
}

.navbar {
    padding: 0;
    border: none
}

.navbar.bg-light {
    background-color: #ffffff !important;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0
}

.dropdown-menu.bg-gd {
    background-color: #ffffff;
    /*    height: 100vh;*/
    height: 500px;
    box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.1)
}

.dropdown-menu.bg-gd.search {
    height: auto;
    background-color: #1D9F95;
    padding: 0px 30px;
    color: #ffffff
}

.dropdown-menu.bg-gd.search .search-bar {
    width: 100%;
    position: relative
}

.dropdown-menu.bg-gd.search input.form-control.cus {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 20px 120px;
    font-weight: 100;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    box-shadow: none !important;
    height: auto;
}

.dropdown-menu.bg-gd.search input.form-control.cus + .border-anm {
    height: 3px;
    background-color: #ffffff;
    width: 0px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu.bg-gd.search input.form-control.cus:focus + .border-anm {
    width: 100%;
}

.dropdown-menu.bg-gd.search input.form-control.cus::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff !important;
    font-weight: 100
}

.dropdown-menu.bg-gd.search input.form-control.cus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff !important;
    font-weight: 100
}

.dropdown-menu.bg-gd.search input.form-control.cus::placeholder {
    color: #ffffff !important;
    font-weight: 100
}

.dropdown-menu.bg-gd.search .search-bar .search-btn {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    padding-right: 40px;
    color: #ffffff;
    font-weight: 600;
    background-image: url(/images/theme/vector/white-arrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer
}

.dropdown-toggle::after {
    display: none
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    overflow-y: auto;
    width: 100%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.navbar-expand-md .navbar-nav.main .nav-item .nav-link {
    padding: 29px 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.navbar-brand img {
    width: 200px
}

.fil-tab-menu .top-lab {
    padding: 20px 40px;
    background-color: #4477B8;
    border-radius: 20px;
    font-size: 24px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2)
}

.fil-tab-menu .top-lab a.readmore {
    color: #E696BB;
    font-family: BwModelica;
    font-size: 20px;
    text-decoration: none
}

.fil-tab-menu .column-rs {
    /*
    height: 90vh;
    overflow-y: auto;
*/
    padding-bottom: 20px;
    padding-top: 10px;
    /*    -ms-overflow-style: none;*/
    /* IE and Edge */
    /*    scrollbar-width: none;*/
    /* Firefox */
}

.fil-tab-menu .column-rs::-webkit-scrollbar {
    display: none;
}

a.s-card {
    text-decoration: none;
}

.s-card {
    background-color: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px;
    color: #000000;
    overflow: hidden;
    height: 100%
}

.detail-coming-soon {
    font-family: BwModelicaCondensed;
    font-weight: 600;
    font-size: 33px;
    color: #9F9F9E;
}

.s-card.pd-0 {
    padding: 0
}

.s-card .thumb-cell {
    position: relative
}

.s-card .thumb-cell .img {
    background-size: cover;
    background-position: center;
    padding-top: 60%;
    border-radius: 20px
}

.s-card.pd-0 .thumb-cell .img {
    border-radius: 0
}

.s-card .thumb-cell .lab {
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 50px
}

.s-card .thumb-cell .lab.sale-status {
    top: 10px;
    right: 10px;
    background-color: #182C71;
}

.s-card .thumb-cell .lab.location {
    bottom: 10px;
    left: 10px;
    background-color: #1D9F95;
}

.s-card .thumb-cell .lab.fav {
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 100%
}

.s-card .thumb-cell .lab.fav input {
    display: none
}

.s-card .thumb-cell .lab.fav .cell {
    position: relative
}

.s-card .thumb-cell .lab.fav .cell input {
    display: block;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.s-card .thumb-cell .lab.fav label {
    cursor: pointer
}

.s-card .thumb-cell .lab.fav input + label img.active,
.s-card .thumb-cell .lab.fav input:checked + label img.de-active {
    display: none
}

.s-card .thumb-cell .lab.fav input + label img.de-active,
.s-card .thumb-cell .lab.fav input:checked + label img.active {
    display: block
}

.s-card .s-name {
    font-size: 26px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    color: #4477B8
}

.s-card .s-type {
    font-size: 12px;
    font-weight: 100
}

.s-card .s-info .form {
    font-size: 12px;
    font-weight: 100
}

.s-card .s-info .num {
    font-size: 14px;
    font-weight: 600
}

.s-card .s-info .num.one-t {
    font-size: 20px;
}

.s-card .f-price .from {
    color: #4477B8;
    font-size: 12px;
    font-weight: 100
}

.s-card .f-price .price {
    color: #4477B8;
    font-size: 27px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
}

.s-card .f-price .price sup {
    font-size: 12px;
    top: -11px;
    right: 2px
}

.s-card img.resident-img {
    width: auto;
    height: 80px
}

@media (max-width:1400px) {
    .s-card .thumb-cell .lab {
        font-size: 12px;
        padding: 5px 10px;
    }

    .s-card .s-name {
        font-size: 20px;
    }

    .s-card .s-info .form {
        font-size: 10px
    }

    .s-card .s-info img {
        width: 20px;
        height: 20px;
    }

    .s-card img.resident-img {
        width: auto;
        height: 50px
    }
}

@media (max-width:991px) {

    a.s-card,
    .s-card .thumb-cell .img {
        border-radius: 10px
    }

    .s-card .thumb-cell .img {
        padding-top: 70%;
    }

    .detail-coming-soon {
        font-size: 28px;
    }
}

/*
.navbar-expand-md .navbar-nav.main .nav-item .nav-link + .nav-link {
    border-left: 1px solid #eeeeee
}
*/

.navbar-expand-md .navbar-nav.sub-r img {
    height: 28px;
    width: auto
}

.navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link {
    padding: 0
}

.navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.currency {
    padding: 28px 15px;
    font-weight: 600;
    font-size: 20px
}

.navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.search {
    padding-top: 27px;
    padding-bottom: 27px
}

.navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.search img {
    -webkit-filter: saturate(0) brightness(1.1);
    filter: saturate(0) brightness(1.1);
}

.navbar-expand-md .navbar-nav.sub-r .nav-item.show .nav-link.search img {
    -webkit-filter: saturate(1) brightness(1);
    filter: saturate(1) brightness(1);
}

.navbar-expand-md .navbar-nav .dropdown-menu.currency-menu {
    box-shadow: inset 0px 3px 12px rgba(0, 0, 0, 0.1);
    min-width: 120px
}

.dropdown.menu-large.nav-item.show a.dropdown-toggle.nav-link,
.navbar-nav.sub-r .nav-item.show a.dropdown-toggle.nav-link.currency {
    background-image: url(/images/theme/vector/navi-active.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #1D9F95
}

.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-expand-md .navbar-nav.main .nav-item .nav-link:hover,
.navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.currency:hover {
    color: #1D9F95
}

/*fullwidth submenu*/

.menu-large {
    position: static !important;
}

.megamenu {
    /*    padding: 20px 20px;*/
    padding: 0;
    width: 100%;
}

.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

.megamenu > div > li > ul > li {
    list-style: none;
}

.megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width:1400px) {
    .navbar-expand-md .navbar-nav.main .nav-item .nav-link {
        padding: 24px 35px;
        font-size: 17px;
    }

    .navbar-brand img {
        width: 170px
    }

    .navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.currency {
        padding: 24px 15px;
        font-size: 18px
    }

    .navbar-expand-md .navbar-nav.sub-r .nav-item .nav-link.search {
        padding-top: 21px;
        padding-bottom: 21px
    }
}

@media (max-width: 991px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu > li {
        margin-bottom: 30px;
    }

    .megamenu > li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }

    .switch-mov-nav .dropdown-menu.currency-menu {
        border-top: 1px solid rgba(250, 250, 250, 0.2);
        border-bottom: 1px solid rgba(250, 250, 250, 0.2);
        padding: 10px 15px;
        width: 100px
    }

    .switch-mov-nav .dropdown-menu.currency-menu a + a {
        margin-top: 10px
    }
}

.fil-tab-menu {
    max-width: 1600px;
    width: 100%
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link.active,
.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item .nav-link.active {
    background-color: transparent;
    color: #E696BB;
    font-weight: 600;
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link.active:after,
.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item .nav-link.active:after {
    content: '';
    width: 11px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -27px;
    height: 100%;
    background-image: url(/images/theme/vector/menu-active-arrow.svg);
    background-size: 11px 21px;
    background-repeat: no-repeat;
    background-position: center
}

.fil-tab-menu .bd-r {
    border-right: 1px solid rgba(159, 159, 159, 0.5)
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link,
.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item .nav-link {
    text-transform: inherit;
    position: relative;
    color: #484948
}

.fil-tab-menu .spacetop {
    padding-top: 70px
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link {
    font-size: 24px;
    padding: 0px 50px
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link + .nav-link {
    margin-top: 50px
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item .nav-link {
    font-size: 20px;
    font-weight: 200;
    padding: 0px 20px 0px 40px
}

.navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item + .nav-item {
    margin-top: 30px
}

@media (max-width:1400px) {
    .fil-tab-menu .spacetop {
        padding-top: 50px
    }

    .navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link {
        font-size: 20px;
        padding: 0 40px
    }

    .navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item .nav-link {
        font-size: 16px;
        font-weight: 200;
        padding: 0px 15px 0px 30px
    }

    .navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .parent .nav-link + .nav-link {
        margin-top: 35px
    }

    .navbar-expand-md .navbar-nav.main .nav-item .fil-tab-menu .child .nav-item + .nav-item {
        margin-top: 25px
    }

    .fil-tab-menu .top-lab {
        padding: 15px 30px;
        font-size: 20px
    }

    .fil-tab-menu .top-lab a.readmore {
        font-size: 18px
    }

    .fil-tab-menu .bd-r.hide-xs {
        border-right: none
    }
}

/*
.dropdown-menu{
    width: 100%;
    min-width: 100%;
    max-width: 100%
}
*/

/*
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item:hover > .dropdown-menu {
    display: block;
}

ul li {
    list-style-type: none;
    display: inline;
}

.navbar-nav .nav-link {
    display: inline-block;
}

.ml-auto {
    display: inline-block !important;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
    color: #000000
}
*/

/*
@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: -100%;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
        opacity: 0.8;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        left: -100%;
        margin-left: 1px;
        transition: all 0.2s ease;
        opacity: 0.9;
    }

    .navbar-collapse.show {
        margin-left: 100%;
        transition: all 0.2s ease;
        opacity: 1;
    }
}
*/

.nav-mob.navbar {
    padding: 0;
}

.nav-mob .navbar-nav {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;

}

.nav-mob .navbar-nav.h-auto {
    height: auto;
}

/*
.nav-mob .collapsing {
    max-height: 95vh;
}
*/

.nav-mob .navbar-collapse {
    overflow-y: auto;
    background-color: #1D9F95;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#1D9F95, #182C71);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-x: hidden;
}

.full {
    opacity: 0;
    transition-delay: 1s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-size: 100%;
    padding: 40px 15px 80px;
    overflow-x: hidden;
}

.show .full {
    opacity: 1
}

.nav-mob-panel {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1031;
    font-size: 6px;
    font-weight: 600;
    color: #9F9F9E;
    text-transform: uppercase
}

.nav-mob-panel a.col {
    color: #9F9F9E;
    text-decoration: none;
    display: block
}

.nav-mob-panel .icon {
    width: 30px
}

.nav-mob-panel .col {
    position: relative
}

.nav-mob-panel .search {
    position: absolute;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.nav-mob-panel .search .sicon {
    width: 70px
}

.nav-mob-panel .panel {
    background-color: #fafafa;
    padding: 8px 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.nav-mob .full a.navm-tab {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 30px
}

.nav-mob .full a.navm-tab.lg-spc {
    margin-bottom: 35px
}

.nav-mob .full .close-nv {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 50px;
    color: #ffffff;
    font-weight: 100
}

.ppt-sub {
    display: none
}

.ppt-sub.unhide {
    display: block
}

.show-ppt {
    display: none
}

.show-ppt.unhide {
    display: block
}

.tab-content > .row.active {
    display: flex;
}

.swiper-container {
    position: relative
}

section.top {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0
}

section.top .swiper-container {
    width: 100%;
    height: 100vh;
}

@media (max-width:991px){
    section.top,
    section.top .swiper-container {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    }
}

.ct-bn {
    position: relative;
    z-index: 10
}

.swiper-slide {
    position: relative
}

section.top .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.top .swiper-container .swiper-slide.pic-cny {
    background-image: url(/images/theme/cny-desktop.jpg);
}

section.top .swiper-container .swiper-slide.pic-01 {
    background-image: url(/images/theme/home-banner-allevia.jpg);
}

section.top .swiper-container .swiper-slide.pic-02 {
    background-image: url(/images/theme/home-banner-ava.jpg);
}

section.top .swiper-container .swiper-slide.pic-03 {
    background-image: url(/images/theme/home-banner-kaia.jpg?v=1);
}

section.top .swiper-container .swiper-slide.pic-04 {
    background-image: url(/images/theme/home-banner-estuari.jpg);
}

section.top .swiper-container .swiper-slide.pic-05 {
    background-image: url(/images/theme/home-banner-brand.jpg);
}

section.top .swiper-container .swiper-pagination {
    text-align: right
}

section.top .swiper-container .swiper-pagination-fraction {
    right: 90px;
    bottom: 75px;
    left: unset;
    color: #ffffff;
    font-size: 12px
}

.swiper-pagination-current {
    font-weight: 600
}

section.top .swiper-button-next,
section.top .swiper-container-rtl .swiper-button-prev,
section.top .swiper-button-prev,
section.top .swiper-container-rtl .swiper-button-next {
    background-position: left center;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px
}

section.top .swiper-button-prev,
section.top .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/theme/vector/arrow-01-left.svg);
}

section.top .swiper-button-next,
section.top .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/theme/vector/arrow-01-right.svg);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.deks-mob-nav .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10
}

@media (max-width:991px) {

    section.top .swiper-container .swiper-slide.pic-cny {
        background-image: url(/images/theme/cny-mobile.jpg);
    }

    section.top .swiper-container .swiper-slide.pic-01 {
        background-image: url(/images/theme/home-banner-allevia-mobile.jpg);
    }

    section.top .swiper-container .swiper-slide.pic-02 {
        background-image: url(/images/theme/home-banner-ava-mobile.jpg);
    }

    section.top .swiper-container .swiper-slide.pic-03 {
        background-image: url(/images/theme/home-banner-kaia-mobile.jpg?v=1);
    }

    section.top .swiper-container .swiper-slide.pic-04 {
        background-image: url(/images/theme/home-banner-estuari-mobile.jpg);
    }

    section.top .swiper-container .swiper-slide.pic-05 {
        background-image: url(/images/theme/home-banner-brand-mobile.jpg);
    }

    section.top .swiper-button-next,
    section.top .swiper-container-rtl .swiper-button-prev,
    section.top .swiper-button-prev,
    section.top .swiper-container-rtl .swiper-button-next {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        bottom: 68px;
        top: auto
    }

    section.top .swiper-button-prev,
    section.top .swiper-container-rtl .swiper-button-next {
        right: 50px;
        left: auto
    }

    section.top .swiper-button-next,
    section.top .swiper-container-rtl .swiper-button-prev {
        right: 20px
    }
}

section.topbanner {
    background-size: cover;
    background-position: center;
    height: 800px;
    width: 100%
}

section.topbanner>.bannerPicture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.topbanner>.bannerPicture>.bannerImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.topbanner.fullheight {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

section.topbanner.buyer-guide {
    background-image: url(/images/theme/bg-banner-buyer-guide.png)
}

section.topbanner.properties {
    background-image: url(/images/theme/bg-banner-properties.png)
}

section.topbanner.customer-care {
    background-image: url(/images/theme/bg-banner-customer-care.png)
}

section.topbanner.corporate-info {
    background-image: url(/images/theme/bg-banner-corporate-info.png)
}

section.topbanner.financial-info {
    background-image: url(/images/theme/bg-banner-financial-info-v2.png)
}

section.topbanner.ir-calander {
    background-image: url(/images/theme/bg-banner-ir-calander.png)
}

section.topbanner.coverage {
    background-image: url(/images/theme/bg-banner-coverage.png)
}

section.topbanner.news-centre-presentations {
    background-image: url(/images/theme/bg-banner-news-centre.png)
}

section.topbanner.investor-resources {
    background-image: url(/images/theme/bg-banner-investor-resources.png)
}

section.topbanner.investor-relation {
    background-image: url(/images/theme/bg-banner-investor-relation.png)
}

section.topbanner.stock-info {
    background-image: url(/images/theme/bg-banner-stock-info.png)
}


section.topbanner .ttl {
    position: relative;
    z-index: 10;
    color: #ffffff;
    padding: 0 15px
}

section.topbanner .ttl .s-1 {
    font-size: 90px;
    font-family: BwModelicaCondensed;
    font-weight: 800;
    color: #ffffff;
    /*    text-transform: uppercase*/
}

section.topbanner .ttl .s-2,
section.top .sub.clat {
    font-size: 83px;
    font-family: BwModelicaCondensed;
    color: #E696BB;
    margin-top: 10px
}

section.topbanner .ttl p {
    max-width: 740px;
    margin: 0 auto
}

section.topbanner.dark-overlay:after {
    background-color: rgba(0, 0, 0, 0.5)
}

section.topbanner.overlay-deks:after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url();
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center
}

@media (max-width:991px) {
    section.topbanner {
        height: 520px;
    }

    section.topbanner.overlay-mob:after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-top: 60%;
        background-image: url(/images/theme/bg-overlay-fh-tablet.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    section.topbanner.buyer-guide {
        background-image: url(/images/theme/bg-banner-buyer-guide-m.png)
    }

    section.topbanner.properties {
        background-image: url(/images/theme/bg-banner-properties-m.png)
    }

    section.topbanner.corporate-info {
        background-image: url(/images/theme/bg-banner-corporate-info-m.png)
    }

    section.topbanner.financial-info {
        background-image: url(/images/theme/bg-banner-financial-info-m-v2.png)
    }

    section.topbanner.news-centre-presentations {
        background-image: url(/images/theme/bg-banner-news-centre-m.png)
    }

    section.topbanner.investor-resources {
        background-image: url(/images/theme/bg-banner-investor-resources-m.png)
    }

    section.topbanner.investor-relation {
        background-image: url(/images/theme/bg-banner-investor-relation-m.png)
    }

    section.topbanner.stock-info {
        background-image: url(/images/theme/bg-banner-stock-info-m.png)
    }

    section.topbanner .ttl .s-1 {
        font-size: 34px;
    }

    section.topbanner .ttl .s-2,
    section.top .sub.clat {
        font-size: 35px;
        margin-top: 0px
    }
}

@media (max-width:300px) {
    section.topbanner.overlay-mob:after {
      background-image: url(/images/theme/bg-overlay-fh-m.png);
    }
  }

.modal .close-p {
    color: #000000;
    font-size: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 100;
}

a.btn-01,
.btn-01 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background-color: #E696BB;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 60px 15px 20px;
    background-image: url(/images/theme/vector/play-video-button.svg);
    background-size: 15px 20px;
    background-repeat: no-repeat;
    background-position: 90% center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-01:hover {
    background-color: #CE85A7;
    color: #ffffff !important
}

a.btn-01.icon02,
.btn-01.icon02 {
    background-image: url(/images/theme/vector/white-arrow.svg);
    background-size: 28px 14px;
    background-position: 90% center;
    padding: 15px 70px 15px 20px;
}

.btn-01.n-icn {
    background-image: none;
    text-align: center;
    padding: 15px
}

section.top .ttl {
    font-size: 93px;
    font-weight: 800;
    font-family: BwModelicaCondensed
}

/*
section.top .sub {
    font-size: 21px
}
*/

@media (max-width:991px) {
    section.top .ttl {
        font-size: 50px;
        line-height: 1.1
    }

    section.top .sub {
        font-size: 18px
    }
}

select.form-control.cus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/theme/vector/select-dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 1rem center;
    color: #4477B8;
    border: none;
    background-color: #F6F6F6;
    font-weight: 600;
    border-radius: 50px;
    height: 45px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px
}

@media (max-width:1400px) {
    select.form-control.cus {
        background-image: url(/images/theme/vector/select-dropdown-icon.svg);
        background-size: 12px 7px;
        background-position: right 0.6rem center;
        height: 45px;
        padding-left: 10px;
        padding-right: 30px;
        font-size: 14px
    }
}

.pd-recommender {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 15px
}

.pd-recommender .search-tab {
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 15px;
    /*
    border: 1px solid #ffffff;
    overflow: hidden;
*/
    color: #ffffff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3)
}

.pd-recommender .search-tab .categories {
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    border: 1px solid #ffffff;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pd-recommender .search-tab .categories img {
    width: 55px
}

.pd-recommender .search-tab .categories .col {
    position: relative
}

.pd-recommender .search-tab .categories .col + .col:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 100%;
    background-image: url(/images/theme/vector/border-line-01.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain
}

.pd-recommender .search-tab .filter-sl {
    background-image: linear-gradient(to top, #182C71, #1D9F95);
    padding: 20px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.filtersl {
    display: none
}

.filtersl.show {
    display: block
}

.pd-recommender .search-tab .tab-01 {
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pd-recommender .search-tab .tab-01.active {
    background-color: #1D9F95
}

.pd-recommender .search-tab .select-cus {
    font-size: 15px;
    position: relative
}

/*
.pd-recommender .search-tab .select-cus .trans-sel select.form-control {
    background-color: transparent;
    height: auto;
    padding: 0;
    background-image: none;
    color: #ffffff;
    outline: none;
    font-size: 17px;
}
*/

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus button.btn-light {
    background-color: transparent;
    background-image: url(/images/theme/vector/select-arrow-white-bold.svg);
    padding: 30px 28px 10px 18px;
    background-position: right 0.9rem bottom 30%;
    border-radius: 33px;
    border: 1px solid #eeeeee;
}

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus.show button.btn-light {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url(/images/theme/vector/select-arrow-white-bold-up.svg);
}

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus .dropdown-menu {
    background-color: #eeeeee;
}

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus.dropup.show button.btn-light {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/*
.pd-recommender .search-tab .select-cus .dropdown.form-control.cus.dropup .dropdown-menu.show{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
    margin-bottom: 0
}
*/

.dropup .dropdown-toggle::after {
    display: none
}

/*
.pd-recommender .search-tab .select-cus .dropdown.form-control.cus .dropdown-menu.show[x-placement="bottom-start"]{
    margin-top: -1px
}
*/

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus .dropdown-menu.show[x-placement="top-start"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
    margin-bottom: 0px
}

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus .dropdown-menu.show[x-placement="bottom-start"] {
    margin-top: -1px
}

.pd-recommender .search-tab .select-cus .dropdown.form-control.cus .filter-option-inner {
    color: #ffffff
}

.pd-recommender .search-tab .select-cus .s-name {
    position: absolute;
    top: 10px;
    left: 18px
}

.pd-recommender .search-tab .select-cus .trans-sel {
    position: relative
}

/*
.pd-recommender .search-tab .select-cus .trans-sel:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 15px;
    height: 100%;
    background-image: url(/images/theme/vector/select-arrow-white-bold.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 15px 10px;
    z-index: 100
}
*/

.pd-recommender .search-tab .select-cus .trans-sel select.form-control option {
    color: #000000
}

.pd-recommender .search-tab a.btn-01.icon02 {
    padding: 15px 70px 15px 20px;
}

@media (max-width:1400px) {
    .pd-recommender {
        bottom: 20px;
    }

    .pd-recommender .search-tab {
        max-width: 1100px
    }

    .pd-recommender .search-tab .filter-sl {
        padding: 20px
    }

    .pd-recommender .search-tab .categories img {
        width: 35px
    }

    .pd-recommender .search-tab .categories {
        font-size: 13px
    }

    .pd-recommender .search-tab .select-cus {
        font-size: 11px;
    }

    .pd-recommender .search-tab .select-cus .trans-sel select.form-control {
        font-size: 13px;
    }

    .pd-recommender .search-tab a.btn-01.icon02 {
        padding: 15px 70px 15px 20px;
    }

    .pd-recommender .search-tab .select-cus .dropdown.form-control.cus button.btn-light {
        padding: 25px 28px 8px 18px;
        background-position: right 0.9rem bottom 30%;
    }

    .pd-recommender .search-tab .select-cus .s-name {
        top: 10px;
        left: 18px
    }
}

section {
    padding: 70px 0
}

section .ttl .sub1 {
    font-family: BwModelicaCondensed;
    font-weight: 600;
    font-size: 26px;
    color: #4477B8
}

section .ttl .sub2 {
    font-family: Clattering;
    font-weight: 100;
    font-size: 72px;
    color: #E696BB
}

section .ttl .sub3 {
    font-weight: 100;
    font-size: 16px;
    color: #1F1F1E
}

section.properties .swiper-container {
    padding-bottom: 30px
}

section.properties .swiper-container .swiper-pagination {
    text-align: right
}

section.properties .swiper-container .swiper-pagination-fraction {
    right: 200px;
    bottom: 4px;
    color: #484948;
    left: unset;
    font-size: 16px
}

section.properties .swiper-button-next,
section.properties .swiper-container-rtl .swiper-button-prev,
section.properties .swiper-button-prev,
section.properties .swiper-container-rtl .swiper-button-next {
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

section.properties .swiper-button-prev,
section.properties .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/theme/vector/arrow-02-left.svg);
    right: 150px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.properties .swiper-button-next,
section.properties .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/theme/vector/arrow-02-right.svg);
    right: 110px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.properties .view-all {
    position: absolute;
    bottom: 0;
    left: 110px;
    z-index: 10
}

section.properties .view-all a {
    color: #E696BB;
    text-decoration: underline
}

@media (min-width: 1700px) {
    section.properties .d-xxl-none {
        display: none !important;
    }
}

@media (max-width: 1699px) {
    section.properties .d-xxl-none {
        display: block;
    }
}

@media (max-width:991px) {
    section .ttl .sub1 {
        font-size: 20px;
    }

    section .ttl .sub2 {
        font-size: 50px;
    }

    section .ttl .sub3 {
        font-size: 14px;
    }

    section.properties .swiper-container {
        padding-bottom: 20px
    }

    section.properties .swiper-container .swiper-pagination-fraction {
        right: 90px;
        bottom: 2px;
        font-size: 13px
    }

    section.properties .swiper-button-next,
    section.properties .swiper-container-rtl .swiper-button-prev,
    section.properties .swiper-button-prev,
    section.properties .swiper-container-rtl .swiper-button-next {
        background-size: 20px 20px;
        width: 20px;
        height: 20px
    }

    section.properties .swiper-button-prev,
    section.properties .swiper-container-rtl .swiper-button-next {
        right: 45px;
        bottom: 0px;
    }

    section.properties .swiper-button-next,
    section.properties .swiper-container-rtl .swiper-button-prev {
        right: 15px;
        bottom: 0px;
    }

    section.properties .view-all {
        left: 15px;
    }
}

section.find-your-happy {
    padding: 70px 15px 70px 150px;
    background-image: url(/images/theme/bg-find-your-hapiness.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    color: #ffffff
}
section.find-your-happy .mobileBanner {
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.find-your-happy .container {
    max-width: 550px;
    width: 100%
}

section.find-your-happy .ttl .sub1 {
    font-size: 84px;
    color: #ffffff;
    margin-bottom: -30px
}

.play-btn-round {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    display: block;
    border-radius: 50px;
    background-image: url(/images/theme/vector/play-icon-pink.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.play-btn-round:hover {
    background-color: #dddddd;
}

@media (max-width:1400px) {
    section.find-your-happy {
        min-height: 700px;
    }
}

@media (max-width:991px) {
    section.find-your-happy {
        background-image: none;
        padding: 50px 0;
        color: #1F1F1E;
        text-align: center;
        min-height: none
    }

    section.find-your-happy .container {
        margin: 0 auto
    }

    section.find-your-happy .ttl .sub1,
    section.find-your-happy .ttl .sub2 {
        font-size: 48px
    }

    section.find-your-happy .ttl .sub1 {
        color: #4477B8;
        margin-bottom: -20px;
        margin-top: 40px
    }

    section.find-your-happy .play-btn-round {
        border: 1px solid #E696BB
    }
}

section.community {
    background-color: #4477B8;
}

section.community .ttl .sub1,
section.community .ttl .sub3 {
    color: #ffffff
}

section.community .swiper-container {
    padding-bottom: 30px
}

section.community .swiper-container .swiper-pagination {
    text-align: right
}

section.community .swiper-container .swiper-pagination-fraction {
    right: 200px;
    bottom: 4px;
    color: #ffffff;
    left: unset;
    font-size: 16px
}

section.community .swiper-button-next,
section.community .swiper-container-rtl .swiper-button-prev,
section.community .swiper-button-prev,
section.community .swiper-container-rtl .swiper-button-next {
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

section.community .swiper-button-prev,
section.community .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/theme/vector/arrow-03-left.svg);
    right: 150px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.community .swiper-button-next,
section.community .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/theme/vector/arrow-03-right.svg);
    right: 110px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.community .view-all {
    position: absolute;
    bottom: 0;
    left: 110px;
    z-index: 10
}

section.community .view-all a {
    color: #ffffff;
    text-decoration: underline
}

@media (max-width:991px) {
    section.community .swiper-container {
        padding-bottom: 20px
    }

    section.community .swiper-container .swiper-pagination-fraction {
        right: 90px;
        bottom: 2px;
        left: unset;
        font-size: 13px
    }

    section.community .swiper-button-next,
    section.community .swiper-container-rtl .swiper-button-prev,
    section.community .swiper-button-prev,
    section.community .swiper-container-rtl .swiper-button-next {
        background-size: 20px 20px;
        width: 20px;
        height: 20px
    }

    section.community .swiper-button-prev,
    section.community .swiper-container-rtl .swiper-button-next {
        right: 45px;
        bottom: 0px;
        left: auto;
        top: auto
    }

    section.community .swiper-button-next,
    section.community .swiper-container-rtl .swiper-button-prev {
        right: 15px;
        bottom: 0px;
        left: auto;
        top: auto
    }

    section.community .view-all {
        left: 15px;
    }
}

section.top.corporate {
    background-image: url(/images/theme/banner-corporate.png);
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%
}

section.top.corporate .align {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

section.top.corporate .align .ttl02 {
    color: #ffffff
}

section.top.corporate .align .ttl02 .sub01 {
    font-size: 93px;
    font-family: BwModelicaCondensed;
    font-weight: 800;
    margin-bottom: -45px
}

section.top.corporate .align .ttl02 .sub02 {
    font-size: 87px;
    font-family: Clattering;
    font-weight: 100;
    color: #E696BB
}

section.top.corporate .align .ttl02 .sub03 {
    font-size: 16px;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto
}

@media (max-width:991px) {
    section.top.corporate {
        background-image: url(/images/theme/banner-corporate-m.png);
    }

    section.top.corporate .align .ttl02 .sub01 {
        font-size: 36px;
        margin-bottom: -10px
    }

    section.top.corporate .align .ttl02 .sub02 {
        font-size: 45px;
    }

    section.top.corporate .align .ttl02 .sub03 {
        font-size: 14px;
    }
}

section.chief {
    background-image: linear-gradient(to right, #182C71, #1D9F95);
    color: #ffffff
}

section.chief .ttl .sub1,
section.chief .ttl .sub3 {
    color: #ffffff
}

section.chief .content .ttl {
    font-size: 26px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
}

section.chief .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section.chief .swiper-pagination-bullet-active {
    background: #E696BB;
    width: 30px;
    border-radius: 50px
}

section.media-center .swiper-container {
    padding-bottom: 30px
}

section.media-center .swiper-container .swiper-pagination {
    text-align: right
}

section.media-center .swiper-container .swiper-pagination-fraction {
    right: 200px;
    bottom: 4px;
    color: #484948;
    left: unset;
    font-size: 16px
}

section.media-center .swiper-button-next,
section.media-center .swiper-container-rtl .swiper-button-prev,
section.media-center .swiper-button-prev,
section.media-center .swiper-container-rtl .swiper-button-next {
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

section.media-center .swiper-button-prev,
section.media-center .swiper-container-rtl .swiper-button-next {
    background-image: url(/images/theme/vector/arrow-02-left.svg);
    right: 150px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.media-center .swiper-button-next,
section.media-center .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images/theme/vector/arrow-02-right.svg);
    right: 110px;
    bottom: 0px;
    left: auto;
    top: auto
}

section.media-center .view-all {
    position: absolute;
    bottom: 0;
    left: 110px;
    z-index: 10
}

section.media-center .view-all a {
    color: #E696BB;
    text-decoration: underline
}

@media (max-width:991px) {
    section.media-center .swiper-container {
        padding-bottom: 20px
    }

    section.media-center .swiper-container .swiper-pagination-fraction {
        right: 90px;
        bottom: 2px;
        font-size: 13px
    }

    section.media-center .swiper-button-next,
    section.media-center .swiper-container-rtl .swiper-button-prev,
    section.media-center .swiper-button-prev,
    section.media-center .swiper-container-rtl .swiper-button-next {
        background-size: 20px 20px;
        width: 20px;
        height: 20px
    }

    section.media-center .swiper-button-prev,
    section.media-center .swiper-container-rtl .swiper-button-next {
        right: 45px;
        bottom: 0px;
    }

    section.media-center .swiper-button-next,
    section.media-center .swiper-container-rtl .swiper-button-prev {
        right: 15px;
        bottom: 0px;
    }

    section.media-center .view-all {
        left: 15px;
        font-size: 12px;
        bottom: 3px
    }
}

section.top.property {
    height: auto
}

.bd-l {
    border-left: 1px solid #4477B8
}

.bd-r {
    border-right: 1px solid #4477B8
}

.bd-t {
    border-top: 1px solid #4477B8
}

.bd-b {
    border-bottom: 1px solid #4477B8
}

@media (max-width:991px) {

    .bd-l.hide-xs,
    .bd-r.hide-xs,
    .bd-t.hide-xs,
    .bd-b.hide-xs {
        border: none
    }

    .bd-l-xs {
        border-left: 1px solid #4477B8 !important
    }

    .bd-r-xs {
        border-right: 1px solid #4477B8 !important
    }

    .bd-t-xs {
        border-top: 1px solid #4477B8 !important
    }

    .bd-b-xs {
        border-bottom: 1px solid #4477B8 !important
    }
}

.two-tag .lt {
    color: #4477B8;
    font-weight: 600
}

.two-tag .rt a {
    text-decoration: underline;
    color: #000000
}

input.sel {
    display: none
}

input.sel + .option {
    border: 1px solid #4477B8;
    padding: 15px;
    border-radius: 50px;
    font-weight: 600;
    color: #4477B8;
    background-color: #ffffff;
    cursor: pointer;
    width: 100%;
    display: block;
    word-break: keep-all;
    word-wrap: normal;
    text-align: center
}

input.sel:checked + .option {
    color: #ffffff;
    background-color: #4477B8
}

.property-form .numb {
    background-color: #F6F6F6;
    border-radius: 50px;
    padding: 5px 10px
}

.property-form .numb input {
    border: none;
    background-color: transparent;
    text-align: center;
    color: #4477B8;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0
}

.property-form .sqft-result {
    padding: 10px 0;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 50px
}

.property-form .sqft-result .ttl-n {
    font-size: 13px;
    font-weight: 100
}

.property-form .sqft-result output {
    font-size: 23px;
    font-weight: 600;
    color: #4477B8
}

.property-form .dash-sqft {
    font-size: 50px;
    font-weight: 600;
    color: #4477B8
}

.numb-t {
    color: #4477B8;
    font-weight: 600
}

.property-form .numb button.form-control.cus {
    width: 15px;
    padding: 2px;
    border: none;
    background-color: transparent;
}

.property-form .numb button.sub,
.property-form .numb button.add {
    background-repeat: no-repeat;
    background-position: center
}

.property-form .numb button.sub {
    background-image: url(/images/theme/vector/minus.svg);
    background-size: 15px 2px;
}

.property-form .numb button.add {
    background-image: url(/images/theme/vector/plus.svg);
    background-size: 15px 15px;
}

.property-form .filter-sel {
    max-width: 1150px
}

.property-form .filter-sel .tab {
    cursor: pointer;
    background-color: #F6F6F6;
    padding: 15px 0;
    border-radius: 50px;
    font-weight: 600;
    color: #4477B8;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.property-form .filter-sel .tab.active {
    background-color: #E696BB;
    color: #ffffff;
}

.property-form .filter-sel .tab img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.property-form .filter-sel .tab.active img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.dropdown.form-control.cus {
    box-sizing: border-box;
    max-width: 100%;
    display: block;
}

.dropdown.form-control.cus button.btn-light {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 30px;
    padding: 15px 28px 15px 18px;
    overflow-x: hidden !important;
    outline: none !important;
    background-image: url(/images/theme/vector/select-dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 0.7rem center;
    width: 100%;
    box-sizing: border-box;
    float: left
}

.dropdown.form-control.cus .btn-light .filter-option {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.dropdown.form-control.cus .btn-light .filter-option .filter-option-inner {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.dropdown.form-control.cus.text-center .btn-light .filter-option .filter-option-inner {
    text-align: center
}

.dropdown.form-control.cus.show .btn-light {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url(/images/theme/vector/select-dropdown-icon-up.svg);
}

.dropdown.form-control.cus button.btn-light:focus {
    box-shadow: none
}

.dropdown.form-control.cus .filter-option-inner {
    font-weight: 600;
    color: #4477B8;
}

.dropdown.form-control.cus .dropdown-menu {
    padding: 0;
    background: #dddddd;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    min-width: 100%;

    top: 65px;
    /*cy hardcoded*/
}

@media (max-width:1400px) {
    .dropdown.form-control.cus .dropdown-menu {
        top: 55px;
    }
}

/*cy hardcoded*/

.dropdown.form-control.cus .dropdown-menu li {
    border-top: 1px solid #bbbbbb
}

.dropdown.form-control.cus .dropdown-item:hover,
.dropdown.form-control.cus .dropdown-item.active {
    background-color: #4477B8;
    color: #fff !important;
    outline: none
}

.dropdown.form-control.cus .dropdown-item {
    padding: 8px 18px;
    font-size: 14px;
}

/*
.dropdown.form-control.cus .dropdown-menu {
    background-color: #eeeeee;
}
*/

.dropdown.form-control.cus.dropup.show button.btn-light {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/*
.dropdown.form-control.cus.dropup .dropdown-menu.show{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
    margin-bottom: 0
}
*/

.dropup .dropdown-toggle::after {
    display: none
}

/*
.dropdown.form-control.cus .dropdown-menu.show[x-placement="bottom-start"]{
    margin-top: -1px
}
*/

.dropdown.form-control.cus .dropdown-menu.show[x-placement="top-start"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 33px;
    border-top-left-radius: 33px;
    margin-bottom: 0px
}

.dropdown.form-control.cus .dropdown-menu.show[x-placement="bottom-start"] {
    margin-top: -1px
}

/*
.dropdown.form-control.cus .filter-option-inner {
    color: #ffffff
}
*/





@media (max-width:1400px) {
    .property-form {
        font-size: 14px
    }

    .property-form .sqft-result .ttl-n {
        font-size: 12px;
    }

    .property-form .sqft-result output {
        font-size: 19px
    }

    .property-form .form-control.cus {
        font-size: 14px
    }

    .property-form .numb button.sub {
        background-size: 12px 2px
    }

    .property-form .numb button.add {
        background-size: 12px 12px
    }

    .property-form .filter-sel .tab {
        padding: 10px 0
    }

    .property-form .filter-sel .tab img {
        width: 40px
    }

    .dropdown.form-control.cus button.btn-light {
        padding: 10px 23px 10px 10px;
        background-size: 12px 7px;
        background-position: right 0.5rem center;
        font-size: 14px
    }

    .dropdown.form-control.cus.show button.btn-light {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .dropdown.form-control.cus .dropdown-item {
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (max-width:1199px) {
    .property-form .filter-sel {
        width: 800px;
    }

    .property-form .filter-sel .tab {
        cursor: pointer;
        background-color: #F6F6F6;
        padding: 5px 10px;
        font-size: 13px
    }

    .property-form .filter-sel .tab img {
        width: 30px
    }
}

@media (max-width:991px) {
    .property-form .mb-sl {
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .property-form .filter-sel {
        width: 545px;
        margin: 0 auto
    }

    .property-form .mb-sl::-webkit-scrollbar {
        display: none;
    }

    .property-form .btn-01 {
        background-image: none;
        text-align: center;
        padding: 15px;
        width: 100px
    }

    .property-form .bd-r.hide-xs {
        border-right: none
    }
}

/* CSS Document */

div.aria-widget-slider {
    clear: both;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

div.rail-label {
    padding-right: 0.5em;
    text-align: right;
    float: left;
    width: 4em;
    position: relative;
    top: -0.5em;
}

div.rail-label.max {
    padding-left: 0.5em;
    text-align: left;
}

div.aria-widget-slider .rail {
    background-color: #EEEFF5;
    position: relative;
    height: 5px;
    float: left;
    border-radius: 50px
}

div.aria-widget-slider img[role="slider"] {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -6px;
}

div.aria-widget-slider img[role="slider"].focus,
div.aria-widget-slider img[role="slider"]:hover {
    outline-color: rgb(140, 203, 242);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
}

div.aria-widget-slider .rail.focus {
    background-color: #aaa;
}

.navwall {
    background-image: url(/images/nav-wall.svg);
    background-size: 1px 40px;
    background-repeat: no-repeat;
    background-position: center right
}

.search-ct {
    color: #ffffff;
    margin-top: 30px
}

.search-ct .ttl {
    font-size: 16px;
    font-weight: 100
}

.search-ct select.form-control.cus {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    background-image: url(/images/theme/vector/select-arrow-white.svg);
    background-size: 20px 11px
}

.search-ct select.form-control.cus option {
    color: #000000
}

.search-ct .search-submit {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    cursor: pointer
}

.switch-mov-nav {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    left: -100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.switch-mov-nav.appr {
    opacity: 1;
    height: auto;
    left: 0px;
}

.switch-mov-nav .back {
    color: #ffffff;
    font-size: 15px;
    padding: 15px 20px;
    background-color: #9F9F9E;
    border-radius: 10px;
    width: 109px
}

.switch-mov-nav .back img {
    margin-bottom: 3px
}

.switch-mov-nav.ppt-xs-menu {
    color: #ffffff;
    font-size: 18px
}

.switch-mov-nav.ppt-xs-menu hr {
    border-color: #ffffff
}

@media (max-width:991px) {
    .switch-mov-nav .dropdown-menu {
        background-color: transparent;
        padding: 0;
        color: #ffffff
    }

    .switch-mov-nav .dropdown-menu a {
        color: #ffffff;
        padding: 0
    }
}

.rs .middle {
    position: relative;
    width: 100%;
    /*	max-width: 300px;*/
}

.rs .slider {
    position: relative;
    z-index: 1;
    height: 6px;
}

.rs .slider > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #EEEFF5;
}

.rs .slider > .range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #308BA6;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #4477B8, #1D9F95);
}

.rs .slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(98, 0, 238, .1);
    transition: box-shadow .3s ease-in-out;
}

.rs .slider > .thumb.left {
    left: 20%;
    transform: translate(-1px, -5px);
    background-color: #4477B8;
}

.rs .slider > .thumb.right {
    right: 25%;
    transform: translate(1px, -5px);
    background-color: #1D9F95;
}

.rs .slider > .thumb.hover {
    box-shadow: 0 0 0 10px rgba(48, 139, 166, .1);
}

.rs .slider > .thumb.active {
    box-shadow: 0 0 0 20px rgba(48, 139, 166, .1);
}

.rs input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0
}

.rs input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

@media screen and (max-width: 991px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        min-height: 1420px
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -100%;
        /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -100%;
        /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 100%;
        /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 107%;
        /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 100%;
        /* 6 columns */
    }
}

#side-menu {
    position: absolute;
    z-index: 20;
    margin-left: 30px
}

#hide-sidemenu {
    position: relative;
    z-index: 30;
    background-color: #F6F6F6
}

.imgcontentblk-singlebtm#hide-sidemenu {
    background-color: #ffffff
}

@media (min-width:992px) {

    #side-menu .navbar,
    #side-menu .navbar-nav,
    #side-menu .navbar-expand-md .navbar-collapse,
    #side-menu .navbar-brand {
        display: block
    }

    #side-menu .navbar {
        box-shadow: none;
        padding-top: 90px
    }
}

#side-menu {
    width: 350px
}

#side-menu.affix {
    top: 0px;
    position: fixed;
    opacity: 1;
}


/*
@media only screen and (min-width: 992px) {
  #side-menu.affix {
    width: 465px;
  }
}

@media only screen and (min-width: 1200px) {
  #side-menu.affix {
    width: 555px;
  }
}
*/

#side-menu.affix-bottom {
    opacity: 1;
}


#side-menu .navbar-brand {
    font-size: 25px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    color: #4477B8
}

#side-menu ul.navbar-nav {
    font-weight: 100;
    color: #000000;
}

#side-menu ul.navbar-nav li a.nav-link {
    padding: 0.45rem 0;
    color: #000000
}

#side-menu ul.navbar-nav li a.nav-link.active {
    color: #4477B8;
    font-weight: 600
}

.full-l-sec .page-section {
    min-height: 350px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.6
}

.full-l-sec .page-section p.xs {
    font-size: 13px
}

.full-l-sec .page-section a.cus01 {
    color: #000000;
    text-decoration: none
}

.full-l-sec .page-section a.cus01:hover {
    color: #4477B8
}

.full-l-sec .page-section .pd {
    padding: 90px;
}

.full-l-sec .page-section .pd.gd-sec {
    padding: 50px 90px;
    background-color: #1D9F95;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, #1D9F95, #182C71);
    color: #ffffff;
}

.full-l-sec .page-section .pd.search-ppt {
    padding: 50px 90px;
    /* background-image: url(/images/theme/bg-byr-gd-search-properties.png); */
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%
}

.full-l-sec .page-section .pd.search-ppt .search {
    position: relative;
    max-width: 300px
}

.full-l-sec .page-section .pd.search-ppt .search input.form-control.cus {
    background-color: #E696BB;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    padding-left: 20px;
    padding-right: 50px;
    color: #ffffff
}

.full-l-sec .page-section .pd.search-ppt .search input.form-control.cus::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff !important;
    font-weight: 600 !important
}

.full-l-sec .page-section .pd.search-ppt .search input.form-control.cus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff !important;
    font-weight: 600 !important
}

.full-l-sec .page-section .pd.search-ppt .search input.form-control.cus::placeholder {
    color: #ffffff !important;
    font-weight: 600 !important
}

.full-l-sec .page-section .pd.search-ppt .search .s-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/images/theme/vector/search-icon-white.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 45px;
    height: 100%;
    cursor: pointer
}

.full-l-sec .page-section .ttl {
    font-size: 50px;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    color: #4477B8;
    line-height: 60px
}

.full-l-sec .page-section .ttl.s2 {
    font-size: 30px;
    line-height: 38px
}

.full-l-sec .page-section ul {
    padding-left: 25px
}

.full-l-sec .page-section#Make-an-offer .cell {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    border-radius: 20px
}

.full-l-sec .page-section#Make-an-offer .cell .size {
    max-width: 1040px;
    margin: 0 auto
}

.full-l-sec .page-section#Make-an-offer .cell .size .ttl {
    font-size: 40px
}

.full-l-sec .page-section#Make-an-offer .select-cell {
    position: relative
}

.full-l-sec .page-section#Make-an-offer .select-cell .ttl-name {
    position: absolute;
    z-index: 10;
    left: 27px;
    top: 10px;
    font-size: 14px;
    font-weight: 600
}

.full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus button.btn-light {
    padding: 30px 35px 10px 25px;
    font-size: 20px;
    background-size: 20px 10px;
    background-position: right 1rem center;
    background-image: url(/images/theme/vector/select-dropdown-icon-bold.svg)
}


.full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus .dropdown-item {
    padding: 12px 30px
}

.full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus.show .btn-light {
    background-image: url(/images/theme/vector/select-dropdown-icon-up-bold.svg)
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .ctgr-name {
    font-weight: 600
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .ctgr-name .s-1 {
    font-size: 14px
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .ctgr-name .s-2 {
    font-size: 25px;
    color: #4477B8
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .type {
    font-size: 14px;
    color: #484948
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .num {
    font-size: 16px
}

.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .type,
.full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .num {
    font-weight: 600
}

.full-l-sec .page-section#Make-an-offer .result-s1 {
    background-color: #E696BB;
    color: #ffffff;
    font-family: BwModelicaCondensed;
    padding: 30px 15px;
    border-radius: 20px;
    box-shadow: 6px 0px 12px rgba(0, 0, 0, 0.1);
}

.full-l-sec .page-section#Make-an-offer .result-s2 {
    background-color: #4477B8;
    color: #ffffff;
    font-family: BwModelicaCondensed;
    padding: 30px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px 0px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1
}

.full-l-sec .page-section#Make-an-offer .cell.s2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 57px;
}

.full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .type {
    font-size: 22px;
}

.full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .num {
    font-size: 25px
}

.full-l-sec .page-section#Make-an-offer .result-s1 .name,
.full-l-sec .page-section#Make-an-offer .result-s2 .name {
    font-size: 25px;
    line-height: 30px
}

.full-l-sec .page-section#Make-an-offer .result-s1 .num,
.full-l-sec .page-section#Make-an-offer .result-s2 .num {
    font-size: 45px;
    line-height: 45px
}

@media (min-width:1400px) {
    .full-l-sec .page-section#Make-an-offer .cell.s2 .pb-lg-4 {
        padding-bottom: 35px !important
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2 .mt-lg-4 {
        margin-top: 35px !important
    }
}

@media (min-width:992px) and (max-width:1500px) {
    #side-menu {
        max-width: 250px;
        margin-left: 10px
    }

    #side-menu.affix {
        max-width: 250px
    }
}

@media (min-width:992px) and (max-width:1400px) {
    #side-menu .navbar-brand {
        font-size: 20px;
    }

    #side-menu ul.navbar-nav li a.nav-link {
        font-size: 14px;
        padding: 0.35rem 0;
    }

    .full-l-sec .page-section {
        font-size: 17px;
    }

    .full-l-sec .page-section .ttl {
        font-size: 37px;
        line-height: 45px
    }

    .full-l-sec .page-section .ttl.s2 {
        font-size: 22px;
        line-height: 28px
    }

    .full-l-sec .page-section#Make-an-offer .cell .size .ttl {
        font-size: 30px
    }

    .full-l-sec .page-section#Make-an-offer .select-cell .ttl-name {
        font-size: 13px;
        top: 5px
    }

    .full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus button.btn-light {
        padding: 25px 35px 5px 25px;
        font-size: 16px;
        background-size: 20px 10px;
        background-position: right 1rem center;
        background-image: url(/images/theme/vector/select-dropdown-icon-bold.svg)
    }
}

@media (max-width:1400px) {
    .full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus .dropdown-item {
        padding: 8px 30px
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .ctgr-name .s-1 {
        font-size: 12px
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .ctgr-name .s-2 {
        font-size: 18px
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .type {
        font-size: 12px;
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .num {
        font-size: 14px
    }

    .full-l-sec .page-section#Make-an-offer .result-s1,
    .full-l-sec .page-section#Make-an-offer .result-s2 {
        padding: 20px 15px;
    }

    .full-l-sec .page-section#Make-an-offer .result-s1 .name,
    .full-l-sec .page-section#Make-an-offer .result-s2 .name {
        font-size: 20px;
        line-height: 25px
    }

    .full-l-sec .page-section#Make-an-offer .result-s1 .num,
    .full-l-sec .page-section#Make-an-offer .result-s2 .num {
        font-size: 30px;
        line-height: 30px
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .type {
        font-size: 18px
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .num {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .full-l-sec .page-section.tall-sidemenu {
        min-height: 560px;
    }
}

@media (max-width:991px) {
    .set-side-menu-hg {
        height: 110px
    }

    #side-menu {
        padding: 15px;
        left: 0px;
        margin-left: 0;
        width: 100%
    }

    #side-menu .navbar {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 35px 10px 15px;
        box-shadow: none;
        border: 1px solid #484948;
        border-radius: 23px;
        background-image: url(/images/theme/vector/drop-icon-block.svg);
        background-size: 15px 10px;
        background-repeat: no-repeat;
        background-position: 95% 20px;

    }

    #side-menu .navbar .hide-txt {
        overflow-x: hidden;
        width: 100%;
        position: relative
    }

    #side-menu .navbar-brand {
        font-size: 14px;
        font-family: BwModelica;
        font-weight: 600;
        color: #484948
    }

    #side-menu ul.navbar-nav li a.nav-link.active {
        color: #484948
    }

    .pagetext {
        display: none
    }

    .pagetext.active {
        display: block
    }

    #side-menu .navbar-toggler {
        background-image: url(/images/theme/vector/drop-icon-block.svg);
        background-size: 15px 10px;
        background-repeat: no-repeat;
        background-position: center left;
        width: 15px;
        height: 10px;
        border: none;
        outline: none !important
    }

    .toggler-control {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }

    .full-l-sec .page-section {
        min-height: 300px;
        font-size: 14px;
    }

    .full-l-sec .page-section .pd {
        padding: 70px 20px
    }

    .full-l-sec .page-section .pd.gd-sec {
        padding: 40px 20px;
    }

    .full-l-sec .page-section .pd.search-ppt {
        padding: 40px 20px;
        /* background-image: url(/images/theme/bg-byr-gd-search-properties-m.png); */
        height: 400px;
    }

    .full-l-sec .page-section .pd.search-ppt .search {
        max-width: 250px;
        margin: 0 auto
    }

    .full-l-sec .page-section:first-child .pd {
        padding-top: 90px
    }

    .full-l-sec .page-section:first-child .pd.gd-sec.pd {
        padding-top: 40px
    }

    #side-menu ul.navbar-nav {
        margin-top: 5px
    }

    #side-menu ul.navbar-nav li a.nav-link {
        padding: 5px 0
    }

    .full-l-sec .page-section .ttl {
        font-size: 30px;
        line-height: 1.2
    }

    .full-l-sec .page-section .ttl.s2 {
        font-size: 18px;
        line-height: 1.2
    }

    .full-l-sec .page-section#Make-an-offer .cell {
        padding: 20px 15px
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .full-l-sec .page-section#Make-an-offer .cell .size .ttl {
        font-size: 22px
    }

    .full-l-sec .page-section#Make-an-offer .select-cell .ttl-name {
        position: relative;
        left: 0px;
        top: 0px;
        font-size: 12px;
        margin-bottom: 5px
    }

    .full-l-sec .page-section#Make-an-offer .dropdown.form-control.cus button.btn-light {
        padding: 10px 35px 10px 15px;
        font-size: 16px;
        background-size: 13px
    }

    .full-l-sec .page-section#Make-an-offer .result-s1 .name,
    .full-l-sec .page-section#Make-an-offer .result-s2 .name {
        font-size: 16px
    }

    .full-l-sec .page-section#Make-an-offer .result-s1 .num,
    .full-l-sec .page-section#Make-an-offer .result-s2 .num {
        font-size: 20px
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .type {
        font-size: 14px
    }

    .full-l-sec .page-section#Make-an-offer .cell.ctgr-auto-ct .type {
        color: #ADADAC
    }

    .full-l-sec .page-section#Make-an-offer .cell.s2.ctgr-auto-ct .num {
        font-size: 16px
    }
}

.search-result .container {
    position: relative;
    margin-top: -250px;
}

.search-result .search-bar {
    position: relative
}

.search-result .search-bar input.form-control.cus {
    height: 70px;
    border-radius: 20px;
    text-align: center;
    color: #1D9F95;
    font-weight: 100;
    font-size: 24px;
    padding-right: 170px;
    padding-left: 170px
}

.search-result .search-bar .search-btn {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    padding-right: 40px;
    color: #E696BB;
    font-weight: 600;
    background-image: url(/images/theme/vector/pink-arrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer
}

.search-result .num-os {
    color: #ffffff;
    font-weight: 600
}

.search-result a.panel-page-tab {
    background-color: #ffffff;
    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.search-result a.panel-page-tab .ttl {
    color: #4477B8;
    font-family: BwModelicaCondensed;
    font-weight: 600;
    font-size: 25px
}

@media (max-width:991px) {
    .search-result .container {
        margin-top: -220px;
    }

    .search-result .search-bar {
        position: relative
    }

    .search-result .search-bar input.form-control.cus {
        height: 60px;
        border-radius: 20px;
        text-align: left;
        color: #1D9F95;
        font-size: 15px;
        padding-right: 140px;
        padding-left: 10px
    }

    .search-result .search-bar .search-btn {
        right: 10px;
        height: 100%;
        padding-right: 30px;
        background-size: 20px;
    }

    .search-result a.panel-page-tab {
        padding: 10px 15px;
        font-size: 12px
    }

    .search-result a.panel-page-tab .ttl {
        font-size: 20px
    }
}

.cc-io-submit a.phoneno {
    font-weight: 600;
    color: #4477B8
}

.cc-io-submit .cell {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #ffffff;
}

.cc-io-submit .cell .ttl {
    font-family: "BwModelicaCondensed";
    font-weight: 600;
    font-size: 25px;
    color: #4477B8;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(15, 32, 108, 0.3)
}

.cc-io-submit .cell input.form-control.cus,
.cc-io-submit .cell textarea.form-control.cus {
    background-color: #F6F6F6;
    color: #4477B8;
    border-radius: 30px;
    border: 0;
    height: 56px;
    padding: 15px;
    font-weight: 600
}

.cc-io-submit .cell textarea.form-control.cus {
    height: 344px
}

.cc-io-submit .cell input.form-control.cus::-webkit-input-placeholder {
    /* Edge */
    color: #4477B8;
     !important;
    font-weight: 600 !important
}

.cc-io-submit .cell input.form-control.cus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4477B8;
     !important;
    font-weight: 600 !important
}

.cc-io-submit .cell input.form-control.cus::placeholder {
    color: #4477B8;
     !important;
    font-weight: 600 !important
}

.cc-io-submit .tnc {
    font-size: 12px;
    color: #484948;
    font-weight: 100
}

.cc-io-submit .tnc .option img {
    width: 25px
}

.cc-io-submit .tnc input {
    display: none
}

.cc-io-submit .tnc input + .option img.uncheck {
    display: inline-block
}

.cc-io-submit .tnc input:checked + .option img.uncheck,
.cc-io-submit .tnc input + .option img.checked {
    display: none
}

.cc-io-submit .tnc input:checked + .option img.checked {
    display: inline-block;
}

@media (min-width:992px) and (max-width:1399px) {
    .cc-io-submit .dropdown.form-control.cus button.btn-light {
        padding-top: 17px;
        padding-bottom: 16px
    }
}

@media (max-width:991px) {
    .cc-io-submit .cell input.form-control.cus {
        height: 43px;
        font-size: 14px
    }

    .cc-io-submit .cell textarea.form-control.cus {
        height: 150px
    }
}

.ci-filter-sec .f-name {
    color: #4477B8
}

section.general-info {
    background-color: #F6F6F6;
    font-size: 14px
}

section.general-info .main-pt {
    font-weight: 600
}

section.general-info .main-pt h4.s-1 {
    color: #1D9F95;
}

section.general-info .sub-pt {
    font-weight: 100
}

section.general-info .sub-pt .s-1 {
    font-weight: 600;
    color: #4477B8;
    font-size: 16px
}

section.general-info .pdf-ls {
    display: block;
    max-width: 700px
}

.filter-fi {
    display: none
}

.filter-fi.show {
    display: block
}

#filter-fi-dropdown {
    overflow: hidden
}

section.financial-info {
    background-color: #F6F6F6;
}

.table-cus-01 {
    overflow-x: auto;
    font-family: BwModelicaCondensed;
    font-weight: 400;
    font-size: 17px;
    color: #616E6E
}

.table-cus-01 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    min-width: 580px;
    background-color: #FFFFFF
}

.table-cus-01 th,
.table-cus-01 td {
    border: 1px solid #9F9F9E;
    text-align: left;
    padding: 10px 15px;
}

.table-cus-01 th.no-nd,
.table-cus-01 td.no-nd {
    border: none
}

.table-cus-01 .bg-blue,
.table-cus-01 .bg-lightblue,
.table-cus-01 .bg-green,
.table-cus-01 .bg-grey,
.table-cus-01 .bg-greygreen {
    color: #ffffff;
}

.table-cus-01 .bg-blue td,
.table-cus-01 .bg-lightblue td,
.table-cus-01 .bg-green td,
.table-cus-01 .bg-grey td,
.table-cus-01 .bg-greygreen td {
    border: 1px solid #eeeeee
}

.table-cus-01 .bg-blue {
    background-color: #182C71
}

.table-cus-01 .bg-lightblue {
    background-color: #4477B8
}

.table-cus-01 .bg-green {
    background-color: #1D9F95
}

.table-cus-01 .bg-grey {
    background-color: #9F9F9E
}

.table-cus-01 .bg-greygreen {
    background-color: #8FA8A8
}

.table-cus-01 .bd {
    font-weight: 600
}

@media (max-width:991px) {
    .table-cus-01 {
        font-size: 14px;
    }

    .table-cus-01 th,
    .table-cus-01 td {
        padding: 7px 10px;
    }
}

.financial-statements .ttl {
    color: #4477B8;
    font-size: 18px;
    font-weight: 600
}

section.financial-info .cell,
.gtext-cell .cell {
    font-weight: 600;
    color: #1D9F95;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
    height: 100%;
    min-height: 70px;
    display: flex
}

section.financial-info .cell span,
.gtext-cell .cell span {
    margin-top: auto;
    margin-bottom: auto;
}

.dropdown.form-control.cus.white-bg button.btn-light {
    background-color: #ffffff
}

.dropdown.form-control.cus.white-bg .dropdown-menu {
    background-color: #f5f5f5
}

@media (min-width:1400px) {
    .gtext-cell .cell {
        min-height: 94px
    }
}

@media (min-width:992px) and (max-width:1399px) {
    .gtext-cell .cell {
        min-height: 84px
    }
}

@media (max-width:991px) {

    section.financial-info .cell,
    .gtext-cell .cell {
        height: 66px
    }
}

section.analyst-coverage,
section.ir-calendar {
    background-color: #F6F6F6
}

.col-cell-01 {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    padding: 15px 25px 60px;
    height: 100%;
    position: relative;
    font-size: 15px;
}

.col-cell-01 .s-name {
    font-size: 18px;
    color: #4477B8;
    font-weight: 600
}

.col-cell-01 .s-email a {
    color: #212529;
    text-decoration: none
}

.col-cell-01 .s-rshouse {
    font-weight: 100;
}

.col-cell-01 .f-bottom {
    position: absolute;
    left: 25px;
    bottom: 15px
}

section.analyst-coverage .bottom-ct {
    font-weight: 100
}

@media (max-width:991px) {
    .col-cell-01 {
        font-size: 14px
    }

    .col-cell-01 .s-name {
        font-size: 16px;
    }
}

.year-filter {
    color: #4477B8;
    font-weight: 600
}

section.ir-calendar .reset {
    cursor: pointer
}

.side-menu-cause-placement {
    position: absolute;
    width: 100%;
    bottom: -105px;
    left: 0;
    z-index: 50;
}

.side-menu-cause-mb {
    margin-bottom: 105px
}

.background-grey {
    background-color: #f6f6f6
}

@media (min-width:992px) {
    .background-grey .navbar.bg-light {
        background-color: #f6f6f6 !important
    }
}

@media (max-width:1400px) {
    .side-menu-cause-placement {
        bottom: -91px;
    }

    .side-menu-cause-mb {
        margin-bottom: 91px
    }
}

.bold-c {
    font-family: BwModelicaCondensed;
    font-weight: 600
}

.news-alert .cell {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    padding: 40px 15px
}

.news-alert .cell .align {
    max-width: 375px;
}

.news-alert .cell .align input.form-control.cus {
    border: none;
    background-color: #F6F6F6;
    height: 50px;
    border-radius: 30px;
    padding: 10px 15px
}

a.pink {
    color: #E696BB;
}

.investment-calculator .cell02 {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.investment-calculator .cell02 .cl-half {
    padding: 20px 40px;
    min-height: 90px
}

.investment-calculator .cell02 .cl-half .s-1 {
    font-size: 14px;
    font-weight: 600
}

.investment-calculator .cell02 .cl-half .s-1 .sub-1 {
    font-weight: 800;
    font-family: BwModelicaCondensed;
}

.investment-calculator .cell02 .cl-half .s-2 {
    font-size: 20px;
    font-weight: 600;
    font-family: BwModelicaCondensed;
    color: #4477B8
}

.investment-calculator .checkn .option img {
    width: 25px
}

.investment-calculator .checkn input[type="checkbox"] {
    display: none
}

.investment-calculator .checkn input[type="checkbox"] + .option img.uncheck {
    display: inline-block
}

.investment-calculator .checkn input[type="checkbox"]:checked + .option img.uncheck,
.investment-calculator .checkn input[type="checkbox"] + .option img.checked {
    display: none
}

.investment-calculator .checkn input[type="checkbox"]:checked + .option img.checked {
    display: inline-block;
}

.investment-calculator .checkn input.form-control.cus {
    border: none;
    background-color: #F6F6F6;
    height: 50px;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
    font-family: BwModelicaCondensed;
    color: #4477B8
}

.investment-calculator .reset {
    cursor: pointer;
    color: #E696BB;
    text-decoration: underline;
    font-weight: 600
}

.investment-calculator .c-detail {
    max-width: 760px
}

.investment-calculator .c-detail .ttl {
    font-size: 24px;
    font-weight: 600;
    font-family: BwModelicaCondensed;
    color: #4477B8
}

.investment-calculator .c-detail .s-1 {
    font-weight: 600
}

.investment-calculator .c-detail .s-2 {
    font-size: 18px;
    font-weight: 600;
    font-family: BwModelicaCondensed;
    color: #4477B8
}

.investment-calculator .c-detail .s-2 .n-rs {
    min-width: 30px;
    display: inline-block;
    text-align: right
}

@media (max-width:991px) {
    .investment-calculator .cell02 .cl-half {
        padding: 20px 15px;
        min-height: 0
    }

    .investment-calculator .c-detail .s-2 {
        font-size: 16px;
    }
}

section.download-brochure a {
    text-decoration: none;
    color: #4477B8
}

section.download-brochure .pdf-cell {
    background: linear-gradient(to bottom, #F6F6F6 0%, #F6F6F6 50%, #ffffff 50%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
    font-size: 22px;
    font-family: 'BwModelicaCondensed';
    font-weight: 600;
    color: #4477B8
}

section.download-brochure .pdf-cell .img {
    max-width: 205px;
    margin: 0 auto
}

section.download-brochure .contact .s-1 {
    font-size: 14px;
    font-weight: 100
}

section.download-brochure .contact .s-2 {
    font-size: 18px;
    font-weight: 600
}

section.download-brochure .contact .s-2 + .s-1 {
    margin-top: 35px
}

@media (max-width:991px) {
    section.download-brochure .pdf-cell .img {
        max-width: 150px;
    }

    section.download-brochure .pdf-cell {
        font-size: 19px;
    }

    section.download-brochure .contact .s-1 {
        font-size: 13px;
    }

    section.download-brochure .contact .s-2 {
        font-size: 16px;
    }

    section.download-brochure .contact .s-2 + .s-1 {
        margin-top: 25px
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.ppt-sum-mob-tab,
.booking-price-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ppt-sum-mob-tab {
    z-index: 1001;
}

.booking-price-tab {
    z-index: 1000;
    padding-bottom: 57px
}

.ppt-sum-mob-tab .card-header,
.booking-price-tab .card-header {
    background-color: #4477B8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    background-image: url(/images/theme/vector/booking-price-tab-arrow-up.svg);
    background-size: 18px 11px;
    background-repeat: no-repeat;
    background-position: 93% center
}

.ppt-sum-mob-tab .card-header {
    background-image: url(/images/theme/vector/booking-price-tab-arrow-down.svg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ppt-sum-mob-tab .card-header .s-2,
.booking-price-tab .card-header .s-2 {
    font-size: 18px
}

.ppt-sum-mob-tab .f-scroll {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
}

.ppt-sum-mob-tab .s-ct {
    overflow: auto;
}

.ppt-sum-mob-tab .card {
    border: none;
    background-color: transparent
}

.ppt-sum-mob-tab .card .card-body {
    background-color: #ffffff;
    padding-bottom: 75px
}

.ppt-sum-mob-tab .card-border-top,
.ppt-sum-mob-tab .card-border-bottom {
    border-radius: 0 !important
}

.show-bumi-lot {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: 600;
    z-index: 10;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.show-bumi-lot .custom-control-label::before,
.show-bumi-lot .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 0px
}

.show-bumi-lot .custom-control-label {
    padding-left: 3px
}

@media (max-width:991px) {

    .show-bumi-lot .custom-control{
        padding-left: 10px
    }

    .show-bumi-lot .custom-control-label::before,
    .show-bumi-lot .custom-control-label::after {
        width: 15px;
        height: 15px;
        left: -20px
    }

    .show-bumi-lot .custom-control-label {
        padding-left: 0px;
        font-size: 13px
    }
}

ul.style-decimal{
    list-style-type: decimal
}

ul.style-lower-alpha{
    list-style-type: lower-alpha
}

footer {
    border-top: 1px solid rgba(24, 44, 113, 0.2);
    position: relative;
    z-index: 35;
    background-color: #ffffff
}

footer .sec.top {
    border-bottom: 1px solid rgba(24, 44, 113, 0.2);
    padding: 50px 0
}

footer .sec.top .sec-cell {
    padding: 0px 15px 20px;
    position: relative
}

footer .sec.top .ttl {
    font-size: 28px;
    color: #4477B8;
    font-weight: 600;
    font-family: BwModelicaCondensed;
}

footer .sec.top .img-sh {
    height: 65px;
    width: auto
}

footer .sec.top p {
    font-size: 14px
}

footer .sec.top .know-more {
    font-size: 15px;
    font-weight: 600;
    color: #E696BB;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 15px
}

footer .sec.top .know-more .km-arrow {
    width: 24px
}

footer .sec.top a.km-a {
    color: #212529;
    text-decoration: none
}

@media (max-width:991px) {
    footer {
        padding-bottom: 70px
    }

    footer .container {
        padding: 0 30px
    }

    footer .sec.top {
        padding: 0
    }

    footer .sec.top .sec-cell {
        padding: 30px 0px
    }

    footer .sec.top .sec-cell {
        border-top: 1px solid rgba(24, 44, 113, 0.2);
    }

    footer .sec.top .sec-cell.bdt-x {
        border-top: none
    }

    footer .sec.top .know-more {
        position: relative;
        left: 0
    }

    footer .sec.top .ttl {
        font-size: 20px
    }

    footer .sec.top .img-sh {
        height: 50px
    }

    footer .sec.top .sec-cell p {
        display: none
    }
}

footer .sec.bottom .desc {
    font-weight: 100;
}

footer .sec.bottom .email-bar {
    position: relative
}

footer .sec.bottom .email-bar input.form-control.cus {
    background-color: #F6F6F6;
    height: 56px;
    border-radius: 50px;
    border: none;
    padding: 0 20px
}

footer .sec.bottom .email-bar input.form-control.cus::-webkit-input-placeholder {
    /* Edge */
    color: #000000 !important;
    font-weight: 200 !important
}

footer .sec.bottom .email-bar input.form-control.cus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-weight: 200 !important
}

footer .sec.bottom .email-bar input.form-control.cus::placeholder {
    color: #000000 !important;
    font-weight: 200 !important
}

footer .sec.bottom .email-bar .align {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 84px;
    padding: 5px
}

footer .sec.bottom .email-bar .align .submit {
    background-color: #E696BB;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: url(/images/theme/vector/footer-email-submit-arrow.svg);
    background-size: 25px 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

footer .sec.bottom .email-bar .align .submit:hover {
    background-color: #B85985
}

footer .bottom-udl {
    border-bottom: 1px solid rgba(24, 44, 113, 0.2);
}

footer .sec.bottom .sub-pg {
    font-size: 12px;
    font-weight: 100
}

footer .sec.bottom .sub-pg .ttl {
    font-weight: 600;
    color: #0F206C
}

footer .sec.bottom .sub-pg .ttl.lg {
    font-size: 16px
}

footer .sec.bottom .sub-pg .ttl a {
    color: #4477B8;
}

footer .sec.bottom .sub-pg a {
    color: #000000
}

footer .sec.bottom .end-s {
    font-size: 12px;
    font-weight: 100
}

@media (max-width:991px) {
    footer .sec.bottom .email-bar input.form-control.cus {
        height: 50px;
        font-size: 14px
    }

    footer .sec.bottom .email-bar .align {
        width: 70px
    }

    footer .sec.bottom .email-bar .align .submit {
        background-size: 20px 10px
    }
}

.lineClamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3Line {
    -webkit-line-clamp: 3;
}

.clamp4Line {
    -webkit-line-clamp: 4;
}

#esw-channelmenu {
  z-index: 1031 !important;
}
#esw-fab {
  z-index: 10000 !important;
  margin-bottom: 70px;
}

#esw-fab:before {
 display: none;
}

#esw-fab:focus {
 box-shadow: 2px 2px 5px 0 rgba(45,45,45,0.5);
}

#esw-channelmenu {
  margin-bottom: 85px;
}
.embedded-service .fab {
  padding: 0 !important;
  width: 84px !important;
  height: 84px !important;
}

.embedded-service .fab div[class="icon_fab_container"]>img.esw-custom_icon {
  width: 80px !important;
}
@media (max-width:991px) {
  #esw-fab {
    margin-bottom: 95px;
  }
  #esw-channelmenu {
    margin-bottom: 100px;
  }
  .embedded-service .fab {
    width: 74px !important;
    height: 74px !important;
    right: 15px !important;
  }

  .embedded-service .fab div[class="icon_fab_container"]>img.esw-custom_icon {
    width: 70px !important;
  }
}

section.topbanner.search-properties {
  height: 95vh;
}
@media (max-width:1024px) {
  section.topbanner.search-properties {
    height: 462px;
  }
}
@media (max-width:768px) {
  section.topbanner.search-properties {
    height: 347px;
  }
}
@media (max-width:320px) {
  section.topbanner.search-properties {
    height: 256px;
  }
}