::selection {
  background: #193b2a;
  color: #fff;
}

::-moz-selection {
  background: #193b2a;
  color: #fff;
}
.cursor1 {
    border-color: #193b2a;
}
.cursor2{
    background-color: #193b2a;
}
.wc-cursor{
    color: #193b2a;
}
/* ==================== Header ==================== */
.header-style-three{
    max-width: 100%;
}
.header-style-three::before{
    background: #000;
    /* opacity: 1; */
}
.sidebar-toggle button{
    background-color: #193b2a;
}
.sidebar-toggle button:hover{
    background-color: #fff;
}
.header-style-three.bd-sticky{
    background: #fff;
}
.header-style-three:not(.bd-sticky) .add-listing-btn .btn-inner{
    display: none;
    
}
.header-style-three .add-listing-btn .btn-inner{
    color: #939393;
}

.header-style-three.bd-sticky .header-menu{
    gap: 0 60px;
}
/* 內頁的導覽列 */
.header-primary .bd-main-menu > ul > li > a{
    transition: all 0.3s ease-out;
}
.bd-main-menu > ul > li > a.active , .bd-main-menu > ul > li:hover > a{
    color: #1c5e43;
    font-weight: 700;
}
.header-primary .bd-main-menu > ul > li > a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    bottom: 28px;
    left: 0px;
    background-color: currentColor;
    transition: all 0.4s;
    left: auto;
    right: 0;
}
.header-primary .bd-main-menu > ul > li:hover > a:after,.header-primary .bd-main-menu > ul > li > a.active::after {
    width: 60px;
    left: 17px;
    right: auto;
}
.offcanvas-close-icon .offcanvas-m-line{
    background-color: #1c5e43;
}
.header-right.style-three .inner-content .address:hover{
    color: #fff;
}
/* ==================== Banner ==================== */
.banner-style-three .banner-single-item:before{
    opacity: 0.5;
}
.banner-style-three .banner-title{
    font-size: 20px;
    font-weight: normal;
}
.banner-style-three .banner-title span{
    font-size: 14px;
}
.banner-submit .btn-style{
    display: flex;
    width: 120px;
}

.btn-style.btn-hover-x.hover-primary::after,.btn-style.btn-hover-x.hover-primary:hover::after{
    background-color: #193b2a;
}

