@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile{
    display: block!important;
  }
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px !important;
    line-height: 1.5 !important;
  }
  .head h2 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button,
  .button_b,
  .button_more,
  .button_view {
    font-size: 14px;
    padding: 8px 22px;
    min-width: 120px;
    border-width: 1px;
  }
  header {
    padding: 12px 0;
  }
  header.sticky {
    top: 0;
  }
  header .top {
    display: none;
  }
  header .header .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header .left .logo {
    top: 0;
  }
  header .header .left .logo img {
    width: auto;
    height: 40px;
  }
  header .header .left .icon_menu {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .header .left .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
  }
  header .header .left .overlay_m.active {
    display: block;
  }
  header .header nav {
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 75vw;
    height: 100vh;
    background-color: #fff;
    z-index: 19999;
    transition: all 0.3s;
    display: block;
    overflow: auto;
  }
  header .header nav.active {
    left: 0;
  }
  header .header nav .close {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header nav .close span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
  }
  header .header nav div > ul {
    display: block;
  }
  header .header nav div > ul > li > a {
    color: var(--title_color);
    line-height: 4rem;
    padding-left: 4rem;
    position: relative;
  }
  header .header nav div > ul > li > a::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/mobile-menu/menu-default.svg') no-repeat center / contain;
  }
  header .header nav div > ul > li.menu-item-home > a::before {
    background-image: url(../img/mobile-menu/menu-home.svg);
  }
  header .header nav div > ul > li.product-icon > a::before {
    background-image: url(../img/mobile-menu/menu-product.svg);
  }
  header .header nav div > ul > li.about-icon > a::before {
    background-image: url(../img/mobile-menu/menu-about.svg);
  }
  header .header nav div > ul > li.case-icon > a::before {
    background-image: url(../img/mobile-menu/menu-case.svg);
  }
  header .header nav div > ul > li.service-icon > a::before {
    background-image: url(../img/mobile-menu/menu-service.svg);
  }
  header .header nav div > ul > li.blog-icon > a::before {
    background-image: url(../img/mobile-menu/menu-blog.svg);
  }
  header .header nav div > ul > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header .header nav div > ul > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 1.5rem;
    transition: all 0.3s;
  }
  header .header nav div > ul > li.active::after {
    transform: rotate(180deg);
  }
  header .header nav div > ul > li > ul {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background-color: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 5px;
    display: none;
    max-height: unset;
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
  }
  header .header nav div > ul > li > ul li a {
    color: var(--title_color);
    padding: 0.5rem 0;
  }
  header .header nav div > ul > li > ul > li.menu-item-has-children::after {
    display: none;
  }
  header .header nav div > ul > li > ul > li  ul{
    visibility: visible!important;
    display: block!important;
    max-height: 100rem!important;
    opacity: 1!important;
    transform: translate(0)!important;
    transition: unset!important;
  }
  header .header .right {
    display: none;
  }
  footer .footer {
    padding: 50px 0 2rem;
  }
  footer .footer .content > .flex {
    display: block;
  }
  footer .footer .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer .slide_obj strong {
    font-size: 15px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 1.2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer .slide_obj strong::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer .slide_obj div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer .slide_obj div a {
    font-size: 14px;
    display: block;
  }
  footer .footer .slide_obj div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer .contact_us {
    max-width: unset;
    width: 100%;
  }
  footer .footer .contact_us form {
    margin: 1rem 0;
    height: 40px;
  }
  footer .footer .contact_us form input[type="email"] {
    line-height: 40px;
  }
  footer .footer .contact_us form input[type="submit"] {
    width: 40px;
  }
  footer .footer .contact_us .social {
    justify-content: space-between;
  }
  footer .footer_bottom {
    padding: 0 1.2rem;
  }
  footer .footer_bottom .content > .flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  footer .footer_bottom .logo img {
    width: 150px;
  }
  footer .footer_bottom ul {
    display: block;
    margin-top: 1rem;
  }
  footer .footer_bottom ul li {
    margin-top: 1rem;
  }
  footer .footer_bottom ul li i {
    width: 2.8rem;
    height: 2.8rem;
  }
  footer .footer_bottom ul li span {
    font-size: 12px;
  }
  footer .footer_bottom ul li a {
    font-size: 14px;
  }
  footer .copyright .content > .flex {
    padding: 0.5rem 0;
  }
  footer .copyright .flex div {
    display: none;
  }
  footer .copyright p {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .home_banner {
    padding: 6rem 0 5rem;
    background-position: left;
  }
  .home_banner::after {
    display: none;
  }
  .home_banner .content > .flex {
    height: auto;
    padding: 0;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .home_banner .head ul li {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home_banner .head .button {
    margin-top: 1.2rem;
    font-size: 14px;
    padding: 8px 22px;
  }
  .home_nav {
    margin-top: -30px;
  }
  .home_nav .swiper_btns {
    display: none;
  }
  .home_nav .home_nav_swiper .swiper-slide a {
    padding: 2rem 1rem 0;
    min-height: unset;
  }
  .home_nav .home_nav_swiper .swiper-slide strong {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.2rem 0 0.5rem;
  }
  .home_nav .home_nav_swiper .swiper-slide p {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  .home_nav .home_nav_swiper .swiper-slide span {
    font-size: 13px;
  }
  .home_product {
    padding: 4rem 0;
  }
  .home_product .nav {
    margin-top: 20px;
  }
  .home_product .nav ul {
    overflow: auto;
    justify-content: flex-start;
  }
  .home_product .nav ul::-webkit-scrollbar {
    display: none;
  }
  .home_product .nav ul li {
    font-size: 14px;
    white-space: nowrap;
    padding-bottom: 8px;
  }
  .home_product .home_product_swiper_box {
    margin: 25px 0;
  }
  .home_product .home_product_swiper_box .swiper_btns {
    display: none;
  }
  .home_product .home_product_swiper .swiper-slide a .img {
    height: 230px;
  }
  .home_product .home_product_swiper .swiper-slide a .info {
    padding: 10px 0 1rem;
    margin: 0 1rem;
  }
  .home_product .home_product_swiper .swiper-slide a .info span {
    font-size: 14px;
  }
  .home_product .home_product_swiper .swiper-slide a .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .home_product .home_product_swiper .swiper-slide a .info strong {
    font-size: 14px;
    padding: 9px;
  }
  .home_focus {
    padding: 5rem 0;
  }
  .home_focus .content > .flex {
    display: block;
  }
  .home_focus .head {
    width: 100%;
  }
  .home_focus .head h2 {
    margin-bottom: 1rem;
  }
  .home_focus .head ul {
    justify-content: space-between;
    margin: 1.2rem 0;
  }
  .home_focus .head ul li {
    width: 48%;
    gap: 5px;
    font-size: 14px;
    line-height: 1.4;
  }
  .home_focus .head ul li i {
    min-width: 2rem;
    height: 2rem;
  }
  .home_focus .img {
    margin: 30px 0 0;
    width: 100%;
    padding-bottom: 300px;
    left: 0;
  }
  .home_focus .img img {
    left: 10px;
  }
  .home_focus .img .text {
    bottom: 0;
  }
  .home_focus .img .text strong {
    font-size: 2rem;
  }
  .home_focus .img .text p {
    font-size: 12px;
  }
  .home_why {
    padding: 5rem 0 3rem;
  }
  .home_why .main {
    margin-top: 2rem;
  }
  .home_why .main ul {
    display: flex;
    overflow: auto;
    gap: 1rem;
  }
  .home_why .main ul li {
    min-width: 65%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
  }
  .home_why .main ul li h3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .home_solution {
    padding: 3rem 0 4rem;
  }
  .home_solution .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .home_solution .home_solution_swiper {
    margin: 2rem auto 2rem;
    width: calc(100% - 2.4rem);
  }
  .home_solution .home_solution_swiper .swiper-slide a .img {
    height: 315px;
  }
  .home_solution .home_solution_swiper .swiper-slide a .flex {
    padding: 1.2rem;
  }
  .home_solution .home_solution_swiper .swiper-slide a .flex h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home_blog {
    padding: 3rem 0 5rem;
  }
  .home_blog .nav {
    margin-top: 20px;
  }
  .home_blog .nav ul {
    overflow: auto;
    justify-content: center;
  }
  .home_blog .nav ul::-webkit-scrollbar {
    display: none;
  }
  .home_blog .nav ul li {
    font-size: 14px;
    white-space: nowrap;
    padding-bottom: 8px;
  }
  .home_blog .home_blog_swiper_box {
    margin: 25px 0;
  }
  .home_blog .home_blog_swiper_box .swiper_btns {
    display: none;
  }
  .home_blog .home_blog_swiper .swiper-slide .img {
    height: 180px;
  }
  .home_blog .home_blog_swiper .swiper-slide .info {
    padding: 2rem 1rem 1rem;
  }
  .home_blog .home_blog_swiper .swiper-slide .info .date {
    zoom: 0.5;
  }
  .home_blog .home_blog_swiper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home_blog .home_blog_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .home_blog .home_blog_swiper .swiper-slide .info i {
    font-size: 14px;
    padding: 9px;
  }
  .about_banner {
    padding-top: 4rem;
  }
  .about_banner .head {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .about_banner_content > .flex {
    flex-flow: wrap;
  }
  .about_banner .head .video p {
    font-size: 0.9rem;
  }
  .about_banner .head p {
    font-size: 14px;
  }
  .about_banner .head h1 {
    margin: 0.5rem 0;
  }
  .about_banner .head ul li span {
    font-size: 24px;
  }
  .about_banner .head ul li p {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  .about_banner .head ul li {
    min-width: 180px;
    padding-bottom: 0;
  }
  .about_banner .head ul {
    margin-bottom: 2rem;
    overflow: auto;
  }
  .about_banner .head ul::-webkit-scrollbar {
    display: none;
  }
  .about_banner .img .bg {
    left: 0;
  }
  .about_banner .head .video {
    margin-bottom: 2rem;
  }
  .about_banner .img {
    width: 100%;
    padding-left: 10px;
  }
  .about_service {
    padding: 4rem 0;
  }
  .about_service > .content > .flex {
    flex-flow: wrap;
  }
  .about_service .head div {
    flex: unset;
    padding: 0;
    width: 100%;
  }
  .about_service .head div h2 {
    margin-top: 0.5rem;
  }
  .about_service .head p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_service .about_service_swiper {
    padding: 3rem 0 1.6rem;
  }
  .about_service .about_service_swiper .swiper-slide {
    padding-bottom: 2rem;
  }
  .about_service .about_service_swiper .img {
    width: 22%;
    padding-bottom: 22%;
  }
  .about_service .about_service_swiper h3 {
    font-size: 17px;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
  }
  .about_service .about_service_swiper p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .about_service p.center a {
    font-size: 0.9rem;
    display: block;
  }
  .about_service p.center {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 0.9rem;
  }
  .about_certificate {
    padding: 4rem 0;
  }
  .about_certificate .content > .flex {
    flex-flow: wrap;
  }
  .about_certificate .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .about_certificate .about_certificate_btns div {
    width: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .about_certificate .about_certificate_swiper_box {
    margin: 2rem 0 0;
    margin-left: -0.8rem;
  }
  .about_laboratory {
    padding: 4rem 0;
  }
  .about_laboratory .head p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_laboratory .about_laboratory_swiper_box {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .about_laboratory .about_laboratory_swiper .swiper-slide {
    transform: scale(1);
    height: 200px;
  }
  .about_laboratory .about_laboratory_swiper_box .about_laboratory_btns div {
    display: none;
  }
  .about_laboratory .about_laboratory_swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 23px;
  }
  .about_history {
    padding: 3rem 0 5rem;
  }
  .about_history .head {
    display: block;
  }
  .about_history .head div {
    padding: 0;
    margin-right: 0;
  }
  .about_history .head div h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_history .head div h2 br {
    display: none;
  }
  .about_history .head p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_history .main {
    padding-top: 20px;
    display: block;
  }
  .about_history .main .nav {
    width: 50px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .about_history .main .nav .line {
    display: none;
  }
  .about_history .main .nav ul {
    display: flex;
    border: none;
    justify-content: space-around;
    position: relative;
    top: 1px;
  }
  .about_history .main .nav ul li {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 2rem;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
  }
  .about_history .main .nav ul li.active {
    border-color: var(--theme_color);
  }
  .about_history .main .about_history_swiper .swiper-slide {
    flex-wrap: wrap;
    padding: 0;
  }
  .about_history .main .about_history_swiper .swiper-slide .info {
    order: 2;
    width: 100%;
    padding-top: 1rem;
  }
  .about_history .main .about_history_swiper .swiper-slide .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_history .main .about_history_swiper .swiper-slide .info p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  .about_history .main .about_history_swiper .swiper-slide .pic {
    width: 100%;
    padding-bottom: 0;
    height: 150px;
  }
  .application_banner {
    padding: 4rem 0 5rem;
  }
  .application_banner .flex {
    height: unset;
    max-height: unset;
  }
  .application_banner .head {
    padding: 0;
  }
  .application_banner .head .subtitle {
    font-size: 14px;
    opacity: 0.9;
  }
  .application_banner .head h1 {
    margin-top: 1rem;
  }
  .app_intro {
    padding: 4rem 0 20rem;
  }
  .app_intro .content > .flex {
    display: block;
    min-height: unset;
  }
  .app_intro .head {
    width: 100%;
  }
  .app_intro .head h2 {
    margin: 0.5rem 0 1rem;
    margin-bottom: 0.7rem;
  }
  .app_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .app_intro .head ul {
    margin-top: 2rem!important;
  }
  .app_intro .head ul li {
    padding-left: 1.5rem;
  }
  .app_intro .head ul li strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .app_intro .head ul li p {
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  .app_intro .head ul li::before {
    width: 1rem;
    height: 1rem;
  }
  .app_intro .img {
    top: unset;
    bottom: 0;
    transform: translateY(0);
    width: 100%;
  }
  .app_list {
    padding: 2rem 0;
  }
  .app_list .syeditorlist > li {
    padding: 2rem 0;
  }
  .app_list .syeditorlist > li .flex {
    display: block;
  }
  .app_list .syeditorlist > li .pic {
    width: 100%;
  }
  .app_list .syeditorlist > li .pic span {
    font-size: 14px;
  }
  .app_list .syeditorlist > li .info {
    width: 100%;
    margin-top: 20px;
  }
  .app_list .syeditorlist > li .info h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .app_list .syeditorlist > li .info strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .app_list .syeditorlist > li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .app_list .syeditorlist > li .info ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .app_list .syeditorlist > li:nth-child(even) .info {
    width: 100%;
  }
  .app_product {
    padding: 4rem 0;
  }
  .app_product .head h2 {
    margin-top: 0.5rem;
  }
  .app_product .app_product_swiper {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .app_product .app_product_swiper .swiper_btns_full {
    width: calc(100% + 1rem);
    z-index: 2;
  }
  .app_product .app_product_swiper .swiper_btns_full div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .app_product .app_product_swiper .swiper-slide a {
    padding: 0;
    display: block;
  }
  .app_product .app_product_swiper .swiper-slide .img {
    width: 100%;
    height: 250px;
  }
  .app_product .app_product_swiper .swiper-slide .info {
    width: 100%;
    padding: 1rem 1.2rem 1.2rem;
  }
  .app_product .app_product_swiper .swiper-slide .info span {
    font-size: 14px;
  }
  .app_product .app_product_swiper .swiper-slide .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0.2rem 0 0.5rem;
  }
  .app_product .app_product_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .app_product .app_product_swiper .swiper-slide .info .button {
    font-size: 14px;
    margin-top: 1rem;
    padding: 9px;
    width: 100%;
  }
  .faq_box {
    padding: 4rem 0 5rem;
  }
  .faq_box .head h2 {
    margin-top: 0.5rem;
  }
  .faq_box .sy_contentfaq {
    margin-top: 2rem;
  }
  .faq_box .sy_contentfaq .faqs .faq .question {
    padding: 0.7rem 1rem;
    gap: 10px;
    margin-bottom: 1rem;
  }
  .faq_box .sy_contentfaq .faqs .faq .question strong {
    font-size: 14px;
    line-height: 1.5;
  }
  .faq_box .sy_contentfaq .faqs .faq .question span {
    min-width: 10px;
    height: 10px;
  }
  .faq_box .sy_contentfaq .faqs .faq .answer {
    padding: 0 1rem 1.2rem;
    font-size: 14px;
    line-height: 1.6;
  }
  .faq_box p.center {
    font-size: 13px;
    margin-top: 2rem;
  }
  .faq_box p.center a {
    font-size: 13px;
    display: block;
  }
  .blog_main {
    padding: 3rem 0 5rem;
  }
  .blog_main .nav {
    margin-top: 20px;
  }
  .blog_main .nav ul {
    overflow: auto;
    justify-content: flex-start;
    gap: 1rem;
  }
  .blog_main .nav ul::-webkit-scrollbar {
    display: none;
  }
  .blog_main .nav ul li a {
    font-size: 14px;
    white-space: nowrap;
    padding-bottom: 8px;
  }
  .blog_main .main {
    margin-top: 2rem;
  }
  .blog_main .main ul {
    margin-bottom: 2rem;
    display: block;
  }
  .blog_main .main ul li {
    margin-bottom: 1.2rem;
  }
  .blog_main .main ul li:last-child {
    margin-bottom: 0;
  }
  .blog_main .main ul li .img {
    height: 250px;
  }
  .blog_main .main ul li .img strong {
    zoom: 0.8;
  }
  .blog_main .main ul li .info {
    padding: 1rem;
  }
  .blog_main .main ul li .info h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .blog_main .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .blog_main .main ul li .info i {
    font-size: 14px;
  }
  .category_banner {
    padding: 5rem 0 4rem;
  }
  .category_banner::after {
    display: none;
  }
  .category_banner .flex {
    min-height: unset;
    padding: 0;
  }
  .category_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    opacity: 0.9;
  }
  .category_main {
    padding: 2rem 0 4rem;
  }
  .category_main .left {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    padding: 4rem 1.2rem;
    overflow: auto;
    transition: all 0.3s;
  }
  .category_main .left.active {
    right: 0;
  }
  .category_main .left .widget strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .category_main .left .widget .terms > li a {
    font-size: 1rem;
  }
  .category_main .left .widget .terms .childrenTerms li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .category_main .left .widget .terms .childrenTerms li::before {
    top: 3px;
  }
  .category_main .right {
    width: 100%;
  }
  .category_main .right .intro h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .category_main .right .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .category_main .right .icon_menu_p {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
    margin: -24px 0 0 auto;
  }
  .category_main .right .breadcrumbs {
    margin-top: 2rem;
    overflow: auto;
    width: calc(100% - 2rem);
  }
  .category_main .right .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .category_main .right .breadcrumbs span {
    font-size: 14px;
    white-space: nowrap;
  }
  .category_main .right .breadcrumbs span span a {
    font-size: 14px;
  }
  .category_main .right .main {
    margin-top: 2rem;
  }
  .category_main .right .main ul li a {
    display: block;
    padding: 1rem;
  }
  .category_main .right .main ul li .img {
    width: 100%;
    height: 250px;
  }
  .category_main .right .main ul li .info {
    padding: 1rem 0 0;
  }
  .category_main .right .main ul li .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.2rem 0 0.5rem;
  }
  .category_main .right .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .category_main .right .main ul li .info .button {
    width: 100%;
    font-size: 14px;
    padding: 9px;
    margin-top: 1rem;
  }
  .product_list {
    padding: 2rem 0;
  }
  .product_list .syeditorlist > li {
    padding: 2rem 0;
  }
  .product_list .syeditorlist > li .flex {
    display: block;
  }
  .product_list .syeditorlist > li .img {
    width: 100%;
  }
  .product_list .syeditorlist > li .info {
    width: 100%;
    margin: 1rem 0 0;
  }
  .product_list .syeditorlist > li .info .subtitle {
    font-size: 14px;
  }
  .product_list .syeditorlist > li .info h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .product_list .syeditorlist > li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_list .syeditorlist > li:nth-child(even) .info {
    margin: 1rem 0 0;
  }
  .contact_banner .banner {
    padding: 4rem 0 8rem;
  }
  .contact_banner .banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .contact_banner .banner .head p {
    line-height: 1.5rem;
  }
  .contact_banner .infos ul {
    overflow: auto;
  }
  .contact_banner .infos ul li {
    min-width: 65%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact_banner .infos ul li strong {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 0.5rem;
  }
  .contact_banner .infos ul li a,
  .contact_banner .infos ul li p {
    font-size: 14px;
    line-height: 1.4rem;
  }
  .contact_inquiry {
    padding: 4rem 0;
  }
  .contact_inquiry .head h2 {
    margin-top: 0.5rem;
  }
  .contact_inquiry .contact_form {
    margin-top: 2rem;
  }
  .contact_inquiry .contact_form form {
    gap: 1rem;
  }
  .contact_inquiry .contact_form form .col3 {
    width: 100%;
  }
  .contact_inquiry .contact_form form input {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .contact_inquiry .contact_form form textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
    height: 150px;
  }
  .contact_inquiry .contact_form form input[type="submit"] {
    font-size: 14px;
    padding: 11px 2rem;
  }
  .post_main .banner {
    padding: 3rem 0;
  }
  .post_main .banner .flex {
    min-height: unset;
    padding: 0;
  }
  .post_main .banner h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .post_main .banner span {
    font-size: 14px;
    padding: 9px 22px;
  }
  .post_main .content > .flex {
    display: block;
  }
  .post_main .left {
    width: 100%;
  }
  .post_main .left .post_detail h2 {
    padding-top: 2rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .post_main .left .post_detail p {
    padding-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .post_main .left .post_detail ul {
    padding-top: 8px;
  }
  .post_main .left .post_detail ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 8px;
  }
  .post_main .left .post_detail ul li::before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  .post_main .right {
    width: 100%;
    padding-top: 4rem;
  }
  .post_main .right .cate strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .post_main .right .cate ul {
    padding-top: 1rem;
  }
  .post_main .right .cate ul li {
    margin-bottom: 8px;
  }
  .post_main .right .cate ul li a {
    font-size: 15px;
    padding-left: 25px;
  }
  .post_main .right .cate ul li a::before {
    width: 15px;
    height: 15px;
    top: -1px;
  }
  .post_main .right .lastest {
    margin-top: 2rem;
  }
  .post_main .right .lastest strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .post_main .right .lastest ul {
    padding-top: 1rem;
  }
  .product_preview {
    padding-top: 2rem;
  }
  .product_preview .content > .flex {
    display: block;
  }
  .product_preview .left {
    width: 100%;
    position: static;
  }
  .product_preview .left .product_control_swiper {
    margin-top: 1rem;
  }
  .product_preview .left .product_control_swiper .swiper-slide {
    height: 86px;
  }
  .product_preview .right {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
  }
  .product_preview .right span {
    font-size: 1rem;
  }
  .product_preview .right h1 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .product_preview .right p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  .product_preview .right .button {
    max-width: 100%;
    font-size: 14px;
    padding: 9px;
    margin-top: 1.2rem;
  }
  .product_spec {
    overflow: hidden;
    padding: 3rem 0 5rem;
  }
  .product_spec .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_spec table {
    margin-top: 2rem;
    display: block;
    overflow: auto;
  }
  .product_spec table tr td {
    min-width: 100px;
    font-size: 14px;
    padding: 10px 7px;
    line-height: 1.4;
  }
  .product_spec table tr td:first-child {
    font-size: 14px;
  }
  .video_pop .pop_content {
    height: auto;
    max-width: 90vw;
  }

  body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 14px;
  }
  .wpcf7-not-valid-tip{
    font-size: 14px!important;
  }

  
  /* end */
  body .contact_pop .wpcf7-not-valid-tip{
    font-size: 13px;
    margin: 0.5rem 0;
    margin-top: 0.2rem !important;
  }
 
  
  .contact_pop{
    padding: 0;
  }
  .contact_pop.active{
    bottom: 0;
    top: unset;
  }
  body .contact_pop .wpcf7-not-valid-tip{
    font-size: 13px;
    margin: 0.5rem 0;
    margin-top: 0.2rem !important;
  }
  .contact_pop.active .pop_content{
    max-height: 80vh;
    height: auto;
    bottom: 0;
    position: absolute;
    transform: translate(-50%,0);
    top: unset;
    left: 0;
    transform: translateX(0);
  } 
  .contact_pop .pop_content{
    transform: translate(-50%,0%);
    bottom: -100px;
    max-height: 80vh;
    padding: 3rem 1.2rem;
    border-radius: 0;
    top: unset;
    position: absolute;
    left: 0;
    transform: translateX(0);
    width: 100%;
  } 
  .contact_pop .pop_content form{
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }

  .contact_pop .pop_content form span[data-name="message"]{
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }

  .contact_inquiry .contact_inquiry_form form span{
    font-size: 14px;
  }
  body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 14px;
  }
  form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
    top: -4.5rem!important;
  }
  .contact_pop .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
  .contact_pop .pop_content form input{
    width: auto;
    max-width: 100%;
  }
  .contact_pop .pop_content ul{
    flex-flow: wrap;
    display: none;
  }
  .contact_pop .pop_content form input[type="submit"]{
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
  }
  .contact_pop .pop_content p{
    margin-bottom: 20px;
  }

  
  .resource_download {
    padding: 5rem 0 50px;
  }
  .resource_download .main {
    padding-top: 30px;
  }
  .resource_download .main li a {
    padding: 1rem 0;
  }
  .resource_download .main li a p {
    font-size: 14px;
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
  .resource_download .main li a p::before {
    width: 1.2rem;
    height: 1.2rem;
    left: 1px;
  }
  .resource_download .main li a strong {
    font-size: 13px;
    padding-left: 1.2rem;
    text-indent: -9999px;
  }
  .resource_download .main li a strong::before {
    width: 1rem;
    height: 1rem;
    top: 0;
  } 

  .privacy-policy .blog_details h1 {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 1rem;
      padding-bottom: 0;
  }

  .privacy-policy .blog_details {
      padding: 50px 0;
  }
  
  .privacy-policy .blog_details h1 {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 1rem;
      padding-bottom: 0;
  }
  .privacy-policy .blog_details .blog_detail h2 {
      font-size: 1.125rem;
      padding-top: 20px;
  }
  .privacy-policy .blog_details .blog_detail p, .blog_details li {
      padding-top: 20px;
      font-size: .9rem;
      line-height: 1.5rem;
  }
  .blog_detail .content{
    padding: 0;
  }
  .content_us_nav {
    margin: 1rem 2.2rem ;
  }

  .home_product .home_product_swiper .swiper-slide .info p{
    margin-bottom: 1.5rem;
    font-size: 13px;
  }
  .app_intro{
    transform: scale(1) translate(0px);
  }


  
  /* end */
  body .contact_pop2 .wpcf7-not-valid-tip{
    font-size: 13px;
    margin: 0.5rem 0;
    margin-top: 0.2rem !important;
  }
 
  
  .contact_pop2{
    padding: 0;
  }
  .contact_pop2.active{
    bottom: 0;
    top: unset;
  }
  body .contact_pop2 .wpcf7-not-valid-tip{
    font-size: 13px;
    margin: 0.5rem 0;
    margin-top: 0.2rem !important;
  }
  .contact_pop2.active .pop_content{
    max-height: 80vh;
    height: auto;
    bottom: 0;
    position: absolute;
    transform: translate(-50%,0);
    top: unset;
    left: 0;
    transform: translateX(0);
  } 
  .contact_pop2 .pop_content{
    transform: translate(-50%,0%);
    bottom: -100px;
    max-height: 80vh;
    padding: 3rem 1.2rem;
    border-radius: 0;
    top: unset;
    position: absolute;
    left: 0;
    transform: translateX(0);
    width: 100%;
  } 
  .contact_pop2 .pop_content form{
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }

  .contact_pop2 .pop_content form span[data-name="message"]{
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
 
  .contact_pop2 .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
  .contact_pop2 .pop_content form input{
    width: auto;
    max-width: 100%;
  }
  .contact_pop2 .pop_content ul{
    flex-flow: wrap;
    display: none;
  }
  .contact_pop2 .pop_content form input[type="submit"]{
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
  }
  .contact_pop2 .pop_content p{
    margin-bottom: 20px;
  }
  .content_us_nav.only_mobile a.button  {
    margin-bottom: 1rem;
  }
}
