html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#FF6A0D;
--title:#0f0f0f;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_banner {
 position: relative;
 z-index: 2;
 }
.section_banner::before {
 content: "";
 display: block;
 width: 60.9375%;
 height: 100%;
 background-image: linear-gradient(to right, rgb(0, 0, 0), transparent);
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 }
.section_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 70.5959%;
 pointer-events: none;
 background: url("https://northernyinong.com//wp-content/plugins/sytech-fronteditor/sytpl/about_0/assets/img/mask.svg") right top / contain no-repeat;
 position: absolute;
 right: 0px;
 bottom: 0px;
 z-index: 2;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.section_banner .flex {
 padding: 15rem 0px;
 min-height: 77.2rem;
 }
@media screen and (max-width: 768px){
.section_banner .flex {
 min-height: unset;
 padding: 7rem 0px 3rem;
 }}
.section_banner .head {
 color: rgb(255, 255, 255);
 max-width: 78.6rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 line-height: 2.2rem;
 text-transform: uppercase;
 letter-spacing: 3.5px;
 margin-bottom: 1.2rem;
 font-weight: normal;
 }
.section_banner .head .subtitle {
 font-size: 2.2rem;
 letter-spacing: 4.5px;
 margin-bottom: 0.2rem;
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 768px){
.section_banner .head .subtitle {
 font-size: 14px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 576px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}

.section_banner .head h1 {
 font-size: 6.6rem;
 line-height: 8.2rem;
 font-weight: 700;
 text-transform: uppercase;
 }
[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){
.head h1 {
 font-size: 34px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 768px){
.section_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 576px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
[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;
 vertical-align: top;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 position: relative;
 min-width: 19.2rem;
 line-height: 6.4rem;
 padding: 0px 2rem 0.2rem;
 font-size: 2rem;
 font-weight: 600;
 color: var(--title);
 text-transform: uppercase;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 }
.btn:hover {
 color: var(--primary);
 background-color: transparent;
 }
.section_banner .head .btn {
 margin-top: 1.4rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_more, .btn_w {
 font-size: 14px;
 padding: 0px 20px;
 line-height: 40px;
 min-width: 120px;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#0f0f0f;
--primary:#FF6A0D;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_intro {
 overflow: hidden;
 padding: 10.6rem 0px 11.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_intro {
 padding: 4rem 0px;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.about_intro .head {
 max-width: 69.4rem;
 }

.head h2 {
 color: var(--title);
 font-size: 5.2rem;
 line-height: 6.4rem;
 font-weight: 700;
 text-transform: uppercase;
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
.head h2 {
 font-size: 28px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 576px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .line {
 gap: 2px;
 display: inline-flex;
 vertical-align: top;
 margin-top: 2.6rem;
 }
.head .line::before, .head .line::after {
 content: "";
 display: block;
 width: 3.4rem;
 height: 0.5rem;
 background-color: var(--primary);
 clip-path: polygon(0px 0px, calc(100% - 0.4rem) 0px, 100% 100%, 0.4rem 100%);
 }
@media screen and (max-width: 768px){
.head .line {
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head .line::before, .head .line::after {
 width: 2rem;
 height: 4px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.about_intro .flex {
 width: calc(100% - 40px);
 max-width: 156rem;
 margin: 5.4rem auto 0px;
 }
@media screen and (max-width: 768px){
.about_intro .flex {
 margin-top: 20px;
 }}
@media screen and (max-width: 576px){
.about_intro .flex {
 gap: 20px;
 flex-direction: column;
 }}
.about_intro .left {
 width: 46.7949%;
 align-self: flex-end;
 }
@media screen and (max-width: 576px){
.about_intro .left {
 width: 100%;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_intro .left .img {
 cursor: pointer;
 padding-bottom: 87.6712%;
 }
.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;
 }
.about_intro .left .img:hover img {
 transform: scale(1.03);
 }
i {
 font-style: normal;
 }
.about_intro .left .img i {
 display: block;
 width: 7.4rem;
 height: 7.4rem;
 border-radius: 50%;
 position: absolute;
 left: 50%;
 top: 50%;
 transition: 0.3s;
 transform: translate(-50%, -50%);
 background: url("https://northernyinong.com//wp-content/plugins/sytech-fronteditor/sytpl/about_1/assets/img/btn-video.svg") center center / contain no-repeat;
 }
.about_intro .left .img i:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.about_intro .left .img i {
 width: 4rem;
 height: 4rem;
 }}
.about_intro .right {
 width: 50.1282%;
 display: flex;
 flex-direction: column;
 }
@media screen and (max-width: 576px){
.about_intro .right {
 width: 100%;
 }}
.about_intro .right .syedittext {
 flex: 1 1 0%;
 font-size: 1.8rem;
 line-height: 2.9rem;
 color: rgba(15, 15, 15, 0.75);
 max-width: 67.2rem;
 padding: 4.5rem 0px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.about_intro .right .syedittext {
 padding-top: 0px;
 }}
@media screen and (max-width: 768px){
.about_intro .right .syedittext {
 font-size: 14px;
 line-height: 1.5;
 padding: 0px 0px 20px;
 }}
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
.about_intro .right .img {
 padding-bottom: 49.3606%;
 }
.about_intro .right .img:hover img {
 transform: scale(1.03);
 }
.about_intro .nums {
 margin-top: 5rem;
 }
@media screen and (max-width: 768px){
.about_intro .nums {
 margin-top: 2rem;
 }}
.about_intro .nums > div {
 display: flex;
 }
@media screen and (max-width: 576px){
.about_intro .nums > div {
 gap: 20px;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }}
.about_intro .nums .item {
 flex: 1 1 auto;
 padding-left: 10.6rem;
 border-left: 2px solid rgb(230, 230, 230);
 }
.about_intro .nums .item:first-child {
 border-left: none;
 padding-left: 0px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.about_intro .nums .item {
 padding-left: 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.about_intro .nums .item {
 padding-left: 3rem;
 }}
@media screen and (max-width: 768px){
.about_intro .nums .item {
 padding-left: 20px;
 }}
@media screen and (max-width: 576px){
.about_intro .nums .item {
 padding: 0px;
 border: none;
 }}
.about_intro .nums .item .oswald {
 white-space: nowrap;
 }
.about_intro .nums .item span {
 font-size: 6rem;
 font-weight: 700;
 line-height: 1;
 }
@media screen and (max-width: 768px){
.about_intro .nums .item span {
 font-size: 2rem;
 }}
.about_intro .nums .item i {
 font-size: 3.7rem;
 font-weight: 700;
 line-height: 1;
 color: var(--primary);
 }
@media screen and (max-width: 768px){
.about_intro .nums .item i {
 font-size: 1rem;
 }}
.about_intro .nums .item .label {
 font-weight: 500;
 font-size: 2.08rem;
 margin-top: 1.6rem;
 color: rgba(22, 22, 22, 0.75);
 }
@media screen and (max-width: 768px){
.about_intro .nums .item .label {
 font-size: 14px;
 margin-top: 12px;
 }}
.about_intro .nums .item:last-child {
 max-width: max-content;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 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;
--title:#0f0f0f;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_advantage {
 padding: 11.5rem 0px 13.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_advantage {
 padding: 4rem 0px;
 overflow: hidden;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.section_advantage .head {
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 line-height: 2.9rem;
 font-weight: 300;
 max-width: 91.2rem;
 margin: 0px auto;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 line-height: 2.2rem;
 text-transform: uppercase;
 letter-spacing: 3.5px;
 margin-bottom: 1.2rem;
 font-weight: normal;
 }
[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);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
@media screen and (max-width: 576px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}

.head h2 {
 color: var(--title);
 font-size: 5.2rem;
 line-height: 6.4rem;
 font-weight: 700;
 text-transform: uppercase;
 }
.section_advantage .head h2 {
 color: rgb(255, 255, 255);
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 28px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 576px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.section_advantage .head p {
 margin-top: 3.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.section_advantage .head p {
 margin-top: 12px;
 }}
@media screen and (max-width: 576px){
.head .desc, .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.section_advantage .section_advantage_swiper {
 margin-top: 6rem;
 overflow: hidden;
 text-align: center;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper {
 overflow: visible;
 margin-top: 2rem;
 }}
ul {
 list-style: none;
 }
.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;
 }
.section_advantage .section_advantage_swiper .swiper-slide {
 width: 42.6rem;
 transition: 0.3s;
 background-color: rgb(255, 255, 255);
 position: relative;
 overflow: hidden;
 }
.section_advantage .section_advantage_swiper .active {
 background-color: var(--primary);
 }
.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_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.section_advantage .section_advantage_swiper .active .img {
 top: 0px;
 opacity: 0;
 }
.section_advantage .section_advantage_swiper .img {
 --h: 100%;
 width: 8.9rem;
 margin: 0px auto;
 position: absolute;
 left: 50%;
 top: 6.5rem;
 transform: translateX(-50%);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper .active .img {
 opacity: 1;
 }}
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper .img {
 width: 4rem;
 position: static;
 transform: translate(0px);
 margin-top: 20px;
 }}
.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;
 }
.section_advantage .section_advantage_swiper .active .syedittext {
 transform: translate(0px);
 }
.section_advantage .section_advantage_swiper .syedittext {
 height: 100%;
 font-size: 1.84rem;
 line-height: 2.68rem;
 color: rgba(34, 34, 34, 0.85);
 padding: 9.4rem 4.8rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 transition: 0.3s 0.05s;
 transform: translateY(9.6rem);
 }
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper .syedittext {
 height: auto;
 padding: 20px;
 font-size: 14px;
 line-height: 1.5;
 transform: translate(0px);
 }}
.section_advantage .section_advantage_swiper h3 {
 font-size: 2.4rem;
 font-weight: 600;
 line-height: 3.2rem;
 }
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.section_advantage .section_advantage_swiper .active .syedittext p {
 opacity: 1;
 }
.section_advantage .section_advantage_swiper .syedittext p {
 margin-top: 2.2rem;
 transition: 0.3s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.section_advantage .section_advantage_swiper .syedittext p {
 opacity: 1;
 margin-top: 12px;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#0f0f0f;
--primary:#91B1D3;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_strength {
 overflow: hidden;
 padding: 10.6rem 0px 5.3rem;
 background-color: rgb(251, 251, 251);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_strength {
 padding: 4rem 0px 3rem;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.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;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 1rem;
 }}
@media screen and (max-width: 768px){
.about_strength .flex {
 display: block;
 }}
.about_strength .head {
 flex: 1 1 0%;
 max-width: 53.2rem;
 }

.head h2 {
 color: var(--title);
 font-size: 5.2rem;
 line-height: 6.4rem;
 font-weight: 700;
 text-transform: uppercase;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 28px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 576px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .line {
 gap: 2px;
 display: inline-flex;
 vertical-align: top;
 margin-top: 2.6rem;
 }
.head .line::before, .head .line::after {
 content: "";
 display: block;
 width: 3.4rem;
 height: 0.5rem;
 background-color: var(--primary);
 clip-path: polygon(0px 0px, calc(100% - 0.4rem) 0px, 100% 100%, 0.4rem 100%);
 }
@media screen and (max-width: 768px){
.head .line {
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head .line::before, .head .line::after {
 width: 2rem;
 height: 4px;
 }}
.about_strength .flex .syedittext {
 flex: 1 1 0%;
 max-width: 53rem;
 font-size: 1.8rem;
 line-height: 2.9rem;
 color: rgba(15, 15, 15, 0.75);
 margin-top: 1.6rem;
 }
@media screen and (max-width: 768px){
.about_strength .flex .syedittext {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
.about_strength .items {
 margin-top: 5.4rem;
 }
@media screen and (max-width: 768px){
.about_strength .items {
 margin-top: 2rem;
 }}
.about_strength .items > div {
 gap: 3rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }
@media screen and (max-width: 768px){
.about_strength .items > div {
 gap: 1rem;
 }}
@media screen and (max-width: 576px){
.about_strength .items > div {
 grid-template-columns: 1fr;
 }}
.about_strength .item {
 position: relative;
 overflow: hidden;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_strength .item .img {
 padding-bottom: 68.3709%;
 }
.about_strength .item .img::after {
 content: "";
 display: block;
 width: 100%;
 height: 50.4464%;
 transition: 0.3s;
 opacity: 0.76;
 background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
 position: absolute;
 left: 0px;
 bottom: 0px;
 pointer-events: none;
 }
.about_strength .active .img::after {
 height: 100%;
 opacity: 0.8;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_strength .item .text {
 color: rgb(255, 255, 255);
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 max-height: max-content;
 pointer-events: none;
 padding: 3.4rem 6.41221%;
 overflow: auto;
 }
@media screen and (max-width: 768px){
.about_strength .item .text {
 padding: 1rem;
 }}
.about_strength .item .text * {
 pointer-events: all;
 }
.about_strength .item strong {
 font-size: 2.6rem;
 font-weight: 700;
 display: block;
 }
@media screen and (max-width: 768px){
.about_strength .item .text strong {
 font-size: 18px;
 line-height: 1.5;
 }}
.about_strength .item:first-child .syedittext {
 display: block;
 }
.about_strength .item .syedittext {
 color: rgba(255, 255, 255, 0.85);
 font-size: 1.7rem;
 line-height: 2.7rem;
 max-width: 54.8rem;
 display: none;
 }
.about_strength .item .syedittext::after {
 content: "";
 display: block;
 width: 2.2rem;
 height: 1.8rem;
 margin-top: 3rem;
 filter: contrast(0) brightness(2);
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/about_3/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.about_strength .item .text .syedittext::after {
 display: none;
 }}
.about_strength .item .syedittext p {
 margin-top: 1.6rem;
 }
@media screen and (max-width: 768px){
.about_strength .item .text p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 8px;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#0f0f0f;
--swiper-wrapper-transition-timing-function,initial:;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-opacity, 1:;
--swiper-pagination-bullet-horizontal-gap,4px:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_customer {
 padding: 10.6rem 0px 11.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_customer {
 padding: 4rem 0px;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.about_customer .head {
 max-width: 67.6rem;
 margin: 0px auto;
 }

.head h2 {
 color: var(--title);
 font-size: 5.2rem;
 line-height: 6.4rem;
 font-weight: 700;
 text-transform: uppercase;
 }
.about_customer .head h2 {
 color: rgb(255, 255, 255);
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 28px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 576px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.about_customer .about_customer_swiper {
 overflow: hidden;
 margin-top: 5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_customer .about_customer_swiper {
 margin-top: 2rem;
 }}
ul {
 list-style: none;
 }
.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);
 }
.swiper-grid > .swiper-wrapper {
 flex-wrap: wrap;
 }
li.swiper-slide {
 height: auto;
 }
.about_customer .about_customer_swiper .swiper-slide {
 border: 1px solid rgb(210, 214, 216);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.img.img_ab {
 position: relative;
 }
.about_customer .about_customer_swiper .img {
 padding-bottom: 49.2126%;
 }
.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;
 }
.about_customer div.swiper-pagination {
 margin-top: 3.2rem;
 gap: 14px;
 position: static;
 display: flex;
 align-items: center;
 justify-content: center;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
@media screen and (max-width: 768px){
.about_customer div.swiper-pagination {
 margin-top: 2rem;
 }}
.about_customer div.swiper-pagination .swiper-pagination-bullet {
 margin: 0px;
 opacity: 1;
 width: 10px;
 height: 10px;
 border: 1px solid rgb(255, 255, 255);
 background-color: rgb(255, 255, 255);
 transition: 0.3s;
 transform: scale(0.5);
 }
.about_customer div.swiper-pagination .swiper-pagination-bullet-active {
 transform: scale(1);
 background-color: transparent;
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#0f0f0f;
--primary:#FF6A0D;

}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_application {
 padding: 5.3rem 0px 10.5rem;
 background-color: rgb(250, 251, 251);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_application {
 padding: 3rem 0px 4rem;
 }}
.content {
 max-width: 134rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}

.head h2 {
 color: var(--title);
 font-size: 5.2rem;
 line-height: 6.4rem;
 font-weight: 700;
 text-transform: uppercase;
 }
[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);
 }


@media screen and (max-width: 768px){
.head h2 {
 font-size: 28px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
@media screen and (max-width: 576px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .line {
 gap: 2px;
 display: inline-flex;
 vertical-align: top;
 margin-top: 2.6rem;
 }
.head .line::before, .head .line::after {
 content: "";
 display: block;
 width: 3.4rem;
 height: 0.5rem;
 background-color: var(--primary);
 clip-path: polygon(0px 0px, calc(100% - 0.4rem) 0px, 100% 100%, 0.4rem 100%);
 }
@media screen and (max-width: 768px){
.head .line {
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head .line::before, .head .line::after {
 width: 2rem;
 height: 4px;
 }}
.swiper_box {
 position: relative;
 }
.about_application .swiper_box {
 margin-top: 4.6rem;
 }
@media screen and (max-width: 768px){
.about_application .swiper_box {
 margin-top: 20px;
 }}
.swiper_content {
 max-width: 137rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_content {
 padding: 1.5rem 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
ul {
 list-style: none;
 }
.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;
 }
.about_application .about_application_swiper .swiper-slide {
 width: 42.6rem;
 }
.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;
 }
.about_application .about_application_swiper .item {
 height: 100%;
 padding: 2.7rem 2.7rem 7rem;
 position: relative;
 z-index: 2;
 min-height: 47.8rem;
 display: block;
 }
.about_application .about_application_swiper .item::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 background-color: rgb(255, 255, 255);
 clip-path: polygon(0px 0px, calc(100% - 4rem) 0px, 100% 4rem, 100% 100%, 0px 100%);
 }
@media screen and (max-width: 768px){
.about_application .about_application_swiper .item {
 padding: 1rem;
 min-height: unset;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_application .about_application_swiper .item .icon {
 --h: 100%;
 position: absolute;
 right: 0px;
 top: 0px;
 z-index: 2;
 width: 8.6rem;
 }
@media screen and (max-width: 768px){
.about_application .about_application_swiper .item .icon {
 width: 3rem;
 }}
.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;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_application .about_application_swiper .item .pic {
 padding-bottom: 61.3514%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.about_application .about_application_swiper .item .pic:hover img {
 transform: scale(1.03);
 }
.about_application .about_application_swiper .item .text {
 margin-top: 2.2rem;
 }
@media screen and (max-width: 768px){
.about_application .about_application_swiper .item .text {
 margin: 1rem 0px;
 }}
.about_application .about_application_swiper .item .text .cat {
 color: rgba(0, 0, 0, 0.5);
 font-size: 1.73rem;
 font-weight: 500;
 text-transform: uppercase;
 }
@media screen and (max-width: 768px){
.about_application .about_application_swiper .item .text .cat {
 font-size: 14px;
 }}
.about_application .about_application_swiper .item .text strong {
 font-size: 2.3rem;
 line-height: 2.87rem;
 font-weight: 700;
 display: block;
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.about_application .about_application_swiper .item .text strong {
 font-size: 1rem;
 line-height: 1.5;
 margin-top: 12px;
 }}
.swiper_btns {
 gap: 3rem;
 display: flex;
 }
.swiper_btns.middle {
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 transform: translate(-50%, -50%);
 pointer-events: none;
 justify-content: space-between;
 width: 98%;
 max-width: 158.4rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_application .swiper_btns {
 display: none;
 }}
.swiper_btns div {
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 width: 6.2rem;
 height: 6.2rem;
 transition: 0.3s;
 border: 1px solid var(--title);
 background-color: var(--title);
 pointer-events: all;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 2rem;
 height: 2rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://northernyinong.com/wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/arrow-line-l.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--primary);
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 18px;
 height: 18px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgb(218, 218, 218);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}