html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--primary:#006241;
--title:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.swiper_home_banner {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
div .swiper-slide {
 height: auto;
 }
.home_banner .swiper-slide {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.content {
 max-width: 120rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex_bottom {
 align-items: flex-end;
 }
.home_banner .main {
 height: 70rem;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 align-items: flex-end;
 padding-bottom: 2rem;
 }
@media screen and (max-width: 768px){
.home_banner .main {
 height: 50rem;
 justify-content: flex-start;
 }}
.home_banner .main .head {
 margin-bottom: 5.5rem;
 }
@media screen and (max-width: 768px){
.home_banner .main .head {
 margin-bottom: 3rem;
 margin-top: 5rem;
 }}
.home_banner .main h1, .home_banner .main .title {
 font-size: 4rem;
 font-weight: 600;
 color: rgb(194, 194, 194);
 line-height: 1.4;
 }
@media screen and (max-width: 768px){
.home_banner .main h1 {
 font-size: 25px;
 text-align: center;
 }}
.home_banner .main h1 span {
 font-size: 3.5rem;
 }
@media screen and (max-width: 768px){
.home_banner .main h1 span {
 font-size: 25px;
 }}
@media screen and (max-width: 768px){
.home_banner .main .img {
 margin-top: auto;
 }}
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .main.flex_middle {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
 }
.home_banner .main.flex_middle .title {
 color: var(--primary);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #006241;
  --secondary: #046240;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 120rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
div .swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  font-size: 1.5rem;
  color: white;
  padding: 0.7rem 4.4rem;
  background-color: var(--primary);
  display: inline-block;
  width: max-content;
  line-height: 1;
  transition: 0.3s;
}
.btn:hover {
  filter: brightness(120%);
}
div.pagination {
  width: auto;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 2.6rem;
}
div.pagination .swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  background-color: rgb(203, 203, 203);
  opacity: 1;
  margin: 0px 0.9rem !important;
}
div.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(4, 97, 66);
}
.swiper_home_map {
  overflow: hidden;
}
.swiper_home_map li.swiper-slide .img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper_home_map li.swiper-slide .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;
  height: 62.2rem;
  padding-top: 3rem;
}
.swiper_home_map li.swiper-slide .head p {
  font-size: 2rem;
  color: var(--primary);
  max-width: 62rem;
  line-height: 1.5;
  min-height: 6rem;
}
.swiper_home_map li.swiper-slide .head p strong {
  font-size: 2.2rem;
}
.swiper_home_map li.swiper-slide .head .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1024px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .swiper_home_map li.swiper-slide .head {
    height: 50rem;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #006241;
  --secondary: #046240;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 120rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.btn {
  font-size: 1.5rem;
  color: white;
  padding: 0.7rem 4.4rem;
  background-color: var(--primary);
  display: inline-block;
  width: max-content;
  line-height: 1;
  transition: 0.3s;
}
.btn:hover {
  filter: brightness(120%);
}
.head h2 {
}
.home_about {
  margin-top: 4.5rem;
  padding: 6.5rem 0px 3.5rem;
  background-color: rgb(239, 239, 239);
}
.home_about .head {
  padding: 0px 8rem;
}
.home_about .head h2 {
  font-size: 1.9rem;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.8;
  max-width: 82rem;
  margin-bottom: 2rem;
}
.home_about .head p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(102, 102, 102);
  max-width: 89rem;
}
.home_about p.center {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1024px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .home_about {
    padding: 3rem 0px;
    margin-top: 0px;
  }
  .home_about .head {
    padding: 0px;
  }
  .home_about p.center {
    margin-top: 3rem;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #006241;
  --secondary: #046240;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 120rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.btn_w {
  font-size: 1.5rem;
  color: var(--primary);
  padding: 0.7rem 4.4rem;
  background-color: white;
  display: inline-block;
  width: max-content;
  line-height: 1;
  transition: 0.3s;
}
.btn_w:hover {
  background-color: var(--primary);
  color: white;
}
.head h2 {
}
.more_information {
  padding: 8.7rem 0px 6.8rem;
  background-color: var(--primary);
}
.more_information .head {
  color: white;
}
.more_information .head h2 {
  margin-bottom: 3.2rem;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.more_information .head h2::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background-color: white;
  left: 0px;
}
.more_information p.center {
  margin-top: 2.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1024px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .more_information {
    padding: 5rem 0px;
  }
  .more_information .head h2 {
    margin-bottom: 2rem;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}