@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-ExtraLightItalic.ttf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: BeVietnamPro;
    src: url(../font/BeVietnamPro/BeVietnamPro-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}


body {
    font-family: 'BeVietnamPro', sans-serif;
    line-height: 1.4;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1,
.banner h1 {
    font-weight: 200;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1.5;
}

footer form.wpcf7-form input[type='submit']:not(.is-form),
.home .box-blog-post .button.primary:not(.is-outline)::after,
.product-item-view::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' data-inject-url='https://www.jskre.com/img/icons/right-arrow.svg' class='svg-inject inline-block primary-text stroke-current fill-current h-4 pl-1 -mt-0.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2 %7Bfill:none;stroke:%23b53200;stroke-miterlimit:10;stroke-width:12px;%7D.cls-1%7Bstroke-linecap:square;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='83.09' y1='16' x2='132' y2='66'%3E%3C/line%3E%3Cline class='cls-1' x1='132' y1='66' x2='83.09' y2='116'%3E%3C/line%3E%3Cline class='cls-1' x1='132' y1='66' x2='4' y2='66'%3E%3C/line%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.property-count {
    padding: 15px 0;
    border-bottom: 2px solid #E5E7EB;
    margin-bottom: 15px;
}

.box.product-item .flickity-prev-next-button {
    opacity: 1 !important;
    pointer-events: all;
    background: var(--primary-color) !important;
    color: #fff;
    transform: none !important;
    left: 0;
    min-height: 52px;
    width: 40px;
    height: auto;
    line-height: 1.2;
    bottom: auto;
}

.box.product-item .flickity-prev-next-button.next {
    right: 0;
    left: auto;
}

.flickity-slider>a.product-item-img {
    padding-top: 60%;
    width: 100%;
    display: block;
    position: relative;
}

.product-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.product-item-content:not(.content-none) {
    padding: 26px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    min-height: 169px;
}

.product-item-content h3 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 300;
    /* height: 37.5px; */
    margin: 0;
    margin-bottom: 3px;
    overflow: hidden;
}

.product-item-content p {
    font-size: 14px;
    color: #C33F16;
    margin: 0;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-item-content .price {
    padding: 7.5px 0;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #DF3A07;
}

.product-item-content ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-item-content ul li {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

.product-item-content ul li+li::before {
    content: "|";
    margin: 0 5px;
}

.product-item-bottom {
    padding-top: 22.5px;
    border-top: 2px solid #E5E7EB;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item-desc {
    color: #525863;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.product-item-view {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    font-size: 14px;
}

ul.nav-pagination {
    border-radius: 4px;
    overflow: hidden;
}

ul.nav-pagination li {
    margin: 0;
}

ul.nav-pagination li .page-number {
    border-radius: 0;
    border: 1px solid #E5E7EB;
    border-left: none;
}

ul.nav-pagination li:first-child .page-number {
    border-left: 1px solid #E5E7EB;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

ul.nav-pagination li:last-child .page-number {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.nav-pagination li .page-number.current {
    border-color: var(--primary-color);
}

nav.navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    width: max-content;
    margin: 0 auto;
}

nav.navigation .nav-links span,
nav.navigation .nav-links a {
    width: 36px;
    height: 36px;
    border-right: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.navigation .nav-links a:hover,
nav.navigation .nav-links span.current {
    background-color: var(--primary-color);
    color: #fff;
}

nav .nav-links .prev,
nav .nav-links .next {
    font-size: 0;
}

nav .nav-links .prev::after,
nav .nav-links .next::after {
    content: "\f105";
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
    font-size: 20px;
}

nav .nav-links .prev::after {
    content: "\f104";
}

.property-main {
    padding-bottom: 40px;
}

.form-wrap,
.search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f4f6;
}

.form-wrap {
    width: 85%;
}

.search-form form * {
    margin: 0;
}

.form-name {
    padding: 15px;
    color: #000;
    font-size: 15px;
}

.home .form-input,
.home .form-name {
    display: none;
}

.search-form label {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    padding-bottom: 1px;
}

.search-form .form-input {
    padding: 8px;
    width: 40%;
}

.search-form select {
    padding-right: 25px !important;
}

.search-form select,
.search-form input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 30px;
    font-size: 15px;
    padding: 0;
}

.search-form input:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

/* .form-price,
.form-area {
    position: relative;
}

.form-price::after,
.form-area::after {
    content: "";
    display: block;
    width: 21px;
    height: 16px;
    position: absolute;
    right: 8px;
    bottom: 13px;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}

.box-search-main .form-price::after,
.box-search-main .form-area::after {
    right: 2px;
    bottom: 7px;
} */

@media (max-width:575px) {

    .box-search-main .form-price::after,
    .box-search-main .form-area::after {
        bottom: 19px;
    }

    .search-form select {
        width: 100%;
    }
}

@media (min-width:850px) {

    .home .form-price::after,
    .home .form-area::after {
        background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    }

}

.form-btn {
    height: 71px;
    width: 231px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
}

.form-btn:hover {
    filter: brightness(120%);
}

.home-about .button.primary:not(.is-outline) .icon-angle-right:before,
.form-btn::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' data-inject-url='https://www.jskre.com/img/icons/right-arrow.svg' class='svg-inject inline-block primary-text stroke-current fill-current h-4 pl-1 -mt-0.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2 %7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:12px;%7D.cls-1%7Bstroke-linecap:square;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='83.09' y1='16' x2='132' y2='66'%3E%3C/line%3E%3Cline class='cls-1' x1='132' y1='66' x2='83.09' y2='116'%3E%3C/line%3E%3Cline class='cls-1' x1='132' y1='66' x2='4' y2='66'%3E%3C/line%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.home .form-btn::after {
    display: none;
}

.text-home h2 {
    position: relative;
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: 300;
    margin-bottom: 25px;
}

.text-home h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    max-width: 225px;
    margin: 0 auto;
}

