 
/*
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: 65.555%;
  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/hc_tool/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_tool/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_tool/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_tool/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_tool/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_tool/assets/img/right-b.svg);
}

.hc_tool {
  overflow: hidden;
  padding: 78px 0 150px;
}
.hc_tool .left {
  width: 54.3986%;
}
.hc_tool .left ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.hc_tool .left ul li {
  width: 47.87%;
  background-color: #f6f6f6;
  transition: all 0.3s;
  border-radius: 20px;
}
.hc_tool .left ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.hc_tool .left ul li .img {
  margin: 0 auto;
  width: 73.8666%;
  padding-bottom: 78.6666%;
  position: relative;
}
.hc_tool .left ul li .img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.hc_tool .left ul li h3 {
  width: 74%;
  margin: 26.666% auto 14.666%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--title_color);
}
.hc_tool .left ul li:nth-child(2) h3 {
  color: var(--subtheme_color);
}
.hc_tool .left p {
  color: #808080;
  font-size: 15px;
  line-height: 23px;
  margin-top: 55px;
}
.hc_tool .head {
  width: 39.3055%;
  padding-top: 4.1666%;
}
.hc_tool .head p {
  color: #808080;
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }

      .hc_tool {
        padding: 3rem 0 2rem;
      }
      .hc_tool .content > .flex {
        flex-wrap: wrap;
      }
      .hc_tool .left {
        order: 2;
        width: 100%;
      }
      .hc_tool .left ul li .img {
        height: 120px;
      }
      .hc_tool .left ul li h3 {
        font-size: 14px;
        line-height: 1.4;
        margin: 1rem;
      }
      .hc_tool .left p {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 0.5rem;
      }
      .hc_tool .head {
        margin-bottom: 2rem;
        width: 100%;
      }
      .hc_tool .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
      }
}

 
@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;
  }
  .hc_tool .head {
    padding-top: 0;
  }
}
@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/investor_report/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/investor_report/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/investor_report/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/investor_report/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/investor_report/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/investor_report/assets/img/right-b.svg);
}



.investor_report {
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/investor_report/assets/img/investor-over-report-bg.svg) no-repeat center / cover;
}
.investor_report .flex {
  min-height: 844px;
}
.investor_report .img {
  min-width: 66.7708%;
  padding-bottom: 51.5416%;
  position: relative;
  margin-bottom: 120px;
}
.investor_report .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.investor_report .head {
  min-width: 45.69%;
  margin-left: 1.666%;
}
.investor_report .head h2 {
  position: relative;
  padding-bottom: 30px;
}
.investor_report .head h2::after {
  content: '';
  display: block;
  width: 42px;
  height: 3px;
  background-image: var(--bg_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.investor_report .head .btns {
  display: flex;
  gap: 22px;
  margin-top: 52px;
  flex-wrap: wrap;
}
.investor_report .head .btns .btn_dl {
  display: inline-block;
  color: var(--title_color);
  font-size: 20px;
  background-color: white;
  border: 1px solid white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  position: relative;
  padding: 18px 69px 20px 2rem;
  transition: all 0.3s;
  overflow: hidden;
}
.investor_report .head .btns .btn_dl:hover {
  color: #fff;
  border-color: var(--subtheme_color);
  padding: 18px 50.5px 20px;
  background-color: var(--subtheme_color);
}
.investor_report .head .btns .btn_dl:hover::after {
  right: 0;
  transform: translateX(100%);
}
.investor_report .head .btns .btn_dl::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/investor_report/assets/img/btn-dl.svg) no-repeat center / cover;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transition: all 0.3s;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }


      .investor_report .flex {
        min-height: unset;
        display: block;
      }
      .investor_report .img {
        margin: 0;
        width: 100%;
        height: 200px;
      }
      .investor_report .head {
        margin-left: 0;
        margin-top: 2rem;
      }
      .investor_report .head h2 {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 0.8rem;
      }
      .investor_report .head .btns {
        margin-top: 1.2rem;
        display: block;
      }
      .investor_report .head .btns .btn_dl {
        font-size: 14px;
        padding: 14px 3rem 14px 22px;
        white-space: nowrap;
        margin-top: 10px;
      }
      .investor_report .head .btns .btn_dl::after {
        width: 2rem;
        height: 2rem;
        top: 5px;
        right: 5px;
      }
      .investor_report .head .btns .btn_dl:hover {
        padding: 14px 35px;
      }
}

 
@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;
  }

  
  .investor_report .head .btns .btn_dl {
    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/nano_tech/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/nano_tech/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/nano_tech/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/nano_tech/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/nano_tech/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/nano_tech/assets/img/right-b.svg);
}


.nano_tech2 {
  padding: 142px 0 82px;
}
.nano_tech2 .head ul {
  margin-top: 70px;
  display: flex;
  gap: 4.027%;
  justify-content: center;
}
.nano_tech2 .head ul li {
  color: #666666;
  font-size: 22px;
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding-bottom: 25px;
}
.nano_tech2 .head ul li.active {
  border-color: var(--theme_color);
  color: var(--theme_color);
  font-weight: 700;
}
.nano_tech2 .head ul li:hover {
  border-color: var(--theme_color);
  color: var(--theme_color);
}
.nano_tech2 .main {
  width: 96%;
  max-width: 1642px;
  margin: 20px auto 0;
  background-color: #f8f8f8;
  border-radius: 22px;
  padding: 35px 0 105px;
}
.nano_tech2 .main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 38px 0;
}
.nano_tech2 .main .list .item {
  width: 48.75%;
}
.nano_tech2 .main .list .item a {
  display: block;
  background-color: #fff;
  height: 100%;
  padding: 22px 22px 105px;
  border-radius: 6px;
  position: relative;
}
.nano_tech2 .main .list .item a:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.nano_tech2 .main .list .item a:hover .img img {
  transform: scale(1.05);
}
.nano_tech2 .main .list .item .img {
  position: relative;
  padding-bottom: 61.912%;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
.nano_tech2 .main .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.nano_tech2 .main .list .item .info {
  padding: 0 1rem;
}
.nano_tech2 .main .list .item .info h3 {
  color: #15212f;
  font-size: 26px;
  font-weight: 700;
  margin: 42px 0 20px;
}
.nano_tech2 .main .list .item .info ul {
  margin-bottom: 25px;
}
.nano_tech2 .main .list .item .info ul li {
  color: #757575;
  font-size: 18px;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 10px;
}
.nano_tech2 .main .list .item .info ul li:last-child {
  margin-bottom: 0;
}
.nano_tech2 .main .list .item .info ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  background: url(https://www.nti-nanofilm.com/wp-content/plugins/sytech-fronteditor/sytpl/nano_tech/assets/img/gou.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.nano_tech2 .main .list .item .info .button_more {
  position: absolute;
  left: 22px;
  bottom: 40px;
}
.nano_tech2 .main .list .item .info p{
  color: #757575;
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
 
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
      }


      .nano_tech2 {
        padding: 4rem 0 0;
      }
      .nano_tech2 .head ul {
        margin-top: 20px;
        justify-content: flex-start;
        overflow: auto;
        gap: 1rem;
      }
      .nano_tech2 .head ul::-webkit-scrollbar {
        display: none;
      }
      .nano_tech2 .head ul li {
        font-size: 14px;
        padding-bottom: 0.5rem;
        white-space: nowrap;
      }
      .nano_tech2 .main {
        border-radius: 0;
        padding: 1.2rem 0 2rem;
        width: 100%;
      }
      .nano_tech2 .main .list {
        display: block;
      }
      .nano_tech2 .main .list .item {
        width: 100%;
        margin-bottom: 1rem;
      }
      .nano_tech2 .main .list .item a {
        padding: 1rem 1rem 3rem;
      }
      .nano_tech2 .main .list .item a .info {
        padding: 0 5px;
      }
      .nano_tech2 .main .list .item a .info h3 {
        font-size: 18px;
        line-height: 1.5;
        margin: 1rem 0 0.5rem;
      }
      .nano_tech2 .main .list .item a .info ul li {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
      }
      .nano_tech2 .main .list .item a .info ul li::before {
        width: 13px;
        height: 13px;
      }
      .nano_tech2 .main .list .item a .info .button_more {
        bottom: 1rem;
      }
}

 
@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;
  }
  .nano_tech2 .head ul {
    gap: 1rem;
  }
  .nano_tech2 .head ul li {
    font-size: 14px;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }

  .nano_tech2 .main .list .item a {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nano_tech2 .main .list .item a .info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nano_tech2 .main .list .item a .info ul li {
    font-size: 14px;
    padding-left: 1rem;
  }
  .nano_tech2 .main .list .item a .info ul li::before {
    width: 10px;
    height: 10px;
  }
}
.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;
  }
}