html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#ff6a0d;
--swiper-wrapper-transition-timing-function,initial:;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 background-image: linear-gradient(to right, rgb(237, 240, 242) -6.771%, rgb(247, 247, 247) 104.58%);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_banner .flex {
 height: 100vh;
 max-height: 84.7rem;
 min-height: max-content;
 padding: 6rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_banner .flex {
 height: auto;
 padding: 50px 0px;
 }}
.home_banner .lt {
 flex: 1 1 0%;
 width: 100%;
 max-width: 65.3rem;
 padding-top: 3.4%;
 }
@media screen and (max-width: 768px){
.home_banner .lt {
 padding: 0px;
 }}
.home_banner .head {
 color: rgb(26, 26, 26);
 }
.head h1 {
 font-size: 6.2rem;
 line-height: 1.19355;
 font-weight: 800;
 letter-spacing: 0.26rem;
 }
.home_banner .head h1 {
 max-width: 57rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.home_banner .head ul {
 font-size: 1.7rem;
 margin-top: 2.7rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.home_banner .head ul {
 font-size: 14px;
 margin-top: 12px;
 }}
li {
 list-style: none;
 }
.home_banner .head ul li {
 position: relative;
 padding-left: 3rem;
 }
.home_banner .head ul li::before {
 width: 1.8rem;
 height: 1.8rem;
 position: absolute;
 left: 0px;
 top: 1px;
 content: "";
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/gou-full.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_banner .head ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.home_banner .head ul li::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.home_banner .head ul li + li {
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.home_banner .head ul li + li {
 margin-top: 10px;
 }}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 5.8rem;
 padding: 0px 3.3rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.home_banner .btn {
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn {
 margin-top: 20px;
 }}
.home_banner .certifications {
 border-top: 1px solid rgba(0, 0, 0, 0.25);
 margin-top: 8.3rem;
 padding-top: 3.1rem;
 }
@media screen and (max-width: 768px){
.home_banner .certifications {
 padding-top: 20px;
 margin-top: 20px;
 }}
.home_banner .certifications .title {
 font-size: 2rem;
 font-weight: 600;
 color: rgb(21, 39, 53);
 }
@media screen and (max-width: 768px){
.home_banner .certifications .title {
 font-size: 18px;
 }}
.home_banner .certifications ul {
 display: flex;
 flex-wrap: wrap;
 gap: 7.9rem;
 margin-top: 2.1rem;
 }
@media screen and (max-width: 768px){
.home_banner .certifications ul {
 gap: 20px;
 margin-top: 16px;
 justify-content: space-between;
 }}
.home_banner .certifications .img {
 width: auto;
 height: 6rem;
 opacity: 0.72;
 transition: 0.3s;
 }
.home_banner .certifications .img:hover {
 opacity: 1;
 }
@media screen and (max-width: 768px){
.home_banner .certifications .img {
 height: 40px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_banner .rt {
 width: 50.5714%;
 }
@media screen and (max-width: 576px){
.home_banner .rt {
 width: 100%;
 order: -1;
 }}
.home_banner .home_banner_swiper {
 margin-right: -3.11%;
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper {
 margin-right: 0px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_banner .home_banner_swiper .img {
 display: block;
 padding-bottom: 75.4795%;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_banner .home_banner_swiper .img:hover img {
 transform: scale(1.02);
 }
.swiper_btns {
 gap: 2.5rem;
 display: flex;
 }
.home_banner .swiper_btns {
 margin-top: 3rem;
 justify-content: flex-end;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_banner .swiper_btns {
 margin-top: 30px;
 }}
.swiper_btns div {
 width: 6.3rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 0.6rem;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow.svg") center center / 14.8% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--title);
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#ff6a0d;
--bg:linear-gradient(to right, #edf0f2, #f7f7f7);
--secondary:#191919;
--text:#4c4c4c;
--h:;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_products {
 padding: 12.8rem 0px 9.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_products {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head .subtitle {
 font-size: 1.8rem;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 line-height: normal;
 letter-spacing: 0.45rem;
 margin-bottom: 1.8rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 word-spacing: unset;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 800;
 letter-spacing: 0.2rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head h2 span {
 color: var(--primary);
 }
.home_products .items {
 margin-top: 4.3rem;
 }
@media screen and (max-width: 768px){
.home_products .items {
 margin-top: 30px;
 }}
.home_products .items ul {
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 gap: 1.8rem 1.43214%;
 }
@media screen and (max-width: 768px){
.home_products .items ul {
 gap: 16px;
 }}
@media screen and (max-width: 576px){
.home_products .items ul {
 grid-template-columns: 1fr;
 }}
li {
 list-style: none;
 }
.home_products .items li {
 grid-column: span 2;
 }
.home_products .items .col2 {
 grid-column: span 3;
 }
@media screen and (max-width: 576px){
.home_products .items ul li, .home_products .items ul .col2 {
 grid-column: unset;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_products .items .active .item {
 color: rgb(255, 255, 255);
 box-shadow: rgba(153, 153, 153, 0.35) 1rem 1rem 1rem;
 }
.home_products .items .active .item::before {
 opacity: 1;
 }
.home_products .item {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 background-image: var(--bg);
 border-radius: 1.2rem;
 overflow: hidden;
 }
.home_products .item::before {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 content: "";
 z-index: -1;
 pointer-events: none;
 transition: 0.3s;
 opacity: 0;
 background-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.home_products .item {
 border-radius: 10px;
 }}
.home_products .item .info {
 position: relative;
 z-index: 2;
 flex: 1 1 0%;
 padding: 5.2rem 4.2rem 0px;
 }
@media screen and (max-width: 768px){
.home_products .item .info {
 padding: 20px;
 }}
.home_products .item .info .title {
 font-size: 2.8rem;
 font-weight: 700;
 letter-spacing: 0.03rem;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.home_products .item .info .title {
 font-size: 18px;
 letter-spacing: unset;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 }
.home_products .items .active .info .desc {
 color: rgb(255, 255, 255);
 }
.home_products .item .info .desc {
 transition: 0.3s;
 max-width: 47.2rem;
 margin-top: 1.5rem;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_products .item .info .desc {
 margin-top: 10px;
 }}
i, em {
 font-style: normal;
 }
.home_products .items .active .info i {
 border-color: rgb(255, 255, 255);
 background-color: transparent;
 }
.home_products .item .info i {
 display: block;
 margin-top: 1.3rem;
 width: 5rem;
 height: 5rem;
 border-radius: 0.6rem;
 border: 1px solid var(--primary);
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-r-w.svg") no-repeat center / 32% var(--primary);
 transition: 0.3s;
 content: "";
 }
.home_products .col2 .info i {
 margin-top: 1.7rem;
 }
@media screen and (max-width: 768px){
.home_products .item .info i {
 width: 40px;
 height: 40px;
 margin-top: 20px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_products .item .img {
 width: 100%;
 max-width: 45.3rem;
 --h: 50.773%;
 margin-left: auto;
 margin-top: -4rem;
 }
.home_products .col2 .img {
 margin-top: -2.8rem;
 }
@media screen and (max-width: 768px){
.home_products .item .img {
 max-width: 225px;
 margin-top: 0px;
 }}
@media screen and (max-width: 576px){
.home_products .items ul .img {
 max-width: unset;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_products .item:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#ff6a0d;
--text:#4c4c4c;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_advantages {
 padding: 9.3rem 0px 14.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_advantages {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_advantages .head {
 max-width: 90.4rem;
 margin: 0px auto;
 }
.head .subtitle {
 font-size: 1.8rem;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 line-height: normal;
 letter-spacing: 0.45rem;
 margin-bottom: 1.8rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 word-spacing: unset;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 800;
 letter-spacing: 0.2rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head h2 span {
 color: var(--primary);
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_advantages .flex {
 margin-top: 4.9rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_advantages .flex {
 margin-top: 30px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_advantages .img {
 border-radius: 1.2rem;
 width: 39.5714%;
 height: auto;
 margin-bottom: 2.4%;
 }
@media screen and (max-width: 768px){
.home_advantages .img {
 border-radius: 10px;
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.home_advantages .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_advantages .img:hover img {
 transform: scale(1.02);
 }
.home_advantages .items {
 flex: 1 1 0%;
 width: 100%;
 max-width: 74.2rem;
 overflow: hidden;
 }
.home_advantages .items ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 7.4rem 10.782%;
 margin-bottom: -1px;
 }
@media screen and (max-width: 768px){
.home_advantages .items ul {
 gap: 30px 16px;
 }}
@media screen and (max-width: 576px){
.home_advantages .items ul {
 grid-template-columns: 1fr;
 }}
li {
 list-style: none;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_advantages .item {
 border-bottom: 1px solid rgb(227, 227, 227);
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 overflow: hidden;
 height: 100%;
 padding-bottom: 3.9rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item {
 padding-bottom: 20px;
 }}
.home_advantages .item .icon {
 width: 6rem;
 height: 6rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item .icon {
 width: 40px;
 height: 40px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.home_advantages .item .info {
 flex: 1 1 0%;
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item .info {
 margin-top: 20px;
 }}
.home_advantages .item .info h3 {
 font-size: 2.4rem;
 line-height: 1.33333;
 font-weight: 700;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.home_advantages .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 }
.home_advantages .item .info p {
 margin-top: 0.6rem;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_advantages .item .info p {
 margin-top: 10px;
 }}
.home_advantages .item:hover .more {
 transform: translateX(0px);
 }
.home_advantages .item .more {
 display: inline-flex;
 align-items: center;
 font-size: 1.7rem;
 font-weight: 600;
 gap: 1.5rem;
 margin-top: 1.7rem;
 transform: translateX(calc(-100% + 2rem));
 transition: 0.3s;
 }
.home_advantages .item .more::after {
 display: block;
 width: 2rem;
 height: 2rem;
 content: "";
 background: url("https://northernyinong.com//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/arrow-r.svg") center center / contain no-repeat;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_advantages .item .more {
 margin-top: 20px;
 font-size: 14px;
 gap: 12px;
 transform: translateX(0px);
 }}
@media screen and (max-width: 768px){
.home_advantages .item .more::after {
 width: 14px;
 height: 14px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:linear-gradient(to right, #edf0f2, #f7f7f7);
--primary:#91B1D3;
--text:#4c4c4c;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_brands {
 background: var(--bg);
 padding: 13.8rem 0px 17.8rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_brands {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.home_brands .head {
 gap: 0px 2rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.head .subtitle {
 font-size: 1.8rem;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 line-height: normal;
 letter-spacing: 0.45rem;
 margin-bottom: 1.8rem;
 }
.home_brands .head .subtitle {
 width: 100%;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 word-spacing: unset;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 800;
 letter-spacing: 0.2rem;
 }
.home_brands .head h2 {
 max-width: 40rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head h2 span {
 color: var(--primary);
 }
.syedittext p, .syedittext .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 }
.head p {
 font-size: 1.7rem;
 line-height: 2.8rem;
 color: rgb(53, 53, 53);
 }
.home_brands .head p {
 max-width: 64.8rem;
 }
.home_brands p {
 margin-top: 1.2rem;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
.home_brands .home_brands_swiper {
 margin-top: 5.9rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_brands .home_brands_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_brands .home_brands_swiper .swiper-slide {
 max-width: 40.7143%;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_brands .home_brands_swiper .swiper-slide {
 max-width: 277px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_brands .home_brands_swiper .btn_video {
 cursor: pointer;
 }
.home_brands .home_brands_swiper .img {
 border-radius: 1rem;
 padding-bottom: 70%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_brands .home_brands_swiper .img:hover img {
 transform: scale(1.02);
 }
i, em {
 font-style: normal;
 }
.home_brands .home_brands_swiper .btn_play {
 position: absolute;
 width: 13.51%;
 padding-bottom: 13.51%;
 left: 50%;
 top: 50%;
 z-index: 2;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/play.svg") no-repeat center / contain var(--primary);
 transition: 0.4s, opacity 0.3s;
 cursor: pointer;
 }
.home_brands .home_brands_swiper .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
.swiper_btns {
 gap: 2.5rem;
 display: flex;
 }
.home_brands .swiper_btns {
 justify-content: flex-end;
 margin-top: 3.8rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_brands .swiper_btns {
 margin-top: 30px;
 }}
.swiper_btns div {
 width: 6.3rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 0.6rem;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/arrow.svg") center center / 14.8% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--title);
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: rgba(0, 0, 0, 0.2);
 border-color: transparent;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
.home_brands .home_brands_swiper .btn_video .video_iframe_input {
 display: none;
 }
.home_brands .home_brands_swiper .btn_video .video_iframe_input {
 position: absolute;
 left: 1rem;
 top: 1rem;
 right: 1rem;
 bottom: 1rem;
 z-index: 3;
 width: 30rem;
 height: 10rem;
 padding: 1rem;
 border-radius: 0.6rem;
 border: 1px solid var(--primary);
 background: rgba(255, 255, 255, 0.92);
 color: var(--text);
 font-size: 1.4rem;
 line-height: 1.5;
 resize: none;
 box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
 transition: border-color 0.3s, box-shadow 0.3s;
 }
.home_brands .home_brands_swiper .btn_video .video_iframe_input::placeholder {
 color: rgba(76, 76, 76, 0.5);
 }
.home_brands .home_brands_swiper .btn_video .video_iframe_input:focus {
 border-color: var(--title);
 background: #fff;
 box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.18);
 }

 .toplevel_page_sytech_fronteditor .home_brands .home_brands_swiper .btn_video .video_iframe_input{
  display: block;
 }
.video_modal {
 position: fixed;
 inset: 0px;
 z-index: 9999;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s;
 }
.video_modal.active {
 opacity: 1;
 visibility: visible;
 }
.video_modal_mask {
 position: absolute;
 inset: 0px;
 background: rgba(0, 0, 0, 0.75);
 }
.video_modal_box {
 position: relative;
 z-index: 2;
 width: 90%;
 max-width: 96rem;
 transform: scale(0.95);
 transition: transform 0.3s;
 }
.video_modal.active .video_modal_box {
 transform: scale(1);
 }
.video_modal_content {
 position: relative;
 width: 100%;
 padding-bottom: 56.25%;
 background: #000;
 border-radius: 1rem;
 overflow: hidden;
 }
.video_modal_content iframe,
.video_modal_content video {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 border: none;
 }
.video_modal_close {
 position: absolute;
 right: 0px;
 top: -4rem;
 width: 3.2rem;
 height: 3.2rem;
 cursor: pointer;
 }
.video_modal_close::before,
.video_modal_close::after {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 width: 2.6rem;
 height: 2px;
 background: #fff;
 }
.video_modal_close::before {
 transform: translate(-50%, -50%) rotate(45deg);
 }
.video_modal_close::after {
 transform: translate(-50%, -50%) rotate(-45deg);
 }
@media screen and (max-width: 768px){
.video_modal_close {
 top: -36px;
 width: 28px;
 height: 28px;
 }
.video_modal_close::before,
.video_modal_close::after {
 width: 22px;
 }}
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#ff6a0d;
--text:#4c4c4c;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_intro {
 padding: 14.9rem 0px 5.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_intro {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_intro .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 59.7rem;
 padding-bottom: 1.1%;
 }
@media screen and (max-width: 768px){
.home_intro .head {
 padding: 0px;
 }}
.head .subtitle {
 font-size: 1.8rem;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 line-height: normal;
 letter-spacing: 0.45rem;
 margin-bottom: 1.8rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 word-spacing: unset;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 800;
 letter-spacing: 0.2rem;
 }
.home_intro h2 {
 margin-bottom: 2.7rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
@media screen and (max-width: 768px){
.home_intro h2 {
 margin-bottom: 12px;
 }}
.head h2 span {
 color: var(--primary);
 }
.syedittext p, .syedittext .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 }
.head p {
 font-size: 1.7rem;
 line-height: 2.8rem;
 color: rgb(53, 53, 53);
 }
.home_intro p {
 margin-top: 1.5rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
 transition-delay: 0.15s;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 5.8rem;
 padding: 0px 3.3rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.home_intro .btn {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn {
 margin-top: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_intro .img {
 border-radius: 1.5rem;
 width: 48.7857%;
 height: auto;
 }
@media screen and (max-width: 768px){
.home_intro .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_intro .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_intro .img:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_partner {
 padding: 5.8rem 0px 16.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_partner {
 padding: 30px 0px 50px;
 overflow: hidden;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.home_partner .home_partner_swiper {
 overflow: hidden;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_partner .home_partner_swiper {
 overflow: unset;
 }}
.home_partner .home_partner_swiper .swiper-wrapper {
 transition: linear;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_partner .home_partner_swiper .swiper-slide {
 max-width: 200px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_partner .home_partner_swiper .img {
 padding-bottom: 60%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:linear-gradient(to right, #edf0f2, #f7f7f7);
--primary:#ff6a0d;
--text:#4c4c4c;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_performance {
 background: var(--bg);
 padding: 14.2rem 0px 22.5rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_performance {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_performance .head {
 max-width: 90.4rem;
 margin: 0px auto;
 }
.head .subtitle {
 font-size: 1.8rem;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 line-height: normal;
 letter-spacing: 0.45rem;
 margin-bottom: 1.8rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 word-spacing: unset;
 letter-spacing: 1px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 800;
 letter-spacing: 0.2rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head h2 span {
 color: var(--primary);
 }
.home_performance .items {
 position: relative;
 margin: 5.1rem -2rem 0px;
 }
.home_performance .items::after {
 padding-bottom: 37.5%;
 display: block;
 content: "";
 pointer-events: none;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_performance .items {
 margin-left: 0px;
 margin-right: 0px;
 }}
@media screen and (max-width: 768px){
.home_performance .items {
 margin: 30px 0px 0px;
 min-height: 260px;
 }}
.home_performance .items > div {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 display: flex;
 gap: 1.5rem;
 }
@media screen and (max-width: 768px){
.home_performance .items > div {
 gap: 16px;
 width: calc(100% + 60px);
 margin: 0px -30px;
 padding: 0px 30px;
 overflow-x: auto;
 }}
@media screen and (max-width: 576px){
.home_performance .items > div {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 }}
.home_performance .item {
 flex: 1 1 0%;
 position: relative;
 transition: 0.5s;
 overflow: hidden;
 border-radius: 2rem;
 }
.home_performance .active {
 flex: 3.2511 1 0%;
 }
@media screen and (max-width: 768px){
.home_performance .item {
 flex: 1 0 300px;
 border-radius: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_performance .item .img {
 height: 100%;
 }
.home_performance .item .img::after {
 position: absolute;
 width: 100%;
 height: 61.6667%;
 left: 0px;
 bottom: 0px;
 content: "";
 background-image: linear-gradient(to top, rgb(0, 0, 0) 5.11%, transparent);
 opacity: 0.8;
 }
@media screen and (max-width: 768px){
.home_performance .item .img::after {
 height: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_performance .item:hover img {
 transform: scale(1.02);
 }
.home_performance .item .info {
 position: absolute;
 z-index: 2;
 left: 0px;
 right: 0px;
 bottom: 7.4%;
 color: rgb(255, 255, 255);
 max-height: 62%;
 padding: 0px 3rem;
 transition: 0.5s;
 overflow-y: auto;
 }
.home_performance .active .info {
 transform: translateY(0px);
 bottom: 6.7%;
 }
@media screen and (max-width: 768px){
.home_performance .item .info {
 bottom: 20px;
 padding: 0px 20px;
 max-height: 80%;
 }}
.home_performance .item h3 {
 font-size: 2.4rem;
 line-height: 1.29167;
 font-weight: 600;
 transition: 0.3s;
 padding-right: 9%;
 }
.home_performance .active h3 {
 font-size: 2.6rem;
 }
@media screen and (max-width: 768px){
.home_performance .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 padding: 0px;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 }
.home_performance .item p {
 display: none;
 font-size: 1.8rem;
 line-height: 3rem;
 color: rgba(255, 255, 255, 0.85);
 transition: 0.3s;
 opacity: 0;
 padding-top: 1.3rem;
 font-weight: 300;
 letter-spacing: 0.009rem;
 }
.home_performance .active p {
 opacity: 1;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_performance .item .info p {
 display: block;
 opacity: 1;
 font-size: 14px;
 line-height: 1.5;
 padding-top: 0px;
 letter-spacing: unset;
 margin-top: 10px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


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