.off-canvas-left .mfp-content {
    background-color: #fff;
    width: 100%;
    height: auto;
    bottom: auto;
}

.mfp-close {
    background-color: #000;
}

.mobile-sidebar .logo-custom {
    justify-content: start !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000;
    font-weight: 300;
    font-size: 15px;
}

.title-none h2 {
    font-weight: 200;
    font-size: 32px;
}

.home-review h2 {
    font-size: 28px;
    font-weight: 200;
}

.home-review h3 {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: normal;
}

.flickity-page-dots {
    bottom: 0;
}

.flickity-page-dots .dot {
    background-color: #356088;
    border: 0;
    opacity: 0.3;
}

.flickity-page-dots .dot.is-selected {
    opacity: 0.5 !important;
    background-color: #356088;
}

.home .box-blog-post .is-divider {
    display: none;
}

.home .box-blog-post .from_the_blog_excerpt {
    padding-bottom: 20px;
    border-bottom: 2px solid #E5E7EB;
    margin-bottom: 10px;
    font-size: 13px;
}

.home .box-blog-post .post-meta {
    position: absolute;
    bottom: 38px;
    font-size: 15px;
    color: #000;
    opacity: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.home .box-blog-post .button.primary:not(.is-outline) {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    margin-right: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.home .box-blog-post .post-title {
    font-weight: 300;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.home .box-blog-post .box-text {
    padding: 26px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.home-about h2 {
    font-size: 32px;
    font-weight: 200;
    max-width: 500px;
    margin: 0 auto;
}

.home-about .icon-box * {
    font-size: 16px;
    font-weight: 300 !important;
}

.home-about .icon-box h3 {
    font-size: 20px;
    margin-bottom: 26px;
}

.home-about .button.primary:not(.is-outline) {
    width: 225px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.home-about h3 {
    font-size: 18px;
}

.home-about p {
    font-size: 15px;
}

footer {
    color: #303030;
}

footer form.wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

footer form.wpcf7-form input[type='submit']:not(.is-form),
footer form.wpcf7-form .wpcf7-spinner {
    position: absolute;
}

footer form.wpcf7-form input[type='submit']:not(.is-form) {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    right: 0;
    bottom: 5px;
}

footer form.wpcf7-form input:not([type="submit"])::placeholder {
    color: #B7B8C2;
}

footer form.wpcf7-form input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid #E5E7EB;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

footer .ux-menu-title {
    font-size: 17px;
    font-weight: 500;
}

footer .ux-menu-link__text {
    color: #B7B8C2;
    font-size: 15px;
}

footer .ux-menu-link__link {
    min-height: auto;
}

footer .social-icons a {
    margin: 0 15px !important;
}

footer i {
    color: var(--primary-color);
}

.copyright-text {
    font-size: 12px;
    color: #B7B8C2;
}

footer>section {
    padding-bottom: 0 !important;
}

.property-detail .box.product-item .flickity-prev-next-button {
    background: transparent !important;
    width: 60px;
}

.property-list1 ul {
    margin-top: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 22.5px 0 7.5px;
    border-top: 2px solid #E5E7EB;
    border-bottom: 2px solid #E5E7EB;
}

.property-list1 ul li {
    width: max-content;
    min-width: 200px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 300;
}

.property-list1 svg {
    color: var(--primary-color);
}

.property-content h3.property-content-title {
    font-size: 22.5px;
    margin-top: 40px;
    font-weight: 200;
}

.property-content {
    font-size: 15px;
    font-weight: 300;
}

.property-down a {
    display: block;
    padding: 15px 45px;
    width: max-content;
    margin: 0;
    margin-top: 30px;
    color: #DF3A07;
    border: 1px solid #DF3A07;
    transition: all 0.5s;
}

.property-down a:hover {
    background: #DF3A07;
    color: #fff;
}

.property-features h3.property-features-title {
    margin-top: 100px;
    font-size: 22.5px;
}

.property-features ul {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    display: grid;
    list-style: none;
    column-gap: 30px;
}

.property-features ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    padding: 11px 0;
    border-bottom: 2px solid #E5E7EB;
}

.property-detail h2,
.property-detail h3,
.property-detail h4,
.property-detail h5,
.property-detail h6 {
    font-weight: 300;
}

.property-title {
    margin-top: 30px;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 0;
}

.property-meta {
    color: #C33F16;
    font-size: 15px;
    margin: 5px 0 20px;
}

.property-price {
    font-size: 22.5px;
    color: var(--primary-color);
    font-weight: 500;
    text-align: right;
    margin-top: 35px;
    margin-bottom: 12px;
}

.go-back {
    display: block;
    color: #000;
    font-size: 15px;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 300;
}

.go-back img {
    transform: rotate(180deg);
    margin-right: 5px;
}

.property-form-1 {
    background: #f3f4f6;
    padding: 30px;
}

.property-form-1 h3 {
    font-size: 19px;
    margin-bottom: 30px;
    text-align: center;
}

.property-form-1 input::placeholder {
    color: #4E535B;
}

.property-form-1 textarea,
.property-form-1 input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-left: 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.text-sub {
    font-size: 13px;
    margin-bottom: 15px;
}

.property-form-1 input[type='submit']:not(.is-form) {
    padding: 15px 45px;
    display: block;
    margin: 0 auto;
    height: auto;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
}

.wpcf7-spinner {
    position: absolute;
}

.dat_lich-btn {
    padding: 15px 0;
    display: block;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.property-share {
    text-align: center;
    margin-top: 30px;
}

.property-share a {
    margin: 0 5px;
}

.property-contact {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    padding: 18px;
    font-size: 14px;
    margin-top: 30px;
}

.property-contact a {
    color: #000;
}

.property-contact p {
    margin-bottom: 10px;
}

.property-contact img {
    padding: 10px;
}

.lightbox-content h3 {
    font-weight: 300;
    font-size: 22.5px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

#dat_lich label {
    font-weight: 300;
}

#dat_lich label span:not(.wpcf7-list-item-label) {
    color: red;
}

span.wpcf7-list-item-label {
    background: #6b7280;
    color: #fff;
    padding: 7px 30px;
    width: 110px;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.check-boxLabel span.wpcf7-list-item-label {
    background: var(--primary-color);
}

.wpcf7 span.wpcf7-list-item {
    margin: 0;
    position: relative;
}

.wpcf7-form-control.wpcf7-checkbox input {
    position: absolute;
    opacity: 0;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wpcf7 p {
    margin-bottom: 13px;
}

.hr {
    border-bottom: 1px solid #E5E7EB;
    margin: 22.5px 0;
}

.lightbox-content textarea,
.lightbox-content input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    background: #E5E7EB;
    font-size: 15px;
    margin-bottom: 10px;
}

#dat_lich .text-sub {
    color: #6b7280;
    margin-bottom: 22.5px;
}

.lightbox-content input[type='submit']:not(.is-form) {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--primary-color);
}

.property-related h2 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.content *,
.form-valua * {
    font-weight: 300;
}

.content h3 {
    font-weight: 500;
    font-size: 18px;
}

.content h2 {
    font-weight: 500;
}

.form-valua h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.content-main p {
    font-weight: 300;
    font-size: 18px;
}

.about-content {
    font-size: 15px;
}

.form-valua .wpcf7 label {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.form-valua select,
.form-valua textarea,
.form-valua input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    height: 48px;
    background-color: #f3f4f6;
    font-size: 15px;
    margin-bottom: 10px;
}

.form-valua .text-sub {
    text-align: center;
    margin: 30px 0 10px;
}

.form-valua input[type='submit']:not(.is-form) {
    display: block;
    max-width: 498px;
    margin: 0 auto;
    height: 50px;
    width: 100%;
}

.form-contact-page textarea::placeholder,
.form-contact-page input:not([type="submit"])::placeholder {
    color: #fff;
}

.form-contact-page input[type='submit']:not(.is-form) {
    height: 50px;
    width: 50%;
    display: block;
    margin-top: 20px;
}

.form-contact-page textarea,
.form-contact-page input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    height: 48px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.row-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 10px;
}

.box-contact {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.row-collapse>.col.box-contact-text {
    padding: 50px !important;
}

.box-contact h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.box-contact i {
    font-size: 22px;
    color: var(--primary-color);
    margin-right: 6px;
}

.box-contact p {
    margin-bottom: 10px;
}

.box-contact iframe {
    width: 100%;
    height: 100%;
    /* margin-right: -17px; */
    position: relative;
    min-height: 344px;
    margin-bottom: -7px !important;
    left: 14px;
}

.box-contact-map * {
    margin-bottom: 0 !important;
}

header .nav>li>a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
}

header .nav>li:hover>a {
    text-decoration: underline;
}

.menu-btn a {
    font-weight: 700 !important;
    background-color: var(--primary-color);
    padding: 12px 15px !important;
}

.contact-btn.button.primary:not(.is-outline) {
    padding: 0 33px;
    font-weight: 500;
    text-transform: uppercase !important;
    background-color: #356088;
    margin-top: 30px;
}

.row-bx .icon-box {
    align-items: center;
}

.row-bx .col-inner {
    padding: 10px 0;
}

.row-bx .col:nth-child(2) .col-inner,
.row-bx .col:nth-child(1) .col-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.row-bx .col:nth-child(1),
.row-bx .col:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

#popup .row {
    margin: 0 auto !important;
}

#popup.lightbox-content {
    padding: 0 !important;
    font-size: 18px;
}

