


html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_w:rgba(255, 255, 255, 0.8);
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner {
 z-index: 3;
 }
.page_banner::after, .page_banner::before {
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 33.8295%;
 background-image: linear-gradient(to top, rgb(20, 88, 168) -8%, transparent);
 content: "";
 z-index: 2;
 pointer-events: none;
 opacity: 0.74;
 }
.page_banner::before {
 height: 44.655%;
 opacity: 1;
 background-image: linear-gradient(to top, rgb(0, 4, 12) -25.4545%, transparent);
 z-index: 1;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner::before, .page_banner::after {
 height: 100%;
 z-index: -1;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.page_banner .bn_mask {
 height: 107.7%;
 pointer-events: none;
 z-index: 3;
 }
@media screen and (max-width: 768px){
.page_banner .bn_mask {
 display: none;
 }}
.content {
 max-width: 144rem;
 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_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
.page_banner .flex {
 min-height: 73.9rem;
 padding: 12rem 0px 8.4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 100px 0px 50px;
 }}
.page_banner .head {
 position: relative;
 z-index: 3;
 flex: 1 1 0%;
 width: 100%;
 padding-bottom: 3.2%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
.head h1 {
 font-size: 5.8rem;
 line-height: 1.18966;
 font-weight: 700;
 letter-spacing: 0.04rem;
 }
[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: 1024px){
.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;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head.bn p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 letter-spacing: 0.018rem;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.page_banner p {
 margin-top: 2.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;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn p {
 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;
 }}
i, em {
 font-style: normal;
 }
.page_banner .bn_arrow {
 position: absolute;
 bottom: 12.2rem;
 right: 2.75%;
 z-index: 2;
 width: 1rem;
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/about-advantages_0/assets/img/bn-line.svg") center center / contain no-repeat;
 }
.page_banner .bn_arrow::after {
 padding-bottom: 1920%;
 content: "";
 display: block;
 }
@media screen and (max-width: 768px){
.page_banner .bn_arrow {
 bottom: 20px;
 width: 5px;
 right: 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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--border:#3e82c0;
--bg_w:#f2f4f6;
--tertiary:#1b84c8;
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_nav {
 padding: 15rem 0px 14.9rem;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_nav {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.content {
 max-width: 144rem;
 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;
 }}
.page_nav .nav .nav_list {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
 gap: 2.5rem 1.66667%;
 }
@media screen and (max-width: 768px){
.page_nav .nav .nav_list {
 width: calc(100% + 60px);
 margin: 0px -30px;
 padding: 0px 30px;
 display: flex;
 flex-wrap: nowrap;
 overflow-x: auto;
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.page_nav .nav .nav_list {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 }}
li {
 list-style: none;
 }
[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){
.page_nav .nav .nav_list li {
 flex: 1 0 160px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.page_nav .nav .nav_item {
 display: flex;
 flex-direction: column;
 align-items: center;
 height: 100%;
 transition: 0.3s;
 cursor: pointer;
 border-radius: 2rem;
 border: 1px solid var(--border);
 background-color: rgba(28, 98, 154, 0.74);
 padding: 3.3rem 2rem 2.9rem;
 }
.page_nav .nav .nav_item.active, .page_nav .nav .nav_item:hover {
 background-color: var(--bg_w);
 border-color: var(--bg_w);
 }
@media screen and (max-width: 768px){
.page_nav .nav .nav_item {
 padding: 20px;
 border-radius: 10px;
 }}
.page_nav .nav .nav_item.active .icon, .page_nav .nav .nav_item:hover .icon {
 background-color: var(--tertiary);
 transform: translateY(0px);
 }
.page_nav .nav .nav_item .icon {
 width: 8.4rem;
 height: 8.4rem;
 border-radius: 50%;
 transition: 0.3s, transform 0.4s;
 transform: translateY(0.7rem);
 }
@media screen and (max-width: 768px){
.page_nav .nav .nav_item .icon {
 width: 50px;
 height: 50px;
 transform: translateY(0px);
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_nav .nav .nav_item.active .title, .page_nav .nav .nav_item:hover .title {
 color: var(--title);
 transform: translateY(0px);
 font-weight: 600;
 letter-spacing: unset;
 }
.page_nav .nav .nav_item .title {
 font-size: 2.112rem;
 text-align: center;
 transition: 0.3s, transform 0.4s;
 margin-bottom: auto;
 margin-top: 1.9rem;
 transform: translateY(1.9rem);
 font-weight: 500;
 letter-spacing: 0.02rem;
 }
@media screen and (max-width: 768px){
.page_nav .nav .nav_item .title {
 font-size: 14px;
 margin-top: 12px;
 letter-spacing: unset;
 transform: translateY(0px);
 }}
i, em {
 font-style: normal;
 }
.page_nav .nav .nav_item.active i, .page_nav .nav .nav_item:hover i {
 opacity: 1;
 transform: translateY(0px);
 }
.page_nav .nav .nav_item i {
 display: block;
 width: 1.4rem;
 height: 1.4rem;
 content: "";
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/about-advantages_1/assets/img/arrow-down.svg") center center / contain no-repeat;
 transition: 0.3s, transform 0.4s;
 opacity: 0;
 margin-top: 1.1rem;
 transform: translateY(1.9rem);
 }
@media screen and (max-width: 768px){
.page_nav .nav .nav_item.active i, .page_nav .nav .nav_item:hover i {
 filter: unset;
 }}
@media screen and (max-width: 768px){
.page_nav .nav .nav_item i {
 width: 14px;
 height: 14px;
 margin-top: 20px;
 transform: translateY(0px);
 opacity: 1;
 filter: contrast(0) brightness(2);
 }}
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 {
--text_w:rgba(255, 255, 255, 0.8);
--primary:#1b85c9;
--border_w:rgba(255, 255, 255, 0.14);
--bg_w:#f2f4f6;
--bg2:rgba(28, 93, 149, 0.74);
--title:#1c1c1c;
--tertiary:#1b84c8;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_exhibition {
 padding: 11.5rem 0px 31.7rem;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_exhibition {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.content {
 max-width: 144rem;
 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;
 }}
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.7rem 1fr;
 align-items: center;
 font-size: 1.8rem;
 line-height: normal;
 text-transform: uppercase;
 gap: 1.3rem;
 margin-bottom: 1rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 100%;
 content: "";
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/about-exhibition_2/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[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 {
 grid-template-columns: 14px 1fr;
 line-height: 1.5;
 font-size: 14px;
 gap: 10px;
 margin-bottom: 8px;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 700;
 letter-spacing: 0.03rem;
 }
[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: 1024px){
.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_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.about_exhibition .flex {
 margin-top: 4.7rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_exhibition .flex {
 margin-top: 30px;
 }}
.about_exhibition .nav {
 white-space: nowrap;
 position: sticky;
 top: 12rem;
 min-width: 16rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .nav {
 min-width: 100px;
 }}
@media screen and (max-width: 576px){
.about_exhibition .nav {
 position: static;
 width: 100%;
 min-width: unset;
 }}
@media screen and (max-width: 576px){
.about_exhibition .nav .nav_list {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 display: flex;
 flex-wrap: nowrap;
 overflow-x: auto;
 gap: 20px;
 }}
li {
 list-style: none;
 }
.about_exhibition .nav li {
 position: relative;
 padding-left: 1.1rem;
 }
.about_exhibition .nav li::before {
 width: 0.3rem;
 height: 1.4rem;
 position: absolute;
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
 background-color: rgb(104, 199, 240);
 content: "";
 transition: 0.3s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.about_exhibition .nav li {
 padding-left: 14px;
 }}
@media screen and (max-width: 768px){
.about_exhibition .nav li::before {
 width: 2px;
 height: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.about_exhibition .nav li a {
 font-size: 1.8rem;
 opacity: 0.74;
 vertical-align: top;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.about_exhibition .nav li a {
 font-size: 14px;
 }}
.about_exhibition .nav li + li {
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .nav li + li {
 margin-top: 14px;
 }}
@media screen and (max-width: 576px){
.about_exhibition .nav .nav_list li + li {
 margin-top: 0px;
 }}
.about_exhibition .nav li.active::before {
 opacity: 1;
 }
.about_exhibition .nav li.active a {
 font-weight: 700;
 opacity: 1;
 }
.about_exhibition .rt {
 flex: 1 1 0%;
 width: 100%;
 border-top: 1px solid var(--border_w);
 max-width: 124.4rem;
 padding-top: 1rem;
 margin-top: 0.6rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .rt {
 padding-top: 20px;
 margin: 0px;
 }}
.about_exhibition .rt h3 {
 font-size: 4.4rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.about_exhibition .rt h3 {
 font-size: 20px;
 }}
.about_exhibition .list {
 margin-top: 4.2rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .list {
 margin-top: 30px;
 }}
.about_exhibition .list > ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
 gap: 5rem 3.0393%;
 }
@media screen and (max-width: 768px){
.about_exhibition .list ul {
 grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
 gap: 30px 16px;
 }}
.about_exhibition .list .active .item {
 background-color: var(--bg_w);
 border-color: var(--bg_w);
 }
.about_exhibition .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 border-radius: 1.9rem;
 background-color: var(--bg2);
 border: 1px solid var(--border);
 }
@media screen and (max-width: 768px){
.about_exhibition .item {
 border-radius: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_exhibition .item .img {
 border-radius: 2rem 2rem 0px 0px;
 padding-bottom: 67.8795%;
 margin: -1px;
 }
@media screen and (max-width: 768px){
.about_exhibition .item .img {
 border-radius: 10px 10px 0px 0px;
 }}
.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_exhibition .item:hover img {
 transform: scale(1.02);
 }
.about_exhibition .list .active .info {
 font-weight: 400;
 letter-spacing: unset;
 }
.about_exhibition .item .info {
 flex: 1 1 0%;
 font-size: 1.8rem;
 line-height: 2.8rem;
 padding: 7.479% 6.963% 9.542%;
 transition: 0.3s;
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .item .info {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 padding: 20px;
 }}
.about_exhibition .list .active .info span {
 color: rgb(99, 99, 99);
 }
.about_exhibition .item .info span {
 display: block;
 opacity: 0.74;
 transition: 0.3s;
 }
.about_exhibition .list .active .info h4 {
 color: var(--title);
 font-weight: 700;
 letter-spacing: unset;
 }
.about_exhibition .item .info h4 {
 font-size: 2.2rem;
 transition: 0.3s;
 margin-top: 0.9rem;
 font-weight: 600;
 letter-spacing: 0.015rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .item .info h4 {
 font-size: 18px;
 margin-top: 10px;
 letter-spacing: unset;
 }}
.about_exhibition .list .active .info ul {
 color: rgba(99, 99, 99, 0.85);
 }
.about_exhibition .item .info ul {
 margin-top: 2.7rem;
 color: rgba(255, 255, 255, 0.85);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.about_exhibition .item .info ul {
 margin-top: 12px;
 }}
.about_exhibition .list .active .info ul strong {
 color: var(--tertiary);
 font-weight: 600;
 letter-spacing: unset;
 }
.about_exhibition .item .info ul strong {
 color: rgb(255, 255, 255);
 transition: 0.3s;
 font-weight: 600;
 }
.about_exhibition .rt .box + .box {
 margin-top: 8.5rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .rt .box + .box {
 margin-top: 40px;
 }}
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){


}