/* products */
.productsBg {
  background: #FFF;
}
.productsBg h1 {
  font-weight: 700;
}
.productsBg h2 {
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 24px;
}
.productsBg .pageFv {
  background: no-repeat center center url("/img/productsFVBg.png");
  background-size: cover;
  width: 100vw;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.productsBg .pageFv a {
  font-weight: 700;
  color: #fff;
  background: #2F9A81;
  padding: 20px 30px;
  font-size: 1.2rem;
}
.productsBg .pageFv a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-image: url("/img/iconDocs.svg");
  background-size: contain;
  vertical-align: middle;
}
.productsBg .pageTag {
  width: 100vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.productsBg .pageTag .secInner {
  background: #2F9A81;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 680px) {
  .productsBg .pageTag .secInner {
    height: auto;
    padding: 15px 0;
	flex-wrap: wrap;
  }
}
.productsBg .pageTag .secInner a {
  color: #fff;
  padding: 0 20px;
}
@media (max-width: 680px) {
  .productsBg .pageTag .secInner a {
    padding: 0 10px;
    font-size: 0.9rem;
  }
}
.productsBg .pageTag .secInner a::before {
  content: "#";
}
.productsBg .pageTag::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50px 0 0;
  border-color: #2f9a81 transparent transparent transparent;
}
@media (max-width: 680px) {
  .productsBg .pageTag::after {
    content: none;
  }
}
.productsBg .pageTag::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 50px;
  border-color: transparent transparent #2f9a81 transparent;
}
@media (max-width: 680px) {
  .productsBg .pageTag::before {
    content: none;
  }
}
.productsBg .pageContents {
  padding: 20px 0 0 0;
}
.productsBg .productsAbout {
  width: 100%;
  border-radius: 30px;
  background: #F0F0F0;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 13px -3px rgba(111, 111, 111, 0.6);
  margin: 50px 0 0;
}
@media (max-width: 680px) {
  .productsBg .productsAbout {
    display: block !important;
    width: 90vw;
    margin: 0 auto;
  }
}
.productsBg .productsAbout div {
  width: 50%;
}
@media (max-width: 680px) {
  .productsBg .productsAbout div {
    width: 100%;
  }
}
.productsBg .productsAbout .productsLogo {
  background: #FFF;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .productsBg .productsAbout .productsLogo {
    border-radius: 30px 30px 0 0;
  }
}
.productsBg .productsAbout .productsDetail {
  padding: 40px;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productsBg .productsAbout .productsDetail p {
  font-size: 20px;
  line-height: 1.66;
}
.productsBg .productsSec {
  width: 100vw;
}
.productsBg .productsSec:nth-child(odd) {
  background: #F0F0F0;
}
.productsBg .productsSec .secInner {
  width: 750px;
  padding: 100px 0;
}
@media (max-width: 1010px) {
  .productsBg .productsSec .secInner {
    width: 90vw;
  }
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner {
    padding: 50px 0;
  }
}
.productsBg .productsSec .secInner img {
  margin: 20px 0;
}
.productsBg .productsSec .secInner iframe {
  margin: 0 auto;
}
.productsBg .productsSec .secInner h3, .productsBg .productsSec .secInner .prodhead {
  font-size: var(--textHeadingBig);
  font-weight: 700;
  color: #2F9A81;
  text-align: center;
  border-top: solid 1px #2F9A81;
  border-bottom: solid 1px #2F9A81;
  padding: 30px 0;
  line-height: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner h3, .productsBg .productsSec .secInner .prodhead {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.productsBg .productsSec .secInner h4 {
  font-size: var(--textHeadingMid);
  font-weight: 700;
  border-left: solid 5px #2F9A81;
  padding: 0 0 0 20px;
  margin: 30px 0 10px;
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner h4 {
    font-size: 1.1rem;
  }
}
.productsBg .productsSec .secInner ul {
  list-style: disc;
  padding: 10px 0 0 10px;
  margin-left: 16px;
}
.productsBg .productsSec .secInner ol {
  list-style: decimal;
  padding: 10px 0 0 10px;
  margin-left: 16px;
}
.productsBg .productsSec .secInner ol.olBig li::marker {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2f9a81;
}
.productsBg .productsSec .secInner ol.olBig li span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2f9a81;
}
.productsBg .productsSec .secInner table {
  margin: 30px 0;
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner table {
    border: solid 1px #AFAFAF;
  }
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner table tr {
    display: flex;
    flex-direction: column;
	height: auto!important;
  }
}
.productsBg .productsSec .secInner table tr th {
  border: solid 1px #AFAFAF;
  background: #DEF2ED;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner table tr th {
    border: none;
    border-bottom: solid 1px #AFAFAF;
    width: 100%!important;
    height: 100%!important;
  }
}
.productsBg .productsSec .secInner table tr td {
  border: solid 1px #AFAFAF;
}
@media (max-width: 680px) {
  .productsBg .productsSec .secInner table tr td {
    width: 100% !important;
	height: auto!important;
    display: block;
    border: none;
    border-bottom: solid 1px #AFAFAF;
  }
}
.productsBg .productsSec .secInner table tr td:nth-of-type(n) {
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
}
.productsBg .productsSec .secInner table tr td:nth-of-type(1) {
  background: #DEF2ED;
  font-weight: 700;
  padding: 20px;
  vertical-align: middle;
}
.productsBg .productsSec .secInner .MarkLogic tbody tr {
  flex-direction: inherit;
}
.productsBg .productsSec .secInner .MarkLogic tbody tr td {
  background: #ffffff;
  font-size: 0.9em;
}
.productsBg .productsSec .secInner .MarkLogic tbody tr td:nth-of-type(1) {
  font-weight: 400;
}
.productsBg .productsSec .secInner .MarkLogic tbody tr:nth-of-type(1) td {
  background: #DEF2ED;
  font-size: 1em;
}
.productsBg .productsSec .secInner .MarkLogic tbody tr:nth-of-type(1) td img {
  width: auto;
  margin: 0 auto;
  mix-blend-mode: darken;
}
.productsBg .productsSec .secInner .MarkLogic2 tbody tr td {
  background: #ffffff;
  font-size: 0.9em;
}
.productsBg .productsSec .secInner .MarkLogic2 tbody tr td:nth-of-type(1) {
  font-weight: 400;
}
.productsBg .productsSec .secInner .MarkLogic2 tbody tr img {
  width: auto;
  margin: 0 auto;
  mix-blend-mode: darken;
}
.productsBg .productsPoint .secInner ul {
  list-style: circle;
}
.productsBg .productsPoint .secInner p {
  padding: 10px 0;
}
.productsBg .pageContact {
  background: no-repeat center center url("/img/productContactBg.jpg");
  background-size: cover;
  width: 100vw;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productsBg .pageContact a {
  background: #fff;
  padding: 30px 50px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2f9a81;
  display: table;
  text-indent: -90px;
}
@media (max-width: 680px) {
  .productsBg .pageContact a {
    font-size: 1rem;
    margin-left: 5vw;
  }
}
.productsBg .pageContact a::before {
  content: "";
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  height: 1px;
  background-color: #2F9A81;
  vertical-align: middle;
}
.productsBg .pageContact a img {
  height: 16px;
  width: auto;
}
@media (max-width: 680px) {
  .productsBg .pageContact a img {
    height: 12px;
  }
}/*# sourceMappingURL=product.css.map */