body {
    font-family: "Helvetica Neue", 微軟正黑體 , Helvetica, Arial,sans-serif !important;
    background-color: #000;
}
/********** Template CSS **********/
:root {
    --primary: #585858;
    --secondary: #D4D4D4;
    --light: #FFFFFF!important;
    --dark: #000;
}
.text-light {
    color: #FFFFFF !important;
}
.border {
    border: 1px solid #5e687d !important;
}
.nav-tabs {
    border-bottom: 1px solid #5e687d !important;
    visibility:
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.features ul{
    list-style-type: none;
}
.features ul li{
    color: #FFF;
    font-size: 16px !important;
}

@charset "UTF-8";
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.dropdown-toggle::after {
   content: none;
}

.carousel-inner {
    width: 100%;
    margin: 0 auto;
}

/*** Heading ***/
.text-one{
    font-size: 0.9rem !important;
    color: #5e687d;
}
.fw-bold {
    font-weight: 800 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: left;
}
.fw-semi-bold {
    font-weight: 700 !important;
}
.fw-medium {
    font-weight: 600 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    --bs-gutter-x: 0rem;
}
.fw-normal {
    font-weight: 300 !important;
}
.fw-light {
    font-weight: 200 !important;
}
.fw-zero {
    font-weight: lighter !important;
}
h3{font-size: 1.25em;}
h4{font-size: 1.05em; font-weight: 200 !important;}
h5{font-size: 1.1em;}
h6{font-size: 0.9em;
font-family: Helvetica, Arial !important;}
.logo {width: 85%;}
.logo img{width: 85%;}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {padding-right:0!important;padding-left:0!important; }

.buying .row{ --bs-gutter-x: 0rem !important;}

.divider {                              /* minor cosmetics */
            display: table;
            font-size: 24px;
            text-align: center;
            width: 75%;                         /* divider width */
            margin: 40px auto;                  /* spacing above/below */
        }
        .divider span { display: table-cell; position: relative; }
        .divider span:first-child, .divider span:last-child {
            width: 50%;
            top: 13px;                          /* adjust vertical align */
            -moz-background-size: 100% 2px;     /* line width */
            background-size: 100% 2px;          /* line width */
            background-position: 0 0, 0 100%;
            background-repeat: no-repeat;
        }
        .divider span:first-child {             /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
            background-image: -webkit-linear-gradient(180deg, transparent, #000);
            background-image: -moz-linear-gradient(180deg, transparent, #000);
            background-image: -o-linear-gradient(180deg, transparent, #000);
            background-image: linear-gradient(90deg, transparent, #000);
        }
        .divider span:nth-child(2) {
            color: #000; padding: 0px 5px; width: auto; white-space: nowrap;
        }
        .divider span:last-child {              /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
            background-image: -webkit-linear-gradient(180deg, #000, transparent);
            background-image: -moz-linear-gradient(180deg, #000, transparent);
            background-image: -o-linear-gradient(180deg, #000, transparent);
            background-image: linear-gradient(90deg, #000, transparent);
        }
/*** Map ***/
      #mapsection {
        /*width: 300%;*/
        height: auto;
        fill: #ccc;
      }

      .st0 {
        fill: #8FC31F;
      }
      .st0:hover {
        fill: #3BC9F8;
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st0:active {
        fill: #3BC9F8;
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st0:focus, .st0:active:focus {
          background-color: #155799;
          border-color: #155799;
          color: #f1f2f2;
          outline: 5px auto #155799;
        }
        .st0:visited {
          background-color: #155799;
          border-color: #155799;
        }

       a.active:active, a.hover:hover, a.focus:focus {
    background-color: #155799;
          border-color: #155799;
          color: #f1f2f2;
          outline: 5px auto #155799;
  }
/*st1*/
      .st1 {
      fill: #8FC31F;
      }
      .st1:hover {
        fill: #3BC9F8;
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st1:active {
        fill: #3BC9F8;
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st1:focus, .st1:active:focus {
          background-color: #155799;
          border-color: #155799;
          color: #f1f2f2;
          outline: 5px auto #155799;
        }
      .st1:visited {
          background-color: #155799;
          border-color: #155799;
        }
/*st2*/
      .st2 {
      fill: #8FC31F;
      }
      .st2:hover {
        fill: #3BC9F8;
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st2:active {
        fill: #3BC9F8;
/*        stroke: white;
        stroke-width: 2px;*/
        transition: fill 0.4s;
        cursor: pointer;
      }
      .st2:focus, .st2:active:focus {
          background-color: #155799;
          border-color: #155799;
          color: #f1f2f2;
          outline: 5px auto #155799;
        }
      .st12:visited {
          background-color: #155799;
          border-color: #155799;
        }
  .st0{fill:#8FC31F;/*stroke:#FFFFFF;stroke-miterlimit:10;*/}
  .st1{fill:#8FC31F;/*stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;*/}
  .st2{fill:#8FC31F}
  .st3{fill:#FFFFFF}

/*** Button ***/
.btn-blue {
    color: #000;
    background-color: #3BC9F8;
    border-radius: 50px;
}
.search-bar{
    float: right;
    position: relative;
}
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
    width: 110px;
}
.btn img{
    width: 25px;
}
.btn-primary{
    color: #000;
    background-color: #3BC9F8;
    border-radius: 0px;
}
.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
    background-color: #FFF;
    border-color: #FFF;
}
.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #000 !important;
    border-color: #000;
    color: #FFF !important;
}
.btn-secondary:focus {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #000 !important;
    border-color: #000;
    color: #FFF !important;
}
.bg-check {
    background-color: #000 !important;
}
.btn-check {
    box-shadow: inset 0 0 0 50px transparent;
}
.btn-check:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #FFF !important;
    border-color: #000;
    color: #000 !important;
}
.btn-dark {
    background-color: #000 !important;
    color: #FFF !important;
}
.btn-dark:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #FFF!important;
    border-color: #000;
    color: #000 !important;
}


.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

  /*  Rollover image styles  */
  .figure {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
  }
  .figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .figure:hover img.Sirv.image-hover {
    opacity: 1;
  }

/**
 * Tabs Container
 */
.tabs-container {
    padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.tabs label .material-icons {
    margin-right: 0.3rem;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem 2rem;
    color: #000;
    background-color: #303030;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

.tabs [type=radio] {
    display: none;
}

.tabs [type=radio]:checked + label {
    background-color: #303030;
    color: #FFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
    display: block;
}
@media (min-width: 768px) {

    body {
        font-size: 0.98rem;
    }

    .tabs-container {
        padding: 4rem 4rem;
    }

    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked + label {
        border-bottom: none;
    }
}
@media (min-width: 992px) {

    .tabs {
        width: 800px;
    }
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #888888 !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: inherit !important;
     border-color: inherit !important;
     box-shadow: inherit !important;
}

/*** background ***/
.bg-blue {
    color: #FFF;
    background-color: #3BC9F8;
}
.bg-darkblue {
    background-color: #303030;
    height: 53px;
}
.bg-grey {
    color: #FFF;
    background-color: #303030;
}
/*** slider ***/
    .slider {
        width: 750px;
        margin: 20px 10px;
    }
    .slick-slide {
      margin: 0px 10px;
    }
    .slick-slide img {
      width: 250px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    .slick-active {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }
    .slider-list{
        position: relative;
    }
    .slider-note{
        background-image: url(../img/photo_1.jpg);
        max-width: 377px;
        height: 230px;
        position: relative;
        z-index: 1;
    }
    .slider-note img{
        float: right;
        width: 100px;
        margin-top: -159px;
    }
    .slider-logo{
        position: relative;
        float: right;
        margin: 0 auto;
        padding-top: 5rem;
        left: -0.6rem;
        z-index: 999;
    }
    .rent-note{
        background-image: url(../img/photo_1.jpg);
        max-width: 377px;
        height: 230px;
        position: relative;
        z-index: 1;
    }
    .rent-note img{
        float: right;
        width: 100px;
    }
    .rent-logo{
        position: relative;
        float: left;
        margin: 0 auto;
        padding-top: 5rem;
        left: 5rem;
        z-index: 999;
    }
    .buy-note img{
        float: right;
        width: 100px;
    }
/** writeus section **/

.write_form .writeus {
     border: 1px solid #5e687d;
     padding: 0 10px;
     margin-bottom: 25px;
     width: 100%;
     height: 40px;
     background: transparent;
     color: #5e687d;
     font-size: 1rem !important;
     font-weight: normal;
}

.write_form .textarea {
     border: 1px solid #5e687d;
     padding: 0 10px;
     margin-bottom: 25px;
     width: 100%;
     height: 80px;
     background: transparent;
     color: #5e687d;
     font-size: 1rem !important;
     font-weight: normal;
     padding-top: 10px;
}
.write_form .form-select {
     display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 25px;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: #5e687d;
    background-color: transparent;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #5e687d;
    border-radius: 0px;
    appearance: none;
}
.write_form .send_btn {
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     color: #5e687d;
     padding: 8px 0px;
     max-width: 202px;
     width: 100%;
     display: block;
     margin-top: 5px !important;
     font-weight: 500;
     margin: 0 auto;
     border: 1px solid #5e687d;
}

.writen_form .send_btn:hover {
     background-color: #3BC9F8;
     transition: ease-in all 0.5s;
     color: #fff;
     border: #3BC9F8 solid 2px;
}

#request *::placeholder {
     color: #5e687d;
     opacity: 1;
}


/** contact section **/

.main_form .contactus {
     border: #404b65 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 79px;
     background: transparent;
     color: #5e687d;
     font-size: 16px;
     font-weight: normal;
}

.main_form .textarea {
     border: #404b65 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 79px;
     background: transparent;
     color: #5e687d;
     font-size: 16px;
     font-weight: normal;
     padding-top: 23px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     color: #5e687d;
     padding: 12px 0px;
     max-width: 202px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     margin: 0 auto;
     border-radius: 30px;
     border: #5e687d solid 2px;
}

.main_form .send_btn:hover {
     background-color: #3BC9F8;
     transition: ease-in all 0.5s;
     color: #fff;
     border: #3BC9F8 solid 2px;
}

#request *::placeholder {
     color: #5e687d;
     opacity: 1;
}
/**accordion**/
.acc-header {
  margin-bottom: 50px;
}

.acc-img {
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 698px;
  max-height: 698px;
}

.accs {
  width: 100%;
  max-width: 798px;
}

.acc-header-title {
  font: normal normal normal 48px/35px Questrial;
  margin-top: 5px;
  margin-bottom: 23px;
}

.acc-subtitle {
  max-width: 1327px;
  font: normal normal 300 18px/35px Poppins;
  margin: 0;
}

.acc-body {
  display: flex;
  gap: 80px;
}

.acc-content {
  display: none;
  margin-bottom: 36px;
  text-align: left;
  font: normal normal 300 18px/35px;
}

.acc-item p {
  display: none;
  margin-bottom: 36px;
  text-align: left;
  font: normal normal 300 18px/35px;
}

.acc-title {
  display: flex;
  align-items: center;
  font: normal normal normal 25px/35px;
  user-select: none;
  cursor: pointer;
  padding: 30px 0px;
}

.acc-item h3 {
  display: flex;
  align-items: center;
  font: normal normal normal 25px/35px;
  user-select: none;
  cursor: pointer;
  padding: 30px 0px;
  margin: 0;
}

.acc-item h3 span {
  flex-grow: 1;
  color: #FFFFFF;
}

.acc-item h3:before {
  margin-right: 30px;
}

.acc-title span {
  flex-grow: 1;
}

.acc-title:before {
  margin-right: 30px;
}

.acc-chevron {
  transform: rotate(180deg);
  height: 20px;
  margin-left: 20px;
  transition: 0.2s;
}

.acc-item {
  transition: 1s;
  border-bottom: 1px solid #aaa;
}

.acc-item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1680px) {
  .acc-wrapper {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1400px) {
  .acc-body {
    gap: 40px;
  }

  .accs {
    min-width: calc(50% - 20px);
  }

  .acc-img {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1200px) {
  .acc-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .accs {
    max-width: initial;
  }

  .acc-img {
    max-width: initial;
    width: 100%;
    aspect-ratio: 410/247;
  }

  .accs {
    width: 100%;
  }
  .rent-logo{
    left: 3rem;
   }
   .rent-note img {
    margin-top: -145px;
   }
   #ifb-map{
    margin-left: -60px;
   }
}

@media screen and (max-width: 987px) {
  .acc-wrapper {
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-top: 33px;
    margin-bottom: 154px;
  }

  .acc-body {
    gap: 7px;
  }

  .acc-header {
    margin-bottom: 30px;
  }

  .acc-header b {
    display: none;
  }
  .rent-logo{
    left: 3rem;
   }
   .rent-note img {
    margin-top: 0px;
   }
   #ifb-map{
    margin-left: 0px;
   }
}


/** end contact section **/
.buying-price {
    padding-top: 65px;
}

/** footer **/

.footer {
     padding-top: 90px
}

.logo_bottom {
     font-weight: bold;
     font-size: 51px;
     color: #fff !important;
     line-height: 55px;
     margin-bottom: 40px;
     display: block;
}

.Informa h3 {
     color: #ffffff;
     font-size: 25px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 20px;
     margin-top: 26px;
     text-transform: uppercase;
}

.conta ul li a {
     color: #a4a7ae;
}

.conta ul li a i {
     padding-right: 5px;
}

.Informa ul {
     margin-top: 10px;
}

.Informa li {
     font-size: 17px;
     line-height: 29px;
     color: #a4a7ae;
}

.Informa li a:hover {
     color: #0d90ed;
}

.helpful ul li a {
     color: #a4a7ae;
     font-size: 15px;
     line-height: 29px;
}

.newslatter_form {
     margin-top: 21px;
     display: block;
}

.ente {
     background: transparent;
     color: #c9c7c7;
     border: inherit;
     padding: 0 18px;
     height: 51px;
     width: 100%;
     font-size: 17px;
     font-weight: 500;
     border: #ffffff solid 2px;
     margin-bottom: 20px;
}

.subs_btn {
     max-width: 191px;
     display: inline-block;
     background: transparent;
     height: 51px;
     width: 100%;
     color: #c9c7c7;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: 500;
     transition: ease-in all 0.5s;
     border: #ffffff solid 2px;
}

.subs_btn:hover {
     background: #face34;
     transition: ease-in all 0.5s;
     border: #face34 solid 2px;
}

.copyright {
     margin-top: 90px;
}

.copyright p {
     color: #fefdfd;
     padding: 20px 0px;
     border-top: #5c677e solid 1px;
}

.copyright a {
     color: #fefdfd;
}

.copyright a:hover {
     color: #face34;
}

.info_links{
    max-width: 800px;
    margin: 0 auto;
    color: #404b65;
    text-align: center;
}
.info_links ul{
    list-style-type: none;
}
.info_links_active a{
    color: #FFF;
    font-size: 0.9rem !important;
}
.info_links_active a:hover{
    color: #5e687d;
    font-size: 0.9rem !important;
}
@media(max-width:2500px){
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {padding-right:0!important;padding-left:0!important; }

@media(max-width:600px){
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {max-width: 377px; padding: 0 20px;}
    .navbar-dark .navbar-nav .nav-link {
    margin-left: 0px;
    padding: 10px;
    }
    .nav {padding: 0;}
    .buying-list {
        padding-left:30px!important;
        padding-right:30px!important;
        padding-bottom: 20px!important;
    }
    .buying-price {
        padding-top: 10px!important;
    }
    .featured{
        width: 100%;
        margin-top: 20px!important;
        margin-left: 0!important;
    }
    .featured .ms-4{
        margin-left: 0!important;
    }
}
