:root {
    --theme_color: #004e2c;
    --subtheme_color: #f29515;
    --title_color: #161616;
    --p_color: rgb(155, 161, 130)
  }
  :root {
    --title_color: #292929;
    --content_color: #9ba182;
    --gap: 20px;
  }
  body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .flex_50>*{
    width: 50%;
  }
  a,
  h3 {
    font-family: "Fira Sans", sans-serif;
  }
  .head span.subtitle {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: var(--theme_color);
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
  }
  .head h1 {
    color: var(--theme_color);
    font-family: "Fira Sans", sans-serif;
  }
  .head h2 {
    font-size: 3rem;
    line-height: 1;
    color: var(--title_color);
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
  }
  .head p {
    color: var(--content_color);
    line-height: 1.5;
  }
  .head a {
    color: var(--theme_color);
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
  }
  .head .divider {
    width: min(60px, 50%);
    height: 3px;
    background-color: var(--theme_color);
    margin: 10px 0;
  }
  .gap {
    gap: var(--gap);
  }
  .btn {
    display: inline-block;
    vertical-align: top;
    border: 3px solid var(--theme_color);
    color: var(--theme_color);
    font-size: 24px;
    line-height: 1;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }
  .btn:hover {
    color: #fff;
    background-color: var(--theme_color);
  }
  header {
    height: 110px;
    position: relative;
  }
  ul {
    list-style: none;
  }
  a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem;
  }
  i {
    font-style: normal;
  }
  .swiper_box {
    position: relative;
  }
  .swiper_content {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden;
  }
  button,
  input,
  textarea {
    outline: none;
    border: none;
    font-family: unset;
  }
  input[type="submit"],
  button {
    cursor: pointer;
  }
  .full-content{
    max-width: 1920px;
    margin: 0 auto;
  }
  textarea {
    resize: none;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: unset;
  }
  .center {
    text-align: center;
  }
  .small_content{
    max-width: 1220px;
    margin: 0 auto;
  }
  .large_content{
    max-width: 1280px;
    margin: 0 auto;
  }
  .flex_start {
    justify-content: flex-start;
  }
  .flex_center {
    justify-content: center;
  }
  .flex_end {
    justify-content: flex-end;
  }
  .flex_top {
    align-items: flex-start;
  }
  .flex_middle {
    align-items: center;
  }
  .flex_bottom {
    align-items: flex-end;
  }
  .circle_text{
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--theme_color);
  }
  .circle_text:before{
    content: '';
    width: 14px;
    height: 14px;
    background: url('../img/circle.svg') no-repeat center/contain;
    margin-right: 10px;
    transform: translateY(1px);
  }
  body {
    color: #242424;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  }
  .head h2{
    color: #292929;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
  }
  .normal-font.head h2{
    font-family: inherit;
  }
  .head p{
    line-height: 1.5rem;
    color: var(--p_color);
    font-size: 17px;
  }
  .head h2 + p{
    margin-top: 1rem;
  }
  .full_content{
      max-width: 1920px;
      margin: 0 auto;
  }
  .section-bg{
      background-color: #F7F5E9;
  }
  .border_btn{
    padding: 12px 25px;
    border: 3px solid var(--theme_color);
    color: var(--theme_color);
    display: inline-block;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s;
  }
  .swiper_btns_po{
    display: flex;
    gap: 25px;
  }
  .swiper_btns_po>div{
    background-color: var(--theme_color);
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 0.3rem;
    transition: all 0.3s;
  }
  .swiper_btns_po>div:hover{
    filter: brightness(130%);
  }
  .swiper_btns_po>div.swiper-button-disabled{
    background-color: #336650;
    cursor: auto;
  }
  .border_btn:hover{
    color: white;
    background-color: var(--theme_color);
  }
  header .logo img{
    width: 215px;
    height: auto;
    object-fit: contain;
    display: block;
  }
  header{
    background-color: #004e2c;
  }
  header>div{
    max-width: 1920px;
    padding: 20px 40px;
  }
  header .right nav div>ul{
    display: flex;
    align-items: center;
  }
  header .right{
    flex: 1;
    padding-right: 245px;
  }
  header .right .header_top .flex{
    justify-content: right;
    color: white;
  }
  header .right .header_bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header .request_btn{
    font-family: "Arial", Sans-serif;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    line-height: 1.15;
    padding: 5px 12px 5px 12px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .headserform form#search{
    display: flex;
    align-items: center;
  }
  .headserform button.submit{
    width: 22px;
    height: 22px;
    margin-top: -1px;
    margin-left: -30px;
    margin-right: 25px;
    background: url('../img/search-icon.svg') no-repeat center/contain;
  }
  .headserform button.submit:hover{
    background:#383838;
    border:1px solid #97978D;
    border-width:1px 0 1px 0;
  }
  .headserform input#s{
    padding:4px 10px;
    border:1px solid #97978D;
    background:#383838;
    border-radius:0;
    color:#97978D;
    font-size: 17px;
    max-width: 190px;
  }
  header .right .header_top ul.flex{
    align-items: center;
    gap: 23px;
  }
  header .right .header_top .flex a{
    font-weight: 500;
    color: #97978D;
  }
  header .right .header_top{
    margin-bottom: 15px;
  }
  header .right .header_bottom .inquiry_cart + a{
    font-weight: 500;
    color: #97978D;
  }
  header .right .header_bottom .inquiry_cart{
    font-weight: 600;
    color: white;
    display: inline-block;
    padding-left: 40px;
    margin-right: 1rem;
    position: relative;
    margin-left: 100px;
  }
  header .right .header_bottom .inquiry_cart:before{
    content: "";
    width: 30px;
    height: 30px;
    background: url('../img/heart.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .right .header_bottom nav>div>ul>li{
    margin-left: 22px;
  }
  header .right .header_bottom nav>div>ul>li.menu-item-has-children:after{
    content: "";
    width: 8px;
    height: 8px;
    background: url('../img/sanjiao.svg') no-repeat center/contain;
    display: inline-block;
  }
  header .right .header_bottom nav>div>ul>li>a{
    color: white;
    font-size: 17px;
    font-weight: 700;
    font-family: "Arial", Sans-serif;
    /* font-family: "Fira Sans", sans-serif; */
  }
  footer{
    background-color: #393939;
    margin-top: 190px;
  }
  .footer_contact{
    transform: translateY(-190px);
  }
  .footer_main{
    margin-top: -120px;
    padding-bottom: 70px;
  }
  .footer_main .cols{
    flex: 1;
  } 
  .footer_main .cols.contact_infos{
    flex: 2.2;
  }
  .footer_main .cols strong{
    color: #F7F5E9;
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
  }
  .footer_main .cols a{
    color: #ccc;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 13px;
    transition: all 0.3s;
  }
  .footer_main .cols a:hover{
    color: var(--theme_color);
  }
  .footer_main .cols.contact_infos li{
    color: #ccc;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 13px;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 350px;
    padding-left: 27px;
    background: url('../img/address.svg') no-repeat left center/17px;
  }
  .footer_main .cols.contact_infos li.email{
    background-image: url('../img/email.svg');
  }
  .footer_copyright{
    background-color: #333333;
    padding: 28px 0;
  }
  .footer_copyright a, .footer_copyright p{
    color: #ccc;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .footer_copyright ul{
    display: flex;
  }
  .footer_copyright ul li{
    margin-left: 1rem;
  }
  .footer_copyright ul.social li a{
    width: 18px;
    height: 18px;
    display: inline-block;
    filter: contrast(0) brightness(200);
    text-indent: -9999px;
    background: url('../img/linkedin.svg') no-repeat center/contain;
  }
  .footer_copyright ul.social li.youtube a{
    background-image: url('../img/youtube.svg');
  }
  .footer_contact .head{
    padding: 65px 115px;
    background-color: var(--theme_color);
  }
  .footer_contact h2{
      color: white !important;
  }
  .footer_contact .head p{
      color: white;
  }
  .footer_contact .head .border_btn{
      color: white;
      border-color: white;
      margin-top: 43px;
      font-weight: 400;
      font-size: 22px;
      border-width: 2px;
  }
  .footer_contact .head .border_btn:hover{
      background-color: white;
      color: var(--theme_color);
  }
  .why_banner.large .flex{
    padding-top: 100px;
    padding-bottom: 150px;
  }

  
.why_banner {
  background: no-repeat center / cover;
}
.why_banner .flex {
  padding: 4rem 0;
  min-height: 406px;
}
.why_banner .head {
  display: grid;
  gap: var(--gap);
  padding-bottom: 2.632%;
}
.why_banner h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}
.why_banner .breadcrumbs {
  padding: 20px;
}
.why_banner .breadcrumbs span {
  color: var(--content_color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 24px;
}
.why_banner .breadcrumbs span a {
  color: var(--content_color);
  font-size: 16px;
  display: block;
  line-height: 24px;
  transition: all 0.3s;
  font-weight: normal;
}
.why_banner .breadcrumbs span{
  font-size: 16px;
  color: var(--theme_color);
}
.why_banner .breadcrumbs span a:hover {
  color: #79873e;
}
.why_banner .breadcrumbs span span:last-child a {
  color: #79873e;
}

.categories_main{
  padding-top: 70px;
  padding-bottom: 27px;
}
.categories_main .categories_product{
  margin-top: 100px;
}
.categories_product ul{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px 20px;
}
.categories_product ul.grid3{
  grid-template-columns: repeat(3,1fr);
}
.categories_product ul li{
  text-align: center;
}
.categories_product ul li .img{
  border: solid 1px #e9e7db;
  aspect-ratio: 263/197;
  margin-bottom: 10px;
}
.categories_product ul li .img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.accessory_source{
  padding: 60px 0 85px;
  background-color: rgb(252, 252, 247);
}
.accessory_source .flex>div{
  width: 50%;
}
.accessory_source .flex .right{
  margin-left: 60px;
}
.accessory_source .flex .left p{
  margin-bottom: 30px;
}
.accessory_source .flex .left h2{
  color: #292929;
    font-size: 48px;
    font-weight: 700;
}
.accessory_source .flex .left strong{
  color: var(--theme_color);
    font-family: "Fira Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.page_banner {
  background: no-repeat center / cover;
}
.page_banner .flex {
  padding: 4rem 0;
  min-height: 406px;
}
.page_banner.small .flex{
  min-height: unset;
}
.page_banner.small .flex h1{
  font-weight: 700;
}
.page_banner.small .head{
  padding-bottom: 0;
}
.page_banner .head {
  display: grid;
  gap: var(--gap);
  padding-bottom: 2.632%;
}
.page_banner h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}
.page_banner .breadcrumbs {
  padding: 20px;
}
.page_banner .breadcrumbs span {
  color: var(--content_color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 24px;
}
.page_banner .breadcrumbs span a {
  color: var(--content_color);
  font-size: 14px;
  display: block;
  line-height: 24px;
  transition: all 0.3s;
  font-weight: normal;
}
.page_banner .breadcrumbs span a:hover {
  color: #79873e;
}
.page_banner .breadcrumbs span span:last-child a {
  color: #79873e;
}
body .wpcf7-spinner{
  width: 24px !important;
  margin-left: 0;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  margin-top: -3rem;
}
header .right .header_bottom nav>div>ul>li{
  position: relative;
}
header .right .header_bottom nav>div>ul>li .sub-menu{
  position: absolute;
  left: -25px;
  top: calc(100% + 23px);
  padding: 1.5rem;
  background-color: white;
  display: block;
  z-index: 50;
  width: max-content;
  display: none;
}
header .right .header_bottom nav>div>ul>li .sub-menu li{
  margin-bottom: 1rem;
}
header .right .header_bottom nav>div>ul>li .sub-menu li:last-of-type{
  margin-bottom: 0;
}
header .right .header_bottom nav>div>ul>li .sub-menu a{
  display: block;
  color: var(--p_color);
  transition: all 0.3s;
}
header .right .header_bottom nav>div>ul>li .sub-menu a:hover{
  color: var(--theme_color);
}


.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  /* transition: all 0.3s; */
}
.modal-q .modal{
  visibility: visible;
}
.modal .modalcontent{
  width: 1000px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  top: -150%;
  transition: all 0.4s;
}
.modal-q .modal .modalcontent{
  top: 50%;
}
.modal .overlay{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  /* display: none; */
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.modal-q .modal .overlay{
  display: block;
  opacity: 1;
}
.quote-content .form form{
  gap: 0;
}
.quote-content>.flex{
  align-items:stretch;
}
.quote-content .left{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 3.5rem;
  background: url(../img/inside-page-banner.webp) no-repeat center/cover; 
}
.quote-content .left .logo{
  width: 200px;
  display: inline-block;
  height: 70px;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  background: url('../img/logo.svg') no-repeat center/contain;
}
.quote-content .left strong{
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.quote-content .right{
  width: 52%;
  padding: 4rem 3rem 4rem 0rem;
  padding-left: 4%;
  position: relative;
  max-height: 670px;
  overflow: auto;
}
.quote-content form label, .quote-content form>p{
  width: 100%;
  display: block;
}
.quote-content form label{
  font-size: 15px;
  display: flex;
  flex-flow: wrap;
}
.quote-content form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  margin-bottom: .5rem;
}
form.wpcf7-form.submitting{
  position: relative;
}
form.wpcf7-form.submitting:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center/45px;
  background-color: rgba(255, 255, 255, 0.7);
}
.quote-content form input:not([type="checkbox"]){
  border: 1px solid rgba(0,0,0,.1);
}
.quote-content form input:not([type="checkbox"]), .quote-content form select{
  width: 100%;
  font-size: 0.875rem;
  padding: 0.8rem 1.25rem;
  border-radius: 0.3125rem;
  font-size: 15px;
  margin-bottom: 0.6rem;
}
.quote-content form .wpcf7-not-valid-tip{
    margin-top: 0rem;
    margin-bottom: .6rem;
    font-size: 13px;
}


