/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("./css2.css");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #07412b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all 0.3s;
}

.icon-button a i {
  background-color: #07412b;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #07412b;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button .button {
  display: inline-block;
  background-color: #07412b;
  border: 1px solid #fff202;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all 0.3s;
  cursor: pointer;
}

.main-button .button:hover {
  background-color: #07412b;
  color: #fff;
}
.main-button .button.active {
  background-color: #fff202;
  color: #3d3d3d;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
}
/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #07412b;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #07412b;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  /* height: 388px; */
  background-color: #fff202;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  z-index: 2;
  position: relative;
}
.sub-header .header-qrcode-row .qrcode-title {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-left: 38px;
  margin-top: 26px;
}

.sub-header .header-qrcode-row .qrcode-img {
  margin: 60px 0 40px 0;
  width: 170px;
  height: 60px;
}

.sub-header .header-qrcode-row .qrcode-info {
  margin-top: 54px;
}
.sub-header .header-qrcode-row .qrcode-info i {
  width: 24px;
  height: 26px;
  margin-right: 12px;
}
.sub-header .header-qrcode-row .qrcode-info li {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.sub-header .header-qrcode-row .qrcode-info li:last-child {
  margin-bottom: 34px;
}
.sub-header .header-qrcode-row .qrcode-qr-img {
  margin-top: 20px;
  width: 172px;
  height: 166px;
}
.sub-header .info li {
  cursor: pointer;
}
.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #07412b;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #07412b;
  margin-right: 8px;
}

.background-sub-header {
  height: 45px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 101;
}
.background-header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  height: 80px !important;
  position: fixed !important;
  top: 40px !important;
  left: 0;
  right: 0;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important; */
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav .logo img {
  height: 54px;
  margin-top: 24px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: 0.25px;
}

/* .header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
} 

.header-area .main-nav .nav li:last-child a i {
  background-color: #07412B;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}*/

.header-area .main-nav .nav li:hover a {
  color: #07412b;
  font-weight: bold;
}

.header-area .main-nav .nav li a.active {
  color: #07412b;
  font-weight: bold;
  position: relative;
}
.header-area .main-nav .nav li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background: #07412b;
}
.background-header .main-nav .nav li a.active {
  color: #07412b;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav .logo img {
  margin-top: 16px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible {
  display: inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 49px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #07412b !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .logo img {
    margin-top: 16px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* dropdown Area */
.dropdown-menu {
  overflow: auto;
  max-height: 581px;
}
.dropdown-menu .search-form {
  margin-bottom: 50px;
}
.dropdown-menu .search-form .row {
  justify-content: center;
}
.dropdown-menu .search-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: transparent;
  border: 1px solid #64a5a5;
  font-size: 14px;
  padding: 0px 15px;
  margin-right: 27px;
  color: #bbbbbb;
}

.dropdown-menu .search-form .orange-button {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  width: 100%;
  height: 100%;
}

.dropdown-menu .search-form .orange-button .img {
  width: 29px;
  height: 29px;
  margin-right: 8px;
}

.dropdown-menu .series .name {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 36px;
}
.dropdown-menu .series a {
  height: fit-content !important;
}
.dropdown-menu .series .series-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dropdown-menu .series .series-item {
  flex-shrink: 0;
  margin-bottom: 27px;
  height: fit-content;
}
.dropdown-menu .container {
  min-height: 581px;
}
.dropdown-menu .series .long {
  width: 33px;
  height: 151px;
}

.dropdown-menu .series .width {
  width: 101px;
  height: 41px;
}
.dropdown-menu .series .item-name {
  margin-top: 23px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}

.dropdown-menu .last-button {
  margin-top: 47px;
  margin-bottom: 47px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #64a5a5;
  position: relative;
  cursor: pointer;
  font-weight: normal !important;
}
.dropdown-menu .last-button::after {
  content: "";
  position: absolute;
  left: calc(50% - 52px);
  bottom: -10px;
  width: 104px;
  height: 2px;
  background: #64a5a5;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 20% 320px 20%;
  margin-top: 0px;
}

.main-banner .item span.category {
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 19px;
}

.main-banner .item h2 {
  font-family: Microsoft YaHei;
  font-size: 64px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 0px;
}

.main-banner .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 35%;
}

.main-banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin-right: 22px;
  transition: all 0.5s;
  opacity: 1 !important;
}

