@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 {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    border-radius: 6px;
    gap: 8px;
  }
  .btn::after {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    border-radius: 6px;
    gap: 8px;
  }
  .btn_line.lar {
    gap: 8px;
    padding: 10px 20px;
  }
  .btn_line.lar::after {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  .btn_line::after {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .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_line {
    font-size: 14px;
    margin-top: 20px;
    gap: 8px;
    padding: 10px 20px;
  }
  .head .btn::after,
  .head .btn_line::after {
    width: 12px;
    height: 12px;
    margin-top: 0;
  }
  .head .btn {
    padding: 11px 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    top: 0;
    position: sticky;
    padding: 0 20px;
    background-color: #fff;
  }
  header .left {
    padding: 0;
  }
  header .logo .logo-b {
    opacity: 1;
  }
  header .logo .logo-w {
    opacity: 0;
  }
  header.white,
  header.sticky {
    top: 0;
  }
  header .logo img {
    height: 20px;
  }
  header .btns {
    gap: 1.2rem;
    min-height: 4rem;
    align-items: center;
  }
  header .btns > div {
    border: none;
  }
  header .btns > div:has(.social) {
    display: none;
  }
  header .btns .btn_menu::after {
    width: 23px;
    height: 23px;
  }
  header .btn_lang {
    font-size: 14px;
    gap: 12px;
    padding: 0;
    color: var(--subtheme_color);
  }
  header .btn_lang span {
    display: none;
  }
  header .btn_lang i {
    width: 22px;
    height: 22px;
    filter: unset;
  }
  header .btn_search {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    cursor: pointer;
    background: url("../img/icon-search.svg") no-repeat center / contain;
  }
  header .search_box {
    position: fixed;
    top: 4rem;
    width: 100%;
    max-width: unset;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(186, 186, 186, 0.35);
    pointer-events: none;
    opacity: 0;
    padding: 0 20px;
    transition: all 0.4s, opacity 0.3s;
  }
  header .search_box.active {
    padding: 1rem 20px;
    opacity: 1;
    pointer-events: all;
  }
  header .search_box form input[type=text] {
    font-size: 14px;
    color: var(--subtheme_color);
  }
  header .search_box form input[type=text]::placeholder {
    color: var(--subtheme_color);
  }
  header .search_box form input[type=submit] {
    width: 20px;
    height: 20px;
    filter: unset;
  }
  header .btn_inquiry {
    display: none;
  }
  header .btn_menu {
    padding: 0;
  }
  header .btn_menu::after {
    filter: unset;
  }
  footer {
    margin-top: 1rem;
  }
  footer .footer_main {
    padding: 3rem 0 4rem;
  }
  footer .footer_main .flex {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
  footer .slide_intro {
    margin: 0;
    width: 100%;
    display: grid;
  }
  footer .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .slide_intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 20px 0 0;
  }
  footer .slide_intro div {
    margin-bottom: 1rem;
  }
  footer .slide_intro form {
    margin-top: 2rem;
    gap: 12px;
    max-width: unset;
  }
  footer .slide_intro form input[type=email] {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 0;
  }
  footer .slide_intro form input[type=submit] {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 0;
  }
  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 {
    margin-bottom: 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_menus strong {
    display: block;
  }
  footer .slide_menus ul {
    display: block;
    gap: 1rem;
    justify-content: space-between;
  }
  footer .slide_connect {
    order: 8;
    width: 100%;
    margin-top: 2rem;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  footer .slide_connect .email::before {
    top: 5px;
  }
  footer .slide_social {
    padding-top: 20px;
  }
  footer .slide_social .social {
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_social .social a {
    width: 22px;
    height: 22px;
  }
  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 .copyright a::before {
    display: none;
  }
  footer .copyright .btn_lang {
    font-size: 14px;
    gap: 12px;
  }
  footer .copyright .btn_lang i {
    width: 20px;
    height: 20px;
  }
  .page .footer_contact {
    padding-top: 1rem;
  }
  .footer_contact {
    padding: 1rem 0 3rem;
  }
  .footer_contact .inner {
    width: calc(100% - 20px);
    padding: 3rem 0;
    border-radius: 8px;
  }
  .footer_contact .main {
    max-width: unset;
    margin-top: 2rem;
  }
  .footer_contact form {
    gap: 1rem;
  }
  .footer_contact form .col-2 {
    width: 100%;
  }
  .footer_contact form input,
  .footer_contact form textarea {
    font-size: 14px;
    padding: 15px 20px;
  }
  .footer_contact form textarea {
    height: 120px;
  }
  .footer_contact form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .footer_contact form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .footer_contact form .wpcf7-list-item input[type=checkbox] ~ span {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 8px;
    width: calc(100% - 25px);
    margin-top: 0;
  }
  .footer_contact form p + span .wpcf7-list-item input[type=checkbox] ~ span {
    width: 100%;
  }
  .footer_contact form .btn {
    gap: 8px;
  }
  .footer_contact form span:has(.btn) {
    margin-top: 1rem;
  }
  .footer_contact form p {
    font-size: 0.9rem;
    margin-top: 0;
  }
  .footer_contact form span:has(.wpcf7-list-item) {
    margin-top: 0;
    gap: 1.2rem;
    padding: 0;
  }
  .footer_contact form span:has(.wpcf7-list-item):has(input[type=checkbox]) {
    margin-top: 0;
  }
  #float_sidebar {
    right: 10px;
  }
  #float_sidebar li {
    margin-bottom: 1rem;
  }
  #float_sidebar .item {
    width: 2.5rem;
    height: 2.5rem;
  }
  div.banner_pagination {
    gap: 5px;
  }
  div.banner_pagination .swiper-pagination-bullet {
    width: 2rem;
  }
  div.banner_pagination .swiper-pagination-bullet-active {
    width: 3rem;
  }
  div.banner_pagination .swiper-pagination-bullet-active::after {
    width: 100%;
    right: unset;
    left: 0;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
    padding: 10px 14px;
    min-width: 35px;
  }
  nav.navigation .prev,
  nav.navigation .next {
    width: 14px;
    min-width: unset;
    padding: 0;
  }
  div.breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  div.breadcrumbs span {
    font-size: 14px;
  }
  div.breadcrumbs span span::before {
    margin: 0 5px;
  }
  div.breadcrumbs span span:first-child::before {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 6px;
  }
  .page_solution {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .page_solution .nav {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
    padding: 0 20px;
    gap: 1.2rem;
  }
  .page_solution .nav::-webkit-scrollbar {
    display: none;
  }
  .page_solution .nav .btn_line {
    white-space: nowrap;
  }
  .page_solution .nav_list {
    flex-wrap: nowrap;
    gap: 1.2rem;
  }
  .page_solution .nav_list .nav_item {
    white-space: nowrap;
    font-size: 14px;
    padding: 11px 20px;
  }
  .page_solution .page_solution_swiper {
    max-width: unset;
    margin-top: 2rem;
  }
  .page_solution .page_solution_swiper .img {
    padding-bottom: 83%;
  }
  .page_solution .page_solution_swiper .img::after {
    opacity: 1;
  }
  .page_solution .page_solution_swiper .info {
    top: 1rem;
    bottom: 1rem;
    padding: 0 20px;
    transform: translate(0);
    opacity: 1;
  }
  .page_solution .page_solution_swiper .info > div {
    max-width: unset;
  }
  .page_solution .page_solution_swiper h3 {
    font-size: 18px;
  }
  .page_solution .page_solution_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_solution .page_solution_swiper p::after {
    height: 22px;
    margin-top: 10px;
    display: none;
  }
  .page_solution .page_solution_swiper i {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .page_solution .page_solution_swiper .title {
    font-size: 18px;
    transform: translate(0);
    opacity: 1;
    margin-top: 1rem;
  }
  .page_solution .swiper_btns {
    display: none;
  }
  .page_technology {
    overflow: hidden;
    padding: 3rem 0;
  }
  .page_technology .flex {
    text-align: center;
    display: block;
  }
  .page_technology .flex .btn_line {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page_technology .flex .head {
    padding: 0;
  }
  .page_technology .page_technology_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .page_technology .page_technology_swiper a {
    padding: 1rem 20px 2rem;
  }
  .page_technology .page_technology_swiper .title {
    font-size: 18px;
  }
  .page_technology .page_technology_swiper .img {
    margin-top: 1.2rem;
  }
  .page_technology .page_technology_swiper .link {
    font-size: 14px;
    gap: 10px;
    margin-top: 1.2rem;
  }
  .page_technology .page_technology_swiper .link::after {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
  .page_technology .swiper_btns {
    display: none;
  }
  .page_technology p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .page_partner {
    padding: 3rem 0;
  }
  .page_partner .page_partner_swiper {
    margin-top: 2rem;
  }
  .page_partner .page_partner_swiper .swiper-slide {
    margin-bottom: 0;
  }
  .page_partner .swiper-pagination {
    margin-top: 2rem;
    gap: 5px;
  }
  .page_partner .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
  }
  div:has(.products_nav) {
    top: 4rem;
  }
  .products_nav {
    top: 4rem;
  }
  .products_nav .nav_list {
    gap: 1.2rem;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    justify-content: left;
    overflow-x: auto;
  }
  .products_nav .nav_list li {
    flex: 1 0 100px;
  }
  .products_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .products_nav .nav_item {
    gap: 5px;
    padding: 14px 0;
  }
  .products_nav .nav_item i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .products_nav .nav_item .title {
    font-size: 14px;
  }
  .solutions_banner {
    position: relative;
    margin-bottom: 1rem;
  }
  .solutions_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .solutions_banner .head {
    max-width: unset;
    padding: 0;
  }
  .solutions_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--subtheme_color);
    opacity: 0.5;
  }
  .page_advantage {
    padding: 3rem 0;
  }
  .page_advantage .items {
    margin-top: 2rem;
  }
  .page_advantage .items ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .page_samples {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_samples .page_samples_swiper {
    margin: 2rem 0 0;
    overflow: unset;
  }
  .page_samples .swiper_btns {
    display: none;
  }
  .news_item .cat {
    font-size: 14px;
    line-height: 2;
    padding: 0 1.2rem;
  }
  .news_item .info {
    margin-top: 1.2rem;
  }
  .news_item .date {
    font-size: 0.9rem;
  }
  .news_item .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_list .info {
    padding: 1rem 20px;
    flex-direction: column;
    gap: 0;
  }
  .product_list h3 {
    font-size: 18px;
  }
  .product_list h3::after {
    width: 2rem;
    margin-top: 8px;
  }
  .product_list p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_list span {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .product_list span::after {
    width: 12px;
    height: 12px;
  }
  .advantage_item {
    padding: 2rem 20px;
  }
  .advantage_item .img {
    opacity: 1;
  }
  .advantage_item strong {
    color: #fff;
    font-size: 18px;
    margin-top: 1rem;
  }
  .advantage_item p {
    color: #eaeaea;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .advantage_item .icon {
    filter: unset;
    width: 3rem;
    height: 3rem;
  }
  .home_banner {
    margin-bottom: 1rem;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding: 0;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 5rem;
    flex-direction: column-reverse;
  }
  .home_banner .head {
    max-width: unset;
    padding: 0;
  }
  .home_banner .head ul {
    margin-top: 20px;
  }
  .home_banner .head ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
  .home_banner .head ul li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .banner_btns {
    display: none;
  }
  .home_banner .swiper_con {
    bottom: 1rem;
    padding: 0 20px;
  }
  .home_banner .swiper_con i {
    width: 22px;
    height: 22px;
  }
  .home_banner .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .home_products {
    padding: 3rem 0;
  }
  .home_products .flex {
    align-items: center;
  }
  .home_products .head {
    padding: 0;
    flex: unset;
  }
  .home_products .btn_line {
    margin-bottom: 0;
  }
  .home_products .nav_list {
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 1rem -20px 0;
    overflow-x: auto;
  }
  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_products .nav_list .nav_item {
    font-size: 14px;
    padding: 14px 20px;
  }
  .home_products .list {
    margin-top: 2rem;
  }
  .home_products .list ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home_products .list .info {
    top: 1rem;
    bottom: 1rem;
    padding: 0 20px;
  }
  .home_products .list h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_products .list h3::after {
    width: 22px;
    margin-top: 5px;
  }
  .home_products .list p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_products .list .item i {
    width: 30px;
    height: 30px;
    opacity: 1;
    transform: translate(0);
  }
  .home_products .list .item p {
    max-width: unset;
  }
  .home_products .list .left .info {
    padding: 0 20px;
    bottom: 1.2rem;
  }
  .home_products .list .left h3::after {
    margin-top: 10px;
  }
  .home_products .list .left p {
    margin-top: 10px;
  }
  .home_products .list .left .link {
    font-size: 14px;
    gap: 10px;
  }
  .home_products .list .left .link:after {
    width: 12px;
    height: 12px;
  }
  .home_products .list .left .img {
    padding-bottom: 100%;
  }
  .home_products .list .item .img {
    margin-right: 20px;
  }
  .home_about {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .home_about .flex {
    display: block;
  }
  .home_about .btn {
    margin-bottom: 1rem;
  }
  .home_about .nums {
    margin-top: 2rem;
  }
  .home_about .nums ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .home_about .nums .data {
    font-size: 1.5rem;
    align-items: center;
    gap: 8px;
  }
  .home_about .nums .data .num {
    font-size: 1.5rem;
  }
  .home_about .nums .data span {
    padding: 0;
  }
  .home_about .nums i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    padding-top: 10px;
    margin-top: 10px;
  }
  .home_global {
    padding: 3rem 0;
  }
  .home_global .flex {
    max-width: unset;
    gap: 2rem 1rem;
  }
  .home_global .nums {
    padding: 0;
  }
  .home_global .nums ul {
    gap: 2rem 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .home_global .nums .data {
    font-size: 1.5rem;
    gap: 4px;
  }
  .home_global .nums .data .num {
    font-size: 1.5rem;
  }
  .home_global .nums .data span {
    margin: 0;
  }
  .home_global .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .home_global .img {
    width: 100%;
    margin: 0;
  }
  .home_advantage {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_advantage .inner {
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
  }
  .home_advantage .home_advantage_swiper {
    overflow: unset;
  }
  .home_advantage .home_advantage_swiper::before {
    height: calc(100% - 2px);
    display: none;
  }
  .home_advantage .item::after {
    height: calc(100% - 4px);
    opacity: 1;
  }
  .home_advantage .item::before {
    height: calc(100% - 2px);
    display: none;
  }
  .home_advantage .item .intro {
    padding: 2rem 20px 0;
  }
  .home_advantage .item .icon {
    width: 3rem;
    height: 3rem;
    transform: translate(0);
  }
  .home_advantage .item .info {
    margin-top: 1rem;
  }
  .home_advantage .item h3 {
    font-size: 18px;
    line-height: 1.5;
    transform: translate(0);
  }
  .home_advantage .item p {
    opacity: 1;
    transform: translate(0);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_advantage .item i {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 20px;
    transform: translate(0);
    opacity: 1;
  }
  .home_advantage .swiper_btns {
    display: none;
  }
  .home_comment {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .home_comment .flex {
    display: block;
    padding: 0;
  }
  .home_comment .left {
    width: 100%;
    margin: 0 auto;
    max-width: 444px;
  }
  .home_comment .left .data {
    left: 0;
    bottom: 0;
  }
  .home_comment .left .data span {
    font-size: 1.5rem;
  }
  .home_comment .left .data .label {
    font-size: 12px;
    margin-top: 2px;
  }
  .home_comment .head {
    padding: 0;
    max-width: unset;
    margin-top: 2rem;
  }
  .home_comment .head i {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1rem;
  }
  .home_comment .title {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .home_comment .info {
    margin-top: 1rem;
    gap: 1rem;
  }
  .home_comment .info .avatar {
    width: 3rem;
    height: 3rem;
  }
  .home_comment .info strong {
    font-size: 16px;
    margin-top: 0;
  }
  .home_comment .info p {
    font-size: 0.9rem;
    margin-top: 0;
  }
  .home_comment .swiper_btns {
    position: static;
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
    transform: translate(0);
    justify-content: flex-end;
  }
  .home_blog {
    overflow: hidden;
    padding: 3rem 0;
  }
  .home_blog .head {
    flex: unset;
    padding: 0;
  }
  .home_blog .flex {
    align-items: center;
  }
  .home_blog .btn_line {
    margin-bottom: 0;
  }
  .home_blog .swiper_box {
    overflow: unset;
  }
  .home_blog .home_blog_swiper {
    max-width: 280px;
    margin: 2rem auto 0;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    transform: scale(1);
  }
  .home_blog .swiper_btns {
    display: none;
  }
  .about_banner {
    padding: 0;
    margin-bottom: 1rem;
  }
  .about_banner::before {
    height: 100%;
  }
  .about_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .about_banner .head {
    padding: 0;
  }
  .about_banner .nums {
    padding-bottom: 0;
  }
  .about_banner .nums ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.2rem;
  }
  .about_banner .nums ul::-webkit-scrollbar {
    display: none;
  }
  .about_banner .nums li {
    flex: 1 0 240px;
    padding: 1rem 0;
    align-items: center;
  }
  .about_banner .nums span {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .about_banner .nums .num {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  .about_banner .nums .num span {
    font-size: 1.5rem;
  }
  .about_banner .nums .label {
    font-size: 0.9rem;
    margin-right: 0;
    margin-top: 0;
    margin-left: 1rem;
    max-width: 120px;
  }
  .about_intro {
    padding: 3rem 0;
  }
  .about_intro h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .about_intro .main {
    max-width: unset;
    margin-top: 2rem;
  }
  .about_intro .video .play {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_intro .watermark {
    font-size: 5rem;
  }
  .about_perform {
    margin: 1rem 0;
  }
  .about_perform .item .info {
    top: 50%;
    bottom: 1rem;
    padding: 0 20px;
  }
  .about_perform .item h3 {
    font-size: 18px;
  }
  .about_perform .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .about_products {
    padding: 3rem 0;
  }
  .about_products .nav {
    max-width: 444px;
    margin-top: 1.2rem;
  }
  .about_products .nav .nav_item {
    font-size: 14px;
    line-height: 1.5;
  }
  .about_products .nav .nav_item::before {
    margin: 0 5px;
  }
  .about_products .about_products_swiper {
    margin-top: 2rem;
  }
  .about_history {
    overflow: hidden;
    padding: 3rem 0;
  }
  .about_history .about_history_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .about_history .about_history_swiper .info {
    padding: 1rem 20px 2rem;
  }
  .about_history .about_history_swiper .info ul {
    margin-top: 10px;
  }
  .about_history .about_history_swiper .info ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1rem;
  }
  .about_history .about_history_swiper .info ul li::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .about_history .about_history_swiper .info strong {
    font-size: 20px;
  }
  .about_history .about_history_swiper .info h3 {
    font-size: 16px;
    margin-top: 1rem;
  }
  .about_history .about_history_date_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .about_history .about_history_date_swiper::before {
    height: 2px;
    top: 4px;
    width: calc(100% + 40px);
    left: -20px;
  }
  .about_history .about_history_date_swiper .swiper-slide {
    gap: 10px;
  }
  .about_history .about_history_date_swiper i {
    width: 10px;
    height: 10px;
  }
  .about_history .about_history_date_swiper .date {
    font-size: 16px;
  }
  .about_argument {
    padding: 3rem 0;
  }
  .about_argument .items {
    margin-top: 2rem;
  }
  .about_argument .items > div {
    gap: 1rem;
    display: grid;
  }
  .about_argument .items > div::-webkit-scrollbar {
    display: none;
  }
  .about_argument .items .item {
    min-height: unset;
  }
  .about_argument .items .item .img {
    width: 100%;
  }
  .about_argument .items .item .img::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--subtheme_color);
    opacity: 0.6;
    pointer-events: none;
  }
  .about_argument .items .item .info {
    width: 100%;
    padding: 2rem 20px;
  }
  .about_argument .items .item .data {
    font-size: 1.5rem;
    color: #fff;
  }
  .about_argument .items .item .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 6px;
    color: #fff;
  }
  .about_argument .items .item .expert {
    font-size: 0.9rem;
    line-height: 1.5;
    max-height: unset;
    margin-top: 2rem;
    color: #fff;
    opacity: 1;
  }
  section.about_argument .items .item .expert {
    margin: 1rem 0 0;
  }
  .about_argument .item {
    height: auto;
  }
  .about_certifications {
    overflow: hidden;
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .about_certifications .about_certifications_swiper {
    overflow: unset;
    max-width: unset;
    margin-top: 2rem;
  }
  .about_certifications .about_certifications_swiper .swiper-slide {
    padding: 0;
  }
  .about_certifications .about_certifications_swiper .swiper-slide-active .title {
    margin-top: 1rem;
  }
  .about_certifications .about_certifications_swiper .title {
    font-size: 18px;
    margin-top: 1rem;
  }
  .about_certifications .swiper_btns {
    display: none;
  }
  .about_display {
    padding: 3rem 0;
    overflow: hidden;
  }
  .about_display .about_display_swiper {
    max-width: unset;
    margin-top: 2rem;
    overflow: visible;
  }
  .about_display .about_display_swiper .img {
    border-radius: 8px;
  }
  .about_display .about_display_swiper .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .about_display .swiper_btns {
    display: none;
  }
  .about_global {
    padding: 3rem 0 1rem;
  }
  .about_global .flex {
    gap: 2rem 1rem;
  }
  .about_global .img {
    width: 100%;
  }
  .about_global .head {
    max-width: unset;
    padding: 0;
  }
  .about_global .nums {
    margin-top: 2rem;
  }
  .about_global .nums .data {
    font-size: 1.5rem;
    gap: 5px;
  }
  .about_global .nums .data .num {
    font-size: 1.5rem;
  }
  .about_global .nums .data span {
    margin-bottom: 0;
  }
  .about_global .nums .label {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .blog_banner,
  .sample_banner,
  .sheet_banner {
    margin-bottom: 1rem;
  }
  .blog_banner .flex,
  .sample_banner .flex,
  .sheet_banner .flex {
    min-height: unset;
    padding: 2rem 0 3rem;
    flex-direction: column-reverse;
  }
  .blog_banner .head,
  .sample_banner .head,
  .sheet_banner .head {
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .blog_banner .img,
  .sample_banner .img,
  .sheet_banner .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .blog_latest {
    padding: 3rem 0;
  }
  .blog_latest .blog_latest_swiper {
    max-width: unset;
    margin-top: 2rem;
  }
  .blog_latest .flex {
    flex-direction: column-reverse;
  }
  .blog_latest .flex .img {
    width: 100%;
    padding-bottom: 60.14%;
  }
  .blog_latest .flex .info {
    padding: 1.2rem 20px 1.5rem;
  }
  .blog_latest .flex .metas {
    font-size: 14px;
    gap: 6px;
  }
  .blog_latest .flex h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_latest .flex p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_latest .flex .btn {
    gap: 8px;
    margin-top: 20px;
    padding: 11px 20px;
  }
  .blog_latest .swiper_btns {
    position: static;
    width: 100%;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 20px;
    margin-top: 2rem;
  }
  .blog_latest .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .blog_latest div.swiper-pagination {
    gap: 12px;
    margin-top: -29px;
  }
  .blog_latest div.swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .blog_main {
    padding: 3rem 0;
  }
  .blog_main .inner {
    max-width: unset;
  }
  .blog_main .filter {
    width: 100%;
    gap: 1rem;
  }
  .blog_main .filter .title {
    font-size: 16px;
  }
  .blog_main .filter .select_list {
    gap: 1rem;
    flex: unset;
    width: calc(100% + 40px);
    padding: 0 20px;
    flex-wrap: nowrap;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .blog_main .filter .select_list::-webkit-scrollbar {
    display: none;
  }
  .blog_main .filter .select_list > div {
    flex: 1 0 120px;
  }
  .blog_main .filter select {
    min-width: unset;
    font-size: 14px;
    padding: 14px 2rem 14px 20px;
    background-size: 8px;
    background-position: center right 12px;
  }
  .blog_main .list {
    margin-top: 2rem;
  }
  .blog_main .blog_list a {
    padding: 1.2rem 0;
    grid-template-columns: 1fr;
  }
  .blog_main .blog_list .date {
    order: 3;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: -34px;
  }
  .blog_main .blog_list .date .m_y {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .blog_main .blog_list .date .m_y::after {
    width: 2px;
    height: 1rem;
    margin-top: 0;
    margin-left: 10px;
  }
  .blog_main .blog_list .date .day {
    font-size: 20px;
    margin-top: 0;
  }
  .blog_main .blog_list .info {
    padding: 0;
    margin-top: 1.2rem;
  }
  .blog_main .blog_list .info .cat {
    font-size: 15px;
  }
  .blog_main .blog_list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .blog_main .blog_list .info .btn_line {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .blog_main nav.navigation {
    margin-top: 2rem;
  }
  .post_banner {
    padding: 3rem 0 4rem;
  }
  .post_banner h1 {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 1rem;
  }
  .post_banner .metas {
    margin-top: 1rem;
  }
  .post_banner .metas ul {
    gap: 2rem 1rem;
  }
  .post_banner .metas li {
    font-size: 0.9rem;
    gap: 10px;
    grid-template-columns: 18px auto;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .post_main .inner {
    max-width: unset;
  }
  .post_main .left {
    width: 100%;
    min-width: unset;
    position: unset;
    top: unset;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post_main .left .slide_obj {
    width: 100%;
    margin-bottom: 2rem;
  }
  .post_main .left .slide_obj strong {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .post_main .left .category_list {
    margin-top: 1.2rem;
  }
  .post_main .left .category_list li {
    margin-bottom: 12px;
  }
  .post_main .left .category_list a {
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
  .post_main .left .category_list a::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .post_main .left .tags {
    margin-top: 1.2rem;
  }
  .post_main .left .tags > div {
    gap: 1rem;
  }
  .post_main .left .tags p {
    font-size: 14px;
    padding: 8px 14px;
  }
  .post_main .postdetail {
    max-width: unset;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .post_main .postdetail p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 10px 0;
  }
  .post_main .postdetail hr {
    margin: 1rem 0;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  .post_main .postdetail ul {
    margin: 1rem 0;
  }
  .post_main .postdetail ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .post_main .postdetail ul li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  #share {
    right: 10px;
    gap: 1rem;
  }
  #share strong {
    font-size: 16px;
  }
  #share .social {
    gap: 10px;
  }
  #share .social a {
    width: 2rem;
    height: 2rem;
  }
  .post_continue {
    overflow: hidden;
    padding: 3rem 0;
  }
  .post_continue .inner {
    max-width: unset;
  }
  .post_continue .flex {
    gap: 0 1rem;
  }
  .post_continue .post_continue_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .post_continue .swiper_btns {
    display: none;
  }
  .products_banner {
    margin-bottom: 1rem;
  }
  .products_banner .flex {
    min-height: unset;
    padding: 3rem 0 5rem;
    flex-direction: column-reverse;
    align-items: unset;
  }
  section.products_banner .flex {
    flex-direction: column;
  }
  .products_banner .head {
    max-width: unset;
    padding: 0;
  }
  .products_banner .head ul {
    margin-top: 20px;
  }
  .products_banner .head ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
  .products_banner .head ul li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
  .products_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .products_banner .banner_btns {
    display: none;
  }
  .products_banner div.banner_pagination {
    bottom: 2rem;
    padding: 0 20px;
  }
  .products_banner div.banner_pagination i {
    width: 22px;
    height: 22px;
  }
  .products_banner .img {
    width: 100%;
    margin: 0;
  }
  .products_main {
    overflow: hidden;
    padding: 3rem 0;
  }
  .products_main .flex {
    gap: 20px 1rem;
    align-items: center;
  }
  .products_main .flex .btn_line {
    margin-top: 0;
  }
  .products_main.first {
    padding-top: 3rem;
  }
  .products_main .products_main_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .products_main .swiper_btns {
    display: none;
  }
  .sample_service {
    padding: 3rem 0;
  }
  .sample_service .nav_list {
    gap: 1.2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 0 20px;
    justify-content: unset;
  }
  .sample_service .nav_list::-webkit-scrollbar {
    display: none;
  }
  .sample_service .nav_list .nav_item {
    font-size: 14px;
    white-space: nowrap;
    padding: 12px 20px;
  }
  .sample_service .items {
    margin-top: 2rem;
  }
  .sample_service .item {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
    padding: 20px 20px 1.2rem;
    margin-bottom: 2rem;
  }
  .sample_service .item:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .sample_service .item:nth-child(even) .img {
    order: unset;
  }
  .sample_service .item:nth-child(even) .info {
    padding: 0;
  }
  .sample_service .item .img {
    border-radius: 8px;
    margin-bottom: 0;
  }
  .sample_service .item .info h3 {
    font-size: 18px;
  }
  .sample_service .item .info ul {
    margin-top: 1rem;
  }
  .sample_service .item .info li {
    grid-template-columns: 2rem 1fr;
    align-items: start;
    gap: 5px 1rem;
    margin-bottom: 12px;
  }
  .sample_service .item .info li span {
    margin-top: 0;
  }
  .sample_service .item .info li strong {
    font-size: 16px;
  }
  .sample_service .item .info li p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .sample_main {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .sample_main .head {
    padding-bottom: 1rem;
  }
  .sample_main .flex {
    margin-top: 2rem;
    gap: 2rem;
  }
  .sample_main .nav {
    width: 100%;
    min-width: unset;
  }
  .sample_main .nav .nav_list {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    gap: 1.2rem;
    overflow-x: auto;
  }
  .sample_main .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .sample_main .nav .nav_item {
    font-size: 14px;
    padding: 12px 20px;
    margin: 0;
    white-space: nowrap;
  }
  .sample_main .list {
    max-width: unset;
    margin: 0;
  }
  .sample_main .list ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .sample_advantage {
    padding: 3rem 0;
    overflow: hidden;
  }
  .sample_advantage .sample_advantage_swiper {
    overflow: unset;
  }
  .sample_advantage .swiper_btns {
    display: none;
  }
  .sheet_intro {
    padding: 3rem 0;
  }
  .sheet_intro .items {
    margin-top: 2rem;
  }
  .sheet_intro .items ul {
    grid-template-columns: 1fr;
    gap: 1.2rem 1rem;
  }
  .sheet_intro .items li {
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .sheet_intro .items .info h3 {
    font-size: 18px;
  }
  .sheet_intro .items .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .sheet_main {
    padding: 3rem 0;
  }
  .sheet_main .list ul {
    gap: 2rem 1rem;
  }
  .sheet_main .sheet_item a {
    border-radius: 8px;
    grid-template-columns: 1fr;
  }
  .sheet_main .sheet_item .info {
    padding: 1.2rem 20px 1.5rem;
  }
  .sheet_main .sheet_item .info strong {
    font-size: 18px;
  }
  .sheet_main .sheet_item .info span {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .sheet_main .sheet_item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 12px;
  }
  .sheet_main .sheet_item .info .btn_line {
    font-size: 14px;
    margin-top: 20px;
    gap: 8px;
    padding: 10px 20px;
  }
  .sheet_main .sheet_item .info .btn_line::after {
    margin-top: 0;
  }
  .sheet_advantage {
    overflow: hidden;
    padding: 3rem 0;
  }
  .sheet_advantage .sheet_advantage_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .sheet_advantage .swiper_btns {
    display: none;
  }
  .sheet_features {
    padding: 3rem 0;
  }
  .sheet_features .flex {
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  .sheet_features .items {
    margin-top: 0;
    max-width: unset;
  }
  .sheet_features .items .item {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
  }
  .sheet_features .items .item.active {
    margin-bottom: 1rem;
  }
  .sheet_features .items .item.active h3 {
    font-size: 18px;
  }
  .sheet_features .items h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .sheet_features .items p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  .sheet_features .sheet_features_swiper {
    width: 100%;
    border-radius: 12px;
  }
  .sheet_machine {
    padding: 3rem 0;
    overflow: hidden;
  }
  .sheet_machine .sheet_machine_swiper {
    overflow: unset;
    max-width: unset;
    margin-top: 2rem;
  }
  .sheet_machine .sheet_machine_swiper .title {
    font-size: 18px;
    margin-top: 1rem;
  }
  .sheet_machine .swiper_btns {
    display: none;
  }
  .solutions_main {
    padding: 3rem 0;
  }
  .solutions_main .inner {
    max-width: unset;
  }
  .solutions_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .solutions_main .solution_item a {
    padding: 20px;
  }
  .solutions_main .solution_item .title {
    font-size: 18px;
    margin-top: 1rem;
  }
  .solutions_main nav.navigation {
    margin-top: 3rem;
  }
  .solutions_main .filter {
    width: 100%;
    gap: 1rem;
    margin: -2rem 0 2rem;
  }
  .solutions_main .filter .title {
    font-size: 16px;
  }
  .solutions_main .filter .select_list {
    gap: 1rem;
    flex: unset;
    width: calc(100% + 40px);
    padding: 0 20px;
    flex-wrap: nowrap;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .solutions_main .filter .select_list::-webkit-scrollbar {
    display: none;
  }
  .solutions_main .filter .select_list > div {
    flex: 1 0 120px;
    max-width: 50%;
  }
  .solutions_main .filter select {
    min-width: unset;
    font-size: 14px;
    padding: 14px 2rem 14px 20px;
    background-size: 8px;
    background-position: center right 12px;
  }
  .my-jst-lang_popup li{
    padding: 13px 18px!important;
  }
  .my-jst-lang_popup div.img{
    min-width: 31px!important;
    width: 31px!important;
    height: 31px!important;
  }
  .solution_intro {
    padding: 3rem 0;
  }
  .solution_intro.first {
    padding-top: 3rem;
  }
  .my-jst-lang_popup li p{
    font-size: 16px !important;
  }
  .my-jst-lang_popup .my-jst-close{
    top: 13px!important;
  }
  .my-jst-lang_popup li:after{
    width: 8px!important;
    height: 13px!important;
  }
  .solution_intro.first .head {
    padding: 0;
  }
  .solution_intro .img {
    width: 100%;
  }
  .solution_intro .head {
    max-width: unset;
    padding: 0;
  }
  .solution_products {
    padding: 3rem 0;
  }
  .solution_products .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .solution_products .list {
    margin-top: 2rem;
  }
  .solution_products .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .solution_capacity {
    padding: 3rem 0;
  }
  .solution_capacity .main {
    max-width: unset;
    margin-top: 2rem;
    overflow-x: auto;
  }
  .solution_capacity .main::-webkit-scrollbar {
    display: none;
  }
  .solution_capacity table {
    min-width: 800px;
  }
  .solution_capacity table td,
  .solution_capacity table th {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 12px 10px;
  }
  .solution_capacity table th {
    padding-top: 12px;
  }
  .solution_application {
    padding: 3rem 0;
    overflow: hidden;
  }
  .solution_application .solution_application_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .solution_application .solution_application_swiper .swiper-slide {
    transform: scale(1);
  }
  .solution_application .solution_application_swiper .info {
    margin-top: 1rem;
  }
  .solution_application .solution_application_swiper h3 {
    font-size: 18px;
  }
  .solution_application .solution_application_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    transform: translate(0);
    opacity: 1;
  }
  .solution_application .swiper_btns {
    display: none;
  }
  .product_show {
    padding: 2rem 0 4rem;
    margin-bottom: 1rem;
  }
  .product_show .flex {
    flex-direction: column-reverse;
    margin-top: 1rem;
    gap: 2rem;
  }
  .product_show .left {
    max-width: unset;
  }
  .product_show .right {
    width: 100%;
    margin: 0 auto;
    max-width: 444px;
  }
  .product_show h1 {
    margin-top: 0;
  }
  .product_show .head ul {
    margin-top: 1rem;
    max-width: unset;
  }
  .product_show .head ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
  .product_show .head ul li::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .product_show .certificate {
    margin-top: 1rem;
  }
  .product_show .certificate ul {
    gap: 2rem 1rem;
  }
  .product_show .certificate ul li {
    height: 35px;
    max-width: 74px;
  }
  .product_show .btns {
    margin-top: 2rem;
    gap: 1rem;
  }
  .product_show .btn {
    font-size: 14px;
    gap: 8px;
    padding: 11px 20px;
  }
  .product_show .btn::after {
    width: 12px;
  }
  .product_show .btn_play {
    gap: 8px;
    font-size: 14px;
    grid-template-columns: 2rem auto;
  }
  .product_show .swiper_box {
    gap: 1rem;
    margin-top: 2rem;
  }
  .product_show .swiper_box .swiper_prev,
  .product_show .swiper_box .swiper_next {
    width: 12px;
    height: 20px;
  }
  .product_show .product_show_gallery_swiper {
    width: 100%;
  }
  .product_solution {
    padding: 2rem 0;
  }
  .product_solution .items ul {
    display: grid;
    gap: 2rem 1rem;
    justify-content: unset;
  }
  .product_solution li {
    grid-template-columns: 2.5rem auto;
    gap: 14px;
  }
  .product_solution li strong {
    font-size: 18px;
  }
  .product_solution li p {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .process_nav {
    padding: 2rem 0;
  }
  .process_nav .nav_list {
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    gap: 2rem;
    overflow-x: auto;
  }
  .process_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .process_nav .nav_item {
    font-size: 16px;
    padding: 12px 0;
    white-space: nowrap;
  }
  .process_nav .nav_item::after {
    bottom: 0;
    height: 2px;
  }
  .product_desc {
    padding: 3rem 0;
  }
  .product_desc .items {
    margin-top: 2rem;
  }
  .product_desc .item {
    margin-bottom: 2rem;
  }
  .product_desc .item:nth-child(even) .info {
    padding: 0;
  }
  .product_desc .item .img {
    width: 100%;
  }
  .product_desc .item .info {
    max-width: unset;
    padding: 0;
  }
  .product_desc .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_desc .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_features {
    padding: 3rem 0;
  }
  .product_features .head {
    margin-bottom: 2rem;
  }
  .product_features .product_features_img_swiper {
    width: 100%;
    border-radius: 8px;
  }
  .product_features .items {
    max-width: unset;
    margin: 0;
  }
  .product_features .items .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 0;
  }
  .product_features .items .desc {
    padding: 0 0 10px;
  }
  .product_features .items .desc p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_features .items .desc .btn {
    font-size: 14px;
    gap: 8px;
    padding: 11px 20px;
    margin-top: 20px;
  }
  .product_features .items .desc .btn::after {
    width: 12px;
  }
  .product_features .swiper_con {
    width: 2.5rem;
    min-width: 2.5rem;
  }
  .product_features .swiper_con .swiper-pagination {
    height: 315px;
    gap: 10px;
  }
  .product_features .swiper_con .btn_control {
    margin-top: 14px;
  }
  .product_features.reverse {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .product_features.reverse .items .desc {
    margin: 0;
    padding: 0 0 10px;
  }
  .product_intro {
    padding: 3rem 0;
  }
  .product_intro .img {
    width: 100%;
  }
  .product_intro .head {
    max-width: unset;
    padding: 0;
  }
  .product_intro h2 {
    margin-bottom: 0;
  }
  .product_specifications {
    padding: 3rem 0;
  }
  .product_specifications .nav_list {
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 0 20px;
    gap: 1.2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .product_specifications .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_specifications .nav_list .nav_item {
    font-size: 14px;
    padding: 14px 20px;
    min-width: 178px;
    white-space: nowrap;
  }
  .product_specifications .main {
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 0 20px 2px;
    overflow-x: auto;
  }
  .product_specifications .main::-webkit-scrollbar {
    display: none;
  }
  section.product_specifications table {
    min-width: unset;
    width: calc(100vw - 12px);
    margin: 0 -14px;
  }
  .product_specifications table tbody {
    zoom: .6;
  }
  .product_specifications table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 10px;
    height: unset;
  }
  .product_specifications table td:first-child {
    padding-left: 10px;
  }
  .product_specifications table th {
    font-size: 16px;
    padding: 12px 10px;
  }
  .product_specifications table th,
  .product_specifications table td {
    width: calc((100% - 17%) / 5);
  }
  .product_specifications table th:first-child,
  .product_specifications table td:first-child {
    width: 17%;
  }
  .process_faqs {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .process_faqs .head {
    padding-bottom: 1rem;
    align-items: center;
  }
  .process_faqs .main {
    margin-top: 2rem;
    gap: 2rem;
  }
  .process_faqs .nav {
    width: 100%;
    min-width: unset;
  }
  .process_faqs .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    gap: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .process_faqs .nav_list::-webkit-scrollbar {
    display: none;
  }
  .process_faqs .nav_list .nav_item {
    font-size: 14px;
    padding: 14px 20px;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .process_faqs .list {
    max-width: unset;
  }
  .process_faqs .faq {
    border-radius: 8px;
    margin-bottom: 1rem;
  }
  .process_faqs .faq .question {
    font-size: 16px;
    grid-template-columns: 1fr 12px;
    gap: 1rem;
    padding: 14px 20px;
  }
  .process_faqs .faq .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.2rem;
    margin-top: 0;
  }
  .process_faqs .faq .answer p {
    margin-bottom: 10px;
  }
  .process_faqs .faq .answer a {
    margin-top: 1rem;
  }
  .product_related {
    padding: 3rem 0;
    overflow: hidden;
  }
  .product_related .flex {
    gap: 0 1rem;
  }
  .product_related .product_related_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .product_related .swiper_btns {
    display: none;
  }

  section.home_advantage .swiper_btns {
    display: flex;
    margin-top: 2rem;
  }


  /*** global css ***/
  .empty_img {
    max-width: 280px;
  }
  .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;
  }

  .quote_modal .btn {
    zoom: 1;
  }
  /*** global css ***/

  section.page_advantage .items ul {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .my-jst-lang_popup{
    width: calc(100vw - 2rem) !important;
    max-height: 100vh;
    overflow: auto;
  }
  .my-jst-lang_popup ul{
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
  }
  .jst-language-switcher{
    width: 1.2rem !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn,
  .btn_line {
    font-size: 16px;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .head .btn,
  .head .btn_line {
    font-size: 16px;
  }
  .home_banner .title {
    font-size: 34px;
  }
  .home_products .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .home_products .nav_list .nav_item {
    font-size: 16px;
  }
  .home_about .nums ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_global .img {
    width: 68%;
  }
  .home_global .nums ul {
    grid-template-columns: 1fr;
  }
  .about_argument .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .about_display .swiper_btns {
    display: flex;
    justify-content: flex-end;
    position: static;
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
    transform: translate(0);
  }
  .about_global .img {
    width: 55%;
  }
  .blog_latest .flex {
    flex-direction: row;
  }
  .blog_latest .flex .img {
    width: 53.1%;
    padding-bottom: 31.95%;
  }
  .blog_main .blog_list a {
    grid-template-columns: 100px 32.995% 1fr;
    gap: 1rem;
  }
  .blog_main .blog_list .date {
    text-align: left;
    order: unset;
    display: block;
    margin: 0;
  }
  .blog_main .blog_list .date .m_y {
    display: block;
  }
  .blog_main .blog_list .date .m_y::after {
    margin-left: 0;
    width: 1rem;
    height: 2px;
    margin-top: 10px;
  }
  .blog_main .blog_list .date .day {
    margin-top: 10px;
  }
  .post_main .left .slide_obj {
    width: 47%;
  }
  .sample_service .item {
    grid-template-columns: 48% 1fr;
  }
  .sample_service .item:nth-child(even) {
    grid-template-columns: 1fr 48%;
  }
  .sample_service .item:nth-child(even) .img {
    order: 2;
  }
  .sample_main .list ul {
    grid-template-columns: 40.9% 31.6% 23.8%;
  }
  .sheet_intro .items ul {
    grid-template-columns: 1fr 1fr;
  }
  .sheet_main .sheet_item a {
    grid-template-columns: 44% 1fr;
  }
  .sheet_features .sheet_features_swiper {
    width: 48%;
  }
  .solutions_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .solution_intro .img {
    width: 48%;
  }
  .solution_products .head p {
    font-size: 16px;
  }
  .solution_products .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .page_advantage .items ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_desc .item .img {
    width: 48%;
  }
  .product_features .product_features_img_swiper {
    width: 48%;
  }
  .product_intro .img {
    width: 48%;
  }
  .product_solution .items ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .page_solution .page_solution_swiper .img {
    padding-bottom: 48%;
  }
  .home_blog .home_blog_swiper {
    max-width: unset;
    margin: 2rem auto 0;
  }
  section.about_argument .items > div {
    display: flex;
    overflow: auto;
  }
  .about_argument .items .item {
    flex: 1 0 320px !important;
  }
  section.product_specifications .nav_list {
    justify-content: center;
  }
  section.page_advantage .items ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