.sidebar-widget-range .noUi-connect,.sidebar-widget-range .noUi-handle{
    background: #1c5e43;
    color: #193b2a;
}
input[type=checkbox]:checked ~ label::after{
    background-color: #c5a675;
    border-color: #c5a675;
}
.banner-from-three .description-info{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.banner-from-three .banner-booking-select .booking-filter img{
    width: 22px;
    height: auto;
}
@media (min-width:768px){
    .banner-style-three .banner-title{
        font-size: 30px;
    }
    .banner-style-three .banner-title span{
        font-size: 22px;
    }
    .banner-from-three .description-info{
        font-size: 16px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .banner-style-three .banner-single-item{
        padding: 250px 0 200px;
    }
}
@media (min-width:1200px){
    .banner-style-three .banner-single-item{
        padding: 350px 0 320px;
    }
}

/* ==================== 降低空置、提升收益，把每一坪的價值拉滿。 ==================== */
/* About */
.section-title-wrapper .section-subtitle{
    color: #c5a675;
}
.section-title-wrapper .section-title{
    font-size: 22px;
}
.about-thumb-wrap.style-three .thumb .ractangle{
    background:linear-gradient(282.02deg, #f5f6f4 54.64%, rgba(230, 230, 230, 0) 54.65%)  
}
.about-list-wrapper.style-two ul li span{
    background: #1c5e43;
}
.about-list-wrapper.style-two ul li span img{
    width: 22px;
    height: auto;
}
.bd-about-area p.description{
    color: #000;
}
.bd-half-outline-btn:hover{
    color: #1c5e43;
}
.bd-half-outline-btn:hover::before{
    border-color: #1c5e43;
}
@media (min-width:1400px){
    .about-list-wrapper.style-two ul li{
        min-width: 220px;
    }
}
/* ==================== 熱門房源 ==================== */
/* Featured */
.featured-item.style-three .content .price {
    margin-bottom: 8px;
}
.featured-item.style-three .content .price span{
    font-weight: 500;
    font-size: 18px;
    color: #c5a675;
}
.featured-item.style-three .bd-meta-profile{
    padding-left: 30px;
}
.featured-item.style-three .thumb-wrapper .thumb img {
    height: 100%;
}
.featured-item.style-three:hover .thumb-wrapper .thumb img{
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
}
.featured-item.style-three .thumb-wrapper .thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.featured-item.style-three .thumb-wrapper .thumb::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s;
}
.featured-item.style-three:hover .thumb-wrapper .thumb::before{
    visibility: visible;
    opacity: 0.4;
}
.featured-item.style-three .content > .title{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.featured-item.style-three .content > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.featured-item.style-three .bd-meta-profile .bd-profile-info .profile-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: #000;
}
.theme-bg-primary{
    background-color: #d8d5cf;
}
@media (max-width:450px){
    .featured-item.style-three .bd-meta-profile{
        padding-left: 20px;
    }
}
/* ==================== 服務項目 ==================== */
/* core features */
.core-feature-item.style-one:before{
    border-color: #c5a675;
}
.core-feature-item.style-one.active .icon, 
.core-feature-item.style-one:hover .icon {
    transform: rotateY(180deg);
    height: 100%;
}

.core-feature-item.style-one .icon img{
    width: 45px;
    height: auto;
}
.core-feature-item.style-one.active .icon1 img, 
.core-feature-item.style-one:hover .icon1 img{
    content: url(../img/service-icon1-b.png);
}
.core-feature-item.style-one.active .icon2 img, 
.core-feature-item.style-one:hover .icon2 img {
    content: url(../img/service-icon2-b.png);
}
.core-feature-item.style-one.active .icon3 img, 
.core-feature-item.style-one:hover .icon3 img {
    content: url(../img/service-icon3-b.png);
}

.core-feature-item.style-one.active .icon4 img, 
.core-feature-item.style-one:hover .icon4 img {
    content: url(../img/service-icon4-b.png);
}
.core-feature-item.style-one.active .icon5 img, 
.core-feature-item.style-one:hover .icon5 img {
    content: url(../img/service-icon5-b.png);
}
.core-feature-item.style-one.active .icon6 img, 
.core-feature-item.style-one:hover .icon6 img {
    content: url(../img/service-icon6-b.png);
}
@media (min-width:992px){

    .bd-core-feature-area .row .col-md-6 .core-feature-item .content p{
        min-height: 52px;
    }
}

/* ==================== 為何選擇五木居 ==================== */
/* Whychoose */
.why-choose-item.style-two .icon{
    background-color: #1c5e43;
}
.why-choose-item.style-two .icon img{
    width: 40px;
    height: auto;
}
.why-choose-item.style-two{
    border-color: #ececec;
}
.why-choose-item.style-two .title{
    font-size: 20px;
}
/* ==================== 五木地產包租公計畫 ==================== */
/* property area */
.bd-property-area h3{
    font-size: 22px;
    color: #1c5e43;
    font-weight: normal;
}
.property-content{
    margin-right: 20px;
}
.property-content .house-info .room span.room-title{
    white-space: nowrap;
}
.bd-counter-area p.description{
    color: #666;
}
.apartment-counter-divider,.apartment-counter-bottom-line,.apartment-counter-top-line{
    border-color: #ececec;
}
/* ==================== 平均出租速度/共享入駐率/租客滿意度/業主續約率 ==================== */
.counter-wrapper.style-two .counter-item .icon img{
    width: 50px;
    height: auto;
}
/* ==================== 房源總覽 ==================== */
/* Featured */
.featured-item.style-two .thumb-wrapper1{
    position: relative;
}
.featured-item.style-two .thumb-wrapper1 .badge-wrap{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 5;
    flex-wrap: wrap;
    right: 20px;
}
.featured-item.style-two .thumb-wrapper1 .thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.featured-item.style-two:hover:hover .thumb img {
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
}
.featured-item.style-two .content > .title{
    font-size: 22px;
}
.featured-item.style-two .bd-meta .meta-item span{
    color: #808080;
}
.featured-item.style-two .price .bd-badge.primary{
    background-color: #1c5e43;
    color: #c5a675;
}
/* ==================== 評價 ==================== */
/* Testimonial */
.testimonials-item {
    border: 1px solid #ececec;
}
.testimonials-item .admin-item .admin-thumbnail{
    width: 100%;
}
.testimonials-item .title-inner .title{
    font-size: 20px;
    color: #1c5e43;
}
.testimonials-item p.description{
    color: #000;
}
.testimonials-item .admin-info span{
    color: #000;
}
.testimonials-item .admin-name{
    color: #000;
    font-weight: normal;
    font-size: 18px;
}
/* ==================== 最新洞察 ==================== */
.theme-bg-primary1{
    background-color: #f5f6f4;
}

.blog-item.style-three .blog-content .bottom-line{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e1d3;
}
.blog-item.style-three .blog-content .title{
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    border: none;
    padding-bottom: 0;
    margin: 0;
    font-size: 18px;
}
.blog-item .blog-content p{
    color: #939393;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.blog-item .blog-content .blog-btn{
    color: #939393;
    transition: all 0.8s ease;
}
.blog-item:hover .blog-btn{
    color: #193b2a;
    transform: translateX(5px);
}
.blog-item.style-three:hover .blog-thumb img{
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
}
@media (max-width: 450px){
    .blog-item.style-three .blog-thumb{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* ==================== 五木集團｜相關企業與部門 ==================== */
/* Brand */
.property-item.style-one .thumb img{
    height: 100%;
}
.property-item.style-one:hover:hover .thumb img {
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
}

/* ==================== Footer==================== */
.footer-bg{
    background-color: #1c3629;
}
.bd-footer-area.style-two .footer-top{
    border-color: #ececec;
}
.footer-logo{
    text-align: center;
    margin-bottom: 20px;
}
.footer-logo img{
    max-width: 250px;
}
.footer-content-left{
    text-align: center;
}
.bd-footer-area.style-two .footer-description{
    color: #f5f6f4;
    
}
.footer-content-right {
    text-align: center;
}
.footer-content-right .bd-btn {
    background-color: #000;
    color: #fff;
}
.bd-footer-area.style-two .footer-widget-title{
    color: #c5a675;
}
.bd-footer-area.style-two .footer-widget .footer-contact-item{
    gap: 0;
}
.bd-footer-area.style-two .footer-widget .footer-contact-item:not(:last-child){
    margin-bottom: 0;
}
.bd-footer-area.style-two .footer-widget .footer-info-icon span{
    background-color: transparent;
}
.bd-footer-area.style-two .footer-widget .footer-info-icon span i{
    color: #c5a675;
    font-size: 18px;
}
.footer-qrcode{
    text-align: center;
    max-width: 250px;
}
.bd-footer-area.style-two .footer-widget-links ul li a:hover{
    color: #c5a675;
}
.underline a{
    background-image: linear-gradient(#c5a675, #c5a675), linear-gradient(#c5a675,#c5a675);
}
@media (min-width:992px){
    .footer-top .rowBox{
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 20px;
    }
}
@media (min-width:1200px){
    .footer-top .rowBox{
        align-items: center;
        gap: 30px;
    }
    .footer-top .rowBox .footer-content-left .footer-description br{
        display: none;
    }
}
@media (min-width:1400px){
    .footer-top .rowBox{
        gap: 60px;
    }
}
/* ==================== aside側邊攔(置頂鍵獨立) ==================== */
aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px){
    aside {
    right: 10px;
    transform: scale(1);
  }
}
/* ==================== 內頁 ====================  */

@media (min-width: 1200px){
    .header-primary .header-hamburger{
        display: none;
    }
}
@media (min-width: 1200px) and (max-width:1300px){
    .header-primary .header-inner{
        padding: 0 10px;
    }
}
@media (min-width: 1300px){
    .header-primary .header-inner{
        padding: 0 30px;
    }
}
@media  (max-width:575px){
    .header-primary .header-logo{
        max-width: 150px;
    }
}
@media  (max-width:768px){
    .header-primary .header-inner{
        padding-left: 10px;
    }
    .header-primary .header-btn-wrap{
        display: none!important;
    }
}
/* ==================== 麵包屑 ====================  */
.bd-breadcrumb-list span a:hover{
    color: #c5a675;
}
/* ==================== 房源總覽 ====================  */
.bd-property-inner-area .property-widget-title{
    font-size: 20px;
}
.bd-property-inner-area .filter-items.filter-checkbox1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media  (min-width:440px){
    .bd-property-inner-area .filter-items.filter-checkbox1{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media  (min-width:992px){
    .bd-property-inner-area .filter-items.filter-checkbox1{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media  (min-width:1400px){
    .bd-property-inner-area .container{
        max-width: 1500px;
    }
    .bd-property-inner-area .featured-item.style-three .content{
        padding: 30px 20px 20px;
    }
    .bd-property-inner-area .featured-item.style-three .bd-meta-profile{
        padding-left: 20px;
    }
    /* .bd-property-inner-area .filter-items.filter-checkbox1{
        grid-template-columns: repeat(1, 1fr);
    } */
}

/* ==================== 頁碼 ====================  */
.basic-pagination ul li .current {
    background-color: #193b2a;
}
.basic-pagination ul li a:hover{
    background-color: #193b2a;
}
.basic-pagination ul li a{
    background-color: #f5f6f4;
}
/* ==================== 房源總覽/ 瑞源區/獨立套房 ====================  */
.property-details-wrapper .property-details-navigation button.circle-btn:hover {
    background: #193b2a;
}
.property-details-title{
    font-size: 22px;
}
.property-details-summary {
    color: #000;
    margin-bottom: 30px;
    display: block;
}
.property-details-descrip-text{
    color: #7e7e7e;
}
.bd-property-details-area .row{
    display: flex;
    justify-content: center;
}
/* ==================== 常見問題 ====================  */
.faq-tab  a{
    border: 1px solid #ececec;
    margin-bottom: 8px;
}
.faq-tab a:has(.nav-link.active),.faq-tab .nav-link.active{
    background-color: #1c5e43;
    border-color: #1c5e43;
}
.accordion-wrapper.faq-style-3 .accordion .accordion-button:not(.collapsed){
    background: #1c5e43;
}
.accordion-wrapper .accordion .accordion-body > p{
    color: #666;
}

/* ==================== 聯絡我們 ====================  */
.bd-property-area.fix h3.title{
    color: #000;
    /* text-align: center; */
    padding-bottom: 20px;
    font-size: 18px!important;
}
.nice-select{
    background-color: transparent;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, input[type=date]:focus, input[type=url]:focus,textarea:focus,.nice-select:active, .nice-select.open, .nice-select:focus{
    border-color: #1c5e43;
}
.captcha-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.bd-btn:hover{
    background: #1c5e43;
}
.btn-style.btn-hover-x.btn-black::after{
    background-color: #1c5e43;
}
/* ==================== 服務項目 ====================  */
/* 降低空置、提升收益 */
.bd-daily-update-area .daily-update-thumb-wrapper .square-shape{
    background: #d8d5cf;
}
.bd-daily-update-area .thumb img{
    object-fit: cover;
    aspect-ratio: 1/1;

}
.daily-update-item-list ul li::before{
    border-color: #c5a675;
}
/* 套房出租管理/大樓住宅代管/共享商務辦公/物業維運/行銷推廣/法務/合約支援 */
.bd-services-item .services-item.style-one .description{
    margin-bottom: 0;
}
.bd-services-item .services-item.style-one:hover .icon i{
    color: #1c5e43;
}
.bd-services-item .services-item.style-one .title{
    font-size: 18px;
}
.services-item.style-one .icon img{
    width: 50px;
    height: auto;
}
/* 服務特色與優勢 */
.bd-counter-area .counter-style-one .counter-content-wrapper::before{
    border-color: #1c3629;
}
.bd-counter-area .counter-style-one .counter-content-wrapper:hover{
    background-color: #1c5e43;
}
/* 委託代管流程 */
.bd-benefits-area .benefits-item.style-two .benefits-title{
    font-size: 18px;
}
.bd-benefits-area .benefits-item.style-two:hover{
    background: #1c5e43;
}
.bd-benefits-area .benefits-item.style-two .benefits-icon{
    background-color: #c5a675;
}
.bd-benefits-area .benefits-item.style-two .benefits-icon i{
    color: #fff;
}
.benefits-item.style-two::before{
    color: #1c3629;
    font-weight: 700;
    font-size: 26px;
}
@media  (min-width:768px){
    /* 套房出租管理/大樓住宅代管/共享商務辦公/物業維運/行銷推廣/法務/合約支援 */
    .bd-services-item .row{
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    .bd-services-item  .services-item.style-one{
        height: 100%;
    }
}
@media  (min-width:1200px){
    /* 委託代管流程 */
    .bd-benefits-area .benefits-item.style-two .row{
        display: flex;
        flex-direction: row;
        align-items: stretch
    }
    .bd-benefits-area .row .benefits-item.style-two {
        height: 100%;
    }
}
/* ==================== 關於五木 ====================  */
.bd-about-area h4{
    font-size: 20px;
}
.bd-about-area h6{
    font-size: 16px;
    font-weight: normal;
}
.bd-about-area p{
    font-size: 14px;
}
.about-thumb-wrap.style-one .round-box-inner .round{
    border-color: #939393;
}
.about-thumb-wrap.style-one .round-box-inner .round-icon img{
    width: 40px;
    height: auto;
}
.thumb-two img{
    width: 580px;
    height:auto;
}
.bd-services-item p.small{
    font-size: 14px;
}
.services-item.style-two .content .title{
    font-size: 19px;
}
.testimonial-item.style-three .testimonial-info .info{
    font-size: 20px;
}
.testimonial-item.style-three .testimonial-info p{
    font-size: 14px;
}
.why-choose-item.style-one{
    text-align: center;
}
.why-choose-item.style-one .icon img{
    width: 50px;
    height: auto;
}
.why-choose-item.style-one .title{
    font-size: 20px;
}
.bd-services-area > .row{
    display: flex;
    flex-direction: column;
}
.bd-services-area  .services-item.style-two {
    padding: 40px;
    border: 1px solid #ececec;
    margin-bottom: 40px;
    box-shadow: 0 4px 30px #00000026;
}
.bd-about-area1 .about-list-wrapper.row ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.bd-about-area1 .about-list-wrapper.style-one ul li{
    flex-direction: row;
    align-items: start;
}
.bd-about-area1 .about-list-wrapper.style-one ul li i{
    background: #1c5e43;
    min-width: 22px;
}
.bd-testimonial-area .testimonial-item.style-three{
    display: flex;
    flex-direction: column;
}
.bd-testimonial-area .testimonial-item.style-three .testimonial-info{
    margin-top: 0;
    text-align: center;
}

@media  (min-width:992px){
    .bd-services-area .itemrow{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 90px;
        gap: 10px;
    }
    .bd-about-area .itemrow{
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .bd-about-area1 .about-list-wrapper.style-one ul{
        row-gap: 20px;
    }
    .bd-about-area1 .about-list-wrapper.style-one ul li{
       font-size: 18px;
    }
    
}