:root {
  --e-global-color-primary: #339059;
  --e-global-color-secondary:#000000;
  --e-global-color-text:#ffffff;

  --e-global-color-accent:#00e3c8;
}

@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-LIGHT.TTF);
  font-weight: 100;
}
@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-MEDIUM.TTF);
  font-weight: 500;
}
@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-REGULAR.TTF);
  font-weight: 400;
}
@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-SEMIBOLD.TTF);
  font-weight: 600;
}
@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-BOLD.TTF);
  font-weight: 700;
}
* {
  font-family: poppins;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: #fff;
}
a:hover {
  color: #00e3c8;
  text-decoration: none;
}

h1 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
.selectbox {
  margin-bottom: 20px;
}
.selectbox .title {
  color: #fff;
  font-size: 14px;
}
.selectbox select {
  width: 100%;
  color: #333;
  height: 35px;
  outline: none;
  padding: 0 5px;
}

.quest-section {
  margin-top: 30px;
  width: 100%;
}
.quest-section::before {
  content: "";
  border-top: 1px solid #b6b8ba;
  width: calc(100% - 30px);
  margin: 0 15px;
  display: block;
}

.questbox {
  margin-top: 20px;
}
.questbox .qbox {
  display: flex;
}
.questbox .qbox .qnum {
  font-size: 14px;
  color: #fff;
  width: 30%;
}
.questbox .qbox .qbody {
  width: 70%;
  margin-bottom: 10px;
}
.questbox .qbox .qbody .question {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.questbox .qbox .qbody .answer {
  color: #fff;
  font-size: 12px;
}
.questbox .qbox .qbody input {
  width: 100%;
  padding: 2px 5px;
  outline: none;
}
.questbox .qbox .qbody select {
  width: 100%;
  outline: none;
  padding: 0 5px;
}
.questbox .qbox .qbody .answertxt {
  width: 100%;
  height: 30px;
  background-color: #ccc;
  padding: 5px 10px;
  font-size: 14px;
}

.btnbox {
  background-color: #339059;
  padding: 5px 20px;
  color: #fff;
  border: 0;
}

.inputbox {
  position: relative;
}

.search-input {
  background-color: transparent;
  border: 1px solid #aaa;
  padding: 10px;
  width: 100%;
}

.search-submit {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 5px;
}
.search-submit i {
  font-size: 30px;
}

.border-r {
  border-radius: 50px;
  padding: 10px 20px;
}

.modalbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  z-index: 10;
  display: none;
}
.modalbox.show {
  display: block;
}
.modalbox .mainbox {
  background-color: #fff;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.modalbox .mainbox .titlebox {
  height: 50px;
  text-align: right;
  padding: 0px 10px;
}
.modalbox .mainbox .titlebox i {
  font-size: 35px;
  cursor: pointer;
}

#formbox {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
  padding: 50px;
  margin-top: -150px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
}
#formbox .form-box .form-input {
  position: relative;
  margin-bottom: 30px;
}
#formbox .form-box .form-input input, #formbox .form-box .form-input textarea {
  width: 100%;
  border: 1px solid #dfdfeb;
  border-radius: 5px;
  height: 50px;
  padding: 0 10px;
}
#formbox .form-box .form-input textarea {
  height: 120px;
}
#formbox .form-box .form-input label.error {
  position: absolute;
  left: 0;
  top: 100%;
  color: rgba(255, 0, 0, 0.5333333333);
  font-size: 14px;
}

.swbox .swiper-button-prev, .swbox .swiper-button-next, .swbox .elementor-swiper-button-prev, .swbox .elementor-swiper-button-next, .elementor-swiper .swiper-button-prev, .elementor-swiper .swiper-button-next, .elementor-swiper .elementor-swiper-button-prev, .elementor-swiper .elementor-swiper-button-next {
  color: #339059;
}
.swbox .swiper-button-prev::after, .swbox .swiper-button-next::after, .swbox .elementor-swiper-button-prev::after, .swbox .elementor-swiper-button-next::after, .elementor-swiper .swiper-button-prev::after, .elementor-swiper .swiper-button-next::after, .elementor-swiper .elementor-swiper-button-prev::after, .elementor-swiper .elementor-swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.swbox .swiper-pagination .swiper-pagination-bullet, .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .elementor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #339059;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination .nav-links .page-numbers {
  width: 26px;
  height: 26px;
  background-color: #0e0e0e;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
