section.header-banner {
    cursor: pointer;
}
section.promo h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
section.promo a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-bg);
}
@media screen and (max-width: 600px) {
    section.promo a {
        width: 100% !important;
    }
}
section.listing h2 {
    padding: 0;
    margin: 0;
    color: var(--Text-Black, #0B0E21);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
section.listing p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #9EA3AE;
}
section.listing .property-section-tab {
    padding-bottom: 0;
    margin: 24px 0;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
section.listing .property-section-tab .col {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
    white-space: nowrap;
    padding: 0;
}
section.listing .property-section-tab .tab-header {
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #CFD0DA;
    background: #FFF;
}
section.listing .property-section-tab .tab-header.active {
    color: #fff;
    border: 1px solid var(--primary-bg, #CD0D1F);
    background: var(--primary-bg, #CD0D1F);
}
section.listing .property-section-tab-result button {
    padding: 8px 16px;
    gap: 8px;
    width: 140px;
    height: 48px;
    background: none;
    color: var(--primary-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--Button-Border-Radius, 100px);
    border: 1px solid var(--primary-bg);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
}
@media screen and (max-width: 890px) {
    section.listing h2 {
        font-size: 24px;
    }
    section.listing p {
        font-size: 16px;
        line-height: 26px;
    }
    section.listing .property-section-tab .col {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    section.listing .property-section-tab::after {
        bottom: 18px;
    }
}
section.partner {
    height: 312px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vh; */
    background-color: var(--partner-bg);
}
section.partner h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--secondary-text);
}
section.partner .item-link {
    height: 145px;
    width: 296px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
section.partner .section-partner-slide {
    position: relative;
    background-color: #fff;
    width: 300px !important;
    height: 160px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 640px) {
    section.calculator .kpr {
        padding-bottom: 1rem !important;
    }
    section.partner {
        height: 264px;
    }
    section.partner h2 {
        font-size: 24px;
    }
    section.partner .section-partner-slide {
        width: 200px !important;
        height: 96px !important;
    }
    section.partner .item-link {
        height: 96px;
        width: 200px;
    }
}
.banner-card-slider::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 7vh;
    width: 55px;
    height: 55px;
    background-image: url(../../img/dot-grid.svg);
    background-repeat: no-repeat;
}
@media screen and (min-width: 1800px) {
    .banner-card-slider::before {
        left: 14%;
        top: 4vh;
    }
}
@media screen and (max-width: 576px) {
    .banner-card-slider::before {
        left: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
}
.banner-card-slider {
    overflow: hidden;
}
.banner-card-slider .swiper-slide {
    max-width: 330px;
    height: auto;
    text-align: left;
}
.banner-card-slider .card-project-container {
    width: 100%;
}
.banner-card-slider .swiper-slide p {
    color: #fff;
    font-size: 34px;
    line-height: 47px;
    font-weight: 500;
}
.banner-card-slider .swiper-button-next,
.banner-card-slider .swiper-button-prev {
    display: none;
}
.banner-card-slider .card-project-container .card-property-image-container {
    height: 180px;
}
.promo .btn-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    background: linear-gradient(90deg, #F95256 0%, #FF7B7E 106.23%);
    cursor: pointer;
    color: #fff;
}
.header-banner .top-content h2 {
    color: #fff;
    position: relative;
    font-size: 24px;
    line-height: 32px;
}
@media screen and (max-width: 480px) {
    /*
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 80px;
    }
    */
}
section.header-banner .swiper .swiper-button-prev,
section.header-banner .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 51%;
    border-radius: 1000px;
    background-color: #fff;
}
section.header-banner .swiper .swiper-button-prev::after,
section.header-banner .swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: #3C9EE2;
}
@media (max-width: 600px) {
    section.header-banner .swiper .swiper-button-prev,
    section.header-banner .swiper .swiper-button-next {
        display: none !important;
    }
}
section.header-banner .swiper .swiper-button-prev {
    left: 10vw;
}
section.header-banner .swiper .swiper-button-next {
    right: 10vw;
}
section.header-banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
    background: transparent;
}
section.header-banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.home.page-template-page-front-page .banner-slider {
	width: 100%;
  height: 100%;
}
section.header-banner .swiper .swiper-button-next {
    right: 12px;
}
section.header-banner .swiper .swiper-button-prev {
    left: 12px;
}
@media screen and (max-width: 900px) {
	.search-box-wrapper #search-container {
    margin-top: -3rem !important;
	}
}
section.header-banner .swiper .swiper-button-prev::after, section.header-banner .swiper .swiper-button-next::after {
    color: var(--primary-bg);
}
