﻿:root {
    --RosyBrown: #BC8F8F; /*玫瑰褐Rosy Brown*/
    --Goldenrod: #DAA520; /*金菊色Goldenrod*/
    --CoconutBrown: #4D1F00; /*椰褐Coconut Brown*/
    --BurlyWood: #DEB887; /*硬木色Burly Wood*/
    --PrimeColor: #A52A2A; /*主要顏色：棕色 */
    --PrimeColor2: #DAA520; /*主要顏色2：金菊色Goldenrod */

    /*ck edit */
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-pen-red: #e91313;
    --ck-highlight-pen-green: #118800;
}
.marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}

.marker-green {
    background-color: var(--ck-highlight-marker-green);
}

.marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}

.marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}

.pen-red {
    color: var(--ck-highlight-pen-red);
}

.pen-green {
    color: var(--ck-highlight-pen-green);
}


.bg-RosyBrown{
  background-color: #BC8F8F !important; 
}

/* -----------coming-soon---------------------- */
.coming-soon:hover{
    backdrop-filter: grayscale(00%);
}
.coming-soon:hover::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    filter: grayscale(80%) ;
    background: rgba(68,68,68,0.3);
}
.coming-soon:hover::after{

    /* width: 100%;
    height: 100%; */
    content: 'Coming soon..';
    font-stretch: condensed;
    text-align-last: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size:12px;
    color: #FFF;
    width: 100px;
    max-width: 100%;
    height: 15px;
    background: linear-gradient(-135deg, transparent 3px, brown 0) top right,
                linear-gradient(45deg, transparent 3px, brown 0) bottom left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* top: 0;
    left: 0; */
    top:-17px;
    left: 0;
    right: 0;
}
/* -------object------- */
/* 預設值，預設會強制變形至 css 所定義的元素寬高，不管原檔比例。 */
.object-fit-fill {
    object-fit:fill !important; 
}
/* 增加或減少載入物件的寬度及高度(維持原比例)直到放得進所定義的元素寬高。 */
.object-fit-contain {
    object-fit:contain !important;
}
/* 填滿元素的寬度及高度(維持原比例)，通常會剪掉部分的物件。 */
.object-fit-cover {
    object-fit:cover !important;
}
/* 不做任何大小及比例調整。 */
.object-fit-none {
    object-fit:none !important;
}
/* 將會選擇設為 none 或 container 兩者間較小的那個物件。 */
.object-fit-scale-down {
    object-fit:scale-down !important;
}
/* 白色背景 */
.bg-white{
    background-color: #fff !important;
}


/* ----------brown----------- */
.btn-brown {
    color: 	#f8f9fa;
    background-color: brown;
    border-color: brown;
  }
  
  .btn-brown:hover {
    color: #f8f9fa;
    background-color: #411f00;
    border-color: #411f00;
  }
  
  .btn-brown:focus, .btn-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 31, 0, 0.5);
  }
  
  .btn-brown.disabled, .btn-brown:disabled {
    color: #f8f9fa;
    background-color: #2f1700;
    border-color: #2f1700;
  }
  
  .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    color: #f8f9fa;
    background-color: #411f00;
    border-color: #f1cfa5;
  }
  
  .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
  .show > .btn-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 31, 0, 0.5);
  }



/* ------------------------------------ */
dl dt img {
    vertical-align: middle;
    transition: all .3s ease-out;
}
dl dt img:hover{
    transform: scale(1.1);
}
.house-price{
    position: absolute;
    top: 128px;
    left: 0;
    background-color: rgba(0,0,0,.75);
    line-height: 22px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    color: #f8f9fa;
    font-size: 1rem;
}
.house-price span{
    display:  inherit;
    font-size: 1.4rem;
}
.house-title{
    line-height: 35px;
    font-size: 1.4rem;
    color: #000;
    background-size: 100% 100%;
}
/* 
.house-title{
    width: 100%;
    height: 50px;
    line-height: 35px;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #f8f9fa;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 150px;
} */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 dl dd p {
    width: 100%;
    line-height: 22px;
    color: #888;
    position: relative;
}

/* .guesslove-rent strong {
    float: right;
    font-size: 18px;
    font-family: arial;
    color: #e60012;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: arial;
    font-weight: 500;
} */