#popup label {
    color: #525863;
    font-weight: normal;
}

#popup input:not([type="submit"]) {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #D4D8DF;
    margin-bottom: 20px;
}

#popup input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
}

.mfp-ready .mfp-close {
    top: 0 !important;
}

a[href$="#popup"] {
    display: none !important;
}

@media (max-width:550px) {

    .row-bx .col:nth-child(3) .col-inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    }

    .row-bx .col:nth-child(1),
    .row-bx .col:nth-child(3) {
        border-right: 0;
    }
}

.row-bx>.col {
    padding: 0 15px !important;
}

.row-bx .icon-box-img {
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-bx .w-30 .icon-box-img .icon {
    width: 36px;
}

@media (min-width: 850px) {
    .property-detail .large-4 {
        max-width: 502px;
        margin-left: auto;
    }

    .home .search-form {
        max-width: 980px;
        margin: 0 auto;
    }

    .home .form-area {
        width: 275px;
        padding: 11px 13px;
        border-right: 1px solid #c7c7c7;
    }

    .home .form-price,
    .home .form-area {
        background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-position: right 0.45em top 50%;
        background-repeat: no-repeat;
        background-size: auto 16px;
    }

    .home .form-price {
        width: 63%;
    }

    .home .search-form select {
        display: none;
        font-size: 20px;
        /* font-weight: 500; */
    }

    .home .search-form select .options {
        color: hsla(0, 0%, 40%, .85);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
        list-style: none;
    }

    .home .search-form .select .options li {
        list-style: none;
        padding: 10px;
        margin: 0;
        cursor: pointer;
    }

    .home .search-form .select .options li:hover {
        color: hsla(0, 0%, 7%, .85);
    }

    .home .search-form .select {
        position: relative;
    }

    .home .search-form .select .options {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        background-color: #fff;
        color: hsla(0, 0%, 40%, .85);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
        min-width: 200px;
        padding: 10px;
    }

    .styledSelect {
        color: #333;
        margin-top: 10px;
        font-size: 18px;
    }

}

@media (min-width: 550px) {
    .home .form-price {
        width: 63%;
    }
}

@media (max-width: 850px) {

    .row-form {
        display: block;
    }


    .home-about h2 {
        font-size: 24px;
    }

    .home-about .button.primary:not(.is-outline) {
        margin: 20px auto;
        width: 200px;
        height: 50px;
    }

    .banner.is-full-height {
        height: auto;
    }

    .form-wrap {
        flex-wrap: wrap;
    }

    .search-form form {
        align-items: end;
    }

    .form-wrap .form-input {
        width: 100%;
        order: -1;
    }

    .form-btn {
        height: 50px;
        width: 150px;
    }

    .search-form input {
        background-color: #fff;
        padding: 0 15px;
        margin-top: 10px;

    }

    span.wpcf7-list-item-label {
        padding: 7px 20px;
        width: 87px;
    }

    .lightbox-content {
        padding: 20px !important;
        padding-bottom: 100px !important;
    }

    .property-title {
        font-size: 20px;
    }

    .property-price {
        margin: 15px 0;
        font-size: 19px;
        text-align: left;
    }

    .property-meta {
        margin: 5px 0;
    }

    .property-share img {
        width: 29px;
    }

    .property-share {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0;
    }

    .property-hide-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .property-hide-bottom ul {
        margin-bottom: 0;
    }

    .property-share a {
        margin: 0 2px;
    }

    .property-hide-btn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-top: 20px;
    }

    .property-hide-btn a {
        line-height: 1;
        text-align: center;
        padding: 15px 0;
        width: 100%;
        display: block;
        background-color: #000;
        color: #fff;
    }

    .property-hide-btn a:first-child {
        background-color: var(--primary-color);
    }

    .property-content {}


    .property-features ul {
        display: block;
        text-align: center;
    }

    .property-features h3.property-features-title {
        text-align: center;
        margin-top: 30px;
    }

    .property-features ul li {
        border: 0;
    }

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

    .box-contact iframe {
        left: 0px;
    }

    .row-collapse>.col.box-contact-text {
        padding: 20px !important;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    }

    .property-down a {
        margin: 0 auto;
    }

    .styledSelect {
        display: none;
    }

    .options {
        display: none;
    }

    .home .form-price,
    .home .form-area {
        padding: 10px;
    }
}

