@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_w {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    gap: 12px;
  }
  .btn i,
  .btn_w i {
    width: 7px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    gap: 12px;
    min-width: unset;
  }
  .btn_line i {
    width: 7px;
  }
  .btn_more {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .btn_i {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    gap: 12px;
  }
  .btn_i::after {
    width: 12px;
    height: 12px;
  }
  .btn_circle {
    width: 40px;
    height: 40px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  .head.sm h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .head.sm h2::after {
    width: 30px;
    height: 3px;
    margin-top: 1rem;
  }
  .head .subtitle,
  .head strong {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: unset;
    gap: 8px;
    /*&::before, &::after {
        width: 14px;
        height: 3px;
      }

      &::after {
        margin-right: 10px;
      }*/
  }
  .head .subtitle::before,
  .head strong::before {
    width: 30px;
    height: 3px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .btn,
  .head .btn_i,
  .head .btn_line,
  .head .btn_w {
    margin-top: 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    position: sticky;
    background-color: #fff;
  }
  header.header_w {
    border-bottom-color: rgba(51, 51, 51, 0.22);
  }
  header.header_w .logo {
    filter: unset;
  }
  header.header_w .btn_search::after,
  header.header_w .btn_lang::after,
  header.header_w .btn_menu::after {
    filter: unset;
  }
  header.header_w.style .btn_search:hover::after,
  header.header_w.style .btn_lang:hover::after,
  header.header_w.style .btn_menu:hover::after {
    filter: unset;
  }
  header .inner {
    padding: 0 20px;
  }
  header .left {
    padding: 0;
  }
  header .logo img {
    height: 28px;
  }
  header .btns {
    gap: 26px;
    min-height: 4rem;
    align-items: center;
  }
  header .btn_search,
  header .btn_lang,
  header .btn_menu {
    padding: 0;
    border-left: none;
  }
  header .btn_search:hover,
  header .btn_lang:hover,
  header .btn_menu:hover {
    background-color: transparent;
  }
  header .btn_search:hover::after,
  header .btn_lang:hover::after,
  header .btn_menu:hover::after {
    filter: unset;
  }
  header .btn_contact {
    display: none;
  }
  footer .footer_main {
    padding: 4rem 0;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer strong {
    font-size: 18px;
    letter-spacing: unset;
  }
  footer .main {
    display: block;
    max-width: unset;
  }
  footer .slide_logo {
    margin: 0 0 3rem;
    width: 100%;
    display: grid;
  }
  footer .slide_logo .logo {
    max-width: 230px;
    margin: 0 auto;
  }
  footer .slide_obj:not(.slide_connect) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect) > div li + li {
    margin-top: 14px;
  }
  footer .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
  }
  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 2px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li + li {
    margin-top: 16px;
  }
  footer .slide_connect .email::before {
    top: 5px;
  }
  footer .slide_follow {
    width: 100%;
    padding-top: 2rem;
  }
  footer .slide_follow strong {
    margin-bottom: 20px;
  }
  footer .slide_follow .social {
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_follow .social a {
    width: 25px;
    height: 25px;
  }
  footer .slide_subscribe {
    width: 100%;
    padding-top: 2rem;
  }
  footer .slide_subscribe strong {
    margin-bottom: 20px;
  }
  footer .slide_subscribe form {
    max-width: unset;
    gap: 12px;
  }
  footer .slide_subscribe form input {
    font-size: 14px;
    padding: 15px 20px;
  }
  footer .slide_subscribe form input[type=submit] {
    padding: 15px 20px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .footer_contact {
    margin-top: 1rem;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .footer_contact .head {
    display: block;
    text-align: center;
  }
  .page_products2 {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_products2 .flex {
    gap: 20px 1rem;
  }
  .page_products2 .page_products2_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_products2 .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .page_products {
    padding: 3rem 0;
  }
  .page_products .flex {
    gap: 20px 1rem;
  }
  .page_products .head {
    padding: 0;
  }
  .page_products .page_products_swiper {
    margin-top: 22px;
  }
  .page_products .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 22px;
  }
  .page_factory {
    padding: 3rem 0 2rem;
    overflow: hidden;
  }
  .page_factory strong {
    margin-top: 0;
  }
  .page_factory .flex {
    display: block;
  }
  .page_factory .title {
    max-width: unset;
  }
  .page_factory .title h3 {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .page_factory .title h3::before {
    display: none;
  }
  .page_factory .capacity {
    margin-bottom: 0;
    margin-top: 1.2rem;
  }
  .page_factory .capacity .wrap {
    font-size: 1.2rem;
  }
  .page_factory .capacity .wrap .num {
    font-size: 1.5rem;
  }
  .page_factory .capacity .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .page_factory .page_factory_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_factory .page_factory_swiper .info {
    margin-top: 1rem;
  }
  .page_factory .page_factory_swiper .info h3 {
    font-size: 18px;
  }
  .page_factory .page_factory_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_factory .swiper_control {
    margin-top: 2rem;
  }
  .page_video {
    padding: 2rem 0;
  }
  .page_video .video .btn_play {
    font-size: 14px;
  }
  .page_video .video .btn_play i {
    width: 3rem;
    height: 3rem;
    margin-bottom: 10px;
  }
  .page_app_feature {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_app_feature .page_app_feature_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_app_feature .item .info {
    margin-top: 1rem;
  }
  .page_app_feature .item h3 {
    font-size: 18px;
  }
  .page_app_feature .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_app_feature .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .page_applications {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_applications .head {
    padding: 0;
  }
  .page_applications .flex {
    gap: 20px 1rem;
  }
  .page_applications .page_applications_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_applications .item .info {
    margin-top: 1rem;
  }
  .page_applications .item h3 {
    font-size: 18px;
  }
  .page_applications .item i {
    width: 14px;
    height: 14px;
    margin-top: 1rem;
  }
  .page_applications .swiper_control {
    margin-top: 3rem;
  }
  .page_faqs {
    padding: 3rem 0;
  }
  .page_faqs.bg {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .page_faqs .flex {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .page_faqs .faqs_sidebar {
    width: 100%;
    min-width: unset;
  }
  .page_faqs .faqs_sidebar .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    flex-wrap: nowrap;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    gap: 1.2rem;
  }
  .page_faqs .faqs_sidebar .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_faqs .faqs_sidebar .nav_item {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 0;
    min-width: 90px;
  }
  .page_faqs p.center:has(.btn_line) {
    margin-top: 2.5rem;
    min-height: 44px;
  }
  .page_blog {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_blog .head {
    padding: 0;
  }
  .page_blog .flex {
    gap: 20px 1rem;
  }
  .page_blog .page_blog_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_blog .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .page_blog2 {
    padding: 3rem 0 2rem;
  }
  .page_blog2 .flex {
    gap: 20px 1rem;
  }
  .page_blog2 .head {
    padding: 0;
  }
  .page_blog2 .list {
    margin-top: 1rem;
  }
  .page_blog2 .item a {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
  .page_blog2 .item .info {
    padding: 0;
  }
  .page_blog2 .item .metas {
    font-size: 14px;
    gap: 8px;
  }
  .page_blog2 .item .metas .cat {
    grid-template-columns: 4px 1fr;
    gap: 8px;
  }
  .page_blog2 .item .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    letter-spacing: unset;
  }
  .page_blog2 .item .btn_circle {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .page_blog_b2 {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_blog_b2 .head {
    padding: 0;
  }
  .page_blog_b2 .flex {
    gap: 20px 1rem;
  }
  .page_blog_b2 .page_blog_b2_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_blog_b2 .swiper_btns.middle {
    display: none;
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .page_blog_b2 .blog_list .info {
    margin-top: 1rem;
  }
  .page_banner {
    padding: 0;
    margin-bottom: 1rem;
  }
  .page_banner.banner_next_hasnav {
    margin-bottom: 0;
  }
  .page_banner::before {
    width: 100%;
    opacity: 1;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .page_banner .head {
    max-width: unset;
    padding: 0;
  }
  .products_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
    flex-direction: column-reverse;
  }
  .products_banner .head {
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .products_banner .img {
    width: 100%;
    margin: 0;
    padding-bottom: 58.811%;
  }
  .resource_banner {
    padding: 0;
    margin-bottom: 1rem;
  }
  .resource_banner:has(.nav_list) {
    padding-bottom: 1.2rem;
  }
  .resource_banner::before {
    width: 100%;
    opacity: 1;
  }
  section.resource_banner p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .resource_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .resource_banner .head {
    max-width: unset;
    padding: 0;
  }
  .resource_banner form {
    max-width: 350px;
    margin-top: 20px;
    padding: 5px;
  }
  .resource_banner form input[type=text] {
    font-size: 14px;
    padding: 4px 20px;
  }
  .resource_banner form input[type=submit] {
    width: 40px;
    height: 40px;
  }
  .resource_banner .nav_list {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    overflow-x: auto;
    gap: 1.5rem;
    padding: 0 20px;
  }
  .resource_banner .nav_list::-webkit-scrollbar {
    display: none;
  }
  .resource_banner .nav_list li {
    flex: 1 0 240px;
  }
  .resource_banner .nav_list .nav_item {
    grid-template-columns: 1fr 2rem;
    gap: 1rem;
    font-size: 16px;
    padding: 12px 0;
  }
  .page_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2rem;
  }
  .page_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav_item {
    margin-bottom: 0;
    font-size: 16px;
    padding: 14px 0;
    --deg: 3px;
  }
  div:has(.products_nav) {
    top: calc(4rem + 1px);
  }
  .products_nav {
    top: calc(4rem + 1px);
  }
  .products_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 10px 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
    gap: 1rem;
  }
  .products_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .products_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .products_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .products_nav .nav_item {
    padding: 10px;
    white-space: nowrap;
  }
  .products_nav .nav_item .icon {
    height: 50px;
  }
  .products_nav .nav_item .title {
    font-size: 14px;
    margin-top: 10px;
  }
  .product2_list .info {
    padding: 1rem 20px 1.2rem;
  }
  .product2_list .info h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: unset;
  }
  .product2_list .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product2_list .info .btn_circle {
    margin-top: 20px;
  }
  .product_list .active a {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .product_list .info {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.2rem;
  }
  .product_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .product_list .info ul {
    margin-top: 16px;
  }
  .product_list .info ul li {
    padding-left: 1rem;
  }
  .product_list .info ul li::before {
    top: 10px;
  }
  .product_list .info .btn {
    font-size: 14px;
    padding: 11px 20px;
    gap: 12px;
  }
  .product_list .info .btn i {
    width: 7px;
  }
  .blog_list .info {
    margin-top: 1rem;
  }
  .blog_list .metas {
    font-size: 14px;
    gap: 10px;
    padding-bottom: 10px;
  }
  .blog_list .metas .cat {
    font-size: 15px;
    grid-template-columns: 4px 1fr;
    gap: 8px;
  }
  .blog_list .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .link {
    font-size: 14px;
    margin-top: 20px;
    transform: translate(0);
    gap: 12px;
  }
  .blog_list .link .btn_circle {
    width: 40px;
    height: 40px;
  }
  .certificate_item .wrap {
    padding: 2rem 0;
  }
  .certificate_item .wrap::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
  }
  .certificate_item .wrap a {
    width: 3rem;
    height: 3rem;
  }
  .certificate_item .title {
    font-size: 18px;
    margin-top: 1rem;
  }
  .faq_item .question {
    font-size: 16px;
    padding: 14px 20px;
    letter-spacing: unset;
  }
  .faq_item .question i {
    width: 12px;
    height: 12px;
  }
  .faq_item .answer {
    padding: 0 20px;
  }
  .faq_item .answer p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 10px 0 1rem;
  }
  .cut {
    height: 3px;
  }
  .cut::before,
  .cut::after {
    width: 14px;
    height: 3px;
  }
  .cut::after {
    margin-right: 10px;
  }
  .advantage_swiper {
    overflow: unset;
  }
  .advantage_swiper .swiper-slide {
    padding: 1.5rem 20px 2rem;
  }
  .advantage_swiper .swiper-slide i {
    width: 40px;
    height: 40px;
  }
  .advantage_swiper .swiper-slide .info {
    margin-top: 20px;
  }
  .advantage_swiper .swiper-slide .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .advantage_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .swiper_control {
    gap: 1.2rem 1rem;
  }
  .swiper_control div.swiper-scrollbar {
    width: 100%;
    max-width: unset;
  }
  .swiper_control .swiper_btns {
    margin-left: auto;
  }
  nav.navigation p {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  nav.navigation .nav-links {
    gap: 8px;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
    min-width: 37px;
    padding: 10px;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding: 0 0 4rem;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0;
    flex-direction: column-reverse;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_banner .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .home_banner .head {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .home_banner .swiper_con {
    padding: 0 20px;
    bottom: 2rem;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet {
    width: 3rem;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet-active {
    width: 4rem;
  }
  .home_about {
    padding: 4rem 0 3rem;
    margin: 0;
  }
  .home_about .nums {
    margin-top: 2rem;
  }
  .home_about .nums ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }
  .home_about .nums li {
    padding: 0 10px;
  }
  .home_about .nums li:nth-child(2n) {
    border-right: none;
  }
  .home_about .nums .data {
    font-size: 1.4rem;
    letter-spacing: unset;
  }
  .home_about .nums .data .num {
    font-size: 1.5rem;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .home_about p.center:has(.btn_line) {
    margin-top: 3rem;
  }
  .home_category {
    padding: 3rem 0;
  }
  .home_category .head {
    padding: 0;
    gap: 20px 1rem;
  }
  .home_category .main {
    margin-top: 2rem;
  }
  .home_category .home_category_img_swiper {
    width: 100%;
    max-width: 444px;
  }
  .home_category .right {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .home_category .home_category_swiper .swiper-slide {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .home_category .home_category_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_category .home_category_swiper .swiper-slide h3::after {
    width: 30px;
    height: 3px;
    margin-top: 10px;
  }
  .home_category .home_category_swiper .swiper-slide .cut {
    margin-top: 10px;
  }
  .home_category .home_category_swiper .swiper-slide p {
    margin-top: 10px;
  }
  .home_category .home_category_swiper .swiper-slide ul {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home_category .home_category_swiper .swiper-slide ul a {
    padding-left: 1.2rem;
  }
  .home_category .home_category_swiper .swiper-slide ul a::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .home_category .home_category_swiper .swiper-slide .btn {
    margin-top: 20px;
  }
  .home_category .swiper_con {
    margin-top: 2rem;
  }
  .home_category .swiper_con .swiper-pagination {
    gap: 10px;
  }
  .home_category .swiper_con .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .home_category .swiper_con .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
  .home_category .watermark {
    font-size: 5rem;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .home_applications {
    padding: 4rem 0;
    background-color: var(--bg_color);
    margin: 1rem 0;
  }
  .home_applications .flex {
    gap: 2rem;
    padding: 0;
    margin-top: 2rem;
  }
  .home_applications .flex::before {
    display: none;
  }
  .home_applications .titles {
    width: 100%;
    padding: 0;
  }
  .home_applications .titles li {
    font-size: 15px;
    grid-template-columns: 2rem 1fr;
    gap: 7px;
  }
  .home_applications .titles li span {
    font-size: 14px;
  }
  .home_applications .titles li.active {
    font-size: 16px;
  }
  .home_applications .titles li + li {
    margin-top: 12px;
  }
  .home_applications .home_applications_img_swiper {
    width: 100%;
  }
  .home_applications .right {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .home_applications .right .pagination {
    font-size: 14px;
  }
  .home_applications .right .pagination .current {
    font-size: 15px;
  }
  .home_applications .home_applications_swiper {
    margin-top: 20px;
  }
  .home_applications .home_applications_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_applications .home_applications_swiper h3:after {
    width: 30px;
    height: 4px;
    margin-top: 10px;
  }
  .home_applications .home_applications_swiper .cut {
    margin-top: 10px;
  }
  .home_applications .home_applications_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_applications .home_applications_swiper .btn {
    padding: 11px 20px;
    margin-top: 20px;
  }
  .home_applications .watermark {
    font-size: 5rem;
    bottom: 0;
    left: 0;
  }
  .home_links {
    padding: 2rem 0;
  }
  .home_links .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home_links .item .img {
    opacity: 1;
  }
  .home_links .item a {
    min-height: unset;
  }
  .home_links .item .info {
    gap: 1rem;
    padding: 2rem 20px;
  }
  .home_links .item .info span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  .home_links .item .info strong {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
  }
  .home_links .item .info .btn_circle {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .home_advantages {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_advantages .advantage_swiper {
    margin-top: 2rem;
  }
  .blog_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .blog_banner .head {
    padding: 0;
  }
  .blog_banner form {
    max-width: 350px;
    margin-top: 20px;
  }
  .blog_banner form input {
    font-size: 14px;
    padding: 14px 20px;
  }
  .blog_banner form input[type=submit] {
    min-width: unset;
  }
  .blog_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    gap: 2rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .blog_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .blog_nav .nav_item {
    font-size: 16px;
    padding: 14px 0;
    margin-bottom: 0;
  }
  .blog_main {
    padding: 3rem 0;
  }
  .blog_main .list {
    padding-bottom: 3rem;
  }
  .blog_main .list > ul {
    grid-template-columns: 1fr;
    gap: 3rem 1rem;
  }
  .blog_main nav.navigation {
    margin-top: 2rem;
  }
  .post_banner {
    padding: 3rem 0;
    margin: 0;
  }
  .post_banner h1 {
    font-size: 22px;
  }
  .post_banner .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
    margin-top: 1rem;
  }
  .post_banner .breadcrumbs span {
    font-size: 14px;
  }
  .post_banner .breadcrumbs span span::before {
    width: 5px;
    height: 10px;
    margin: 0 10px;
  }
  .post_main {
    padding: 4rem 0 3rem;
  }
  .post_main .flex {
    gap: 2rem 1rem;
  }
  .post_main .post_sidebar {
    width: 100%;
    min-width: unset;
    position: static;
    top: unset;
    padding: 0;
    gap: 1rem;
  }
  .post_main .post_sidebar form {
    grid-template-columns: 1fr 2rem;
  }
  .post_main .post_sidebar form input[type=text] {
    font-size: 14px;
    padding: 14px 20px;
  }
  .post_main .post_sidebar .slide_cate {
    padding: 1rem 20px;
  }
  .post_main .post_sidebar .slide_cate .title {
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar .slide_cate .list {
    margin-top: 1rem;
  }
  .post_main .post_sidebar .slide_cate li {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .post_main .post_sidebar .slide_cate li::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .post_main .post_sidebar .slide_cate li a {
    font-size: 14px;
  }
  .post_main .left {
    width: 100%;
    max-width: unset;
  }
  .post_main .left .by {
    font-size: 0.9rem;
  }
  .post_main .left .img {
    border-radius: 12px;
    margin-top: 1rem;
    min-height: unset;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 12px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ul li + li {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  .post_main .tags-box {
    margin-top: 2rem;
  }
  .post_main .tags-box .flex {
    gap: 1rem;
  }
  .post_main .tags-box .tags {
    gap: 10px;
    font-size: 16px;
  }
  .post_main .tags-box .tags span {
    margin-right: 8px;
  }
  .post_main .tags-box .tags p {
    font-size: 14px;
    padding: 6px 2rem;
  }
  .post_main .tags-box .share {
    gap: 1rem;
    margin-top: 0;
  }
  .post_main .tags-box .share a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_banner {
    padding: 0 0 2rem;
  }
  .about_banner::before {
    width: 100%;
    opacity: 0.8;
  }
  .about_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .about_banner .head {
    padding: 0;
  }
  .about_banner .nums ul {
    grid-template-columns: 1fr 1fr;
  }
  .about_banner .nums li {
    padding: 0 10px 0 12px;
  }
  .about_banner .nums .wrap {
    font-size: 1.2rem;
  }
  .about_banner .nums .wrap .num {
    font-size: 1.5rem;
  }
  .about_banner .nums .label {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_profile {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .about_profile .flex {
    display: block;
    margin-top: 16px;
  }
  .about_profile .flex h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    padding: 0;
  }
  .about_profile p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .about_profile .about_profile_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .about_profile .about_profile_swiper .img {
    opacity: 1;
  }
  .about_profile .about_profile_swiper .info {
    padding: 1.2rem 20px;
  }
  .about_profile .about_profile_swiper .info .num {
    font-size: 14px;
    color: #fff;
  }
  .about_profile .about_profile_swiper .info .icon {
    width: 3rem;
    height: 3rem;
    margin-top: 2rem;
    filter: contrast(0) brightness(2);
  }
  .about_profile .about_profile_swiper .info .intro {
    margin-top: 1rem;
  }
  .about_profile .about_profile_swiper .info .intro h3 {
    font-size: 18px;
    color: #fff;
  }
  .about_profile .about_profile_swiper .info .intro p {
    margin-top: 10px;
    line-height: 1.5;
    color: #fff;
  }
  .about_profile .swiper_btns {
    display: none;
  }
  .about_history {
    padding: 3rem 0;
  }
  .about_history .about_history_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .about_history .about_history_swiper::before {
    top: 45px;
  }
  .about_history .about_history_swiper .swiper-slide::before {
    top: 45px;
  }
  .about_history .about_history_swiper .swiper-slide.active_line::before {
    width: calc(100% + 16px);
  }
  .about_history .about_history_swiper .date {
    font-size: 20px;
  }
  .about_history .about_history_swiper i {
    width: 10px;
    margin-top: 1rem;
  }
  .about_history .about_history_swiper .info {
    margin-top: 1rem;
  }
  .about_history .about_history_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_history .about_history_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_history .about_history_swiper .img {
    margin-top: 1rem;
  }
  .about_history .watermark {
    font-size: 5rem;
  }
  .about_certifications {
    padding: 3rem 0;
    overflow: hidden;
  }
  .about_certifications .flex {
    display: block;
  }
  .about_certifications .nav_list {
    gap: 2rem;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .about_certifications .nav_list li {
    flex: 1 0 120px;
  }
  .about_certifications .nav_list::-webkit-scrollbar {
    display: none;
  }
  .about_certifications .nav_list .nav_item {
    font-size: 16px;
    padding: 12px 0;
    min-width: unset;
    margin: 0;
  }
  .about_certifications .main {
    margin-top: 2rem;
  }
  .about_certifications .about_certifications_wiper {
    overflow: unset;
  }
  .about_certifications .swiper_control {
    margin-top: 3rem;
  }
  .about_global {
    padding: 3rem 0;
  }
  .about_global .flex {
    display: block;
  }
  .about_global .img {
    width: calc(100% + 20px);
    margin: 2rem -10px 0;
  }
  .applications_banner {
    padding: 3rem 0;
    overflow: hidden;
  }
  .applications_banner .flex {
    gap: 2rem 1rem;
  }
  .applications_banner .head {
    max-width: unset;
    padding: 0;
  }
  .applications_banner .right {
    width: 100%;
    margin-right: 0;
    gap: 1rem;
  }
  .applications_banner .applications_banner_swiper {
    margin: 0 0 -3rem;
    height: 386px;
    position: relative;
  }
  .applications_banner .applications_banner_swiper::before {
    width: 100%;
    height: 24.97%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to bottom, #eef5fa, transparent);
    z-index: 2;
    pointer-events: none;
  }
  .applications_main {
    padding: 4rem 0 3rem;
  }
  .applications_main .nav_list {
    display: flex;
    width: calc(100% + 40px);
    margin: 1rem -20px 0;
    padding: 1rem 20px;
    overflow-x: auto;
    gap: 1rem;
  }
  .applications_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .applications_main .nav_list li {
    flex: 1 0 160px;
  }
  .applications_main .nav_list .nav_item {
    font-size: 16px;
    padding: 1.2rem 20px;
    gap: 1rem;
  }
  .applications_main .nav_list .nav_item i {
    width: 4rem;
    height: 4rem;
  }
  .applications_main .list {
    margin-top: 2rem;
  }
  .applications_main .app_item {
    margin-bottom: 3rem;
  }
  .applications_main .app_item .flex {
    gap: 1rem;
  }
  .applications_main .app_item .img {
    width: 100%;
    padding-bottom: 63.254%;
  }
  .applications_main .app_item .info {
    max-width: unset;
    padding: 0;
  }
  .applications_main .app_item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .applications_main .app_item h3::after {
    width: 30px;
    height: 3px;
    margin-top: 10px;
  }
  .applications_main .app_item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .applications_main .app_item .btn {
    margin-top: 20px;
    padding: 11px 20px;
  }
  .applications_main p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .applications_main .btn_line {
    gap: 12px;
  }
  .app_desc {
    padding: 3rem 0;
  }
  .app_desc .left {
    max-width: unset;
    padding: 0;
  }
  .app_desc .left .img {
    margin-top: 2rem;
  }
  .app_desc .right {
    width: 100%;
  }
  .app_desc .info {
    margin-top: 2rem;
  }
  .app_desc .info li {
    grid-template-columns: 30px 1fr;
    gap: 1rem;
    font-size: 1rem;
    margin-bottom: 10px;
    letter-spacing: unset;
  }
  .app_advantages {
    padding: 3rem 0 2rem;
  }
  .app_advantages .flex {
    gap: 2rem 1rem;
  }
  .app_advantages .img {
    width: 100%;
  }
  .app_advantages .head {
    max-width: unset;
    margin: 0;
  }
  .advantage_section {
    padding: 2rem 0;
  }
  .advantage_section .list > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .advantage_section .item {
    grid-template-columns: 1fr 40px;
    gap: 1rem;
    padding: 1.5rem 20px;
  }
  .advantage_section .item .info {
    padding: 0;
  }
  .advantage_section .item strong {
    font-size: 18px;
    letter-spacing: unset;
  }
  .advantage_section .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .app_more {
    padding: 3rem 0;
    overflow: hidden;
  }
  .app_more .head {
    padding: 0;
  }
  .app_more .flex {
    gap: 20px 1rem;
  }
  .app_more .app_more_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .app_more .item .info {
    bottom: 1rem;
    max-height: calc(100% - 2rem);
    padding: 0 20px;
  }
  .app_more .item h3 {
    font-size: 18px;
  }
  .app_more .item .btn_circle {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .app_more .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .category_main {
    padding: 4rem 0 3rem;
  }
  .category_main .list {
    margin-top: 2rem;
  }
  .category_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .category_main .category_list .info {
    padding: 1rem 20px 1.2rem;
  }
  .category_main .category_list h3 {
    font-size: 18px;
  }
  .category_main .category_list span {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  .category_main .category_list p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .category_main .category_list .btn {
    margin-top: 20px;
  }
  .category_advantage {
    padding: 3rem 0;
    overflow: hidden;
  }
  .category_advantage .head {
    max-width: unset;
    padding: 0;
  }
  .category_advantage .img {
    width: 100%;
  }
  .category_advantage .advantage_swiper {
    margin-top: 2rem;
  }
  .category_manufacturing {
    padding: 3rem 0;
  }
  .category_manufacturing h3 {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .category_manufacturing h3::before {
    display: none;
  }
  .category_manufacturing .flex {
    margin-top: 2rem;
  }
  .category_manufacturing .category_manufacturing_swiper {
    width: 100%;
  }
  .category_manufacturing .items {
    max-width: unset;
    margin-top: 0;
  }
  .category_manufacturing .item.active {
    margin-bottom: 0;
  }
  .category_manufacturing .item.active .title {
    font-size: 18px;
  }
  .category_manufacturing .item .title {
    font-size: 16px;
    padding: 14px 0 14px 2rem;
  }
  .category_manufacturing .item .title .num {
    font-size: 14px;
    top: 1rem;
  }
  .category_manufacturing .item .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }
  .category2_profile {
    padding: 3rem 0;
  }
  .category2_profile .img {
    width: 100%;
    margin: 0;
  }
  .category2_profile .head {
    max-width: unset;
    margin: 0;
  }
  .category2_profile ul {
    margin-top: 1rem;
  }
  .category2_profile ul li {
    grid-template-columns: 1.5rem 1fr;
    gap: 1rem;
    font-size: 1rem;
    margin-bottom: 10px;
    letter-spacing: unset;
  }
  .category2_profile .btn {
    gap: 12px;
  }
  .category2_main {
    padding: 3rem 0;
  }
  .category2_main .inner {
    width: 100%;
    padding: 0 20px;
  }
  .category2_main .main::-webkit-scrollbar {
    display: none;
  }
  .category2_main table th,
  .category2_main table td {
    font-size: 14px;
    padding: 12px 10px;
  }
  .category2_main table td {
    padding: 8px;
  }
  .category2_main table th img,
  .category2_main table td img {
    width: 40px;
    height: 40px;
  }
  .category2_main table td a[download] {
    width: 18px;
    height: 18px;
  }
  .category2_main nav.navigation {
    margin-top: 2rem;
  }
  .products_main {
    padding: 4rem 0 3rem;
  }
  .products_main .head {
    padding: 0;
    max-width: unset;
  }
  .products_main .advantages {
    width: 100%;
  }
  .products_main .advantages li {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
    margin-bottom: 10px;
    letter-spacing: unset;
    font-size: 1rem;
  }
  .products_main .list {
    margin-top: 2rem;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .products_main .more_item .info {
    padding: 1rem 20px;
  }
  .products_main .more_item .btn_line {
    font-size: 14px;
    margin: 20px;
    padding: 10px 20px;
  }
  .products_main .more_item .btn_line i {
    width: 7px;
  }
  .product_show {
    padding: 2rem 0 3rem;
  }
  .product_show .breadcrumbs {
    padding: 12px 20px;
    line-height: 20px;
    min-height: 47px;
  }
  .product_show .breadcrumbs span {
    font-size: 14px;
  }
  .product_show .breadcrumbs span span::before {
    width: 5px;
    height: 7px;
    margin: 0 10px;
  }
  .product_show .flex {
    margin-top: 0;
    gap: 2rem 1rem;
    flex-direction: column;
  }
  .product_show .left {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_show .left .product_show_gallery_swiper {
    margin: 0 0 -2rem;
  }
  .product_show .left .product_show_thumbs_swiper {
    width: 85%;
  }
  .product_show .left .swiper_con {
    gap: 10px;
  }
  .product_show .right {
    max-width: unset;
  }
  .product_show .right strong {
    font-size: 14px;
  }
  .product_show .right h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .product_show .right p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_show .right h3 {
    font-size: 18px;
    padding-top: 10px;
    margin-top: 1rem;
  }
  .product_show .right ul {
    margin-top: 10px;
    padding-bottom: 1rem;
  }
  .product_show .right ul li {
    padding-left: 1.2rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_show .right ul li::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .product_show .right .btns {
    margin-top: 20px;
    gap: 1rem;
  }
  .product_show .right .btn_download {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    gap: 8px;
  }
  .product_show .right .btn_download::after {
    width: 14px;
    height: 14px;
  }
  .product_show .right .btn_i {
    gap: 12px;
    padding: 11px 20px;
  }
  .product_desc {
    padding: 3rem 0;
  }
  .product_desc .img {
    margin-top: 2rem;
  }
  .product_desc .advantages {
    margin-top: 2rem;
  }
  .product_desc .advantages ul {
    grid-template-columns: 1fr;
    gap: 1.2rem 1rem;
  }
  .product_desc .advantages i {
    width: 3rem;
    height: 3rem;
  }
  .product_desc .advantages h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-top: 1rem;
  }
  .product_desc .advantages p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_intro {
    padding: 3rem 0 2rem;
  }
  .product_intro h2 {
    margin-bottom: 0;
  }
  .product_tech {
    padding: 2rem 0;
  }
  .product_tech .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2rem;
  }
  .product_tech .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_tech .nav_list .nav_item {
    font-size: 16px;
    padding: 12px 0;
    margin-bottom: 0;
    letter-spacing: unset;
  }
  .product_tech .main {
    margin-top: 2rem;
  }
  .product_tech .main .box {
    overflow-x: auto;
  }
  .product_tech .main .box::-webkit-scrollbar {
    display: none;
  }
  .product_tech table {
    min-width: 600px;
  }
  .product_tech table td,
  .product_tech table th {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 10px;
  }
  .product_tech table td:last-child,
  .product_tech table th:last-child {
    width: unset;
  }
  .product_tech p.center:has(.btn_line) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .product_tech .btn_line {
    gap: 12px;
  }
  .product_tags {
    padding: 2rem 0;
  }
  .product_tags .tags {
    gap: 1rem;
  }
  .product_tags .tags span {
    font-size: 18px;
    margin-right: 1rem;
  }
  .product_tags .tags p {
    font-size: 14px;
    padding: 10px 20px;
  }
  .product_faqs {
    padding: 3rem 0;
  }
  .product_faqs .flex {
    gap: 2rem 1rem;
  }
  .product_faqs .head {
    max-width: unset;
    padding: 0;
  }
  .product_faqs .faqs {
    width: 100%;
  }
  .product_faqs .faq_item {
    margin-bottom: 1rem;
  }
  .product_faqs .faq_item .question {
    padding: 14px 20px;
  }
  .product_faqs .faq_item .answer {
    padding: 0 20px;
  }
  .product_faqs .faq_item .answer p {
    padding: 0 0 1rem;
  }
  .product_apps {
    padding: 3rem 0;
    overflow: hidden;
  }
  .product_apps .product_apps_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .product_apps .item .title {
    font-size: 18px;
    margin-top: 1rem;
  }
  .product_apps .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  .download_latest {
    padding: 3rem 0;
  }
  .download_latest .flex {
    margin-top: 2rem;
    flex-direction: column-reverse;
    gap: 0;
  }
  .download_latest .flex::before {
    width: 100%;
  }
  .download_latest .img {
    width: 100%;
    margin: 0;
    margin-right: -5rem;
  }
  .download_latest .info {
    width: 100%;
    padding: 1rem 20px 1.5rem;
  }
  .download_latest .info strong {
    font-size: 14px;
  }
  .download_latest .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .download_latest .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .download_latest .info .btns {
    margin-top: 20px;
    gap: 1rem;
  }
  .download_latest .info .btns span,
  .download_latest .info .btns a {
    width: 40px;
    height: 40px;
  }
  .download_main {
    padding: 3rem 0;
  }
  .download_main .filters {
    font-size: 1rem;
    margin-top: 2rem;
    gap: 1rem;
  }
  .download_main .filters p {
    margin-right: 0;
  }
  .download_main .filters .select {
    max-width: unset;
    min-width: 200px;
  }
  .download_main .filters .select select {
    font-size: 14px;
    padding: 14px 2rem 14px 20px;
    background-size: 12px;
    background-position: right 20px center;
  }
  .download_main .filters .form {
    max-width: unset;
    min-width: 200px;
  }
  .download_main .filters .form form {
    grid-template-columns: 1fr 2rem;
  }
  .download_main .filters .form form input[type=text] {
    font-size: 14px;
    padding: 14px 20px;
  }
  .download_main .list {
    margin-top: 2rem;
  }
  .download_main .item {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 1rem;
    padding: 1.2rem 20px;
  }
  .download_main .item .title {
    width: 100%;
    font-size: 18px;
  }
  .download_main .item .format {
    font-size: 14px;
    padding: 0;
    margin-left: auto;
  }
  .download_main .item span,
  .download_main .item a {
    width: 40px;
    height: 40px;
  }
  .download_main p.center:has(.btn_line) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .download_main .btn_line {
    gap: 12px;
  }
  .certificates_main {
    padding: 3rem 0;
  }
  .certificates_main .filters {
    font-size: 1rem;
    margin-top: 2rem;
    gap: 1rem;
  }
  .certificates_main .filters p {
    margin-right: 0;
  }
  .certificates_main .filters .select {
    max-width: unset;
    min-width: 200px;
  }
  .certificates_main .filters .select select {
    font-size: 14px;
    padding: 14px 2rem 14px 20px;
    background-size: 12px;
    background-position: right 20px center;
  }
  .certificates_main .list {
    margin-top: 2rem;
  }
  .certificates_main .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .launches_top {
    padding: 3rem 0;
  }
  .launches_top .info {
    max-width: unset;
  }
  .launches_top .info .metas {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .launches_top .info .metas .cat {
    grid-template-columns: 6px 1fr;
    gap: 10px;
  }
  .launches_top .info strong {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .launches_top .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .launches_top .info .btn_i {
    margin-top: 20px;
    padding: 11px 20px;
  }
  .launches_top .img {
    width: 100%;
    margin: 0;
  }
  .launches_main {
    padding: 3rem 0;
  }
  .launches_main .filters {
    font-size: 1rem;
    display: block;
    margin-top: 1rem;
  }
  .launches_main .nav_list {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    gap: 1rem;
  }
  .launches_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .launches_main .nav_list .nav_item {
    font-size: 14px;
    padding: 10px 20px;
  }
  .launches_main .list {
    margin-top: 2rem;
  }
  .launches_main .list ul {
    grid-template-columns: 1fr;
    gap: 3rem 1rem;
  }
  .launches_main p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .launches_main .btn_line {
    gap: 12px;
  }
  .resources_services {
    padding: 3rem 0;
    overflow: hidden;
  }
  .resources_services .resources_services_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .resources_services .item a {
    padding: 2em 20px 1.2rem;
  }
  .resources_services .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .resources_services .item .info {
    margin-top: 2rem;
  }
  .resources_services .item h3 {
    font-size: 18px;
  }
  .resources_services .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .resources_services .item .btn_circle {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .resources_services .swiper_btns {
    display: none;
  }
  .resources_contact {
    padding: 3rem 0;
  }
  .resources_contact .head {
    max-width: unset;
  }
  .resources_contact .list {
    margin-top: 2rem;
  }
  .resources_contact .list .item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1rem;
    padding: 1.2rem 0;
  }
  .resources_contact .list i {
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    margin: 0;
    opacity: 1;
    transform: scale(1);
    order: -1;
  }
  .resources_contact .list i:after {
    background-size: 14px;
  }
  .resources_contact .list p {
    font-size: 18px;
    width: 100%;
    padding-left: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .resources_contact .list p::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .resources_contact .list .label {
    font-size: 0.9rem;
    line-height: 1.5;
    width: 100%;
  }
  .technologys_main {
    padding: 3rem 0;
  }
  .technologys_main .list {
    margin-top: 2rem;
  }
  .technologys_main .technology_item {
    margin-bottom: 3rem;
  }
  .technologys_main .technology_item .flex {
    gap: 1.2rem 1rem;
  }
  .technologys_main .technology_item .img {
    width: 100%;
    padding-bottom: 63.113%;
  }
  .technologys_main .technology_item .info {
    max-width: unset;
    padding: 0;
  }
  .technologys_main .technology_item .info span {
    font-size: 14px;
  }
  .technologys_main .technology_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .technologys_main .technology_item .info h3::after {
    width: 30px;
    height: 3px;
    margin-top: 10px;
  }
  .technologys_main .technology_item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .technologys_main .technology_item .info .btn {
    margin-top: 20px;
    padding: 11px 20px;
  }
  .technologys_main .float li:nth-child(1) {
    bottom: -3rem;
    left: -20px;
  }
  .technologys_main .float li:nth-child(2) {
    right: -20px;
  }
  .technology_desc {
    padding: 3rem 0;
  }
  .technology_desc .flex {
    gap: 2rem 1rem;
  }
  .technology_desc .img {
    width: 100%;
  }
  .technology_desc .head {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    padding: 0;
  }
  .technology_desc ul {
    margin-top: 1rem;
  }
  .technology_desc ul li {
    padding-left: 1.2rem;
    margin-bottom: 10px;
  }
  .technology_desc ul li::before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .technology_principle {
    padding: 3rem 0;
  }
  .technology_principle .head {
    display: block;
  }
  .technology_principle .img {
    margin-top: 2rem;
  }
  .oem_banner {
    padding: 3rem 0 4rem;
  }
  .oem_banner .head {
    max-width: unset;
    padding: 0;
  }
  .oem_banner .btn_i {
    gap: 12px;
    padding: 11px 20px;
  }
  .oem_banner .main {
    width: 100%;
    margin: 0;
  }
  .oem_banner .main .pic {
    max-width: 444px;
    margin: 0 auto;
  }
  .oem_banner .float {
    margin-top: 1rem;
  }
  .oem_banner .float ul {
    display: grid;
    gap: 1rem 1.2rem;
  }
  .oem_banner .float ul li {
    position: static;
    width: 100%;
    grid-template-columns: 1fr 2rem;
    gap: 1rem;
    pointer-events: all;
  }
  .oem_banner .float ul li .title {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 5px;
    --size: 6px;
  }
  .oem_banner .float ul li .title span {
    padding: 1.2rem 20px;
  }
  .oem_desc {
    padding: 3rem 0;
  }
  .oem_desc .img {
    width: 100%;
  }
  .oem_desc .head {
    max-width: unset;
    padding: 0;
  }
  .oem_desc h2 {
    margin-bottom: 0;
  }
  .oem_desc .advantages {
    margin-top: 2rem;
  }
  .oem_desc .advantages ul {
    grid-template-columns: 1fr;
    gap: 1.2rem 1rem;
  }
  .oem_desc .advantages i {
    width: 3rem;
    height: 3rem;
  }
  .oem_desc .advantages h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-top: 1rem;
  }
  .oem_desc .advantages p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .oem_option {
    padding: 3rem 0;
  }
  .oem_option .flex {
    padding: 0;
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .oem_option .flex::before {
    display: none;
  }
  .oem_option .titles {
    max-width: unset;
    padding: 0;
  }
  .oem_option .titles .title {
    font-size: 18px;
    line-height: 1.5;
    grid-template-columns: 40px 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .oem_option .titles .title.active {
    margin-bottom: 1rem;
  }
  .oem_option .oem_option_img_swiper {
    width: 100%;
  }
  .oem_option .right {
    width: 100%;
  }
  .oem_option .pagination {
    font-size: 14px;
  }
  .oem_option .pagination .current {
    font-size: 16px;
  }
  .oem_option .oem_option_intro_swiper {
    margin-top: 20px;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide h3:after {
    width: 30px;
    height: 4px;
    margin-top: 10px;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide p {
    margin-top: 10px;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide ul {
    margin-top: 1rem;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide ul li {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide ul li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
  .oem_option .oem_option_intro_swiper .swiper-slide .btn {
    padding: 11px 20px;
    margin-top: 20px;
  }
  .oem_process {
    padding: 3rem 0;
  }
  .oem_process .oem_process_swiper {
    margin-top: 22px;
  }
  .oem_process .oem_process_swiper .swiper-slide::before {
    top: 1.5rem;
  }
  .oem_process .oem_process_swiper .icon {
    width: 3rem;
  }
  .oem_process .oem_process_swiper .info {
    margin-top: 1rem;
  }
  .oem_process .oem_process_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .oem_process .oem_process_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .oem_process p.center:has(.btn) {
    margin-top: 2.5rem;
  }
  .oem_app {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .oem_app .list {
    margin-top: 2rem;
  }
  .oem_app .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .oem_app .item a {
    padding: 2rem 20px;
    gap: 1rem;
    font-size: 18px;
  }
  .oem_app .item i {
    width: 3rem;
    height: 3rem;
  }
  .oem_certification {
    padding: 3rem 0;
    overflow: hidden;
  }
  .oem_certification .swiper_content {
    padding: 0 20px;
    overflow: unset;
  }
  .oem_certification .oem_certification_swiper {
    margin-top: 2rem;
  }
  .oem_certification .oem_certification_intro_swiper {
    max-width: 444px;
    margin-top: 2rem;
  }
  .oem_certification .oem_certification_intro_swiper h3 {
    font-size: 18px;
  }
  .oem_certification .oem_certification_intro_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .oem_tech {
    padding: 3rem 0;
  }
  .oem_tech .nav_list {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 20px -20px 0;
    overflow-x: auto;
    gap: 1.2rem;
  }
  .oem_tech .nav_list::-webkit-scrollbar {
    display: none;
  }
  .oem_tech .nav_list .nav_item {
    font-size: 16px;
    letter-spacing: unset;
    padding: 12px 0;
  }
  .oem_tech .oem_tech_swiper {
    margin-top: 2rem;
  }
  .oem_tech .oem_tech_swiper .flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .oem_tech .oem_tech_swiper .info {
    padding: 2rem 20px;
  }
  .oem_tech .oem_tech_swiper .info span {
    font-size: 14px;
  }
  .oem_tech .oem_tech_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .oem_tech .oem_tech_swiper .info h3::after {
    width: 30px;
    height: 3px;
    margin-top: 10px;
  }
  .oem_tech .oem_tech_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .oem_tech .oem_tech_swiper .info .btn {
    margin-top: 20px;
    padding: 11px 20px;
  }
  .oem_faqs {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .oem_faqs .flex {
    gap: 2rem 1rem;
  }
  .oem_faqs .head {
    max-width: unset;
  }
  .oem_faqs .faqs {
    width: 100%;
    padding: 0;
  }
  .oem_feedback {
    padding: 3rem 0;
  }
  .oem_feedback .head {
    padding: 0;
  }
  .oem_feedback .oem_feedback_swiper {
    margin-top: 2rem;
  }
  .oem_feedback .oem_feedback_swiper .flex {
    gap: 1rem;
  }
  .oem_feedback .oem_feedback_swiper .left {
    width: 100%;
  }
  .oem_feedback .oem_feedback_swiper .left::after {
    display: none;
  }
  .oem_feedback .oem_feedback_swiper .info {
    max-width: unset;
    padding: 0;
  }
  .oem_feedback .oem_feedback_swiper .info strong {
    font-size: 15px;
    grid-template-columns: 5px 1fr;
    gap: 10px;
    padding-bottom: 10px;
  }
  .oem_feedback .oem_feedback_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .oem_feedback .oem_feedback_swiper .info h3::after {
    width: 2rem;
    height: 2rem;
    margin-top: 10px;
  }
  .oem_feedback .oem_feedback_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .oem_feedback .oem_feedback_swiper .info .human {
    font-size: 18px;
    margin-top: 1.5rem;
    letter-spacing: unset;
  }
  .oem_feedback .oem_feedback_swiper .info .human span {
    font-size: 0.9rem;
  }
  .oem_feedback .oem_feedback_swiper .info .btn {
    margin-top: 20px;
    padding: 11px 20px;
    gap: 12px;
  }
  .oem_feedback .swiper_btns.middle {
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 20px;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 2rem;
  }
  
  .search .page_products .product_list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .search .page_products p.center {
    margin-top: 2.5rem;
    min-height: 44px;
  }


  /*** global css ***/
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }
  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  .lang_popup{
    width: 100%;
    height: 80vh;
    padding: 1.5rem;
  }
  .lang_popup .gtranslate_wrapper{
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
  .lang_popup .gtranslate_wrapper a{
    padding: 1rem;
  }
  .lang_popup .gtranslate_wrapper a img{
    width: 30px;
  }
  .lang_popup .gtranslate_wrapper a span{
    font-size: 14px !important;
  }
  .lang_popup strong{
    font-size: 20px;
  }

  /*** global css ***/


  div:has(.page_nav) {
    top: 4rem;
  }
  .page_nav {
    top: 4rem;
  }
  section.page_nav .nav_item {
    padding: 14px 0;
  }


  .head h1, .home_banner .title {
    font-size: 25px !important;
  }
  .head h2 {
    font-size: 22px !important;
  }
  .head p,
  .home_applications .home_applications_swiper p,
  .technologys_main .technology_item .info p,
  .oem_tech .oem_tech_swiper .info p,
  .about_profile .flex p {
    font-size: 14px !important;
  }

  section.category2_profile {
    padding-top: 1rem;
  }
  section.category2_profile .head {
    width: 100%;
  }
  section.category2_profile .img {
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .head.sm h2 {
    font-size: 28px;
  }
  .head .subtitle,
  .head strong {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .home_banner .title {
    font-size: 34px;
  }
  .home_category .home_category_swiper .swiper-slide ul {
    grid-template-columns: 1fr 1fr;
  }
  .home_applications .titles {
    width: 30%;
  }
  .home_applications .home_applications_img_swiper {
    width: 60%;
  }
  .home_links .items > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .post_main .post_sidebar {
    grid-template-columns: 1fr 1fr;
  }
  .page_blog2 .item a {
    grid-template-columns: 40% 1fr auto;
  }
  .applications_banner .applications_banner_swiper {
    margin-top: -3rem;
  }
  .applications_banner .applications_banner_swiper::before {
    display: none;
  }
  .applications_banner .right {
    width: 60%;
  }
  .applications_main .app_item .img {
    width: 49.4444%;
    padding-bottom: 31.2%;
  }
  .page_blog_b2 .swiper_btns.middle {
    display: flex;
  }
  .app_desc .right {
    width: 48%;
  }
  .app_advantages .flex {
    align-items: center;
  }
  .app_advantages .img {
    width: 48%;
  }
  .advantage_section .list > div {
    grid-template-columns: 1fr 1fr;
  }
  .category_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .category_advantage .img {
    width: 48%;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .product_desc .advantages ul {
    grid-template-columns: 1fr 1fr;
  }
  .download_latest .flex {
    flex-direction: row;
  }
  .download_latest .img {
    width: 48%;
    margin-right: -2rem;
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .download_main .item {
    display: grid;
  }
  .certificates_main .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .launches_main .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .launches_top .img {
    width: 48%;
  }
  .resources_contact .list .item {
    display: grid;
  }
  .resources_contact .list .item i {
    order: unset;
  }
  .technologys_main .technology_item .img {
    width: 49.4444%;
    padding-bottom: 31.25%;
  }
  .technology_desc .img {
    width: 48%;
  }
  .oem_banner .float ul {
    grid-template-columns: 1fr 1fr;
  }
  .oem_desc .img {
    width: 48%;
  }
  .oem_desc .advantages ul {
    grid-template-columns: 1fr 1fr;
  }
  .oem_option .oem_option_img_swiper {
    width: 60%;
  }
  .oem_app .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .oem_tech .oem_tech_swiper .flex {
    display: grid;
  }
  .oem_feedback .oem_feedback_swiper .left {
    width: 48%;
  }
  .category2_profile .img {
    width: 48%;
  }
  
  .search .page_products .product_list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  section.category2_profile .head {
    width: 58%;
  }
  section.category2_profile .img {
    width: 38%;
  }
}
/*# sourceMappingURL=mobile.css.map */