.pagination .nav-links .page-numbers.current {
  background-color: #141414;
  color: #fff;
}

header {
  background-color: #000;
  display: flex;
  position: fixed;
  flex-direction: column;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}
header .top-bar {
  background-color: #000;
  line-height: 0px;
  color: #fff;
  text-align: right;
}
header .top-bar span a {
  margin-left: 20px;
  color: #fff;
}
header .logobox img {
  height: 50px;
  transition: all 0.2s;
}
header nav {
  display: flex;
  align-items: center;
}
header nav > ul {
  display: flex;
}
header nav > ul > li {
  margin: 0 10px;
}
header nav > ul > li > a {
  display: block;
  margin-top: 38px;
  padding-bottom: 38px;
  color: #fff;
  transition: all 0.2s;
}
header nav > ul > li > a:hover {
  color: #00e3c8;
}
header nav > ul > li > a.show {
  color: #00e3c8;
}
header nav > ul > li > a.show i {
  transform: rotate(180deg);
}
header nav > ul > li > a i {
  font-size: 12px !important;
  transition: all 0.5s;
  display: inline-block;
}
header.min-box .logobox img {
  height: 40px;
}
header.min-box nav > ul > li > a {
  margin-top: 20px;
  padding-bottom: 20px;
}
header.min-box .submenubox {
  top: 90px;
}
header .submenubox {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 130px;
  background-color: #141414;
  padding: 40px 0;
  z-index: 31;
}
header .submenubox ul {
  width: 20%;
  margin-right: 20px;
}
header .submenubox ul .title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
header .submenubox ul .title a {
  color: #fff;
}
header .submenubox ul li a {
  color: #fff;
}
header .submenubox ul li a:hover {
  color: #00e3c8;
}
header .submenubox form {
  padding: 40px;
  text-align: center;
}
header .submenubox form .inputbox {
  width: 50%;
  margin: 0 auto;
}
header .submenubox form input {
  color: #fff;
}
header .submenubox form button i {
  color: #fff;
}
header button.searchbtn {
  height: 35px;
  margin-left: 20px;
}
header .menu_m {
  padding: 10px 0;
}
header .menu_m i {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
header .menubox_m {
  position: fixed;
  top: 65px;
  left: -100%;
  background-color: #0e0e0e;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  height: 100%;
  transition: all 0.5s;
  z-index: 32;
}
header .menubox_m.show {
  left: 0;
}
header .menubox_m .inputbox .search-input {
  color: #fff;
}
header .menubox_m .inputbox .search-submit {
  color: #fff;
}
header .menubox_m .menu1 {
  margin-top: 30px;
  overflow-y: auto;
}
header .menubox_m .menu1 > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
header .menubox_m .menu1 > li > a {
  font-weight: bold;
  color: #fff;
}
header .menubox_m .menu1 > li i {
  color: #fff;
  cursor: pointer;
}
header .menubox_m .menu1 > li .menu2 {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  padding: 20px;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: 33;
}
header .menubox_m .menu1 > li .menu2.show {
  left: 0;
}
header .menubox_m .menu1 > li .menu2 .cb .back {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
header .menubox_m .menu1 > li .menu2 .cb i {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 20px;
  color: #fff;
}
header .menubox_m .menu1 > li .menu2 ul {
  margin: 30px 0 10px;
  color: #fff;
}
header .menubox_m .menu1 > li .menu2 ul .title {
  font-weight: bold;
  font-size: 20px;
}
header .menubox_m .menu1 > li .menu2 ul li a {
  color: #fff;
  font-size: 18px;
}

/* body {
  margin-top: 65px;
}
@media (min-width: 1280px) {
  body {
    margin-top: 100px;
  }
}
body.no-top {
  margin-top: 35px;
}
@media (min-width: 1280px) {
  body.no-top {
    margin-top: 70px;
  }
}
body.no-top .submenubox {
  top: 100px;
} */

footer .footerbox {
  background-color: #000;
  padding: 50px 0;
}
footer .footerbox .logobox {
  margin-bottom: 20px;
}
footer .footerbox .logobox img {
  height: 80px;
}
footer .footerbox pre {
  white-space: pre-line;
  color: #fff;
  font-family: poppins;
  font-weight: 100;
  overflow: hidden;
  font-size: 14px;
}
footer .footerbox .fmenu .title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer .footerbox .fmenu ul li a {
  color: #fff;
  font-size: 12px;
}
footer .copyrightbox {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.promain {
  padding-bottom: 30px;
  min-height: 600px;
}
.promain .probanner {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8666666667);
  background-blend-mode: luminosity;
}
.promain .inputbox {
  margin-bottom: 20px;
}
.promain h2 {
  margin-bottom: 50px;
}
.promain .card .imgbox {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.promain .card .imgbox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.promain .card .imgbox img:hover {
  transform: scale(1.2);
}
.promain .card .titlebox {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.promain .card .titlebox .title {
  font-size: 16px;
  font-weight: 500;
}
.promain.ject .card .imgbox img {
  object-fit: cover;
}

.catbox {
  padding: 10px;
}
.catbox .catitem {
  border-bottom: 1px solid #0e0e0e;
}
.catbox .catitem .cattitle .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}
.catbox .catitem .cattitle i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.catbox .catitem .catbody {
  display: none;
}
.catbox .catitem .catbody.active {
  display: block;
}
.catbox .catitem .catbody ul {
  padding-left: 20px;
}
.catbox .catitem .catbody ul li {
  line-height: 30px;
}

.productsw {
  height: 200px;
}
.productsw .swiper-wrapper .swiper-slide {
  text-align: center;
}
.productsw .swiper-wrapper .swiper-slide img {
  height: 100%;
}
@media (min-width: 768px) {
  .productsw {
    height: 450px;
  }
}

.ptitlebox {
  margin-top: 30px;
}
.ptitlebox .title {
  font-size: 18px;
  border-bottom: 4px solid #292929;
}
.ptitlebox .txt {
  padding: 10px 0;
	color: #fff;
}
.ptitlebox .listtxt {
  padding: 10px 20px;
  background-color: #0e0e0e;
}
.ptitlebox .listtxt li {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.ptitlebox .selecttxt {
  padding: 20px;
  background-color: #0e0e0e;
}
.ptitlebox .selecttxt .numtitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.ptitlebox .selecttxt .numtitle .num {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.ptitlebox .selecttxt .numtitle .num span {
  font-family: inherit;
	color: #fff;
}
.ptitlebox .selecttxt .numtitle .dbtn {
  display: inline-block;
  height: max-content;
  cursor: pointer;
}
.ptitlebox .selecttxt .numcard {
  margin-top: 20px;
	color: #333;
  cursor: pointer;
}
.ptitlebox .selecttxt .numcard .card-title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.ptitlebox .selecttxt .numcard .card-body select {
  width: 100%;
  color: #333;
  height: 35px;
  outline: none;
  padding: 0 5px;
}

.sobox {
  margin: 10px 0;
  color: #3d3d3d;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sobox select {
  width: 180px;
  height: 40px;
  margin-left: 10px;
  padding: 0 10px;
  outline: none;
  border-radius: 0;
}

.printmain {
  overflow: hidden;
	 background-color: #000;
}
.printmain .printbox {
  padding: 20px;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  left: -1000px;
}
.printmain .printbox .numtxtboxp {
  font-size: 25px;
}

.mzinfo {
  margin-top: 50px;
  border: 1px solid rgba(255, 0, 0, 0.6);
  padding: 10px;
  color: #f00;
}

h2.wp-block-heading {
  display: block;
}
h2.wp-block-heading::before {
  content: "";
  background-image: url(../images/h1bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
  display: block;
  position: relative;
  left: -30px;
}

.pmbx {
  margin-bottom: 20px;
}
.pmbx .thepro {
  font-weight: bold;
}

.banner {
  position: relative;
}
.banner .bannerbox {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.banner .bannerbox h1 {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 4rem;
  text-shadow: 1px 1px black;
  height: 300px;
  align-items: center;
}

.bannertitle {
  position: absolute;
  top: 50%;
  z-index: 100;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannertitle h1 {
  font-size: 4rem;
  text-shadow: 1px 1px black;
}

.downloadbox {
  margin: 20px 0;
  min-height: 600px;
}
.downloadbox .downbanner {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8666666667);
  background-blend-mode: luminosity;
}
.downloadbox .the_title {
  font-size: 30px;
  margin-top: 20px;
}
.downloadbox .dbox {
  margin: 20px 0;
}
.downloadbox .dbox .title {
  border-bottom: 5px solid #141414;
  font-size: 20px;
}
.downloadbox .dbox ul li {
  display: grid;
  grid-template-columns: 55% 20% 20% 5%;
  padding: 10px;
  margin: 10px 0;
  background-color: #0e0e0e;
}
.downloadbox .dbox ul li:hover {
  background-color: #0e0e0e;
  color: #fff;
}
.downloadbox .dbox ul li:hover i {
  color: #fff;
}

.catalog ul {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: start;
}
.catalog ul li {
  background-color: transparent !important;
  display: flex !important;
}
.catalog ul li a .imgbox img {
  width: 100%;
}
.catalog ul li a .ititle {
  margin-top: 10px;
  text-align: center;
}
.catalog ul li:hover {
  background-color: transparent !important;
  color: #000 !important;
}
@media (max-width: 768px) {
  .catalog ul {
    grid-template-columns: 50% 50%;
  }
}

.project {
  margin: 150px 0;
  color: #ffffff;
}
.project .infobox {
  margin-bottom: 50px;
}
.project h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 50px;
}
.project p {
  font-size: 14px;
  line-height: 18px;
}
.project p span {
  font-weight: bold;
}
.project .btnbox {
  margin-top: 50px;
  display: inline-block;
}

.grid-item {
  width: calc(33.3333% - 10px);
  overflow: hidden;
  cursor: pointer;
}
.grid-item img {
  object-fit: cover;
  transition: all 0.2s;
  object-position: center center;
}
.grid-item:nth-child(4n-7) {
  width: calc(66.6666% - 10px);
}
.grid-item:hover img {
  transform: scale(1.2);
}

.modalbox .bodybox {
  height: calc(100% - 100px);
  background-color: #000;
}
.modalbox .bodybox .swiper {
  height: 100%;
}
.modalbox .bodybox .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.modalbox .bodybox .swiper .swiper-button-prev::after, .modalbox .bodybox .swiper .swiper-button-next::after {
  color: #339059;
  font-size: 25px;
  font-weight: bold;
}
.modalbox .footbox {
  position: relative;
  height: 50px;
}
.modalbox .footbox .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  width: 15px;
  height: 15px;
}

.blogmain {
  margin: 50px 0;
  min-height: 800px;
}
.blogmain .blogbanner {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8666666667);
  background-blend-mode: luminosity;
}
.blogmain .blogcattitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.blogmain .blogcatbox .catitem {
  margin: 10px 0;
}
.blogmain .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.blogmain .card .titlebox {
  padding: 10px;
}
.blogmain .card .titlebox .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blogmain .conttxt {
  margin-top: 20px;
}

.bkmain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 99;
  display: none;
}
.bkmain.show {
  display: block;
}

.uibox {
  position: fixed;
  width: 400px;
  height: 300px;
  background-color: #fff;
  top: calc(50% - 150px);
  left: calc(50% - 200px);
  z-index: 100;
  border-radius: 10px;
  padding: 30px;
}
.uibox .closebtn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}
.uibox .titlebox {
  margin-bottom: 20px;
}
.uibox .bodybox {
  margin-top: 10px;
}
.uibox .bodybox .form-input {
  margin-bottom: 20px;
}
.uibox .bodybox .form-input input {
  width: 100%;
  padding: 5px 10px;
}
.uibox .bodybox .btnbox {
  text-align: center;
  width: 100%;
}
.uibox .bodybox .linkbox {
  margin-top: 20px;
  text-align: right;
}

.regmain .registerbox {
  height: 400px;
}/*# sourceMappingURL=style.css.map */