@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .btn {
    font-size: 14px;
    padding: 12px 22px;
  }
  header {
    top: 0;
  }
  header.sticky {
    top: 0;
  }
  header .header_top {
    padding: 0;
  }
  header .header_top .right .links {
    display: none;
  }
  header .header_top .right .links a {
    font-size: 12px;
  }
  header .header_top .search {
    margin: 0;
    flex: 1;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    position: absolute;
    left: 0;
    top: 4rem;
    background-color: #f7f8fb;
    width: 100%;
    padding: 12px 1.2rem;
    transition: all .3s;
    pointer-events: none;
    transform: translateY(-100%);
  }
  header .header_top .search.active {
    pointer-events: all;
    transform: translate(0);
  }
  header .header_top .search input[type="text"] {
    width: 100%;
    font-size: 15px;
    padding-right: 1.8rem;
    padding: 6px 14px 6px 0;
  }
  header .header_top .search input[type="submit"] {
    width: 20px;
    height: 20px;
    right: 9px;
    position: static;
    transform: translate(0);
  }
  header .header_top .lang {
    font-size: 12px;
    display: none;
  }
  header .header_top .lang::before {
    width: 15px;
    height: 15px;
  }
  header .header_top .lang::after {
    margin-left: 0.5rem;
  }
  header .btn_search {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/search.svg) no-repeat center/contain;
  }  
  header .btn_lang {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/global.svg) no-repeat center/contain;
  }
  header .header_main {
    padding-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  header .header_main .flex {
    min-height: 4rem;
  }
  header .header_main .logo {
    width: unset;
    height: 45px;
  }
  header .header_main .logo img {
    height: 100%;
    display: block;
    object-fit: contain;
    transform: unset;
  }
  header .header_main .btn {
    display: none;
  }
  header .header_main .nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-color: transparent;
  }
  header .header_main .nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 0;
  }
  header .header_main .nav.active {
    pointer-events: all;
  }
  header .header_main .nav.active .close {
    opacity: 1;
  }
  header .header_main .nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header .header_main .nav.active .mask {
    opacity: 1;
  }
  header .header_main .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 0;
  }
  header .header_main .con {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 60px);
    max-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-24px);
    z-index: 999;
  }
  header .header_main .con .close_box {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header_main .con .close_box .close {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url("../img/mobile-menu/close.svg") no-repeat center / contain;
  }
  header .header_main .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header .header_main .con .menu {
    display: block;
    flex: 1;
    overflow: auto;
    padding-top: 1rem;
    flex-direction: column;
    height: 100%;
  }
  header .header_main .con .menu > li {
    margin-left: 0;
    cursor: pointer;
    height: auto;
  }
  header .header_main .con .menu > li a::after,
  header .header_main .con .menu > li a::before {
    background: #fff;
  }
  header .header_main .con .menu > li::before {
    display: none;
  }
  header .header_main .con .menu > li.menu-item-has-children {
    padding: 0;
  }
  header .header_main .con .menu > li:hover.current-menu-item,
  header .header_main .con .menu > li:hover.current-menu-parent {
    color: var(--theme_color);
  }
  header .header_main .con .menu > li:hover > a {
    color: var(--theme_color);
  }
  header .header_main .con .menu > li > a {
    color: #222;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 2rem;
    font-size: 16px;
    line-height: 4rem;
    display: block;
  }
  header .header_main .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header .header_main .con .menu > li.menu-item-has-children::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 25px;
    transition: all 0.3s;
  }
  header .header_main .con .menu > li.active::after {
    transform: rotate(180deg) !important;
  }
  header .header_main .con li .sub-menu {
    position: static;
    visibility: visible;
    padding: 1rem 1.5rem;
    background: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 8px !important;
    display: none;
    transform: translate(0) !important;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .header_main .con li .sub-menu li {
    transform: unset;
    margin: 0;
  }
  header .header_main .con li .sub-menu li a {
    color: #2d2d2d;
    padding: 0.5rem 0;
    white-space: wrap;
    font-size: 14px;
  }
  header .header_main .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
    cursor: pointer;
    order: 3;
    filter: brightness(0);
  }
  .page_banner {
    padding: 4rem 0;
    position: relative;
  }
  section.page_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  section.page_banner .head {
    color: #fff;
  }
  .page_banner .flex {
    min-height: unset;
    position: relative;
    z-index: 2;
  }
  section.page_banner .head .desc {
    margin: 0.5rem 0 1.6rem;
    color: #fff;
  }
  .page_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .arrow_btn {
    font-size: 14px;
    padding: 0.7rem 1rem;
    min-width: 125px;
    display: flex;
    justify-content: center;
  }
  .arrow_btn::after {
    height: 10px;
  }
  .blogmain {
    padding: 2rem 0 3rem;
  }
  .blogmain .flex {
    flex-direction: column;
  }
  .blogmain .img_box {
    width: 100%;
    padding-bottom: 77%;
  }
  .blogmain .img_box .img {
    border-radius: 8px;
  }
  .blogmain .img_box .img .info {
    padding: 1.6rem 1rem;
  }
  .blogmain .img_box .img .info .arrow_btn {
    padding: 0.7rem 1.5rem;
    min-width: unset;
  }
  .blogmain .img_box .img .info p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .blogmain .img_box .img .info strong {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
  .blogmain .list {
    width: 100%;
    margin-top: 1rem;
  }
  .blogmain .list li {
    margin-bottom: 1.6rem;
  }
  .blogmain .list li .blogitem {
    padding: 1.6rem 1rem;
    border-radius: 5px;
  }
  .blogmain .list li .blogitem p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .blogmain .list li .blogitem strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blogmain .list li .blogitem span {
    margin-top: 1rem;
    font-size: 14px;
  }
  .blogmain .list li .blogitem span::after {
    height: 10px;
    filter: brightness(2);
  }
  .blogmain .list li .blogitem span span {
    margin-left: 0;
    margin-top: 0;
  }
  .blogmain .list::after {
    display: none;
  }
  .bloglist {
    padding: 3rem 0;
  }
  .bloglist .flex {
    flex-direction: column;
    align-items: unset;
  }
  .bloglist .nav {
    overflow: auto;
    margin-top: 1.8rem;
    max-width: unset;
  }
  .bloglist .nav::-webkit-scrollbar {
    height: 0;
  }
  .bloglist .nav ul {
    gap: 1rem;
  }
  .bloglist .nav li a {
    text-wrap: nowrap;
    display: block;
    font-size: 14px;
    padding: 0.5rem 2rem;
  }
  .bloglist .blog-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
    margin-top: 2rem;
  }
  .bloglist button {
    margin-top: 2.5rem;
  }
  .blog-item {
    border-radius: 12px;
  }
  .blog-item .img {
    aspect-ratio: 2/1.2;
  }
  .blog-item .infos {
    padding: 1.6rem 1.2rem;
  }
  .blog-item .infos p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .blog-item .infos strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blog-item .infos span {
    margin-top: 1rem;
  }
  .blog-item .infos span span {
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
  }
  .blog-item .infos span::after {
    height: 10px;
    filter: brightness(2);
  }
  .head span.subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .head span.subtitle + h2 {
    margin-top: 0.5rem;
  }
  .border_btn {
    font-size: 14px;
    padding: 0.63rem 1.8rem;
  }
  .footer_contact,
  .contactmain {
    padding: 3rem 0 5rem;
  }
  .footer_contact .flex,
  .contactmain .flex {
    flex-direction: column;
  }
  .footer_contact .left,
  .contactmain .left {
    width: 100%;
    padding-top: 2.5rem;
  }
  .footer_contact .left {
    padding-top: 0;
  }
  .footer_contact .left .bg,
  .contactmain .left .bg {
    left: -14.51612903%;
    border-radius: 8px;
  }
  .footer_contact .left .bg {
    position: static;
    margin-bottom: 1rem;
  }
  .footer_contact .left .img,
  .contactmain .left .img {
    border-radius: 8px;
  }
  .footer_contact .bg,
  .contactmain .bg,
  .footer_contact .img,
  .contactmain .img {
    transform: translate3d(0, 0, 0) !important;
  }
  .footer_contact .right,
  .contactmain .right {
    width: 100%;
    padding: 2.2rem 0 0;
  }
  .footer_contact .right .head h2,
  .contactmain .right .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .footer_contact .right .checkbox,
  .contactmain .right .checkbox {
    margin: 0;
  }
  .footer_contact .right .checkbox span,
  .contactmain .right .checkbox span {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_contact .right .checkbox input,
  .contactmain .right .checkbox input {
    width: 18px !important;
    height: 18px;
    margin-right: 8px;
  }
  .footer_contact .right .checkbox label,
  .contactmain .right .checkbox label {
    display: flex;
  }
  .footer_contact .right .form form,
  .contactmain .right .form form {
    gap: 1rem;
  }
  .footer_contact .right .form form > span.col2,
  .contactmain .right .form form > span.col2 {
    width: 100%;
  }
  .footer_contact .right .form form > span input:not([type='submit']),
  .contactmain .right .form form > span input:not([type='submit']) {
    font-size: 14px;
    padding: 0.69rem 0.8rem;
  }
  .footer_contact .right .form form > span textarea,
  .contactmain .right .form form > span textarea {
    font-size: 14px;
    padding: 0.69rem 0.8rem;
  }
  .footer_contact .right .form form .arrow_btn,
  .contactmain .right .form form .arrow_btn {
    width: unset;
    padding: 0.7rem 2rem;
    margin-top: 1rem;
    font-size: 14px;
  }
  .footer_contact .right .form form .arrow_btn::after,
  .contactmain .right .form form .arrow_btn::after {
    height: 10px;
  }
  .footer_main {
    padding: 4rem 0;
  }
  .footer_main > .content .flex {
    gap: 1rem 0;
  }
  .footer_main .logo {
    width: 210px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  footer .col ul li + li {
    margin-top: 5px;
  }
  footer .col.text {
    width: 100%;
    max-width: unset;
  }
  footer .col.text > a {
    font-size: 15px;
    padding: 0.73rem 1rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    border-color: rgba(0 0 0/30%);
  }
  footer .col.text p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  footer .col strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0 0 0/30%);
    width: 100%;
    padding: 0.62rem 1rem;
    border-radius: 100px;
    font-size: 15px;
    margin: 0;
  }
  footer .col:not(footer .col.text) {
    width: 100%;
    position: relative;
    margin: 0;
  }
  footer .col:not(footer .col.text).active strong::after {
    transform: rotate(-90deg);
  }
  footer .col:not(footer .col.text) strong::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url("../img/arrow-red.svg") no-repeat;
    transform: rotate(90deg);
    background-position: center;
    background-size: contain;
    transition: 0.3s;
  }
  footer .col:not(footer .col.text) > div {
    display: none;
    padding: 0.5rem 1rem;
  }
  footer .col:not(footer .col.text) > div ul li {
    max-width: unset;
  }
  footer .col:not(footer .col.text) > div ul li a {
    display: block;
    font-size: 14px;
    line-height: 2rem;
    width: 100%;
  }
  footer .col.contact > div {
    padding: 0 !important;
  }
  footer .col.contact form {
    width: unset;
    display: grid;
    grid-template-columns: 1fr auto;
    border-radius: 100px;
    border: 1px solid #ececec;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  footer .col.contact form input[type="email"] {
    font-size: 14px;
    padding: 0.72rem 1rem;
    height: unset;
    line-height: 1.25;
    border: none;
  }
  footer .col.contact form input[type="submit"] {
    position: static;
    width: 42px;
    height: 42px;
  }
  footer .copyright {
    padding: 1rem 0 0.8rem;
  }
  footer .copyright .flex {
    flex-direction: column-reverse;
    padding: 0;
    padding-top: 1rem;
  }
  footer .copyright ul {
    gap: 1rem;
    justify-content: center;
  }
  footer .copyright p {
    font-size: 12px;
    line-height: 1.2rem;
    text-align: center;
    margin: 2rem 0 0;
  }
  footer .copyright div {
    justify-content: space-between;
    width: 100%;
  }
  footer .copyright div a {
    font-size: 14px;
  }
  div.swiper_btns {
    display: none;
  }
  .home_banner .arrow_btn {
    margin-top: 1.5rem;
  }
  .home_banner .swiper-pagination {
    bottom: 1.4rem;
    filter: contrast(0) brightness(2);
  }
  .home_banner .swiper-pagination span::after {
    width: 12px;
    height: 12px;
  }
  .home_banner li.swiper-slide {
    height: unset;
    position: relative;
    padding: 4rem 0 6rem;
  }
  .home_banner li.swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home_banner li.swiper-slide .head {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
  }
  .home_banner li.swiper-slide .head > ul {
    margin-top: unset;
  }
  .home_banner li.swiper-slide .head > ul li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #fff;
  }
  .home_banner li.swiper-slide h1,
  .home_banner li.swiper-slide strong {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .home_banner li.swiper-slide h1 span,
  .home_banner li.swiper-slide strong span {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
  }
  .home_service {
    padding: 4rem 0 3rem;
  }
  section.home_service .head {
    margin-bottom: 22px;
  }
  .home_service .main > .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .home_service .main .left {
    width: 100%;
  }
  .home_service .main .left .pic2 {
    border-width: 4px;
  }
  .home_service .main .left .pic2 span {
    width: 42px;
    height: 42px;
  }
  .home_service .main .right {
    width: 100%;
    padding: 0;
  }
  .home_service .main .right .flex {
    gap: 1rem;
  }
  .home_service .main .right li {
    padding: 0 0 1rem;
    margin-bottom: 1.5rem;
  }
  .home_service .main .right li:last-child {
    margin-bottom: 0;
  }
  .home_service .main .right i {
    max-width: 50px;
    max-height: 60px;
    margin: 0;
  }
  .home_service .main .right strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_service .main .right p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_service .main .right span {
    font-size: 14px;
  }
  .home_service .main .right span::after {
    height: 8px;
  }
  .home_about {
    padding: 3rem 0 4rem;
  }
  .home_about .content .flex {
    flex-direction: column;
  }
  .home_about .content .flex div:nth-child(2) {
    padding-top: 0;
  }
  .home_about .content .flex p.de {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .content .flex p.de + p.de {
    margin-top: 0.5rem;
  }
  .home_about .main {
    margin: 2rem 0;
  }
  .home_about .main ul {
    gap: 1rem;
    display: flex;
    overflow: auto;
  }
  .home_about .main ul li {
    border-radius: 12px;
    min-width: 260px;
  }
  .home_about .main ul li:nth-child(3n+2) {
    transform: translateY(0);
  }
  .home_about .main ul li .infos strong {
    font-size: 18px;
    margin-bottom: 0.6rem;
  }
  .home_about .main ul li .infos span {
    font-size: 14px;
  }
  .home_about .main ul li .infos span::after {
    height: 8px;
  }
  .home_about .nums {
    margin-top: 2.2rem;
  }
  .home_about .nums ul {
    gap: 1.5rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_about .nums ul li i {
    height: 40px;
    margin-bottom: 10px;
  }
  .home_about .nums ul li strong {
    font-size: 25px;
    padding-bottom: 8px;
  }
  .home_about .nums ul li strong > span:nth-child(2) {
    font-size: 14px;
    margin-left: -5px;
  }
  .home_about .nums ul li p {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .home_certification {
    padding: 4rem 0;
  }
  .home_certification .main {
    margin-top: 2rem;
  }
  .home_certification .main .img {
    margin-bottom: 0.8rem;
    border-radius: 6px;
  }
  .home_certification .main ul {
    display: grid;
    gap: 1rem 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_certification .main ul::-webkit-scrollbar {
    height: 0;
  }
  .home_certification .main ul li p {
    font-size: 15px;
    line-height: 1.5;
  }
  .home_product {
    padding: 4rem 0;
  }
  .home_product .nav ul {
    gap: 1.3rem 1rem;
    overflow: auto;
    gap: 1rem;
    justify-content: unset;
  }
  .home_product .nav ul::-webkit-scrollbar {
    height: 0;
  }
  .home_product .nav ul li {
    min-width: 122px;
  }
  .home_product .nav ul li a .img {
    width: 62px;
    height: 62px;
  }
  .home_product .nav ul li a p {
    font-size: 15px;
  }
  .home_product .product_main {
    margin-top: 3rem;
  }
  .home_product .product_main ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .sy_products .sy_product {
    border-radius: 8px;
  }
  .sy_products .sy_product .img {
    width: 100%;
    max-height: 260px;
    margin: 0 auto;
  }
  .sy_products .sy_product .infos {
    padding: 1rem 0.5rem;
  }
  .sy_products .sy_product .infos strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .sy_products .sy_product .infos p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_tech {
    padding: 4rem 0;
  }
  .home_tech .main {
    margin-top: 2rem;
  }
  .home_tech .main .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .home_tech .main .right {
    padding: 0;
    width: 100%;
  }
  .home_tech .main .right ul {
    display: flex;
    gap: 1rem;
    overflow: auto;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
  }
  .home_tech .main .right ul::-webkit-scrollbar {
    height: 0;
  }
  .home_tech .main .right li {
    width: fit-content;
    border-radius: 100px;
    padding-right: 1rem;
    transform: unset;
    min-width: 120px;
  }
  .home_tech .main .right li + li {
    margin: 0;
  }
  .home_tech .main .right i {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .home_tech .main .right p {
    font-size: 15px;
  }
  .home_tech .main .middle {
    width: 90%;
    margin-top: 1rem;
  }
  .home_tech .main .left {
    width: 100%;
    padding: 0;
  }
  .home_tech .main .left i img {
    width: 45px;
  }
  .home_tech .main .left strong {
    font-size: 22px;
    margin: 1rem 0;
    line-height: 1.5;
  }
  .home_tech .main .left p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_tech .main .left p + p {
    margin: 0.5rem 0;
  }
  .home_tech .main .left .arrow_btn {
    margin-top: 1.6rem;
  }
  .home_blog {
    padding: 3rem 0;
  }
  .home_blog .flex {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .home_blog .head {
    width: 100%;
  }
  .home_blog .nav {
    margin-top: 2rem;
    max-width: unset;
  }
  .home_blog .nav ul {
    flex-wrap: nowrap;
    overflow: auto;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    &::-webkit-scrollbar {
      display:none;
    }
  }
  .home_blog .nav::-webkit-scrollbar {
    height: 0;
  }
  .home_blog .nav li {
    text-wrap: nowrap;
    font-size: 15px;
    padding: 0.6rem 1rem;
    min-width: 115px;
    text-align: center;
  }
  .home_blog .swiper_box {
    margin-top: 2rem;
  }
  .blogmain .head {
    margin-bottom: 2rem;
  }
  .blogmain .head h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .blogmain .head span {
    font-size: 14px;
    line-height: 1.5;
  }
  .blogmain .leftmain > img {
    aspect-ratio: 2/1.2;
    border-radius: 10px;
    margin: 0 0 2rem ;
  }
  .blogmain .leftmain p,
  .blogmain .leftmain li {
    font-size: 14px;
    line-height: 1.5;
  }
  .blogmain .leftmain a {
    font-size: 14px;
    line-height: 1.5;
    color: var(--theme_color);
  }
  .blogmain .leftmain h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1.2rem;
    padding-bottom: 0;
  }
  .blogmain .leftmain h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .blogmain .leftmain .prod {
    border-radius: 8px;
    margin: 2rem 0;
  }
  .blogmain .leftmain .prod a {
    padding: 1.8rem 1rem;
  }
  .blogmain .leftmain .prod .flex {
    flex-direction: column-reverse;
  }
  .blogmain .leftmain .prod .right .img {
    right: 0;
    position: static;
    aspect-ratio: 2/1.5;
  }
  .blogmain .leftmain .prod .left {
    width: 100%;
  }
  .blogmain .leftmain .prod .left strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blogmain .leftmain .prod .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .blogmain .leftmain .prod .left .discover {
    font-size: 14px;
    padding: 0.66rem 1.6rem;
    border-radius: 4px;
  }

  .blogmain .leftmain .content > img {
    aspect-ratio: 2/1.2;
    border-radius: 10px;
    margin: 0 0 2rem ;
  }
  .blogmain .leftmain .content p,
  .blogmain .leftmain .content li {
    font-size: 14px;
    line-height: 1.5;
  }
  .blogmain .leftmain .content > ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .blogmain .leftmain .content > ul li::before {
    width: 6px;
    top: 6px;
  }
  .blogmain .leftmain .content a {
    font-size: 14px;
    line-height: 1.5;
    color: var(--theme_color);
  }
  .blogmain .leftmain .content h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1.2rem;
    padding-bottom: 0;
  }
  .blogmain .leftmain .content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .blogmain .leftmain .content .prod {
    border-radius: 8px;
    margin: 2rem 0;
  }
  .blogmain .leftmain .content .prod a {
    padding: 1.8rem 1rem;
  }
  .blogmain .leftmain .content .prod .flex {
    flex-direction: column-reverse;
  }
  .blogmain .leftmain .content .prod .right .img {
    right: 0;
    width: 100%;
    position: static;
    aspect-ratio: 2/1.5;
  }
  .blogmain .leftmain .content .prod .left {
    width: 100%;
  }
  .blogmain .leftmain .content .prod .left strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .blogmain .leftmain .content .prod .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .blogmain .leftmain .content .prod .left .discover {
    font-size: 14px;
    padding: 0.66rem 1.6rem;
    border-radius: 4px;
  }

  .blogmain .leftmain .leftend {
    margin-top: 2rem;
  }
  .blogmain .leftmain .leftend .tags {
    padding: 1rem 0;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
  }
  .blogmain .leftmain .leftend .tags span {
    font-size: 16px;
    margin: 0;
  }
  .blogmain .leftmain .leftend .tags p {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 22px;
    min-width: unset;
    margin: 0;
  }
  .blogmain .leftmain .leftend .share {
    margin-left: auto;
    margin-top: 1rem;
  }
  .blogmain .leftmain .leftend .share ul li {
    width: 44px;
  }
  .blogmain .leftmain .leftend .share ul li a {
    width: 44px;
    height: 44px;
  }
  .blogmain .postright {
    margin-top: 3rem;
  }
  .blogmain .postright .search form {
    border-radius: 6px;
  }
  .blogmain .postright .search form input {
    padding: 0.56rem 1rem;
  }
  .blogmain .postright .search form label {
    padding: 0.56rem 1rem;
  }
  .blogmain .postright .search form label i {
    width: 18px;
    height: 18px;
  }
  .blogmain .postright .categ {
    margin-top: 2rem;
    padding: 1.6rem 1.2rem;
  }
  .blogmain .postright .categ strong {
    font-size: 18px;
    padding-bottom: 0.5rem;
  }
  .blogmain .postright .categ ul {
    margin-top: 0.8rem;
  }
  .blogmain .postright .categ li {
    margin-bottom: 0;
  }
  .blogmain .postright .categ li a {
    font-size: 15px;
  }
  .blogmain .postright .news {
    border-radius: 6px;
    margin-top: 4.5rem;
    padding: 0 1.2rem 1.85rem;
  }
  .blogmain .postright .news strong {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1.3rem;
  }
  .blogmain .postright .news span {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .blogmain .postright .news form {
    padding: 0;
  }
  .blogmain .postright .news form input[type='text'] {
    font-size: 14px;
  }
  .blogmain .postright .news form input[type='submit'] {
    font-size: 14px;
    padding: 0.6rem 1.3rem;
    border-radius: 5px;
  }
  .contactmain {
    padding: 0 0 5rem;
  }
  .contactmain .top {
    transform: translateY(-2rem);
    margin-bottom: 3rem;
  }
  .contactmain .top .flex {
    flex-direction: row;
  }
  .contactmain .top ul {
    overflow: auto;
    flex-direction: column;
    gap: 1rem;
  }
  .contactmain .top ul::-webkit-scrollbar {
    height: 0;
  }
  .contactmain .top ul li {
    min-width: 260px;
    border-radius: 0 12px 0 0;
    padding: 1.5rem 1rem 1.8rem;
    min-height: unset;
  }
  .contactmain .top ul li .flex {
    margin-bottom: 1rem;
  }
  .contactmain .top ul li div {
    margin-bottom: 0;
  }
  .contactmain .top ul li strong {
    font-size: 18px;
  }
  .contactmain .top ul li .icon {
    width: 55px;
    height: 55px;
    margin: 0;
  }
  .contactmain .top ul li span {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .contactmain .top ul li a {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contactmain .top ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .breadcrumbs {
    padding: 1rem 0;
    justify-content: flex-start;
  }
  .breadcrumbs a {
    font-size: 12px;
  }
  .breadcrumbs span span {
    font-size: 13px;
  }
  .prodbody_banner .flex {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .prodbody_banner .right {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .prodbody_banner .right .thumberbox {
    position: relative;
    margin-top: 1.5rem;
    top: unset;
    right: unset;
    transform: unset;
    width: unset;
    max-height: unset;
  }
  .prodbody_banner .right .thumberbox li {
    max-width: 73px;
  }
  .prodbody_banner .head {
    padding-bottom: 3.5rem;
  }
  .prodbody_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .prodbody_banner .head .desc {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .prodbody_banner .head .desc p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .prodbody_banner .head .desc ul {
    margin-right: 1.2rem;
  }
  .prodbody_banner .head .desc li {
    font-size: 14px;
    line-height: 1.5;
    gap: 8px;
  }
  .prodbody_banner .head .desc li::before {
    margin-top: 8px;
  }
  .prodbody_banner .head .btns {
    gap: 1rem;
  }
  .prodbody_banner .head .arrow_btn {
    flex: 1;
    padding: 0.65rem 1rem;
    font-size: 14px;
  }
  .prodbody_banner .head .bannenrend {
    margin-top: 1.5rem;
  }
  .prodbody_banner .head .bannenrend p {
    font-size: 14px;
    line-height: 1.5;
  }
  .prodbody_banner .head .bannenrend ul {
    margin-top: 1.2rem;
  }
  .prodbody_banner .head .bannenrend ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .prodbody_banner .head .bannenrend ul li i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .prodbody_banner .head .bannenrend ul li span {
    font-size: 15px;
  }
  .product_nav ul {
    overflow: auto;
    padding: 0 1.2rem;
    gap: 0.8rem;
  }
  .product_nav ul li {
    padding: 0;
  }
  .product_nav ul li.active a {
    border-bottom: 3px solid var(--theme_color);
  }
  .product_nav ul li a {
    font-size: 15px;
    padding: 0.8rem 0;
    border-bottom: 3px solid transparent;
  }
  .product_nav ul li a:hover {
    border-bottom: 3px solid var(--theme_color);
  }
  .senseless,
  .senseless-reverse {
    padding: 3.5rem 0 3rem;
  }
  .senseless .flex,
  .senseless-reverse .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .senseless .left .head h2,
  .senseless-reverse .left .head h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 0.6rem;
  }
  .senseless .left .head .desc,
  .senseless-reverse .left .head .desc {
    margin-top: 0.5rem;
  }
  .senseless .right,
  .senseless-reverse .right {
    max-width: 100%;
  }
  .senseless .right .img,
  .senseless-reverse .right .img {
    border-radius: 8px;
    aspect-ratio: 2/1.2;
  }
  .senseless-reverse {
    padding: 3rem 0;
  }
  section.powerful {
    padding: 2rem 0;
  }
  .powerful .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .powerful .list {
    margin-top: 2rem;
  }
  .powerful .list ul {
    display: flex;
    overflow: auto;
  }
  .powerful .list ul::-webkit-scrollbar {
    height: 0;
  }
  .powerful .list ul li {
    min-width: 260px;
  }
  .powerful .list ul a {
    padding: 1.6rem 1rem;
    border-radius: 8px;
    flex-direction: column;
    gap: 0.9rem;
    border: 1px solid #ccc;
  }
  .powerful .list ul a::after {
    display: none;
  }
  .powerful .list ul i {
    width: 45px;
    height: 45px;
  }
  .powerful .list ul .info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .powerful .list ul .info strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .powerful .list ul .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
    flex: 41;
  }
  .powerful .list ul .info span {
    font-size: 14px;
    margin-top: 0.87rem;
  }
  .works {
    padding: 3rem 0 4rem;
  }
  .works .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .works .main {
    margin-top: 2rem;
    gap: 2rem;
  }
  .works .intro {
    margin-top: 1rem;
  }
  .works .intro .item {
    padding-left: 20px;
    margin-bottom: 0.5rem;
  }
  .works .intro .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .works .intro .item p {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0.5rem;
  }
  .works .intro .item.active h3 {
    font-size: 18px;
  }
  .works .imgs {
    width: 100%;
    padding-top: 0;
  }
  .works .imgs .img {
    border-radius: 8px;
  }
  .structure {
    padding: 4rem 0 3rem;
  }
  .structure .nav {
    margin: 1.8rem 0 1.5rem;
  }
  .structure .nav ul {
    gap: 1rem;
  }
  .structure .nav li {
    font-size: 14px;
    padding: 0.61rem 1rem;
    min-width: 120px;
  }
  .structure .prodmain .imgbox {
    flex-direction: column;
    gap: 1rem;
  }
  .structure .prodmain .imgbox .img {
    transform: unset;
    max-height: 250px;
    margin: 0 auto;
  }
  .structure .prodmain .parameter li {
    position: static;
    max-width: unset;
    margin-bottom: 0.5rem;
    transform: translate3d(0, 0, 0) !important;
  }
  .structure .prodmain .parameter li .line {
    position: relative;
    left: unset !important;
    top: -5px !important;
    bottom: unset !important;
    right: unset !important;
    display: inline-block !important;
    width: 20px !important;
    border: none;
  }
  .structure .prodmain .parameter li .line i {
    transform: translateY(-50%) !important;
    right: unset;
    left: 0;
    bottom: unset !important;
    width: 20px;
    height: 20px;
  }
  .structure .prodmain .parameter li .line i::after {
    width: 4px;
    height: 4px;
  }
  .structure .prodmain .parameter li.end {
    text-align: start;
  }
  .structure .prodmain .parameter li strong {
    font-size: 16px;
    margin-left: 5px;
  }
  .structure .prodmain .parameter li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    margin-left: 30px;
  }
  .accessores {
    padding: 2.5rem 0 3rem;
  }
  .accessores .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .accessores .list {
    margin-top: 2rem;
  }
  .accessores .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8125rem;
    margin-bottom: 0;
  }
  .accessores .list li .access_a {
    border-radius: 8px;
    height: unset;
    flex-direction: column;
  }
  .accessores .list li .access_a .img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1;
  }
  .accessores .list li .access_a .info {
    padding: 1.2rem 0.8rem;
  }
  .accessores .list li .access_a .info strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .accessores .list li .access_a .info p {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sepcifiation {
    padding: 3rem 0;
  }
  .sepcifiation .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .sepcifiation .right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sepcifiation .left {
    width: 100%;
  }
  .sepcifiation .left .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .sepcifiation .left table {
    margin-top: 1.8rem;
    margin-bottom: 2rem;
  }
  .sepcifiation .left table td {
    font-size: 14px;
    padding: 0.6rem 0;
  }
  .sepcifiation .left table td:first-child {
    padding-right: 10px;
  }
  .sepcifiation .left .arrow_btn {
    min-width: unset;
  }
  .product_faq {
    padding: 3rem 0;
  }
  .product_faq .flex {
    flex-direction: column;
  }
  .product_faq .lefttitle .desc {
    margin: 0.5rem 0 1.5rem;
  }
  .product_faq .lefttitle .arrow_btn {
    padding: 0.7rem 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product_faq .questionlist {
    width: 100%;
    margin-top: 1rem;
  }
  .product_faq .questionlist .faq .question {
    padding: 0;
    align-items: unset;
  }
  .product_faq .questionlist .faq .question strong {
    font-size: 15px;
    line-height: 1.5;
    padding: 1rem 0;
  }
  .product_faq .questionlist .faq .question span {
    width: 13px;
    height: 13px;
    margin-top: 20px;
  }
  .product_faq .questionlist .faq .answer {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 1.2rem;
  }
  div.swiper_btnsf {
    display: none;
  }
  .productlist .product_a {
    border-radius: 8px;
  }
  .productlist .product_a .img {
    padding-bottom: 107%;
  }
  .productlist .product_a .info {
    padding: 20px 1.2rem 1.6rem;
  }
  .productlist .product_a .info:after {
    opacity: 1;
  }
  .productlist .product_a .info strong {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    transition: all .3s;
    margin-top: 0;
  }
  .productlist .product_a .info span {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    transition: all .3s;
  }
  .productlist .product_a .color_opciton {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .productlist .product_a .color_opciton li.active {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
  }
  .product_prouds {
    padding: 3rem 0;
  }
  .product_prouds .products_swpt_box {
    margin-top: 2rem;
  }
  .product_prouds .products_swiper {
    margin-bottom: 3rem;
    border-radius: 8px;
  }
  .prod_step {
    padding: 2rem 0 3rem;
  }
  .prod_step .prod_step_swiper {
    margin-top: 2rem;
  }
  .prod_step .prod_step_swiper .swiper-slide {
    padding: 1.6rem 1rem;
  }
  .prod_step .prod_step_swiper .imgbox .img {
    width: 92%;
    height: 92%;
    margin: 0 auto;
  }
  .prod_step .prod_step_swiper .imgbox .num {
    font-size: 19px;
  }
  .prod_step .prod_step_swiper .info strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .prod_step .prod_step_swiper .info p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .comparison {
    padding: 3rem 0;
  }
  .comparison .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .comparison .nav {
    margin: 2rem 0;
  }
  .comparison .nav ul {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .comparison .nav ul::-webkit-scrollbar {
    height: 0;
  }
  .comparison .nav ul li {
    text-wrap: nowrap;
    overflow: visible;
    font-size: 15px;
  }
  .comparison .nav ul li::after {
    border-radius: 100px;
  }
  .comparison .flex {
    flex-direction: column-reverse;
  }
  .comparison .right {
    width: 100%;
  }
  .comparison .right .img {
    border-radius: 10px;
  }
  .comparison .right .img .pic2 span {
    width: 50px;
    height: 50px;
    right: -2px;
    gap: 0.8rem;
  }
  .comparison .right .img .pic2 span::after,
  .comparison .right .img .pic2 span::before {
    height: 14px;
  }
  .comparison .lefttext,
  .comparison .righttext {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 0 1rem;
  }
  .comparison .left {
    padding: 0;
  }
  .comparison .left h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .comparison .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .comparison .left ul {
    margin-top: 1rem;
  }
  .comparison .left ul li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .comparison .left ul li::before {
    height: 10px;
  }
  br {
    display: none;
  }
  .facial_descript {
    padding: 3.5rem 0 3rem;
  }
  .facial_descript .flex {
    flex-direction: column;
  }
  .facial_descript .left {
    width: 100%;
  }
  .facial_descript .left .video {
    transform: translate3d(0, 0, 0) !important;
    border-radius: 8px;
  }
  .facial_descript .right {
    width: 100%;
  }
  .facial_descript .right .box {
    padding: 2rem 0;
    transform: unset;
  }
  .facial_descript .right .box .head h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .facial_descript .right .box .head .desc {
    margin-top: 0.5rem;
  }
  .facial_step {
    padding-bottom: 4rem ;
  }
  .video i {
    width: 45px;
    height: 45px;
  }
  .prodline {
    padding: 4rem 0 3rem;
  }
  .prodline .teamswiper {
    margin-top: 2rem;
  }
  .prodline .teamswiper .img {
    border-radius: 8px;
  }
  .prodline .teamswiper .info {
    margin-top: 1.3rem;
  }
  .prodline .teamswiper .info strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .prodline .teamswiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .product_cretific {
    padding: 3rem 0 ;
  }
  .product_cretific .main {
    padding: 2rem 0 0;
  }
  .product_cretific .main .flex {
    flex-direction: column;
    gap: 2.2rem;
  }
  .product_cretific .main .swiper_box {
    width: 79%;
    margin: 0 auto;
    max-width: 200px;
  }
  .product_cretific .intro ul li {
    margin-bottom: 1.3rem;
    border-radius: 6px;
  }
  .product_cretific .intro ul li .title {
    font-size: 15px;
    line-height: 1.5;
    padding: 1rem 1.2rem;
  }
  .product_cretific .intro ul li .title::after {
    width: 14px;
    height: 14px;
  }
  .product_cretific .intro ul li .detail {
    padding: 0 1.2rem;
  }
  .product_cretific .intro ul li .detail .con {
    flex-direction: column-reverse;
  }
  .product_cretific .intro ul li .detail .img {
    width: 45%;
    margin: 0 auto;
  }
  .product_cretific .intro ul li .detail .text {
    padding: 0.5rem 0 1.8rem;
  }
  .product_cretific .intro ul li .detail .text p {
    font-size: 13px;
    line-height: 1.7;
  }
  .product_cretific .intro ul li .detail .text a {
    font-size: 14px;
    padding: 0.72rem 1rem;
    margin-top: 1.6rem;
  }
  .product_cretific .certificates_standard_swiper .swiper-slide {
    max-height: 300px;
    max-width: 200px;
  }
  .product_video {
    padding: 3.5rem 0 3rem;
  }
  .product_video .head .desc {
    margin-top: 0.5rem;
  }
  .product_video .video {
    margin-top: 2rem;
    aspect-ratio: 2/1.2;
    border-radius: 8px;
  }
  .product_banner .page_banner::after {
    background-color: rgba(0 0 0/30%);
  }
  .product_banner .product_banner_swiper .nav {
    bottom: 1.5rem;
  }
  .product_banner .product_banner_swiper .nav ul {
    gap: 0.9rem;
  }
  .product_banner .product_banner_swiper .nav ul li {
    width: 35px;
    height: 35px;
  }
  .product_banner .swiper-slide {
    padding: 4rem 0 6rem;
  }
  .product_banner .head {
    position: relative;
    z-index: 2;
  }
  .product_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .product_banner .head .desc strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .product_banner .head ul li {
    font-size: 14px;
  }
  .productmain {
    padding: 3rem 0 ;
  }
  .productmain .left {
    flex-direction: column;
  }
  .productmain .left .nav_list {
    width: 100%;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    gap: 1rem;
    position: static;
  }
  .productmain .left .nav_list::-webkit-scrollbar {
    height: 0;
  }
  .productmain .left .nav_list li {
    text-wrap: nowrap;
    margin-bottom: 0;
  }
  .productmain .left .nav_list li a {
    font-size: 15px;
    padding: 5px 5px;
    padding-right: 1rem;
    gap: 0.5rem;
  }
  .productmain .left .nav_list li a i {
    width: 35px;
    height: 35px;
  }
  .productmain .left h2 {
    font-size: 22px;
    line-height: 1.5;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .productmain .left h2 i {
    width: 45px;
    height: 45px;
    transform: translateY(-5px);
  }
  .productmain .left p {
    font-size: 14px;
    line-height: 1.5;
  }
  .productmain .left .productlist {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1.5rem 0.8rem;
  }
  .productmain .prodtype {
    margin-bottom: 0;
    padding: 3rem 0;
  }
  .productmain .prodtype:first-child {
    padding-top: 2rem;
  }
  .productmain .prodtype:last-child {
    padding: 0;
  }
  .support_costs .head span.subtitle + h2 {
    margin-top: 0.5rem;
  }
  section.support_costs {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .support_costs .head .desc {
    margin-top: 0.5rem;
  }
  .support_costs .list {
    margin-top: 2rem;
  }
  .support_costs .list ul {
    display: flex;
    overflow: auto;
  }
  .support_costs .list ul::-webkit-scrollbar {
    height: 0;
  }
  .support_costs .list ul li {
    min-width: 260px;
  }
  .support_costs .list ul li:nth-child(even) {
    margin-top: 0;
  }
  .support_costs .list ul li:nth-child(even) .costs_a {
    border-radius: 12px;
  }
  .support_costs .list ul li .costs_a {
    padding: 1.8rem 1rem;
    border-radius: 12px;
  }
  .support_costs .list ul li .costs_a .icon {
    width: 65px;
    height: 65px;
  }
  .support_costs .list ul li .costs_a .info {
    margin-top: 1rem;
  }
  .support_costs .list ul li .costs_a .info strong {
    font-size: 18px;
  }
  .support_costs .list ul li .costs_a .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .more {
    font-size: 14px;
  }
  .more::after {
    height: 8px;
    background-repeat: no-repeat;
  }
  .support_process {
    padding: 4rem 0;
  }
  .support_process .head {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .support_process .head .swiper_btnsf {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    max-width: unset;
    margin: 20px 0 0;
  }
  .support_process .head .swiper_btnsf div {
    width: 40px;
    height: 40px;
  }
  .support_process .flex {
    display: block;
  }
  .support_process .support_process_swiepr {
    width: 100%;
  }
  .support_process .support_process_swiepr .icon {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
  }
  .support_process .support_process_swiepr .icon .num {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .support_process .support_process_swiepr .info strong {
    font-size: 18px;
    line-height: 1.5;
    display: block;
  }
  .support_process .support_process_swiepr .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .support_process .rgihtflow {
    display: none;
  }
  .support_service {
    padding: 3rem 0;
  }
  .support_service .head {
    margin-bottom: 2rem;
  }
  .support_service .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .support_service .left {
    width: 100%;
  }
  .support_service .left .img {
    border-radius: 10px;
  }
  section.support_service .right .subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .support_service .right h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .support_service .right .desc li {
    font-size: 15px;
    line-height: 1.5;
  }
  .support_service .right .desc li::before {
    height: 10px;
    margin-top: 6px;
  }
  .about_manufacturer {
    padding: 4rem 0;
  }
  .about_manufacturer .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .about_manufacturer .right .head span.subtitle + h2 {
    margin-top: 0.5rem;
  }
  .about_manufacturer .right .head .desc {
    margin-top: 0.5rem;
  }
  .about_manufacturer .leftimg {
    width: 100%;
  }
  .about_manufacturer .leftimg .video {
    aspect-ratio: 2/1.45;
    border-radius: 8px;
  }
  .about_manufacturer .nums_box {
    margin-top: 2rem;
  }
  .about_manufacturer .nums_box .syeditorlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .about_manufacturer .nums_box .syeditorlist .icon {
    height: 40px;
    margin-bottom: 10px;
  }
  .about_manufacturer .nums_box .syeditorlist .num {
    font-size: 25px;
    padding-bottom: 8px;
  }
  .about_manufacturer .nums_box .syeditorlist i {
    font-size: 16px;
    margin-left: 2px;
  }
  .about_manufacturer .nums_box .syeditorlist p {
    font-size: 13px;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .about_team {
    padding: 4rem 0;
  }
  .about_team .head span.subtitle + h2 {
    margin-top: 0.5rem;
  }
  .about_team .head .desc {
    margin-top: 0.5rem;
  }
  .about_team .teamswiper {
    margin-top: 2rem;
  }
  .about_team .teamswiper .img {
    aspect-ratio: 2/1.4;
    border-radius: 10px;
  }
  .about_team .teamswiper .info {
    margin-top: 1rem;
  }
  .about_team .teamswiper .info .title {
    font-size: 18px;
  }
  .about_team .teamswiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .about_advantage {
    padding: 4rem 0 2.2rem;
  }
  .about_advantage .head {
    margin-bottom: 2rem;
  }
  .about_advantage .head .desc {
    margin-top: 0.5rem;
  }
  .about_advantage .head span.subtitle + h2 {
    margin-top: 0.5rem;
  }
  .about_advantage .advantage_main .advantages {
    display: flex;
    gap: 1rem;
    overflow: auto;
    padding-bottom: 1.2rem;
  }
  .about_advantage .advantage_main .advantages::-webkit-scrollbar {
    height: 0;
  }
  .about_advantage .advantage_main .advantages > li {
    min-width: 260px;
    padding: 1.6rem 1.2rem;
    border-radius: 8px;
  }
  .about_advantage .advantage_main .advantages > li i {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }
  .about_advantage .advantage_main .advantages > li strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_advantage .advantage_main .advantages ul {
    margin-top: 1rem;
  }
  .about_advantage .advantage_main .advantages ul li {
    font-size: 14px;
    line-height: 1.5;
    gap: 0.5rem;
  }
  .about_advantage .advantage_main .advantages ul li::before {
    height: 10px;
  }
  .about_history {
    padding: 3rem 0 4rem;
  }
  .about_history .content {
    z-index: 3;
  }
  .about_history .history_swiper_box {
    margin-top: 122px;
  }
  .about_history .history_swiper_box .swiper-slide {
    max-width: 300px;
  }
  .about_history .history_swiper_box .swiper-slide strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .about_history .history_swiper_box .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }
  .about_history .history_swiper_box .swiper-slide:nth-child(odd) {
    padding-top: 1.8rem;
  }
  .about_history .history_swiper_box .swiper-slide:nth-child(even) {
    margin-left: -80%;
  }
  .about_history .history_swiper_box .swiper_bottom {
    margin-top: 132px;
  }
  .about_certificates {
    padding: 4rem 0;
  }
  .about_certificates .nav ul {
    gap: 1rem;
  }
  .about_certificates .nav ul li {
    font-size: 15px;
  }
  .about_certificates .about_certificates_swiper {
    width: 80%;
  }
  .about_certificates .about_certificates_swiper .swiper-slide-active {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .about_certificates .about_certificates_swiper li:not(.swiper-slide-active):not(.swiper-slide-active ~ li) {
    transform: scale(0.8);
  }
  .about_certificates .about_certificates_swiper li.swiper-slide-active + li {
    margin-left: unset;
    transform: scale(0.8);
  }
  .about_certificates .about_certificates_swiper .info strong {
    font-size: 18px;
    margin-top: 1rem;
  }
  .about_certificates .about_certificates_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  
  /*** global css ***/
  .form .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.5;
  }
  .form .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  div form#sytech-newsletter-subscription p.success.active {
    top: -4rem;
    line-height: 1.5;
  }
  div form#sytech-newsletter-subscription p.failed.active {
    top: -5rem;
    line-height: 1.5;
  }
  /*** global css ***/

  
  .quote_pop {
    align-items: flex-end;
    .pop_content {
      width: 100%;
      border-radius: 0;
      transform: translateY(20%);
      &::before {
        display: none;
      }
      .form {
        width: 100%;
        padding: 2rem 1.2rem;
        input, select, textarea {
          font-size: 14px;
        }
        .btn {
          min-width: 140px;
          font-size: 1rem;
        }
      }
    }
  }
  .search_main .productlist {
    gap: 1.5rem 0.8rem;
    grid-template-columns: 1fr;
  }

  .footer_contact .right .head h2 {
    margin-bottom: 0;
  }
  .footer_contact .links {
    margin: 20px 0;
    gap: 1rem;
  }
  .footer_contact .links a {
    font-size: 1rem;
  }
  .footer_contact .links a:hover {
    color: var(--theme_color);
  }
  .footer_contact .links a:before {
    width: 1rem;
    height: 1rem;
    margin-right: 8px;
  }
}
