 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
} 

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.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;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #043274;
  --subtheme_color: #28b6ef;
  --hover_color: #0077b5;
  --title_color: #242424;
  --subtitle_color: #25292d;
  --bg_color: linear-gradient(to right, #043274, #28b4ed);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.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;
}
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;
}
.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;
}
body {
  /* font-family: 'Verdana', sans-serif; */
}
.only_mobile {
  display: none;
}

.head .subtitle {
  color: var(--subtheme_color);
}
.head h2 {
  color: var(--title_color);
  font-size: 46px;
  font-weight: 700;
  line-height: 62px;
}
.head h2 sup {
  font-size: 26px;
}
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-image: var(--bg_color);
  border-radius: 24px;
  padding: 1rem 2rem;
  transition: all 0.3s;
}
.button:hover {
  filter: brightness(1.2);
}
.button_more {
  display: inline-block;
  line-height: 1;
  background-color: #ebeff4;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  color: var(--title_color);
  font-size: 20px;
  padding: 21px 70px 23px 45px;
  transition: all 0.3s;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.button_more::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: var(--bg_color);
  transition: all 0.3s;
  opacity: 0;
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  padding: 21px 57.5px 23px;
}
.button_more:hover::before {
  opacity: 1;
}
.button_more:hover::after {
  right: 0;
  transform: translateX(100%);
  opacity: 0;
}
.button_to {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-image: var(--bg_color);
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  padding: 21px 74px 23px 42px;
  overflow: hidden;
  white-space: nowrap;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.button_to:hover {
  filter: brightness(1.2);
  padding: 21px 58px 23px;
}
.button_to:hover::after {
  opacity: 0;
  right: 0;
  transform: translateX(100%);
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 1rem;
}
div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  transition: all 0.2s linear;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #25292d;
  background-color: #25292d;
}
div.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  width: 1rem;
  height: 1rem;
}
.swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1766px;
  z-index: 2;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/right-w.svg);
}
.swiper_btns_full {
  display: flex;
  gap: 24px;
}
.swiper_btns_full div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #eaeaea;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full div:hover {
  filter: brightness(1.3);
}
.swiper_btns_full div::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: var(--bg_color);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.swiper_btns_full div.swiper-button-disabled {
  cursor: default;
}
.swiper_btns_full div.swiper-button-disabled:hover {
  filter: brightness(1);
}
.swiper_btns_full div.swiper-button-disabled::before {
  opacity: 0;
}
.swiper_btns_full div.swiper-button-disabled::after {
  filter: none;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/right-b.svg);
}
.parallax-mirror {
  z-index: 1 !important;
}


.product_nav {
  background-color: #050e3d;
  margin-top: -1px;
}
.product_nav ul {
  display: flex;
  justify-content: center;
}
.product_nav ul li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.product_nav ul li a {
  color: #fff;
  opacity: 0.85;
  font-size: 20px;
  display: block;
  position: relative;
  z-index: 2;
  padding: 39.5px 40px;
}
.product_nav ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/text_nav/assets/img/product-nav-mask.svg) no-repeat bottom center / cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.product_nav ul li a:hover {
  opacity: 1;
}
.product_nav ul li a:hover::after {
  opacity: 1;
}
.product_nav ul li.active a {
  font-weight: 700;
  opacity: 1;
}
.product_nav ul li.active a::after {
  opacity: 1;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }
      .swiper_content {
        padding: 10px 1.2rem;
      }
      .obly_mobile {
        display: block;
      }
      .head .subtitle {
        font-size: 14px;
      }
      .head h1 {
        font-size: 25px;
        line-height: 1.5;
      }
      .head h2 {
        font-size: 22px;
        line-height: 1.5;
      }
      .head h2 sup {
        font-size: 12px;
      }
      .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
      }
      .button_more {
        font-size: 14px;
        padding: 14px 3rem 14px 22px;
        white-space: nowrap;
      }
      .button_more::after {
        width: 2rem;
        height: 2rem;
        top: 5px;
        right: 5px;
      }
      .button_more:hover {
        padding: 14px 35px;
      }
      .button_to {
        font-size: 14px;
        padding: 14px 3rem 14px 22px;
        white-space: nowrap;
      }
      .button_to::after {
        width: 2rem;
        height: 2rem;
        top: 5px;
        right: 5px;
      }
      .button_to:hover {
        padding: 14px 35px;
      }
      div.swiper-pagination {
        gap: 1rem;
      }
      div.swiper-pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
      }
      div.swiper-pagination .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
      }


      .product_nav ul {
        overflow: auto;
        justify-content: flex-start;
      }
      .product_nav ul::-webkit-scrollbar {
        display: none;
      }
      .product_nav ul li a {
        font-size: 14px;
        padding: 1rem;
        white-space: nowrap;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 20px;
    max-width: 1460px;
  }
  .swiper_btns_full div {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1180px;
    padding: 10px;
  }
  .swiper_btns_full div {
    width: 50px;
    height: 50px;
  }
  .product_nav ul{
    justify-content: left;
    overflow: auto;
  }
  .sub_nav ul li a{
    font-size: 18px;
  }

  .product_nav ul::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .product_nav ul::-webkit-scrollbar-track {
    background: #495cbd33;
    border-radius: 10px;
  }
  .product_nav ul::-webkit-scrollbar-thumb {
    background: var(--theme_color);
    border-radius: 10px;
  }
  .product_nav ul::-webkit-scrollbar-thumb:hover {
    background: var(--theme_color);
    border-radius: 10px;
  }
  .product_nav ul::-webkit-scrollbar-thumb:active {
    background: var(--theme_color);
    border-radius: 10px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 980px;
  }
  .swiper_btns_full div {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 766px;
  }
  .head h2 {
    font-size: 36px;
    line-height: 1.5;
  }
  .button_to,
  .button_more {
    zoom: 0.8;
  }
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-b.svg);
}