.main-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #07412b;
  border: 1px solid #fff202;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/
.featured {
  background: #53565a;
  padding: 80px 80px 25px 80px;
  margin-top: 0 !important;
}
.featured .section-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
}

.featured .search-form {
  margin-top: 67px;
  margin-bottom: 77px;
}

.featured .search-form .row {
  justify-content: center;
}
.featured .search-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
  margin-right: 27px;
  color: #bbbbbb;
}

.featured .search-form button {
  background-color: #1e1e1e;
  width: 100%;
  height: 44px;
  border-radius: 22px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  border-radius: 170px;
  background: #07412b;
  box-sizing: border-box;
  border: 1px solid #fff202;
}

.featured .search-form button:hover {
  background-color: #07412b;
}
.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-bottom: 55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #07412b;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  margin-top: 0;
  /* background-image: url(../images/video-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 100px 0px;
  position: relative;
}
.video .title {
  margin-top: 30%;
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 51px;
}
.video .sub-title {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 38px;
}
.video .more-button {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  width: 191px;
  height: 61px;
  padding: 19px 32px;
  border-radius: 22px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  border-radius: 170px;
  box-sizing: border-box;
}
.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #07412b;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
comment Style
--------------------------------------------- 
*/

.comment {
  color: #3d3d3d;
  margin-top: 0 !important;
}

.comment .item {
  padding-top: 96px;
  padding-bottom: 175px;
}
.comment .header-title {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 94px;
  text-align: center;
}
.comment .header-comment {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 81px;
}
.comment .header-name {
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}
.comment-swiper {
  position: relative;
}

.comment .swiper-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 9px;
  background-color: #d8d8d8;
  margin-right: 18px;
  transition: all 0.5s;
  border-radius: 0;
  opacity: 1 !important;
}

.comment .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #07412b;
  border: none;
}

.comment .swiper-button-next,
.comment .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

/* 
---------------------------------------------
comment Style
--------------------------------------------- 
*/
#map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-image: url(../images/position.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.amap-icon,
.amap-icon img,
.amap-marker-content img {
  width: 25px;
  height: 34px;
}

.marker {
  position: absolute;
  top: -20px;
  right: -118px;
  color: #fff;
  padding: 4px 10px;
  box-shadow: 1px 1px 1px rgba(10, 10, 10, 0.2);
  white-space: nowrap;
  font-size: 12px;
  font-family: "";
  background-color: #25a5f7;
  border-radius: 3px;
}
#back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.address {
  z-index: 0;
  margin-top: 0;
  /* background-image: url(../images/address-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20% 0px 100px 0px;
  position: relative;
}
.address .container {
  width: none;
}
.address .title {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 41px;
}
.address .sub-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 70px;
}
.address .more-button {
  width: 182px;
  height: 45px;
  border: none;
  background: #e0e7e4;
  border-radius: 240px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #07412b;
}
/* 
---------------------------------------------
technical Style
--------------------------------------------- 
*/
.technical {
  padding: 134px 20% 60px 20%;
  position: relative;
}
.technical .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technical .title {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}
.technical .more-text {
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #07412b;
}
.technical .pic-content {
  margin-top: 93px;
}
.technical .pic-content .img {
  max-width: 100%;
  height: 344px;
  margin-bottom: 40px;
}

.technical .pic-content .title {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 40px;
  text-align: center;
}
/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #07412b;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #07412b;
  border-radius: 50%;
  content: "";
  right: -25px;
  top: -25px;
}

/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fff;
  padding: 100px 0px;
}
.best-deal .tab-content .row:nth-child(2n) {
  padding: 0px 45px;
}
.best-deal .tab-content .row:nth-child(2n + 1) {
  padding: 0px 45px;
}
.best-deal .tab-content img {
  padding: 0px 45px;
  height: 100%;
  max-height: 389px;
}

.best-deal .tab-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tab-content h4 {
  font-family: Source Han Sans;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #07412b;
  margin-bottom: 30px;
}
.best-deal .tab-content p {
  margin-bottom: 46px;
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}

/* 
---------------------------------------------
product center Style
--------------------------------------------- 
*/
.product-center .properties .item {
  /* background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px; */
  border-radius: 5px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  margin-bottom: 40px;
  padding: 10px;
}