@media (max-width: 550px) {

    .home .form-price,
    .home .form-area {
        padding: 15px 0;
    }

    .property-down a {
        width: 100%;
        text-align: center;
    }

    footer form.wpcf7-form input:not([type="submit"]) {
        text-align: left;
    }

    footer form.wpcf7-form {
        grid-template-columns: repeat(1, 1fr);
    }

    footer * {
        text-align: center;
    }

    footer .ux-menu-link__link,
    footer .ux-menu-title {
        justify-content: center;
    }

    .property-price {
        margin: 10px 0;
        font-size: 19px;
        text-align: left;
    }

    .product-item-content ul li {
        font-size: 10px;
        font-weight: 300;
    }

    span.wpcf7-list-item-label {
        padding: 7px 20px;
        width: 78px;
    }

    .single-property .mfp-container {
        padding: 0;
    }

    body.body-scroll-lock--active .mfp-wrap {
        height: calc(100vh - 50px) !important;
    }

    .form-wrap .form-price,
    .form-wrap .form-area {
        width: 49%;
    }

    .form-wrap {
        width: 100%;
        padding: 0 15px;
    }

    .form-name {
        order: -1;
    }

    .form-wrap .form-input {
        width: 100%;
        background-color: #fff;
        order: inherit;
    }

    .form-price,
    .form-area {
        padding: 15px 0;
    }

    .search-form select,
    .search-form input {
        background-color: #fff;
        padding: 6px;
        margin-top: 2px;
        height: 35px;
    }

    .form-price::after,
    .form-area::after {
        display: none;
    }

    .search-form form {
        align-items: start;
        flex-direction: column;
        position: relative;
    }

    .search-form .form-input label,
    .form-btn span {
        display: none;
    }

    .form-btn {
        position: absolute;
        right: 18px;
        height: 30px;
        width: 50px;
        top: 51px;
    }

    .form-btn {
        right: 15px;
        height: 37px;
        min-height: auto;
    }

    .form-wrap .form-input {
        padding: 0;
    }

    .form-btn::after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='_x2014_ÃƒÅ½Ãƒâ€œÃƒË†_x5F_1' x='0px' y='0px' viewBox='0 0 850.4 850.4' style='color: %23fff;' xml:space='preserve' data-inject-url='https://www.jskre.com/img/icons/search.svg' class='svg-inject fill-current stroke-current h-4 mx-auto' loading='lazy'%3E%3Cpath fill='%23fff' class='fill-current stroke-current' d='M806.9,764.3l-185-176.3c55.7-60.6,89.8-141.4,89.8-230.1c0-187.6-152.7-340.3-340.3-340.3 c-187.7,0-340.3,152.7-340.3,340.3s152.7,340.3,340.3,340.3c72.6,0,139.9-22.8,195.2-61.7l189.7,180.9c7.1,6.8,16.2,10.1,25.3,10.1 c9.7,0,19.4-3.8,26.5-11.4C822,801.4,821.5,778.2,806.9,764.3z M97.1,357.8c0-151.3,123.1-274.3,274.3-274.3 c151.2,0,274.3,123,274.3,274.3c0,151.3-123.1,274.3-274.3,274.3C220.1,632.1,97.1,509.1,97.1,357.8z'%3E%3C/path%3E%3C/svg%3E") center/ contain no-repeat;
        display: block !important;
    }

    .home .search-form form {
        padding-right: 42px;
    }

    .home .form-btn {
        right: 0;
        top: 35px;
    }

    .header-wrapper {
        padding: 10px 0;
    }

    .form-price::after,
    .form-area::after {
        bottom: 22px;
    }

    .home-about .icon-box h3 {
        margin: 10px 0;
    }


    .home-about .icon-box * {
        margin: 0 auto;
        text-align: center;
    }

    .banner h1 {
        font-size: 24px;
    }

    .banner h1 br {
        display: none;
    }

    #popup input[type="submit"],
    #popup.lightbox-content {
        font-size: 14px;
    }

    #popup input[type="submit"] {
        height: 30px;
    }
}

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

.the_content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.the_content h2,
.the_content h3,
.the_content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.the_content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center
}

.the_content h6 {
    font-size: 15px
}

.the_content h5 {
    font-size: 17px
}

.the_content h4 {
    font-size: 17px
}

.the_content h3 {
    font-size: 18px
}

.the_content h2 {
    font-size: 20px;
    line-height: 1.5
}

.the_content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem
}

.the_content p {
    color: #333;
    margin-bottom: 1rem;
    font-size: 16.5px;
    line-height: 1.6
}

.the_content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px
}

.the_content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px
}

.the_content ul li a {
    color: #007bff
}

.the_content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px
}

.the_content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px
}

.the_content ol li a {
    color: #ff5912
}

.the_content a {
    font-weight: 700
}

.the_content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify
}

.the_content blockquote p {
    margin-bottom: 0
}

.the_content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: ""
}

.the_content code {
    background: rgba(0, 0, 0, .05);
    border-radius: 3px;
    font-size: .85rem;
    color: #e83e8c;
    font-size: 15px
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
    font-size: 16.5px !important
}

.the_content iframe {
    margin: auto
}

.the_content .syntaxhighlighter {
    padding: 10px 0
}