.detail-NHGad-condition{
    height: 16px;
    line-height: 16px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #61bf90;
}

/*-------------------------------------*/

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*------------------Form表格相關-------------------*/

.form-control {
  font-size: 18px;
}
.form-wrapper {
    width: 440px;
    padding: 15px;
    margin: auto auto auto auto;
    background: #444;
    background: rgba(0,0,0,.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

    .form-wrapper input {
        width: 300px;
        height: 40px;
        padding: 10px 5px;
        float: left;
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

        .form-wrapper input:focus {
            outline: 0;
            background: #f8f9fa;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        }

        .form-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    .form-wrapper button {
        overflow: visible;
        position: absolute;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #f8f9fa;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    }

        .form-wrapper button:hover {
            background: #e54040;
        }

        .form-wrapper button:active,
        .form-wrapper button:focus {
            background: #c42f2f;
        }

        .form-wrapper button:before {
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent #d83c3c transparent;
            top: 12px;
            left: -6px;
        }

        .form-wrapper button:hover:before {
            border-right-color: #e54040;
        }

        .form-wrapper button:focus:before {
            border-right-color: #c42f2f;
        }

        .form-wrapper button::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

.byline p {
    text-align: center;
    color: #c6c6c6;
    font: bold 18px Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

    .byline p a {
        color: #d83c3c;
        text-decoration: none;
    }


    /*------------------------ 首頁標頭 背景圖片 設定 -------------------------------  */
    
.ftco-degree-bg {
    position: relative; }
    .ftco-degree-bg:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -30px;
      overflow: visible;
      width: 50%;
      height: 70px;
      z-index: 1;
      -webkit-transform: skewY(-4deg);
      -moz-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
      -o-transform: skewY(-4deg);
      transform: skewY(-4deg);
      background-color: #f8f9fa; }
    .ftco-degree-bg:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -30px;
      overflow: visible;
      width: 50%;
      height: 70px;
      z-index: 1;
      -webkit-transform: skewY(4deg);
      -moz-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
      -o-transform: skewY(4deg);
      transform: skewY(4deg);
      background-color: #f8f9fa; }
  

      /* -------------------每個section的副標題------------------ */

      
 .subheading {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    color: brown;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative; }
     .subheading:after {
      position: absolute;
      top: 50%;
      left: -60px;
      content: '';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50px;
      height: 1px;
      margin-top: -1px;
      background: #999; }
     .subheading:before {
      position: absolute;
      top: 50%;
      right: -60px;
      content: '';
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50px;
      height: 1px;
      margin-top: -1px;
      background: #999; }



/* -----------------navbar-------------------- */
/* 顏色設定 ------------------------------------------------------------------------------------------------------- */
.bg-coffee1 {
    background-color: #2f1700 !important;
}

.bg-coffee2 {
    background-color: #f1cfa5 !important;
}

.bg-coffee3 {
    background-color: #411f00 !important;
}

.bg-bavbar {
    background-color: #eeeeee !important;
}
.text-brown1 {
    color:brown;
}
.masthead-title {
    color:#f8f9fa;
    font-weight: bolder;
    font-size: 72px;
    text-shadow: 0 0 0.313rem rgba(0,0,0,.8);
}

/* ---------------navbar-------------------------- */
/* .row a {
    color: #411f00 !important;
    text-decoration:none ;
} */


/* i {
    color: #2f1700 !important;
} */

#navbarSupportedContent a {
    font-size: 1.2rem;
}

/* 選單加上 .avtive */
#navbarSupportedContent .nav-link:hover {
    color: #411f00 !important;
    border: 1px solid #411f00;
    animation: active 2s infinite ease-in alternate forwards;
}

@keyframes active {
    from {
        background: #eee;
        border: 1px solid #f1cfa5;
    }
    to {
        background: #f8f9fa;
        border: 1px solid rgba(50, 25, 0, 0.5);
    }
}
.navbar .navbar-nav .nav-link {
    font-weight: bold;
}
.navbar .navbar-nav .nav-link:hover {
    color: brown ;
    background-color: rgba(255, 193, 7,0.1);
}

#scrollspy .nav-item a {
    color: #2f1700 !important;
}

#scrollspy .nav-link.active {
    background: #2f1700 !important;
    color: #2f1700 !important;
}
.navbar-brand{
    color: #2f1700 !important;
}

.navbar .dropdown >.dropdown-menu li >a:hover {
    background: rgba(255, 193, 7,0.1);
    color: brown;
    padding-left: 15px;
}

table {
    box-shadow: 0px 0px 0.5rem rgba(54, 35, 18, 0.5);
}


/* -------------------------------- */
.cid-qTkAaeaxX5 style{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2e2e2e;
}

/* ------------------------------卡片相關設定-------------------- */

.scale-enlarge {
    vertical-align: middle;
    transition: all .3s ease-out;
    /* cursor: pointer; */
}
.scale-enlarge:hover{
    transform: scale(1.1);
}
.scale-shrink {
    vertical-align: middle;
    transition: all .3s ease-out;
    /* cursor: pointer; */
}
.scale-shrink:hover{
    transform: scale(0.9);
}

.property-details .property-price {
    color: #d83c3c;
}

/* ------------------------------文字反白顏色-------------------- */
*::-moz-selection {
    background: brown;
    color: #f8f9fa;
    text-shadow: none;
  }
  ::-moz-selection {
    background: brown;
    color: #f8f9fa;
    text-shadow: none;
  }
  ::selection {
    background: brown;
    color: #f8f9fa;
    text-shadow: none;
  }
/* ------------------------------連結相關顏色替代-------------------- */

a {
    color: brown ;
}
a:hover {
    color: 	var(--Goldenrod);
    text-decoration:none ;
}

a:hover:not(:disabled):not(.disabled).active {
    color: var(--Goldenrod);
  }
  a:hover:not(:disabled):not(.disabled):active {
    color: var(--Goldenrod);
  }

  a:focus {
    color: #BC8F8F;
    text-decoration: none !important;
}
  a.focus, a:focus {
    color: #BC8F8F;
}

a:not(:disabled):not(.disabled):active:focus {
    color: #BC8F8F;
  }
/* a連結直接是.far的 都是可以按的模式 */
a>.far:hover{
    cursor: pointer;
}

/* topbar 相關的顏色控制 */
.header .topbar .dropdown .dropdown-menu a:hover{
  color:#DAA520;
}
.topbar .dropdown .dropdown-menu a:hover {
    /*background: rgba(238, 238, 96, 0.93);*/
    background: rgba(255, 193, 7,0.1);
}
.header .topbar a:hover{
  color: brown;
}
.header .topbar .login a:hover {
  color: brown;
}



.property-details .property-btn a:hover {
    background-color: brown;
}

.owl-carousel .owl-nav i {
    color: #f8f9fa;
    background: brown;
}
.owl-carousel .owl-nav i:hover {
    background: #f8f9fa;
    color: brown;
}

.bg-primary {
    background-color: brown !important
}

.testimonial-03 .testimonial-content .quotes{
    color: #DAA520;
}
/* ------------------------------主要文字顏色替代-------------------- */
.text-primary{
    color: brown !important;
}
.text-price {
    font-weight: 500;
    color:#d83c3c !important;
    /* font-size: 1.5; */
}

.btn-primary {
    border-color: brown;
    background-color: brown;
    color: #f8f9fa;
}
.btn-primary:hover {
    border-color: #4D1F00;
    background-color: #4D1F00;
    color: #f8f9fa;
}
.btn-primary:hover:not(:disabled):not(.disabled).active {
    background: brown;
    border-color: brown;
  }
  .btn-primary:hover:not(:disabled):not(.disabled):active {
    background: brown;
    border-color: brown;
  }

.btn-primary.focus, .btn-primary:focus {
    border-color: 	#DEB887;
    background-color: 	#DEB887;
    box-shadow: 0 0 0 0.2rem 	rgba(184, 135, 208, 0.87);
    color: #f8f9fa;
}

  .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: brown;
    border-color: brown;
    color: #f8f9fa;
  }

  .btn-link {
    color: brown;
}
/* ------------------------------標題背景STYLE-------------------- */
.title-background-style01{
    display: inline-block;
    background-color: brown;
    padding: 15px 18px;
    transform: skewX(-9deg);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.title-background-style02 {
    display: inline-block;
    border-bottom: 5px brown solid;
    padding-bottom: 2px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* ------------------------------首頁搜尋元件 顏色-------------------- */
.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link.active{
    background: #DAA520;
    color: #f8f9fa !important;
}

.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link{
    color: #f8f9fa !important;
}


.property-image .property-agent .property-agent-info .property-agent-contact li a:hover{
    background-color: #DAA520 ;
}

/* ------------------------------登入頁面login 顏色-------------------- */
.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
    background: #DAA520;
    border: none;
    color: #f8f9fa;
}

/* ------------------------------整體網頁之文字大小與 顏色-------------------- */
body {
    font-size: 18px;
    color: #969696;
    overflow-x: hidden;
}

h1 {
    font-size: 46px;
    font-style: normal;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
@media (max-width: 767px) {
    h1 {
      font-size: 34px;
    }
    h2 {
      font-size: 30px;
    }
    h3 {
      font-size: 26px;
    }
    h4 {
      font-size: 22px;
    }
    h5 {
      font-size: 20px;
    }
    h6 {
      font-size: 18px;
    }
}
@media (max-width: 575px) {
    h1 {
      font-size: 32px;
    }
    h2 {
      font-size: 28px;
    }
    h3 {
      font-size: 26px;
    }
}

/* ------------------------------調整物件資訊頁面的房屋圖片框-------------------- */
.slider-for{
    background-color: #f8f9fa;
}
.slider-nav{
    background-color: #343a40;
}
.slider-nav .slick-slide{
    filter:contrast(50%) ;
}
.slick-slide.slick-current.slick-active.slick-center{
outline: #DAA520 5px solid;
outline-offset: -5px;
z-index: 888;
filter:contrast(100%) ;
}

.slider-for.slick-initialized .slick-slide {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-for.slick-initialized .slick-slide img {
    height: 350px;
}
.slider-nav.slick-initialized .slick-slide {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav.slick-initialized .slick-slide img {
    height: 60px;
}

@media screen and (min-width: 400px) {
    .slider-for.slick-initialized .slick-slide {
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-for.slick-initialized .slick-slide img {
        height: 70vh;
    }

    .slider-nav.slick-initialized .slick-slide {
        height: 8vh;
    }

    .slider-nav.slick-initialized .slick-slide img {
        height: 8vh;
    }
}

@media screen and (min-width: 768px) {
    .slider-for.slick-initialized .slick-slide {
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .slider-for.slick-initialized .slick-slide img {
            height: 80vh;
        }

    .slider-nav.slick-initialized .slick-slide {
        height: 12vh;
    }

        .slider-nav.slick-initialized .slick-slide img {
            height: 12vh;
        }
}

@media screen and (min-width: 1024px) {
    .slider-for.slick-initialized .slick-slide {
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .slider-for.slick-initialized .slick-slide img {
            height: 80vh;
        }

    .slider-nav.slick-initialized .slick-slide {
        height: 16vh;
    }

        .slider-nav.slick-initialized .slick-slide img {
            height: 16vh;
        }
}

    /* -----讓Slick Slideㄐ 元件 的向左向右按鈕呈現出來 */

@media screen and (min-width: 400px) {
    .slider-slick .slick-arrow.slick-prev, .slider-slick .slick-arrow.slick-next {
        z-index: 1;
        font-size: 0;
        width: 50px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        color: #ffffff;
        background: var(--PrimeColor);
        border: 0px solid #eeeeee;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .slider-slick .slick-arrow.slick-prev {
        left: 5px;
    }

    .slider-slick .slick-arrow.slick-next {
        right: 5px;
    }

    .slider-slick .slick-arrow.slick-prev:hover {
        color: var(--PrimeColor);
        background: #ffffff;
    }

    .slider-slick .slick-arrow.slick-next:hover {
        color: var(--PrimeColor);
        background: #ffffff;
    }


    .slider-slick .slick-arrow.slick-prev::before {
        content: "《";
        color: #ffffff;
        text-align: center;
        font-weight: 900;
        font-size: 32px;
        line-height: 80px;
    }

    .slider-slick .slick-arrow.slick-next:before {
        content: "》";
        color: #ffffff;
        text-align: center;
        font-weight: 900;
        font-size: 32px;
        line-height: 80px;
    }
}
.slider-slick .slick-arrow.slick-prev:hover::before {
        color: var(--PrimeColor);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .slider-slick .slick-arrow.slick-next:hover::before {
        color: var(--PrimeColor);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    /* ------------------------------調整搜尋頁面 物件的資料描述區塊-------------------- */
    .property-details-inner > p {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* ------------------------------調整搜尋頁面 物件的區塊-------------------- */
    .property-item.property-col-list:hover {
        -webkit-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
        border-bottom-color: #d8d8d8;
    }
    /* Search Card物件  */
    .property-item.property-col-list {
        margin-bottom: 0px;
    }


    /* ------------------------------調整搜尋頁面 物件的圖片 左上方的斜角區塊-------------------- */
    .property-image .property-trending:before {
        border-color: #d83c3c transparent transparent transparent;
    }
    /* ------------------------------調整搜尋頁面 物件 長寬大小與圖片位置-------------------- */

    .property-item.property-col-list .property-image .img-fluid.object-fit-cover {
        height: 100%;
        max-height: inherit;
        width: auto;
        max-width: inherit;
        max-height: -webkit-fill-available;
        max-height: -moz-max-content;
    }
        /* ---物件圖片滑鼠碰觸後放大---------- */
        .property-item.property-col-list .property-image .img-fluid.object-fit-cover:hover {
            cursor: pointer;
            transform: scale(1.1);
            transition: transform .3s ease-out;
        }

    .bg-overlay-gradient-04::before {
        z-index: 1;
    }

    .property-item.property-col-list .property-image .property-agent {
        z-index: 1;
    }

    /* ---物件圖片高度 最大範圍，超過隱藏---------- */
    .property-item.property-col-list .property-image {
        min-height: 200px;
        overflow: hidden;
        max-height: 300px;
    }

    /* Medium devices (tablets, less than 768px) */
    @media (max-width: 767.98px) {
        .property-item.property-col-list .property-image {
            max-height: 560px;
        }
    }

    /* 分頁區塊 */
    /* li.page-item{
   cursor: pointer;
 } */
    .pagination .page-item.active .page-link {
        background: brown;
        border-color: brown;
        color: #f8f9fa;
    }

    .pagination .page-item .page-link {
        cursor: pointer;
    }


    /* -------------------------------career-------------- */
    .btn {
        font-size: 100%;
    }

        .btn :focus {
            font-size: 100%;
        }

    /* ------------feature-info 特徵元件------------- */
    .feature-info .feature-info-icon {
        font-size: 40px;
        margin-bottom: 20px;
        color: brown;
    }

    .feature-info {
        background: #f8f9fa;
        border: 1px solid #eeeeee;
        padding: 36px;
        margin-right: -1px;
        height: 100%;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 8;
    }

        .feature-info .feature-info-icon {
            font-size: 40px;
            margin-bottom: 20px;
            color: brown;
        }

        .feature-info .feature-info-content {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .feature-info:hover {
            background: brown;
        }

            .feature-info:hover .feature-info-icon {
                color: #f8f9fa;
            }

            .feature-info:hover .feature-info-content {
                color: #f8f9fa;
            }

                .feature-info:hover .feature-info-content .feature-info-title {
                    color: #f8f9fa;
                }

    /* ------------feature-info-02特徵元件------------- */
    .feature-info-02 {
        padding: 0px;
        text-align: center;
        height: 100%;
    }

        .feature-info-02 .feature-info-detail {
            position: relative;
            z-index: 9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            .feature-info-02 .feature-info-detail .feature-info-icon {
                background: #fafafa;
                padding: 20px;
                margin: 5px;
            }

            .feature-info-02 .feature-info-detail .feature-info-content {
                padding: 20px;
            }

            .feature-info-02 .feature-info-detail .feature-info-button {
                margin-top: auto;
            }

                .feature-info-02 .feature-info-detail .feature-info-button .btn {
                    border-radius: 0;
                }

        .feature-info-02 .feature-info-bg {
            bottom: 0;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            z-index: 0;
            background-size: cover;
            background-position: center center;
        }

        .feature-info-02:hover {
            background: transparent;
        }

            .feature-info-02:hover .feature-info-icon {
                color: #f8f9fa;
                background: transparent;
            }

            .feature-info-02:hover .feature-info-bg {
                opacity: 1;
            }

            .feature-info-02:hover .feature-info-button .btn {
                background: brown;
                border-color: brown;
                color: #f8f9fa;
            }

    /* ------------form control系列----------- */
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #DAA520;
    }

    /* ----------accordion-style-2 .accordion-title .btn--------- */
    .accordion-style-2 .accordion-title .btn {
        display: block;
        color: brown;
        font-size: 18px;
        padding: 0px;
        text-decoration: none;
        width: 100%;
        text-align: left;
    }

        .accordion-style-2 .accordion-title .btn + i {
            color: brown;
        }


    /*-------------------nav-tabs----------------------- */
    .nav-tabs {
        border-color: #eeeeee;
    }

        .nav-tabs .nav-item {
            margin-bottom: 0;
        }

            .nav-tabs .nav-item .nav-link {
                border: none;
                font-size: 16px;
                padding: 20px 20px;
                font-family: "Barlow Semi Condensed", sans-serif;
                text-transform: uppercase;
                font-weight: 600;
                border-bottom: 3px solid transparent;
                color: #001935;
            }

                .nav-tabs .nav-item .nav-link.active {
                    border-bottom: 3px solid brown;
                    color: brown;
                }
    /*-------------------nav-tabs-03----------------------- */
    .nav-tabs-03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #eeeeee;
    }

        .nav-tabs-03 .nav-item .nav-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: left;
            text-transform: capitalize;
            margin-bottom: -2px;
        }

            .nav-tabs-03 .nav-item .nav-link span {
                width: 50px;
                height: 50px;
                line-height: 46px;
                display: inline-block;
                text-align: center;
                border: 2px solid #eeeeee;
                border-radius: 50%;
                margin-right: 14px;
            }

            .nav-tabs-03 .nav-item .nav-link.active span {
                border: 2px solid brown;
                background: brown;
                color: #f8f9fa;
            }


    /*-------------------account----------------------- */
    .profile-sidebar .profile-nav .nav {
        background: dimgray;
    }


    /*-------------------Scroll bar----------------------- */
    /* width */
    ::-webkit-scrollbar {
        width: 10px;
        height:10px;
    }
    /* button */
    ::-webkit-scrollbar-button {
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        box-shadow: inset 0 0 0px grey;
        border-radius: 10px;
    }
     /*The track NOT covered by the handle.*/
/*::-webkit-scrollbar-track-piece {
    background: #000; 
}*/
    /*Corner*/ 
    ::-webkit-scrollbar-corner {
    }
     /*Resizer*/
    textarea {
        resize: vertical;
        overflow: auto;
    }
/*::-webkit-resizer {
    width: 3px;
    border: 1px solid black;
    background: brown;
    border-radius: 20%;
}*/
    


    /*div遮罩層*/
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); /* 半透明的灰色 */
        z-index: 9999; /* 可根据需要调整层级 */
    }


    /*pre 處理*/
    pre {
        font-size: 100%;
    }



/* SocialShare button 樣式 */
.share-box .share-box-social {
    background: #fff;
    opacity: 0; /* 使用 opacity 屬性來設置透明度，取值範圍是 0 到 1 */
    padding: 0px;
}
    .share-box .share-box-social li {
        width: 45px;
        /*background: #3b5998;*/
        text-align: center;
        border: #222 solid 1px;
        background: #ddd;
        color: #001935;
    }

    .share-box .share-box-social li:hover {
        width: 45px;
        background: #fff;
        text-align: center;
        outline: #222 solid;
        color: #001935;
    }

    .share-box .share-box-social li a {
        padding: 0 10px;
        font-size: 30px;
        display: block;
        cursor: pointer;
        color: #001935;
    }
    .share-box .share-box-social li a:hover {
        color: #001935;
    }

.property-detail-meta > li > a:hover {
    color: var(--Goldenrod);
}


/*::placeholder 調整*/
.property-search-field .form-control::-webkit-input-placeholder {
    color: #E0E0E0;
}

.property-search-field .form-control::-moz-placeholder {
    color: #E0E0E0;
}

.property-search-field .form-control:-ms-input-placeholder {
    color: #E0E0E0;
}

.property-search-field .form-control::-ms-input-placeholder {
    color: #E0E0E0;
}

.property-search-field .form-control::placeholder {
    color: #E0E0E0;
}


/*特殊設計-變換底線*/
.underline--magical {
    background-image: linear-gradient(120deg, #FFEDBC 0%, #D9B300 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}
    .underline--magical:hover {
        background-size: 100% 88%;
    }