.product-center .properties .item .img {
  border-radius: 5px;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
}
.product-center .properties .item img {
  background: #dcdcdc;
}
.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}
/* .properties .item ul  {
  min-height: 120px;
} */
.properties .item ul li {
  display: block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #07412b;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}
.properties-box {
  height: fit-content !important;
}
.product-center .properties-box {
  column-count: 3; /* 设置列数 */
  column-gap: 48px; /* 设置列间距 */
}
.product-center .properties-items {
  break-inside: avoid; /* 防止图片被分割 */
}
/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

.contact-content #contact-form button:hover {
  background-color: #07412b;
}

/* 
---------------------------------------------
page pdf Style
--------------------------------------------- 
*/

.page-pdf {
  background-color: #fff;
  /* padding: 100px 0px; */
}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background: #3d3d3d;
  min-height: 100px;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

.footer {
  color: #ffffff;
  padding: 134px 10% 60px 10%;
  position: relative;
}
.footer .title {
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.footer .img {
  margin: 60px 0 40px 0;
  width: 170px;
  height: 60px;
}
.footer .info i {
  width: 30px;
  height: 30px;
  margin-right: 35px;
}
.footer .info li {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: 290;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer .info li:last-child {
  margin-bottom: 50px;
}
.footer .qr-img {
  margin-top: 39px;
  width: 260px;
  height: 268px;
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  position: relative;
  height: 360px;
}
.page-heading .page-title {
  position: absolute;
  width: fit-content;
  left: 10%;
  bottom: 30%;
}
.page-heading .page-title .page-big-title {
  font-family: Microsoft YaHei;
  font-size: 60px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #fff;
  text-align: left;
}
.page-heading .page-title .page-small-title {
  font-family: Microsoft YaHei;
  font-size: 42px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #fff;
}

/* 
---------------------------------------------
xuanfuqiu  Style
--------------------------------------------- 
*/
.right-ball {
  position: fixed;
  top: 20%;
  right: 23px;
  z-index: 1;
}
.right-ball a {
  color: #ffffff;
}
.right-ball li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  padding: 16px;
  border-radius: 138px;
  opacity: 1;
  background: #07412b;
  border: 1px solid #fff202;
  margin-bottom: 24px;
}

/* 
---------------------------------------------
product center Style
--------------------------------------------- 
*/
.product-heading {
  /* background-image: url(../images/product.png); */
}
.product-heading .page-title {
  position: absolute;
  width: fit-content;
  left: auto;
  right: 10%;
  bottom: 10%;
}
.product-heading .page-title .page-big-title {
  color: #35353c;
}
.product-heading .page-title .page-small-title {
  color: #35353c;
}
.properties .search-form {
  margin-bottom: 32px;
}
.properties .search-form .search-form-content {
  padding: 44px 0;
}
.properties .search-form .search-form-content .search-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.properties .search-form .search-form-content .search-item label {
  flex-shrink: 0;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-right: 12px;
}

.properties .search-form .btn-right-line .btn-right {
  text-align: right;
}
.properties .search-form .button {
  display: inline-block;
  background: #07412b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0px 30px;
  transition: all 0.3s;
  border: none;
}
.properties .search-form .button a {
  color: #fff;
}

.properties .search-form .button:not(:last-child) {
  margin-right: 16px;
  background: #fff202;
  color: #35353c;
}
.properties .search-form .button:not(:last-child) a {
  color: #35353c;
}
.properties .search-form .search-form-content input,
.properties .search-form .search-form-content select,
.properties .search-form .search-form-content textarea {
  width: 100%;
  height: 44px;
  border-radius: 7.5px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0px 15px;
}

.properties .search-form .search-form-content button.main-button {
  width: 100%;
}

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all 0.3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #07412b;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #07412b;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li {
  display: inline-block;
  /* width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%; */
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  cursor: pointer;
}

.properties ul.pagination li:hover,
.properties ul.pagination li.is_active {
  color: #328b8b;
  /* background-color: #07412b;
  color: #fff; */
}

/* 
---------------------------------------------
product detail Style
--------------------------------------------- 
*/