.hc_solution {
  padding: 50px 0 80px;
  overflow: hidden;
}
.hc_solution .head {
  min-width: 39.861%;
  margin-right: 10.5%;
}
.hc_solution .head p {
  color: #808080;
  font-size: 17px;
  line-height: 30px;
  margin: 36px 0 44px;
}
.hc_solution .head .button_more {
  padding: 21px 71px 23px 34px;
}
.hc_solution .head .button_more:hover {
  padding: 21px 52.5px 23px;
}
.hc_solution .img {
  min-width: 50%;
  height: auto;
  max-height: 647px;
  margin: 70px 0;
  overflow: hidden;
  border-radius: 20px;
  transition: all 1s;
}
.hc_solution .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }
      .hc_solution {
        padding: 50px 0 3rem;
      }
      .hc_solution .content > .flex {
        display: block;
      }
      .hc_solution .head {
        width: 100%;
      }
      .hc_solution .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin: 0.5rem 0 1.2rem;
      }
      .hc_solution .head .button_more {
        font-size: 14px;
        padding: 14px 3rem 14px 22px;
        white-space: nowrap;
      }
      .hc_solution .head .button_more::after {
        width: 2rem;
        height: 2rem;
        top: 5px;
        right: 5px;
      }
      .hc_solution .head .button_more:hover {
        padding: 14px 35px;
      }
      .hc_solution .img {
        margin: 30px 0 0;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .hc_solution .head {
    min-width: calc(51.111% - 2rem);
    margin-right: 2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }

  .hc_solution .content > .flex,
  .hc_tool .content > .flex {
    flex-wrap: wrap;
  }
  .hc_solution .head,
  .hc_tool .head {
    width: 100%;
    order: 2;
  }
  .hc_solution .left,
  .hc_tool .left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com//wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-b.svg);
}



.img_left_block{
  padding: 70px 0;
}
.img_left_block + .deco_solution{
  padding-top: 70px;
}
.img_left_block .left{
  display: flex;
  justify-content: right;
  width: 49%;
}
.deco_solution + .img_left_block .right{
  padding-left: 85px;
}
.img_left_block .left img{
  transition: all 2s;
}
.img_left_block .right{
  padding-left: 140px;
  width: 51%;
}
.img_left_block .right .head p{
  font-size: 17px;
  line-height: 30px;
  color: #808080;
  margin-top: 35px;
}
.img_left_block .right a{
  margin-top: 47px;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }



      .img_left_block{
        overflow: hidden;
        padding: 40px 0;
      }
      .img_left_block .content>.flex{
        flex-flow: wrap;
      }
      .img_left_block .left{
        width: 100%;
        order: 9;
        margin-top: 1rem;
      }
      .img_left_block .left img{
        width: 100%;
      }
      .img_left_block .right{
        width: 100%;
        padding: 0 !important;
      }
      .img_left_block .right .head p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 1rem;
      }
      .img_left_block .right a{
        margin-top: 1rem;
      }
      .img_left_block + .deco_solution{
        padding-top: 30px;
        padding-bottom: 3rem;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

  .img_left_block .left img{
    width: 100%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }

  .img_left_block .content>.flex{
    flex-flow: wrap;
  }
  .img_left_block .left{
    width: 100%;
    order: 9;
    margin-top: 2rem;
  }
  .img_left_block .right{
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (min-width: 786
 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/hc_solution/assets/img/right-b.svg);
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/img_left_block2/assets/img/right-b.svg);
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/right-b.svg);
}