.quote-content form select{
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  color: #777;
}

.quote-content form textarea{
  width: 100%;
  font-size: 15px;
  padding: 0.8rem 1.25rem;
  height: 130px;
  border: 1px solid rgba(0,0,0,.1);

  border-radius: 0.3125rem;
}
.quote-content form .flex2{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.quote-content form input[type="submit"]{
  background-color: var(--theme_color);
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0rem;
  transition: all 0.3s;
}
.quote-content form input[type="submit"]:hover{
  filter: brightness(1.1);
}
.quote-content p.tip{
  font-size: 12px;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.quote-content .wpcf7-spinner{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
body .quote-content .wpcf7 form.invalid .wpcf7-response-output, body .quote-content .wpcf7 form.unaccepted .wpcf7-response-output, body .quote-content .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
}
body .quote-content .wpcf7 form .wpcf7-response-output{
  padding: 0;
  font-size: 14px;
  border: none;
  margin-top: 0;
  margin: 0;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transform: scale(0);
  text-align: center;
  z-index: 9;
}
.empty_img{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}


.design_step .content div.con:nth-of-type(2n) .left {
  order: unset !important;
  padding: 0px 1.8rem 0px 0px !important;
  }
 .design_step .content div.con:nth-of-type(2n) .right {
  padding: 0px 0px 0px 2rem !important;
  }
  .design_concept2{
    padding-bottom: 0 !important;
  }


  .header_menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 37px 40px;
    background-color: #f7f5e9;
  }
  .header_menu .container>.flex{
    gap: 1rem;
  }
  .header_menu .left{
    width: 16%;
  }
  .header_menu .right{
    width: 84%;
    padding-top: 17px;
  }
  .header_menu .left .img{
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
  }
  .header_menu .left .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    object-fit: cover;
  }
  .header_menu .left .img span{
    font-weight: 700;
    color: #fff;
    background-color: var(--theme_color);
    display: block;
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  
  .header_menu .nav strong a{
    font-size: 18px;
    font-family: "Fira Sans", Sans-serif;
    color: #292929;
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding-bottom: 6px;
    text-transform: uppercase;
  }
  .header_menu .nav{
    display: flex;
    gap: 30px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--theme_color);
  }
  .header_menu .right .link_list ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px 0;
  }
  .header_menu .nav strong a:hover{
    border-color: var(--theme_color);
    color: var(--theme_color);
  }
  .switch-list{
    display: none;
  }
  .switch-list.active{
    display: block;
  }
  .header_menu{
    display: none;
  }
  .grecaptcha-badge{
    visibility: hidden;
  }

  .design_intro h2,.design_custom h2{
    padding-bottom: 35px;
    margin-bottom: 30px;
    position: relative;
  }
  .design_intro h2::after, .design_custom h2::after{
    content: "";
    width: 90px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: var(--theme_color);
}