.product-details {
  background: #f8f8f8;
}
.product-details .product-detail .properties-detail-box {
  border-radius: 15px;
  border: 1px solid #c2c2c2;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-details .product-detail .properties-detail-box .item {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #ffffff;
}
.product-details .product-detail .properties-detail-box .left-img-part {
  background: #dcdcdc;
}
.product-detail-heading {
  background-image: none;
  height: 10px;
  padding: 0;
}
.product-detail .chose-name-row {
  align-items: center;
  border-bottom: 3px solid #d8d8d8;
}
.product-detail .chose-name-row .chose-name-row-item {
  padding-bottom: 32px;
}
.product-detail .chosed-big-title {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-size: 42px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}
.product-detail .chosed-big-title .img {
  width: 42px;
  height: 42px;
  margin-right: 24px;
}
.product-detail .chosed-sub-title {
  margin-top: 24px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}
.product-detail .properties-detail-box {
  height: auto !important;
}

.product-detail .properties-detail-box .left-img {
  padding: 0;
  height: 100%;
}
.product-detail .properties-detail-box .search-form {
  margin-bottom: 0;
  padding-left: 0;
}
.product-detail .properties-detail-box .search-form .left-content {
  padding-left: 20px;
}
.product-detail .properties-detail-box .search-form-content {
  padding: 0;
}
.product-detail .properties-detail-box .search-form-content .search-item {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #c2c2c2;
}
.product-detail
  .properties-detail-box
  .search-form-content
  .search-item:last-child {
  border-bottom: none;
}
.product-detail .properties-detail-box .search-form-content .left-content {
  flex-shrink: 0;
  border-right: 1px solid #c2c2c2;
  width: 35%;
  min-height: 70px;
  line-height: 70px;
}
.product-detail .properties-detail-box .search-form-content .right-content {
  flex: 1;
  margin: 0;
  padding: 13px 12px;
}
.product-detail
  .properties-detail-box
  .search-form-content
  .remarks
  .left-content {
  min-height: 172px;
  line-height: 172px;
}
.product-detail .properties-detail-box .search-form-content .remarks textarea {
  min-height: 140px;
}

/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #07412b;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page.contact-list {
  text-align: center;
  background: #f6f6f6;
  padding: 95px 0;
}
.contact-page.contact-list .img {
  width: 100px;
  height: 100px;
}
.contact-page.contact-list .name {
  margin-top: 43px;
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
}
.contact-page.contact-list .desc {
  margin-top: 61px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 40px;
}

.contact-page.contact-wish {
  background: #07412b;
  padding: 95px 0;
}
.contact-page.contact-wish .row {
  text-align: center;
  align-items: center;
}
.contact-page.contact-wish img {
  height: 463px;
}
.contact-page.contact-wish .big-title {
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #ffffff;
  text-align: center;
  margin-bottom: 67px;
}
.contact-page.contact-wish .right-box {
  position: relative;
  left: -40px;
}
.contact-page.contact-wish .right-box > * {
  border-radius: 38px;
  background: #ffffff;
  padding: 52px 76px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  height: fit-content;
}
.contact-page #contact-form {
  border-radius: 10px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px; */
  padding: 30px;
  background-color: #fff;
  text-align: left;
}
.contact-page #contact-form .big-title {
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-bottom: 42px;
  text-align: left;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  /* border-radius: 22px;
  background-color: #f6f6f6;
  border: none; */
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  /* border-radius: 22px;
  background-color: #f6f6f6;
  border: none; */
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #07412b;
  /* background-color: #1e1e1e; */
  height: 44px;
  /* border-radius: 22px; */
  min-width: 174px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  margin-right: 16px;
  margin-bottom: 16px;
}
.contact-page #contact-form button:first-child {
  background-color: #fff202;
  color: #35353c;
}
.contact-page #contact-form .button-row {
  text-align: center;
}

.contact-page #contact-form button:hover {
  background-color: #07412b;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li a.active::after {
    bottom: 0;
  }
  .product-center .properties-box {
    column-count: 1; /* 设置列数 */
  }
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .contact-page.contact-wish img {
    height: auto;
  }
}

@media (max-width: 992px) {
  .product-center .properties-box {
    column-count: 2; /* 设置列数 */
  }
  .background-header {
    top: 0 !important;
  }
  .sub-header {
    display: none;
  }
  .right-ball {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .technical {
    padding: 134px 10% 100px 10%;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .contact-page.contact-wish .right-box {
    left: 3%;
    top: -25px;
    width: 94%;
  }
}

@media (max-width: 1200px) {
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

@media screen and (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
    left: 0;
    width: 100vw;
    position: fixed;
  }
  .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: rgba(53, 53, 60, 0.6);
  }
}
