﻿@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_btns {
    display: none;
  }
  .swiper_content {
    max-width: 100%;
    padding: 10px 1.2rem;
  }
  .head span {
    font-size: 14px;
  }
  .head h2, .search .head h1{
    font-size: 22px;
    line-height: 1.5;
    padding-top: 0.5rem !important;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button,
  .button_more {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
  }
  header {
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  header.sticky {
    top: 0;
  }
  header .top {
    display: none;
  }
  header .header {
    box-shadow: none;
  }
  header .header .content > .flex {
    position: relative;
  }
  header .header .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .nofind{
    margin: 50px auto;
    max-width: 100%;
  }


  header .header .left .logo img {
    width: auto;
    height: 42px;
  }
  header .header .left .icon_search {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/search.svg) no-repeat center / contain;
  }
  header .header .left .icon_menu {
    margin-left: 1.6rem;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../image/nav-btn.svg) no-repeat center / contain;
  }
  header .header .left .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
  }
  header .header .left .overlay_m.active {
    display: block;
  }
  header .header .right {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 70vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    transition: all 0.3s;
  }
  header .header .right.active {
    left: 0;
  }
  header .header .right nav div > ul {
    display: block;
    padding-top: 5rem;
  }
  header .header .right nav div > ul > li::after {
    display: none;
  }
  header .header .right nav div > ul > li ul li{
    width: 100%;
  }
  header .header .right nav div > ul > li a {
    font-size: 1rem;
    padding: 0 2rem;
    line-height: 3rem;
  }
  header .header .right nav div > ul > li ul {
    display: none;
    position: static;
    padding: 0;
    box-shadow: none;
    padding: 0 3.2rem;
    width: auto;
  }
  header .header .right .icon_search {
    display: none;
  }
  header .header .right .button {
    margin: 1rem 0 0 2rem;
  }
  header .search_box {
    display: none;
    padding: 0.75rem 0 0;
  }
  header .search_box form {
    height: 2.5rem;
    text-align: center;
  }
  header .search_box form input[type="text"] {
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.625rem;
  }
  header .search_box form input[type="submit"] {
    vertical-align: middle;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../image/search.svg) no-repeat center / 45%;
    text-indent: -9999px;
  }
  .cta {
    padding: 50px 0;
  }
  .cta .content > .flex {
    display: block;
  }
  .cta .head {
    padding: 0;
  }
  .cta .head p {
    line-height: 1.5rem;
    padding: 0.5rem 0 0;
  }
  .cta .head ul {
    padding: 1rem 0;
  }
  .cta .head ul li {
    margin-bottom: 0.5rem;
  }
  .cta .head ul li .img {
    width: 2rem;
    height: 2rem;
  }
  .cta .head ul li .info strong {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .cta .head ul li .info a {
    font-size: 1rem;
    line-height: 1.5;
  }
  .cta .cta_form {
    width: 100%;
    padding: 40px 1.2rem;
  }
  .cta .cta_form strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .cta .cta_form form {
    gap: 1rem;
  }
  body .wpcf7-spinner{
    left: 20px;
    bottom: 10px;
  }
  .cta .cta_form form input {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .cta .cta_form form input[type="submit"] {
    font-size: 14px;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .product_aging .product_aging_swiper .swiper-slide::after{
    background: transparent !important;
  }
  footer .footer {
    padding-top: 50px;
    display: block;
  }
  footer .footer .slide_obj strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    padding: 0 1.2rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
  }
  footer .footer .slide_obj div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer .slide_obj div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  footer .footer .slide_obj div ul li:last-child a {
    margin-bottom: 0;
  }
  footer .footer .slide_obj div ul li a {
    font-size: 14px;
  }
  footer .footer .about_us {
    width: 100%;
  }
  footer .footer .about_us .social {
    justify-content: center;
  }
  footer .footer .contact_us {
    width: 100%;
  }
  footer .footer .contact_us div > a {
    font-size: 14px;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  footer .footer .contact_us div p {
    padding-top: 0.5rem;
  }
  footer .footer .contact_us div ul li:nth-child(2) a::before {
    width: 1rem;
  }
  footer .footer .contact_us div ul li a {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
  footer .footer .contact_us div ul li a::before {
    width: 1rem;
    height: 1rem;
  }
  footer .footer .slide_menu:nth-child(3) {
    margin: 0;
  }
  footer .footer_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }
  footer .footer_bottom .logo img {
    width: 120px;
    height: auto;
  }
  footer .footer_bottom > img {
    width: 200px;
    height: auto;
    margin-top: 20px;
  }
  footer .copyright {
    padding: 0.5rem 0;
  }
  footer .copyright p {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  footer .copyright div {
    display: none;
  }
  .home_banner{
    height: auto;
  }
  .home_banner .head {
    padding: 5rem 0 50px;
    width: 100%;
  }
  .home_banner .head span {
    font-size: 14px;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .home_banner .head p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .home_banner .head .button {
    margin-top: 1rem;
  }
  .home_product {
    padding: 5rem 0 50px;
  }
  .home_product .head ul {
    padding-top: 20px;
    overflow: scroll;
    justify-content: flex-start;
    gap: 1rem;
  }
  .home_product .head ul::-webkit-scrollbar {
    display: none;
  }
  .home_product .head ul li {
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .home_product .home_product_swiper_box {
    margin: 20px 0;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .img {
    height: 180px;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .info {
    padding: 0.5rem 1.2rem 1.2rem;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .info span {
    font-size: 13px;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 48px;
    margin: 0.2rem 0 0.5rem;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    min-height: 4.5rem;
  }
  .home_product .home_product_swiper_box .home_product_swiper .swiper-slide .info strong {
    font-size: 14px;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }
  .home_about {
    padding: 5rem 0 50px;
  }
  .home_about .content > .flex {
    display: block;
  }
  .home_about .head {
    padding-top: 0;
    width: 100%;
  }
  .home_about .head h2 {
    line-height: 1.5;
  }
  .home_about .head p {
    width: 100%;
    padding-top: 0.5rem;
  }
  .home_about .head ul {
    padding-top: 1.25rem;
    display: block;
  }
  .home_about .head ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
  .home_about .head ul li img {
    width: 2rem;
    height: 2rem;
  }
  .home_about .head .button {
    margin-top: 1.25rem;
  }
  .home_about .imgs {
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }
  .home_about .imgs .pic1 {
    width: 60%;
  }
  .home_about .imgs .pic2 {
    top: unset;
    bottom: 0;
  }
  .home_about .imgs .pic3 {
    top: unset;
    right: 1rem;
    bottom: -2rem;
  }
  .home_about .num {
    width: 100%;
    border-radius: 0;
  }
  .home_about .num .content > ul {
    padding: 1rem 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
  .home_about .num .content > ul li {
    min-width: 48%;
  }
  .home_about .num .content > ul li .img {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
  .home_about .num .content > ul li .img::after {
    bottom: -1rem;
  }
  .home_about .num .content > ul li span {
    font-size: 1.6rem;
  }
  .home_about .num .content > ul li p {
    font-size: 14px;
    padding-top: 0.5rem;
  }
  .home_highlight {
    padding: 5rem 0 50px;
  }
  .home_highlight .head {
    display: block;
  }
  .home_highlight .head div {
    width: 100%;
  }
  .home_highlight .head div h2 {
    line-height: 1.5;
  }
  .home_highlight .head p {
    width: 100%;
    line-height: 1.5rem;
    padding: 0.5rem 0 0;
  }
  .home_highlight .home_highlight_swiper {
    margin: 20px 0 0;
  }
  .home_highlight .home_highlight_swiper .swiper-slide a {
    padding: 30px 1.2rem 1.2rem;
  }
  .home_highlight .home_highlight_swiper .swiper-slide .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_highlight .home_highlight_swiper .swiper-slide h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .home_highlight .home_highlight_swiper .swiper-slide p {
    min-height: 168px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
  }
  .home_highlight .home_highlight_swiper .swiper-slide strong {
    font-size: 14px;
  }
  .home_solution {
    padding: 5rem 0 50px;
  }
  .home_solution .head {
    width: 100%;
  }
  .home_solution .head h2 {
    padding-top: 0.5rem;
  }
  .home_solution .head p {
    width: 100%;
    padding-top: 0.5rem;
  }
  .home_solution .main {
    width: 100%;
    padding: 0 1.2rem;
    display: flex;
    overflow: scroll;
    margin: 30px 0;
    gap: 10px;
  }
  .home_solution .main li {
    min-width: 60%;
    height: 265px;
  }
  .home_solution .main li:hover div:first-child {
    top: 1.2rem;
  }
  .home_solution .main li div:first-child {
    width: calc(100% - 2rem);
    top: calc(100% - 40px);
  }
  .home_solution .main li h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .home_solution .main li p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
  }
  .home_solution .main li strong {
    font-size: 14px;
  }
  .home_case {
    padding: 5rem 0 50px;
  }
  .home_case .head {
    display: block;
  }
  .home_case .head .btns {
    padding-top: 1rem;
    justify-content: flex-start;
  }
  .home_case .head .btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_case .home_case_swiper {
    width: 100%;
    margin: 30px 0;
  }
  .home_case .home_case_swiper .swiper-slide .img {
    height: 150px;
  }
  .home_case .home_case_swiper .swiper-slide .info {
    padding: 0.8rem 1rem 1rem;
  }
  .home_case .home_case_swiper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 3rem;
  }
  .home_case .home_case_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    min-height: 4.5rem;
    margin-top: 0.5rem;
  }
  .certificates_img img{
    width: 100%;
  }
  .home_blog {
    padding: 5rem 0 50px;
  }
  .home_blog .home_blog_swiper_box {
    margin: 30px 0;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .img {
    height: 170px;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .info {
    padding: 0.8rem 1rem 1rem;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .info span {
    font-size: 13px;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 3rem;
    margin: 0.2rem 0 0.5rem;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    min-height: 4.5rem;
  }
  .home_blog .home_blog_swiper_box .swiper-slide .info strong {
    width: 100%;
    font-size: 14px;
    margin-top: 1rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  .about_banner {
    padding: 5rem 0 50px;
  }
  .about_banner strong {
    display: none;
  }
  .about_banner .head span {
    font-size: 14px;
  }
  .about_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .about_banner .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_about {
    /*margin-bottom: 5rem;*/
    padding: 2rem 0 50px;
  }
  .about_about .flex {
    flex-wrap: wrap;
  }
  .about_about .imgs {
    /*margin-top: 30px;*/
    width: 100%;
    height: 300px;
    /*order: 2;*/
  }
  .about_about .head {
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
  .about_about .head p {
    padding-top: 0.5rem;
  }
  .about_about .head .button {
    margin-top: 1rem;
  }



  .about_qualites {
    padding: 5rem 0 50px;
  }
  .about_qualites .about_qualites_swiper {
    margin: 10px 0 0;
  }
  .about_qualites .about_qualites_swiper .swiper-slide {
    height: auto;
    padding: 30px 1.2rem 1.2rem;
  }
  .about_qualites .about_qualites_swiper .swiper-slide .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_qualites .about_qualites_swiper .swiper-slide h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .about_qualites .about_qualites_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_specialties {
    padding: 5rem 0 50px;
  }
  .about_specialties .about_specialties_swiper {
    margin-top: 30px;
  }
  .about_specialties .about_specialties_swiper .swiper-slide .img {
    height: 260px;
  }
  .about_specialties .about_specialties_swiper .swiper-slide h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .about_specialties .about_specialties_swiper .swiper-slide p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_service {
    padding: 5rem 0 50px;
  }
  .about_service .head {
    width: 100%;
  }
  .about_service .head p {
    padding-top: 0.5rem;
  }
  .about_service .head ul {
    padding-top: 1rem;
  }
  .about_service .head ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 3rem;
  }
  .about_service .head ul li img {
    width: auto;
    height: 2.2rem;
  }
  .about_service .head .button {
    margin-top: 1.25rem;
  }
  .about_service .img {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0 30px 0 30px;
    position: static;
  }
  .about_step {
    padding: 5rem 0 50px;
  }
  .about_step .main {
    padding-top: 2rem;
  }
  .about_step .main .dots {
    display: none;
  }
  .about_step .main .items {
    overflow: scroll;
    padding: 0;
  }
  .about_step .main .items li {
    min-width: 60%;
    padding: 0 1rem;
  }
  .about_step .main .items li .img {
    width: 5rem;
    height: 5rem;
  }
  .about_step .main .items li .img::after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
  }
  .about_step .main .items li h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 2rem 0 0.5rem;
  }
  .about_step .main .items li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_step .content > p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 2rem;
  }
  .about_step .content > p a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_factory {
    padding: 5rem 0 50px;
  }
  .about_factory .head {
    display: block;
  }
  .about_factory .head .btns {
    padding-top: 1rem;
    gap: 0.5rem;
  }
  .about_factory .head .btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_factory .about_factory_swiper {
    max-width: unset;
    width: 100%;
    padding-top: 30px;
  }
  .about_factory .about_factory_swiper .swiper-slide {
    height: 280px;
  }
  .about_factory .about_factory_swiper .swiper-slide.swiper-slide-active div:first-child {
    bottom: 2rem;
  }
  .about_factory .about_factory_swiper .swiper-slide div:first-child {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
    bottom: -130px;
  }
  .about_factory .about_factory_swiper .swiper-slide h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .about_factory .about_factory_swiper .swiper-slide p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_certification {
    padding: 5rem 0 50px;
  }
  .about_certification .head {
    width: 100%;
  }
  .about_certification .head p {
    padding-top: 0.5rem;
  }
  .about_certification .head .btns {
    padding-top: 1rem;
    gap: 0.5rem;
    margin-top: 0;
  }
  .about_certification .head .btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_certification .about_certification_swiper_box {
    padding: 2rem 0 0;
    position: static;
  }
  .about_certification .about_certification_swiper_box .about_certification_swiper {
    max-width: unset;
    width: 100%;
  }
  .about_certification .about_certification_swiper_box .about_certification_swiper .swiper-slide .img {
    height: auto;
  }
  .about_certification .about_certification_swiper_box .about_certification_swiper .swiper-slide .img img {
    height: auto;
    display: block;
  }
  .about_certification .about_certification_swiper_box .about_certification_swiper .swiper-slide h3 {
    font-size: 1rem;
    padding-top: 1rem;
    line-height: 1.5;
  }
  .about_center {
    padding: 5rem 0 50px;
  }
  .about_center .head {
    margin-bottom: 30px;
  }
  .about_center .head p {
    width: 100%;
    padding-top: 0.5rem;
  }
  .about_center .about_center_swiper .swiper-slide {
    height: 280px;
  }
  .about_center .about_center_swiper .swiper-slide div {
    width: calc(100% - 2.4rem);
    left: 1.2rem;
    bottom: 2rem;
  }
  .about_center .about_center_swiper .swiper-slide h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .about_center .about_center_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_market {
    padding: 5rem 0 50px;
  }
  .about_market .head {
    margin-bottom: 20px;
  }
  .about_market .head p {
    line-height: 1.5rem;
    width: 100%;
    padding-top: 0.5rem;
  }
  .about_market img {
    left: 0;
  }
  .blog_details {
    padding: 30px 0;
  }

  .blog_detail blockquote{
    margin-top:28px
  }

  .blog_details .content > .flex {
    display: block;
  }
  .blog_details .left {
    width: 100%;
  }
  .blog_details .left h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 0.1rem;
    padding-bottom: 0;
  }
  .blog_details .left span {
    font-size: 0.875rem;
  }
  .blog_details .left img {
    margin-top: 30px;
  }
  .blog_details .left .blog_detail h2 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
  }
  .blog_details .left .blog_detail h3 {
    font-size: 18px;
    padding-top: 20px;
    font-weight: 600;
  }

  .blog_details .left .blog_detail h4 {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 600;
  }
  .blog_details .left .blog_detail h5 {
    font-size: 14px;
    padding-top: 20px;
    font-weight: 600;
  }
  .blog_details .left .blog_detail h6 {
    font-size: 12px;
    padding-top: 20px;
    font-weight: 600;
  }








  .blog_details .left .blog_detail p,.blog_details li {
    padding-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .blog_details li {
    padding-top: 0;
  }
  .blog_details .left .tags_share {
    display: block;
    margin-top: 3.125rem;
    padding-top: 1.25rem;
  }
  .blog_details .left .tags_share .tags {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .blog_details .left .tags_share span {
    font-size: 0.875rem;
    margin: 0;
  }
  .blog_details .left .tags_share p {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
  }
  .blog_details .left .tags_share .social {
    padding: 1.25rem 0;
  }
  .blog_details .sidebar {
    padding-left: 0;
  }
  .blog_details .sidebar .sidebar_mark {
    margin-top: 60px;
  }
  .blog_details .sidebar .sidebar_mark .sidebar_mark_img {
    width: 5rem;
    height: 5rem;
  }
  .blog_details .sidebar .sidebar_mark p {
    padding-top: 0;
  }
  .blog_details .sidebar .sidebar_last {
    margin-top: 30px;
    padding: 30px 1.2rem;
  }
  .blog_details .sidebar .sidebar_last span {
    font-size: 1.125rem;
  }
  .blog_details .sidebar .sidebar_last ul {
    padding-top: 1.25rem;
  }
  .blog_details .sidebar .sidebar_last ul li {
    margin-bottom: 1.25rem;
  }
  .blog_details .sidebar .sidebar_last ul li .info {
    top: 0;
  }
  .blog_details .sidebar .sidebar_last ul li .info strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .blog_details .sidebar .sidebar_last ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0.5rem 0 0;
  }
  .blog_details .sidebar .sidebar_last > a {
    margin: 1.25rem 0 0;
    font-size: 14px;
  }
  /* .blogs_banner {
    background-position-x: -250px;
  } */
  .blogs_banner .head {
    width: 100%;
    padding: 3rem 0 3.125rem;
  }
  .content .content{
    padding-left: 0;
    padding-right: 0;
  }
  .blogs_banner .head h1 {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .blogs_banner .head p {
    color: #fff;
    padding-top: 0.5rem;
  }
  .blogs_banner .head form {
    width: 100%;
    margin-top: 1.25rem;
    height: 2.5rem;
  }
  .blogs_banner .head form input[type="email"] {
    font-size: 0.8125rem;
  }
  .blogs_banner .head form input[type="submit"] {
    font-size: 0.8125rem;
  }
  .blogs_main {
    padding: 3.125rem 0;
  }
  .blogs_main .head {
    padding: 0;
  }
  .blogs_main .blog_center {
    padding-top: 1.875rem;
    display: block;
  }
  .blogs_main .blog_center .left {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .blogs_main .blog_center .left .img {
    height: 12.5rem;
  }
  .blogs_main .blog_center .left span {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .blogs_main .blog_center .left h2 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 0.625rem;
  }
  .blogs_main .blog_center .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .blogs_main .blog_center .left .button {
    margin-top: 1.25rem;
  }
  .blogs_main .blog_center .right {
    width: 100%;
  }
  .blogs_main .blog_center .right a {
    margin-bottom: 1.875rem;
  }
  .blogs_main .blog_center .right a .img {
    height: 12.5rem;
  }
  .blogs_main .blog_center .right a span {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .blogs_main .blog_center .right a h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .blogs_main .bottom {
    padding: 1.875rem 0 1.875rem;
  }
  .blogs_main .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .blogs_main .bottom ul li {
    width: 48%;
    margin-bottom: 1.2rem;
  }
  .blogs_main .bottom ul li .img {
    height: 10.125rem;
    border-radius: 5px;
  }
  .blogs_main .bottom ul li .info {
    padding: 0.5rem 1rem 1rem;
  }
  .blogs_main .bottom ul li .info span {
    font-size: 0.8125rem;
  }
  .blogs_main .bottom ul li .info h3 {
    min-height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.2rem 0 0.5rem;
  }
  .blogs_main .bottom ul li .info p {
    min-height: 67.17px;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  .blogs_main .bottom ul li .info strong {
    display: none;
  }
  .case_banner {
    padding: 5rem 0;
    background-position: left;
  }
  .case_banner .head {
    width: 100%;
  }
  .case_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .case_banner .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
  }
  .case_main {
    padding: 50px 0;
  }
  .case_main .main {
    margin: 30px 0;
  }
  .case_main .main ul {
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .case_main .main ul li {
    padding-bottom: 100px;
  }
  .case_main .main ul li:hover .info span {
    padding-top: 0.5rem;
  }
  .case_main .main ul li:hover .info p {
    padding-top: 0.5rem;
  }
  .case_main .main ul li .img {
    height: auto;
  }
  .case_main .main ul li .info {
    top: 260px;
    padding: 0.5rem 1rem 1rem;
  }
  .case_main .main ul li .info::after {
    width: 150px;
    height: 150px;
    border: 1.2rem solid rgba(255, 255, 255, 0.08);
  }
  .case_main .main ul li .info span {
    font-size: 13px;
  }
  .case_main .main ul li .info h2 {
    font-size: 1.1rem;
    line-height: 1.5;
    min-height: 3rem;
  }
  .case_main .main ul li .info p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    min-height: unset;
  }
  .contact_banner {
    margin-bottom: 0;
    padding: 5rem 0 50px;
  }
  .contact_banner .head {
    width: 100%;
    padding: 0;
  }
  .contact_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .contact_banner .head p {
    padding-top: 1rem;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .contact_banner .nav {
    padding-top: 20px;
    width: 100%;
    overflow: scroll;
    gap: 1rem;
    position: static;
  }
  .contact_banner .nav li {
    height: auto;
    min-width: 60%;
    padding: 30px 1.2rem;
  }
  .contact_banner .nav li .img {
    width: 4rem;
    height: 4rem;
  }
  .contact_banner .nav li p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .contact_banner .nav li a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .contact_banner .nav li span {
    display: block;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .inquiry {
    padding: 5rem 0 50px;
  }
  .inquiry .inquiry_form {
    padding-top: 30px;
  }
  .inquiry .inquiry_form form {
    gap: 1rem;
  }
  .inquiry .inquiry_form form input {
    min-width: 100%;
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .inquiry .inquiry_form form textarea {
    font-size: 14px;
    padding: 0.5rem 1rem;
    height: 150px;
  }
  .inquiry .inquiry_form form span.wpcf7-form-control-wrap{
    /* width: 48.5%; */
    flex: unset;
  }
  .inquiry .inquiry_form form input[type="submit"] {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .products_banner {
    padding: 5rem 0 50px;
  }
  .products_banner .content > .flex {
    display: block;
    height: auto;
  }
  .products_banner .head {
    width: 100%;
    padding: 0;
  }
  .products_banner .head h1, .products_banner2 .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .products_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .products_banner .head .button {
    margin-top: 1.25rem;
  }
  .products_banner .right {
    display: none;
    margin-top: 30px;
    height: 300px;
    width: 100%;
    background-position: center;
  }
  .products_banner .right .img {
    width: 100%;
    height: 280px;
  }
  .products_banner .right .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: static;
    transform: translate(0);
  }
  .products_banner .right h2 {
    font-size: 1rem;
    line-height: 1.5;
    position: static;
    transform: translate(0);
    text-align: center;
  }
  .products_banner .products_banner_nav {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0);
  }
  .products_banner .products_banner_nav .products_banner_prev {
    width: 2rem;
    height: 2rem;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .products_banner .products_banner_nav .products_banner_next {
    width: 2rem;
    height: 2rem;
    right: -0.5rem;
    left: unset;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .products_banner .products_banner_nav .product_banner_swiper {
    margin: 30px 0 0;
    padding: 0 2rem;
  }
  .products_banner .products_banner_nav .product_banner_swiper .swiper-slide {
    width: 5rem;
    height: 5rem;
  }
  .products_banner .products_banner_nav .product_banner_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .products_nav {
    padding-top: 30px;
    overflow: hidden;
  }
  .solution_strength{
    overflow: hidden;
  }
  .products_nav .products_nav_swiper .swiper-slide {
    height: auto;
  }
  .products_nav .products_nav_swiper .swiper-slide a {
    padding-top: 1rem;
  }
  .products_nav .products_nav_swiper .swiper-slide .img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem;
  }
  .products_nav .products_nav_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.4rem;
    padding: 0 1rem 1rem;
  }
  .products_main {
    padding: 5rem 0 50px;
  }
  .products_main .main {
    margin: 30px 0;
  }
  .products_main .main .products {
    gap: 1rem 0.8rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .products_main .main .products .product .img {
    max-height: 100%;
    width: 100%;
    height: unset;
  }
  .products_main .main .products .product .info {
    padding: 0.5rem 1rem 1rem;
  }
  .products_main .main .products .product .info span {
    font-size: 13px;
    line-height: 1.2rem;
  }
  .products_main .main .products .product .info h2 {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 3rem;
    margin: 0.2rem 0 0.5rem;
  }
  .products_main .main .products .product .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    min-height: 4.5rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products_main .main .products .product .info strong {
    /*display: none;*/

  }
  .products_highlight {
    padding: 5rem 0 50px;
  }
  .products_highlight .main {
    padding-top: 30px;
  }
  .products_highlight .main ul {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .products_highlight .main ul li {
    height: auto;
    padding: 30px 1.2rem 1.2rem;
  }
  .products_highlight .main ul li .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .products_highlight .main ul li h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .products_highlight .main ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .products_factory {
    padding: 5rem 0 50px;
  }
  .products_factory .content > .flex {
    display: block;
  }
  .products_factory .head {
    width: 100%;
    padding: 0;
  }
  .products_factory .head p {
    padding-top: 0.5rem;
    line-height: 1.5rem;
  }
  .products_factory .head ul {
    padding-top: 1rem;
  }
  .products_factory .head ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .products_factory .imgs {
    width: 100%;
    height: 280px;
    margin-top: 30px;
  }
  .products_factory .imgs .pic1 {
    width: 60%;
    border-radius: 0 15px 0 15px;
  }
  .products_factory .imgs .pic2 {
    left: 0;
    bottom: 0;
    border-radius: 0 15px 0 15px;
  }
  .prodcuts_service {
    padding: 5rem 0 50px;
  }
  .prodcuts_service .img {
    width: 100%;
    height: auto;
    position: static;
    border-radius: 0 40px 0 40px;
  }
  .prodcuts_service .img img {
    height: auto;
    display: block;
  }
  .prodcuts_service .head {
    padding: 0;
  }
  .prodcuts_service .head p {
    padding-top: 0.5rem;
    line-height: 1.5rem;
  }
  .prodcuts_service .head .button {
    margin-top: 1.25rem;
  }
  .solution_banner {
    padding: 50px 0;
  }
  .solution_banner .head {
    width: 100%;
  }
  .solution_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .solution_banner .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_nav {
    height: 130px;
  }
  .solution_nav .solution_nav_swiper .swiper-slide:hover a,
  .solution_nav .solution_nav_swiper .swiper-slide.active a {
    padding-top: 21px;
  }
  .solution_nav .solution_nav_swiper .swiper-slide a {
    padding: 1rem 1rem 0;
  }
  .solution_nav .solution_nav_swiper .swiper-slide .img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .solution_nav .solution_nav_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
  }
  .solution_strength {
    padding: 5rem 0;
  }
  .solution_strength .head p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }

  .solution_strength .solution_strength_swiper_box {
    margin-top: 30px;
  }
  .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide {
    height: auto;
    padding: 30px 1.2rem 1.2rem;
  }
  .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide h3 {
    min-height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_strength .solution_strength_swiper_box .swiper-pagination {
    bottom: -25px;
  }
  .solution_strength .solution_strength_swiper_box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 0.5rem;
    height: 0.5rem;
  }
  .solution_introduct {
    padding: 50px 0;
    margin-bottom: 275px;
  }
  .solution_introduct .bg {
    width: 100%;
  }
  .solution_introduct .head {
    width: 100%;
    padding: 0;
  }
  .solution_introduct .head p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_introduct .head ul {
    padding-top: 1rem;
  }
  .solution_introduct .head ul li span {
    font-size: 2rem;
  }
  .solution_introduct .head ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_introduct .img {
    left: 0;
    width: 100%;
    height: 275px;
    top: 100%;
  }
  .solution_introduct .line {
    width: 100%;
    bottom: -275px;
    top: unset;
  }
  .solution_standard {
    padding: 5rem 0 50px;
  }
  .solution_standard .main {
    height: auto;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .solution_standard .main table {
    height: 300px;
  }
  .solution_requirement1 {
    padding: 5rem 0 50px;
  }
  .solution_requirement1 .head {
    margin-bottom: 20px;
  }
  .solution_requirement1 .main {
    padding-top: 20px;
    display: block;
  }
  .solution_requirement1 .main h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .solution_requirement1 .main .right {
    padding: 1rem 0 0 0;
  }
  .solution_requirement1 .main .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_requirement1 .main .right ul {
    padding: 1rem 0;
  }
  .solution_requirement1 .main .right ul li {
    margin-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .solution_requirement1 .imgs {
    padding-top: 30px;
    display: flex;
    overflow: scroll;
    gap: 1rem;
  }
  .solution_requirement1 .imgs .item {
    min-width: 60%;
  }
  .solution_requirement1 .imgs .item .img {
    height: auto;
    max-height: 150px;
  }
  .solution_requirement1 .imgs .item .img img {
    height: auto;
    display: block;
  }
  .solution_requirement1 .imgs .item h4 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .solution_requirement2 {
    padding: 5rem 0 50px;
  }
  .solution_requirement2 .head {
    margin-bottom: 20px;
  }
  .solution_requirement2 .main {
    padding-top: 20px;
    display: block;
  }
  .solution_requirement2 .main h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .solution_requirement2 .main .right {
    padding: 1rem 0 0 0;
  }
  .solution_requirement2 .main .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .solution_requirement2 .imgs {
    padding-top: 30px;
    display: flex;
    gap: 1rem;
    overflow: scroll;
  }
  .solution_requirement2 .imgs .item {
    min-width: 80%;
  }
  .solution_requirement2 .imgs .item .img {
    height: auto;
    max-height: 150px;
  }
  .solution_requirement2 .imgs .item .img img {
    height: auto;
    display: block;
  }
  .solution_requirement2 .imgs .item h4 {
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .solution_install {
    padding: 5rem 0 50px;
  }
  .solution_install .content > .flex {
    display: block;
  }
  .solution_install .head {
    padding: 0;
  }
  .solution_install .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .solution_install .right ul li {
    margin-bottom: 20px;
  }
  .solution_install .right ul li h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .solution_install .right ul li h3 span {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
    margin-right: 0.5rem;
  }
  .solution_install .right ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .solution_case {
    padding: 5rem 0 50px;
  }
  .solution_case .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .solution_case .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    padding-top: 0.5rem;
  }
  .solution_case .imgs {
    padding-top: 30px;
    display: flex;
    gap: 1rem;
    overflow: scroll;
  }
  .solution_case .imgs .item {
    min-width: 80%;
  }
  .solution_case .imgs .item .img {
    height: auto;
    max-height: 200px;
  }
  .solution_case .imgs .item .img img {
    height: auto;
    display: block;
  }
  .solution_case .imgs .item h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .product_banner {
    padding: 50px 0;
    background-position: left;
  }

  .faq_banner {
    padding: 3rem 0 3.125rem;
    /*background-position: left;*/
  }

  .faq_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: unset;
  }


  .videos_banner {

    padding: 3rem 0 3.125rem;
  }

  .videos_banner .head {
    width: 100%;

  }

  .videos_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    padding-top: unset;
  }



  .product_banner .head {
    width: 100%;
  }
  .product_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .product_banner .head p {
    line-height: 1.5rem;
  }
  .product_preview {
    padding-top: 1.875rem;
  }
  .product_preview .breadcrumbs {
    margin-bottom: 1.25rem;
  }
  .product_preview .breadcrumbs span {
    font-size: 0.875rem;
  }
  .product_preview .breadcrumbs span span {
    font-size: 0.875rem;
  }
  .product_preview .breadcrumbs span span a {
    font-size: 0.875rem;
  }
  .product_preview .breadcrumbs + div {
    display: block;
  }
  .product_preview .left {
    width: 100%;
  }
  .product_preview .left .product_preview_swiper .swiper-slide {
    height: 21rem;
  }
  .product_preview .left .product_control_swiper_box .product_control_swiper {
    margin: 0 1rem;
  }
  .product_preview .left .product_control_swiper_box .product_control_prev {
    left: 0;
  }
  .product_preview .left .product_control_swiper_box .product_control_enxt {
    right: 0;
  }
  .product_preview .right {
    margin-left: 0;
    padding-top: 1.875rem;
  }
  .product_preview .right h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .product_preview .right p {
    font-size: 0.9rem;
    padding-top: 1rem;
    line-height: 1.5rem;
  }
  .product_preview .right ul {
    padding-top: 1.25rem;
  }
  .product_preview .right ul li {
    font-size: 0.875rem;
    line-height: 1.4rem;
    padding-left: 2rem;
  }
  .product_preview .right .button {
    margin-top: 1.875rem;
  }
  .product_attr {
    padding: 1.875rem 0;
  }
  .product_attr ul {
    overflow: scroll;
    padding: 1.25rem;
  }
  .product_attr ul::-webkit-scrollbar {
    display: none;
  }
  .product_attr ul li {
    min-width: 45%;
  }
  .product_attr ul li .img {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .product_attr ul li strong {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .product_attr ul li span {
    font-size: 0.875rem;
  }
  .product_nav {
    padding-top: 0;
  }
  .sticky_sec{
    top: 69px;
  }
  .product_nav ul {
    gap: 1rem;
    justify-content: flex-start;
    overflow: scroll;
  }
  .product_nav ul::-webkit-scrollbar {
    display: none;
  }
  .product_nav ul li {
    top: 0;
  }
  .product_nav ul li a {
    padding-bottom: 0.5rem;
    font-size: 14px !important;
    line-height: 1.4rem;
    padding-top: 0.5rem;
    white-space: nowrap;
  }
  .product_intro_left {
    padding-top: 50px;
  }
  .product_intro_left .content > .flex {
    flex-wrap: wrap;
  }
  .product_intro_left .info {
    width: 100%;
    padding: 0 0 1rem;
  }
  .product_intro_left .info h3 {
    font-size: 1.125rem !important;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }
  .product_intro_left .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .product_intro_left .img {
    width: 100%;
  }
  .product_intro_right {
    padding: 50px 0 0;
  }
  .product_intro_right .content > .flex {
    flex-wrap: wrap;
  }
  .product_intro_right .info {
    width: 100%;
    padding: 0 0 1rem;
  }
  .product_intro_right .info h3 {
    font-size: 1.125rem !important;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }
  .product_intro_right .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .product_intro_right .img {
    order: 2;
    width: 100%;
  }
  .product_intro_center {
    padding-top: unset;
  }
  .product_intro_center .info {
    display: block;
  }
  .product_intro_center .info h3 {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }
  .product_intro_center .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    padding-top: 0.5rem;
  }
  .product_intro_center .img {
    margin-top: 1rem;
    height: auto;
  }
  .product_intro_center .img img {
    height: auto;
    display: block;
  }
  .pro_content .content img{
    width: 100%;
  }


  .product_specs {
    padding: 0 0 50px;
  }
  .product_specs h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .product_specs table {
    display: block;
    overflow: scroll;
  }
  .product_specs table thead tr th {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_specs table tbody tr th {
    font-size: 13px;
    line-height: 1.2rem;
    padding: 0.5rem;
  }
  .product_specs table tbody tr td {
    font-size: 13px;
    line-height: 1.2rem;
    padding: 0.5rem;
  }
  .product_specs table tbody tr td p {
    font-size: 13px;
    line-height: 1.2rem;
  }
  .product_specs .content > p {
    font-size: 13px;
    padding-top: 1rem;
    text-align: center;
  }
  .product_specs .content > p a {
    font-size: 13px;
  }
  .product_test {
    padding: 50px 0 50px;
  }
  .product_test .top {
    display: block;
  }
  .product_test .top h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_test .top .btns {
    padding-top: 1rem;
    gap: 0.5rem;
  }
  .product_test .top .btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_test .product_test_swiper {
    padding-top: 30px;
  }
  .product_test .product_test_swiper .swiper-slide {
    padding-bottom: 85px;
  }
  .product_test .product_test_swiper .swiper-slide:hover .info h4 {
    margin-top: 2rem;
  }
  .product_test .product_test_swiper .swiper-slide .img {
    height: 170px;
  }
  .product_test .product_test_swiper .swiper-slide .info {
    top: 170px;
    padding: 0 1rem 1rem;
  }
  .product_test .product_test_swiper .swiper-slide .info::after {
    width: 150px;
    height: 150px;
    border: 20px solid rgba(255, 255, 255, 0.08);
  }
  .product_test .product_test_swiper .swiper-slide .info h4 {
    margin-top: 1rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_test .product_test_swiper .swiper-slide .info p {
    font-size: 13px;
    line-height: 1.2rem;
  }
  .product_design {
    padding: 5rem 0 50px;
  }
  .product_design h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .product_design h3 + ul {
    justify-content: flex-start;
    overflow: scroll;
    gap: 1rem;
  }
  .product_design h3 + ul::-webkit-scrollbar {
    display: none;
  }
  .product_design h3 + ul li {
    font-size: 14px;
    line-height: 1.4rem;
    white-space: nowrap;
    padding-bottom: 0.5rem;
  }
  .product_design .product_design_swiper_box {
    margin-top: 30px;
  }
  .product_design .product_design_swiper_box .btns {
    display: flex;
    width: 100%;
    z-index: 2;
    padding: 0 0.5rem;
  }
  .product_design .product_design_swiper_box .btns div {
    width: 2rem;
    height: 2rem;
  }
  .product_design .product_design_swiper_box .product_design_swiper {
    padding: 0 1rem;
  }
  .product_design .product_design_swiper_box .product_design_swiper .swiper-slide .img {
    height: 230px;
  }
  .product_design .product_design_swiper_box .product_design_swiper .swiper-slide h4 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .product_aging {
    padding: 5rem 0 50px;
  }
  .product_aging h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_aging h3 + p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
    width: 100%;
  }
  .product_aging .product_aging_swiper {
    margin-top: 30px;
  }
  .product_aging .product_aging_swiper .btns {
    display: flex;
    width: calc(100% + 2.4rem);
    z-index: 2;
    padding: 0 0.5rem;
  }
  .product_aging .product_aging_swiper .btns div {
    width: 2rem;
    height: 2rem;
  }
  .product_aging .product_aging_swiper .swiper-slide {
    height: 230px;
  }
  .product_aging .product_aging_swiper .swiper-slide div {
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1rem;
  }
  .product_aging .product_aging_swiper .swiper-slide h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_aging .product_aging_swiper .swiper-slide p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .product_pack {
    padding: 5rem 0 50px;
  }
  .product_pack h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_pack h3 + p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    padding-top: 0.5rem;
  }
  .product_pack .product_pack_swiper {
    padding-top: 30px;
  }
  .product_pack .product_pack_swiper .swiper-slide .img {
    height: 170px;
  }
  .product_pack .product_pack_swiper .swiper-slide h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .product_pack .product_pack_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_app {
    padding: 50px 0;
  }
  .product_app h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .faq_box {
    padding: 0;
  }
  .faq_box h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .faq_box img{
    width: 100%;
  }

  .certificates{
    padding: 100px 0 0;
  }

  .faq_box .sy_contentfaq {
    padding-top: 30px;
  }
  .faq_box .sy_contentfaq .sy_fap_group {
    display: block;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list {
    display: flex;
    overflow: scroll;
    gap: 1rem;
    border: none;
    justify-content: flex-start;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list::-webkit-scrollbar {
    display: none;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list li {
    margin: 0;
    padding: 0 0 0.5rem 0;
    font-size: 14px;
    line-height: 1.4rem;
    white-space: nowrap;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list li.active::before,
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list li:hover::before {
    width: 100%;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs_list li::before {
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs {
    padding-top: 30px;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs .faq {
    padding: 0 1.2rem 1rem 0;
    margin-bottom: 1rem;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question::after {
    right: -1rem;
    width: 0.5rem;
  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;

  }
  .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 13px;
    line-height: 1.2rem;
    padding-top: 0.5rem;
  }
  .faq_box .sy_contentfaq + p {
    font-size: 13px;
    line-height: 1.2rem;
    padding-top: 1rem;
    text-align: center;
  }
  .faq_box .sy_contentfaq + p a {
    font-size: 13px;
  }
  .mightlike {
    padding: 5rem 0 50px;
  }
  .mightlike h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .mightlike .mightlike_swiper_box {
    margin: 30px 0;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .img {
    height: 180px;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .info {
    padding: 0.5rem 1.2rem 1.2rem;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .info span {
    font-size: 13px;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .info h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 48px;
    margin: 0.2rem 0 0.5rem;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    min-height: 4.5rem;
  }
  .mightlike .mightlike_swiper_box .mightlike_swiper .swiper-slide .info strong {
    font-size: 14px;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }
  header.trans-bg{
    background-color: white;
  }
  .home_banner{
    margin-top: 0;
  }
  header.trans-bg .header .right nav div > ul > li > a{
    color: #333;
  }
  .modal{
    z-index: 100;
  }
  .modal .modalcontent{
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: auto;
    top: unset;
    bottom: -100%;
    transform: translate(-50%,0);
  }
  .modal-i .modal .modalcontent{
    top: unset;
    bottom: 0;
    border-radius: 0;
    transform: translate(-50%,0);
  }
  .modal .modalcontent .inquiry{
    padding: 20px 20px;
  }
  .modal .inquiry .inquiry_form form span.wpcf7-form-control-wrap{
    min-width: 100%;
  }
  .inquiry .close{
    right: 27px;
    top: 16px;
  }

  footer .footer_bottom .cer{
    display: flex;
    margin-top: 1.5rem;
    overflow: hidden;
  }
  footer .footer_bottom .cer img{
    height: 30px;
  }
  footer .footer_bottom .cer img:last-of-type{
    height: 25px;
    transform: translateY(0);
  }
  footer{
    overflow: hidden;
  }


  .tools_text_editor_code_vendor{
    padding: 2rem 0;
  }
  .tools_text_editor_code_vendor h2{
    font-size: 1.125rem;
    padding-top: 20px;
  }
  .tools_text_editor_code_vendor p{
    padding-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .tools_text_editor_code_vendor h3{
    font-size: 1rem;
    padding-top: 20px;
  }
  .tools_text_editor_code_vendor li{
    padding-top: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .blog_details a{
    font-size: 0.9rem;
  }
  .prodcuts_service .img{
    margin-top: 1rem !important;
  }
  .product_intro_right2 .info ul{
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
  }
}