.product_faq {
  padding: 80px 0 40px;
}
.product_faq .content {
  max-width: 1220px;
}
.product_faq .sy_contentfaq {
  margin-top: 70px;
}
.product_faq .sy_contentfaq button {
  display: none;
}
.product_faq .sy_contentfaq .faqs .faq .question {
  margin-bottom: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 28px 2.6389% 28px 2.95082%;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}
.product_faq .sy_contentfaq .faqs .faq .question::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--bg_color);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.product_faq .sy_contentfaq .faqs .faq .question strong {
  flex: 1;
  color: var(--title_color);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
}
.product_faq .sy_contentfaq .faqs .faq .question span {
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/faq_box/assets/img/plus.svg) no-repeat center / contain;
  transition: transform 0.3s;
}
.product_faq .sy_contentfaq .faqs .faq .answer {
  color: var(--title_color);
  font-size: 18px;
  line-height: 2rem;
  padding: 0 5.246% 40px 3.60656%;
  display: none;
}
.product_faq .sy_contentfaq .faqs .faq.active .question strong {
  color: #fff;
}
.product_faq .sy_contentfaq .faqs .faq.active .question::after {
  opacity: 1;
}
.product_faq .sy_contentfaq .faqs .faq.active .question span {
  transform: rotate(135deg);
  filter: contrast(0) brightness(20);
}
.product_faq .sy_contentfaq .faqs .faq .answer a{
  color: var(--hover_color);
  text-decoration: underline;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }

      .product_faq {
        padding: 3rem 0 5rem;
      }
      .product_faq .sy_contentfaq {
        margin-top: 2rem;
      }
      .product_faq .sy_contentfaq .faqs .faq .question {
        margin-bottom: 1rem;
        border-radius: 6px;
        padding: 0.7rem 1rem;
      }
      .product_faq .sy_contentfaq .faqs .faq .question strong {
        font-size: 14px;
        line-height: 1.5;
      }
      .product_faq .sy_contentfaq .faqs .faq .question span {
        width: 14px;
        height: 14px;
      }
      .product_faq .sy_contentfaq .faqs .faq .answer {
        font-size: 13px;
        line-height: 1.7;
        padding: 0 1rem 1.5rem;
      }
      .product_faq .sy_contentfaq .faqs .faq .answer a{
        font-size: 13px;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .product_faq .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
  .product_faq .content {
    max-width: 786px;
  }
}
.button_more::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/btn_more.svg) no-repeat center / cover;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s;
}
.button_to::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/right-line.svg) no-repeat center / 25%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
}
.swiper_btns div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/left-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.swiper_btns .btn_next {
  left: unset;
  right: 0;
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/right-w.svg);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full .btn_next::after {
  background-image: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/right-b.svg);
}

.cta {
  padding: 58px 0 57px;
  margin: 150px auto;
  max-width: 1438px;
  width: 96%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/cta/assets/img/cta.svg) no-repeat center / cover;
  border-radius: 15px;
}
.cta .flex {
  gap: 1.2rem;
  padding: 0 5% 0 6.954%;
}
.cta .head {
  flex: 1;
}
.cta .head h2 {
  color: #49c1ef;
  font-size: 36px;
}
.cta .head p {
  color: #fff;
  opacity: 0.8;
  font-size: 17px;
  line-height: 30px;
  max-width: 610px;
  margin-top: 10px;
}
.cta .button_more {
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #fff;
}
.cta .button_more:hover {
  background-color: transparent;
}
.cta .button_more:hover::before {
  opacity: 0;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }

      .cta {
        padding: 30px 0;
        border-radius: 0;
        margin: 0;
        width: 100%;
      }
      .cta .flex {
        display: block;
      }
      .cta .head h2 {
        font-size: 22px;
        line-height: 1.5;
      }
      .cta .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin: 0.5rem 0 1.2rem;
      }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}