@media screen and (max-width: 767px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content,
  .header_content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .head .subtitle,
  .head strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
    gap: 10px;
  }
  .head .subtitle::before,
  .head strong::before {
    width: 23px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .head .btn,
  .head .btn_full,
  .head .btn_w {
    margin-top: 20px;
  }
  .btn,
  .btn_full,
  .btn_w {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
  }
  .swiper_btns_line {
    gap: 10px;
  }
  .swiper_btns_line > div {
    width: 22px;
  }
  .swiper_btns > div {
    width: 2.2rem;
    height: 2.2rem;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    position: sticky;
    background-color: #fff;
  }
  header .left {
    padding-bottom: 0;
  }
  header .logo {
    filter: unset;
  }
  header .logo img {
    height: 44px;
  }
  header nav {
    left: 0;
    top: 0;
  }
  header .btns {
    min-height: 4rem;
    gap: 26px;
  }
  header .btns .btn_contact {
    display: none;
  }
  header .btns .btn_search {
    width: 22px;
    height: 22px;
  }
  header .btn_menu {
    filter: unset;
  }
  footer .footer_main {
    padding: 3rem 0 2rem;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .slide_intro {
    margin: 0;
    width: 100%;
    display: grid;
    margin-bottom: 2rem;
  }
  footer .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .slide_intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 20px;
  }
  footer .slide_intro .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_intro .social a {
    width: 25px;
    height: 25px;
  }
  footer .slide_obj:not(.slide_connect) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid #fff;
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  footer .slide_connect li::before {
    width: 22px;
    top: 0;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
    padding: 0;
  }
  footer .slide_connect .phone::before {
    background-size: 18px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .footer_connect {
    padding: 4rem 0;
  }
  section.footer_connect h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .footer_connect .box {
    padding: 0 20px;
  }
  .footer_connect .head {
    padding: 2rem 0 3rem;
  }
  .footer_connect .head::before {
    width: calc(100% + 40px);
  }
  .footer_connect .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1.2rem 10px;
    margin-top: -1.5rem;
  }
  .footer_connect .desc p {
    max-width: unset;
  }
  .footer_connect form {
    padding: 2rem 0;
    gap: 1rem;
  }
  .footer_connect form .col-2 {
    width: 100%;
  }
  .footer_connect form span i {
    width: 22px;
    height: 22px;
    top: 1rem;
    right: 1rem;
  }
  .footer_connect form input,
  .footer_connect form textarea,
  .footer_connect form select {
    font-size: 14px;
    padding: 14px 3rem 14px 1rem;
  }
  .footer_connect form textarea {
    height: 120px;
  }
  .footer_connect form select {
    height: 50px;
    background-size: 12px;
    background-position: center right 3rem;
  }
  .footer_connect form span:has(input[type=checkbox]) {
    gap: 1rem;
    margin-top: 0;
  }
  .footer_connect form input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
  .footer_connect form input[type=checkbox] ~ span {
    font-size: 0.9rem;
    padding-left: 1rem;
  }
  .footer_connect form .upload {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
    gap: 8px;
  }
  .footer_connect form .upload::after {
    width: 22px;
  }
  .footer_contact2 {
    padding: 4rem 0;
  }
  .footer_contact2 .flex {
    gap: 20px;
  }
  .footer_contact2 .left {
    flex: unset;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .footer_contact2 .left i {
    width: 5rem;
  }
  .footer_contact2 .head {
    text-align: center;
  }
  .footer_contact2 p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .footer_contact2 .footer_btn {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
    gap: 12px;
    margin: 0 auto;
  }
  .footer_contact2 .footer_btn::before {
    width: 22px;
    height: 22px;
  }
  .swiper_control {
    font-size: 14px;
    gap: 10px;
  }
  .swiper_control div.swiper-scrollbar {
    width: 50px;
  }
  .swiper_control.small {
    font-size: 14px;
    gap: 10px;
  }
  .swiper_control.small div.swiper-scrollbar {
    width: 50px;
  }
  .section_banner .flex {
    min-height: unset;
  }
  section.section_banner .flex {
    padding: 2rem 0 3rem;
  }
  .section_banner .head {
    max-width: unset;
    padding: 0;
  }
  .home_banner .flex {
    height: auto;
    max-height: unset;
    padding: 4rem 0 6rem;
  }
  header.white .logo {
    filter: none;
  }
  header.white .btns .btn_search {
    filter: none;
  }
  section.home_banner .flex {
    padding: 2rem 0 4rem;
  }
  .home_banner .head {
    padding: 0;
    max-width: unset;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .swiper_btns_line {
    bottom: 1rem;
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
  .home_banner .swiper_num {
    font-size: 5.2rem;
  }
  .home_banner .con {
    display: none;
  }
  .home_products {
    padding: 4rem 0;
  }
  .home_products .list {
    margin-top: 2rem;
  }
  .home_products .list > ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    max-width: unset;
  }
  .home_products p.center:has(.btn_full) {
    margin-top: 2rem;
  }
  .home_products p.center:has(.btn_full) .btn_full {
    min-width: unset;
  }
  .home_about {
    padding: 4rem 0;
  }
  .home_about .flex {
    min-height: unset;
    padding: 0;
  }
  .home_about .head {
    max-width: unset;
  }
  .home_about .nums {
    padding: 0;
    margin-top: 3rem;
  }
  .home_about .nums > ul {
    gap: 1.2rem;
  }
  .home_about .nums .title {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .home_about .nums .title i {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 10px;
  }
  section.home_about .nums .title i {
    min-width: 2.2rem;
  }
  section.home_about .nums .title span {
    font-size: 1.5rem;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_custom {
    padding: 4rem 0 3rem;
  }
  .home_custom .flex {
    min-height: unset;
    padding: 0;
    margin-top: 2rem;
  }
  .home_custom .box {
    max-width: unset;
  }
  .home_custom .pagination {
    font-size: 14px;
  }
  .home_custom .pagination .current {
    font-size: 16px;
    margin-right: 0;
  }
  .home_custom .home_custom_swiper {
    margin-top: 12px;
  }
  .home_custom .home_custom_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_custom .home_custom_swiper h3::after {
    width: 22px;
    margin-top: 12px;
  }
  .home_custom .home_custom_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_custom .home_custom_swiper .btn {
    margin-top: 20px;
  }
  .home_custom .nav_list {
    margin-top: 4rem;
  }
  .home_custom .nav_list > ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .home_custom .nav_list > ul::-webkit-scrollbar {
    display: none;
  }
  .home_custom .nav_list .nav_item {
    font-size: 14px;
    padding: 12px 0 0;
    white-space: nowrap;
  }
  .home_custom .nav_list .nav_item .title {
    font-size: 16px;
  }
  .home_custom .watermark {
    font-size: 5.2rem;
    top: 50%;
  }
  .home_custom .imgs .left {
    display: none;
  }
  section.home_custom .imgs .pic {
    opacity: 0.1;
    background-position: 385px;
  }
  .home_news {
    padding: 4rem 0;
  }
  .home_news .head {
    padding: 0;
  }
  .home_news .head strong {
    margin-bottom: 8px;
  }
  .home_news .btn_w {
    min-width: unset;
  }
  .home_news .flex:has(.home_news_img_swiper) {
    margin-top: 2rem;
    display: block;
  }
  .home_news .home_news_img_swiper {
    width: 96%;
    max-width: 444px;
    margin: 0 auto;
  }
  .home_news .right {
    width: 100%;
    margin: 0;
  }
  .home_news .home_news_intro_swiper {
    margin-top: -1rem;
  }
  .home_news .home_news_intro_swiper a {
    padding: 2rem 20px;
  }
  .home_news .home_news_intro_swiper .metas {
    font-size: 14px;
  }
  .home_news .home_news_intro_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .home_news .home_news_intro_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .home_news_intro_swiper .info {
    margin-bottom: 20px;
  }
  .home_news .home_news_intro_swiper .link {
    font-size: 14px;
    gap: 1rem;
    padding: 6px 0;
  }
  .home_news .home_news_intro_swiper .link::after {
    width: 12px;
    height: 6px;
  }
  .home_news .con {
    gap: 1rem;
    margin-top: 22px;
  }
  .products_section {
    padding: 4rem 0;
  }
  .products_section .head {
    padding-bottom: 1rem;
  }
  .products_section .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .products_section .flex {
    margin-top: 1.2rem;
  }
  .products_section .labels li {
    font-size: 14px;
    padding: 6px 1rem;
    gap: 1rem;
  }
  .products_section .labels li::after {
    width: 6px;
    height: 6px;
  }
  .products_section .filter {
    gap: 2rem;
  }
  .products_section .filter .sel_toggle {
    font-size: 14px;
    gap: 6px;
    padding: 10px 0;
  }
  .products_section .filter .sel_toggle i {
    width: 8px;
    height: 8px;
  }
  .products_section .filter .sel_menu {
    min-width: 140px;
    padding: 0 10px;
  }
  .products_section .filter .sel_menu li {
    font-size: 14px;
    padding: 10px 0;
  }
  .products_section .list {
    margin-top: 2rem;
  }
  .products_section .list > ul:nth-child(n) {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(4, 1fr);
    max-width: unset;
  }
  .products_section .list li {
    grid-column: span 2 !important;
  }
  .products_section .list .item .info {
    padding: 1rem 20px;
  }
  .products_section .list .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .products_section .list_num {
    font-size: 0.9rem;
    margin-top: 2rem;
  }
  .products_section p.center:has(.btn_full) {
    min-height: 43px;
    margin-top: 20px;
  }
  .products_section p.center:has(.btn_full) .btn_full {
    min-width: unset;
  }
  .product_section {
    padding: 1rem 0 3rem;
  }
  .product_section .flex {
    gap: 2rem;
  }
  .product_section .perform {
    width: 100%;
  }
  .product_section .product_thumbs_swiper {
    margin-top: 1rem;
  }
  .product_section .detail {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_section h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_section h1::after {
    font-size: 2rem;
    margin-top: 10px;
    line-height: 1;
  }
  .product_section .slide_obj {
    margin-top: 1rem;
  }
  .product_section .slide_obj strong {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .product_section .slide_free > div {
    margin-top: 1rem;
  }
  .product_section .slide_free ul li {
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
  .product_section .slide_free ul li::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .product_section .btn {
    max-width: 160px;
    padding: 10px 20px;
    gap: 8px;
  }
  .product_section .btn::after {
    width: 18px;
    height: 18px;
  }
  .product_section p {
    margin-top: 20px;
  }
  .product_tech {
    padding: 4rem 0 3rem;
  }
  .product_tech .head {
    flex: unset;
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .product_tech .img {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_tech table {
    margin-top: 2rem;
  }
  .product_tech table td {
    font-size: 0.9rem;
    padding: 10px 0;
  }
  .product_desc {
    padding: 3rem 0 4rem;
  }
  .product_desc ul {
    margin-top: 10px;
  }
  .product_desc ul li {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_desc ul strong {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_desc .imgs {
    margin-top: 1rem;
  }
  .product_desc .imgs > div {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .product_faqs {
    padding: 4rem 0;
  }
  .product_faqs .faq {
    margin-bottom: 1rem;
  }
  .product_faqs .question {
    grid-template-columns: 22px 1fr;
    gap: 1rem;
    font-size: 18px;
    padding: 12px 0;
  }
  .product_faqs .item {
    padding: 1.2rem 0;
    gap: 1rem;
    display: block;
  }
  .product_faqs .item:first-child {
    padding: 1.2rem 0;
  }
  .product_faqs .item:first-child strong {
    font-size: 18px !important;
  }
  .product_faqs .item .img {
    width: 100%;
    padding-bottom: 64.176%;
    max-width: 444px;
    margin: 1rem auto;
  }
  .product_faqs .item strong {
    font-size: 16px;
  }
  .product_faqs .item p {
    font-size: 0.9rem !important;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_recommend {
    padding: 4rem 0;
  }
  .product_recommend .swiper_btns {
    gap: 10px;
  }
  .product_recommend .product_recommend_swiper {
    margin-top: 2rem;
  }
  /* .product_recommend .product_recommend_swiper .swiper-slide.active h3 {
    font-size: 18px;
  }
  .product_recommend .product_recommend_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 1.2rem 12px;
  } */
  .custom_design {
    padding: 4rem 0;
  }
  .custom_design .flex {
    flex-direction: column-reverse;
  }
  .custom_design .custom_design_swiper {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .custom_design .custom_design_swiper .btns {
    padding-left: 20px;
    gap: 1rem;
  }
  .custom_design .right {
    width: 100%;
  }
  .custom_design .btn {
    padding-inline: 20px;
  }
  .custom_design .con {
    overflow: unset;
  }
  .custom_design .custom_design_thumb_swiper {
    max-width: 240px;
  }
  .custom_service {
    padding: 4rem 0 3rem;
  }
  .custom_service .watermark {
    font-size: 5.2rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .custom_service .flex {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  .custom_service .left {
    width: 100%;
    flex: unset;
    max-width: unset;
  }
  .custom_service .left .swiper_btns {
    gap: 10px;
    margin-top: 20px;
  }
  .custom_service .swiper-pagination {
    font-size: 14px;
  }
  .custom_service .swiper-pagination .swiper-pagination-current {
    font-size: 16px;
  }
  .custom_service .custom_service_text_swiper {
    margin-top: 10px;
  }
  .custom_service .custom_service_text_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .custom_service .custom_service_text_swiper h3::after {
    width: 2rem;
    height: 3px;
    margin-top: 10px;
  }
  .custom_service .custom_service_text_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .custom_service .right {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .custom_service .list {
    margin-top: 4rem;
  }
  .custom_service .list > ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .custom_service .list > ul::-webkit-scrollbar {
    display: none;
  }
  .custom_service .list .nav_item {
    font-size: 14px;
    padding: 12px 0 0;
    white-space: nowrap;
  }
  .custom_service .list .nav_item .title {
    font-size: 16px;
  }
  .custom_guidelines {
    padding: 4rem 0;
  }
  .custom_guidelines .flex {
    display: block;
  }
  .custom_guidelines .right {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .custom_guidelines .right::before {
    height: calc(100% - 2rem);
  }
  .custom_guidelines .left {
    max-width: unset;
    padding-left: 0;
    display: block;
  }
  .custom_guidelines .swiper_control {
    font-size: 14px;
    margin-top: 2rem;
  }
  .custom_guidelines .swiper_control div.swiper-scrollbar {
    width: 50px;
  }
  .custom_guidelines .guidelines_nav {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .custom_guidelines .guidelines_nav .guidelines_item {
    font-size: 0.9rem;
    gap: 1rem;
    margin-bottom: 6px;
    padding: 10px 0;
  }
  .custom_guidelines .guidelines_nav .guidelines_item:after {
    width: 22px;
    height: 10px;
  }
  .custom_guidelines .custom_guidelines_swiper .swiper-slide .info {
    margin-top: 1rem;
  }
  .custom_guidelines .custom_guidelines_swiper .swiper-slide ul {
    margin-top: 10px;
  }
  .custom_guidelines .custom_guidelines_swiper .swiper-slide ul li {
    font-size: 0.9rem;
    gap: 10px;
    margin-bottom: 10px;
  }
  .custom_guidelines .custom_guidelines_swiper .swiper-slide ul li::before {
    width: 12px;
    height: 12px;
  }
  .custom_guidelines .custom_guidelines_swiper .img p {
    font-size: 16px;
    line-height: 1.5;
    padding: 1rem 20px;
  }
  .custom_guidelines .custom_guidelines_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .custom_guidelines .custom_guidelines_swiper .btn {
    padding-inline: 20px;
    margin-top: 20px;
  }
  .custom_stories {
    padding: 4rem 0;
  }
  .custom_stories .flex {
    max-width: unset;
  }
  .custom_stories .swiper_btns {
    gap: 10px;
  }
  .custom_stories .custom_stories_swiper {
    max-width: unset;
    width: 100%;
    margin-top: 2rem;
  }
  .custom_stories .custom_stories_swiper .info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .custom_stories .custom_stories_swiper span {
    font-size: 14px;
  }
  .custom_stories .custom_stories_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
  .service_about {
    padding: 4rem 0;
  }
  .service_about::before {
    width: 100%;
    height: 80%;
    top: unset;
    bottom: 0;
  }
  .service_about .img {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    height: 250px;
  }
  .service_about .detail {
    width: 100%;
    padding: 0;
  }
  .service_about .nums {
    margin-top: 20px;
  }
  .service_about .nums > ul {
    gap: 1rem;
  }
  .service_about .nums span {
    font-size: 2rem;
  }
  .service_about .nums .num {
    font-size: 2rem;
  }
  .service_about .nums .label {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .service_about .btn {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .service_section {
    padding: 4rem 0;
    overflow: hidden;
  }
  .service_section .nav_list {
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.2rem;
  }
  .service_section .nav_list::-webkit-scrollbar {
    display: none;
  }
  .service_section .nav_list .nav_item {
    font-size: 14px;
    padding: 12px 1rem;
    white-space: nowrap;
  }
  .service_section .main {
    margin-top: 3rem;
  }
  .service_section .item {
    margin-bottom: 4rem;
    gap: 1rem;
  }
  .service_section .item .img {
    width: 100%;
    height: 200px;
  }
  .service_section .item .detail {
    flex: unset;
    width: 100%;
    max-width: unset;
  }
  .service_section .item strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .service_section .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .service_section .item ul {
    margin-top: 20px;
  }
  .service_section .item ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 2rem;
  }
  .service_section .item ul li::before {
    width: 20px;
    height: 20px;
  }
  .service_exhibition {
    padding: 4rem 0;
  }
  .service_exhibition .service_exhibition_swiper {
    margin-top: 2rem;
  }
  .service_exhibition .service_exhibition_swiper h3 {
    font-size: 18px;
    padding: 1.2rem 20px;
  }
  .service_exhibition .con {
    gap: 1rem;
    margin-top: 22px;
  }
  .service_exhibition div.swiper-scrollbar {
    max-width: unset;
    width: 100%;
    flex: unset;
  }
  .service_exhibition div.swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    top: -1px;
  }
  .service_exhibition .pagination {
    font-size: 14px;
    margin-left: auto;
  }
  .service_exhibition .pagination .current {
    font-size: 16px;
    margin-right: 0;
  }
  .service_faqs {
    padding: 4rem 0;
  }
  .service_faqs .head {
    width: 100%;
  }
  .service_faqs .faqs {
    width: 100%;
  }
  .service_faqs .faq .question {
    font-size: 16px;
    padding: 12px 0;
    grid-template-columns: 1fr 12px;
  }
  .service_faqs .faq .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 1.2rem;
  }
  .about_solution {
    padding: 4rem 0;
  }
  .about_solution .head {
    max-width: unset;
    width: 100%;
  }
  .about_solution .right {
    width: 100%;
    flex: unset;
    max-width: unset;
    margin-top: 0;
  }
  .about_solution .right p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .about_solution .right p:last-child {
    margin-bottom: 0;
  }
  .about_solution .right .btn {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .about_solution .datas ul {
    gap: 2rem;
    margin-top: 3rem;
  }
  .about_solution .datas ul li .data {
    gap: 1rem;
    padding-bottom: 10px;
  }
  .about_solution .datas ul li .data.data2 {
    padding-bottom: 10px;
  }
  .about_solution .datas ul li i {
    width: 2.2rem;
    height: 2.2rem;
  }
  .about_solution .datas ul li .number .num {
    font-size: 2rem;
    line-height: 1;
  }
  .about_solution .datas ul li .number .unit {
    font-size: 2rem;
    line-height: 1;
  }
  .about_solution .datas ul li .number .unit sup {
    font-size: 1rem;
    line-height: 1;
  }
  .about_solution .datas ul li p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  .about_perform .layer {
    height: auto;
    max-height: unset;
    min-height: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  .about_perform .left {
    padding: 4rem 20px;
  }
  .about_perform .left .flex {
    padding: 0;
    width: 100%;
  }
  .about_perform .pagination {
    font-size: 14px;
    margin-top: 0;
  }
  .about_perform .pagination .current {
    font-size: 16px;
  }
  .about_perform .about_perform_intro_swiper {
    max-width: unset;
    margin-top: 20px;
  }
  .about_perform .about_perform_intro_swiper .swiper-slide {
    min-height: unset;
  }
  .about_perform .about_perform_intro_swiper strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_perform .about_perform_intro_swiper strong::after {
    width: 22px;
    margin-top: 10px;
  }
  .about_perform .about_perform_intro_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
  .about_perform .swiper_control {
    margin-top: 3rem;
    margin-right: 0;
  }
  .about_perform .swiper_btns {
    bottom: 0;
    transform: translate(0);
    left: unset;
    right: 0;
    bottom: unset;
  }
  .about_perform .about_perform_video_swiper .swiper-slide {
    padding-bottom: 0;
    height: 333px;
  }
  .about_perform .about_perform_video_swiper i {
    width: 3rem;
    height: 3rem;
  }
  .about_awards {
    padding: 4rem 0;
    overflow: hidden;
  }
  .about_awards .nav_list {
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  .about_awards .nav_list .nav_item {
    font-size: 14px;
    padding: 8px 0;
    border-bottom-width: 4px;
  }
  .about_awards .swiper_box {
    margin-top: 2rem;
    padding: 0;
  }
  .about_awards .swiper_content {
    max-width: unset;
  }
  .about_awards .swiper_btns {
    display: none;
  }
  .about_awards .about_awards_swiper {
    padding: 2rem 0;
  }
  .about_awards .about_awards_swiper .iso {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .about_exhibition {
    padding: 4rem 0;
  }
  .about_exhibition .exhibition_list {
    margin-top: 2rem;
  }
  .about_exhibition .exhibition_list ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  .about_exhibition .exhibition_list .year {
    font-size: 18px;
    line-height: 1.5;
    bottom: 0;
    padding: 1rem 20px;
  }
  .about_exhibition .btn {
    margin-top: 2rem;
  }
  .about_advantages {
    padding: 4rem 0 3rem;
  }
  .about_advantages .head {
    max-width: unset;
    margin-bottom: 0;
  }
  .about_advantages .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_advantages .flex {
    margin-top: 2rem;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .about_advantages .items {
    flex: unset;
    max-width: unset;
    width: 100%;
    padding: 1.2rem 0;
  }
  .about_advantages .items .item {
    padding: 0 20px;
  }
  .about_advantages .items .item.active {
    padding: 1rem 20px;
    margin-bottom: 0;
  }
  .about_advantages .items .item.active strong {
    font-size: 16px;
    margin-top: 10px;
  }
  .about_advantages .items i {
    width: 2rem;
  }
  .about_advantages .items strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .about_advantages .about_advantages_swiper {
    width: 100%;
  }
  .about_advantages .about_advantages_swiper .info {
    gap: 1rem;
    padding: 2rem 20px 1.2rem;
  }
  .about_advantages .about_advantages_swiper .intro {
    width: 100%;
  }
  .about_advantages .about_advantages_swiper .intro h3 {
    font-size: 18px;
  }
  .about_advantages .about_advantages_swiper .intro p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_advantages .about_advantages_swiper .data {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
    width: 100%;
    padding: 1.2rem 0 0;
  }
  .about_advantages .about_advantages_swiper .data span {
    font-size: 2rem;
  }
  .about_advantages .about_advantages_swiper .data .num {
    font-size: 2rem;
  }
  .about_advantages .about_advantages_swiper .data .label {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .about_history {
    padding-top: 3rem;
  }
  .about_history .about_history_swiper {
    margin-top: 2.2rem;
    padding: 0;
  }
  .about_history .about_history_swiper .line {
    height: 4px;
  }
  .about_history .about_history_swiper .line::before,
  .about_history .about_history_swiper .line::after {
    height: 6px;
  }
  .about_history .about_history_swiper .swiper-slide {
    min-height: 90px;
  }
  .about_history .about_history_swiper .swiper-slide::after {
    height: 4px;
  }
  .about_history .about_history_swiper .swiper-slide.active strong {
    font-size: 18px;
    padding: 1.2rem;
  }
  .about_history .about_history_swiper .swiper-slide.active_line::after {
    width: calc(100% + 8px);
  }
  .about_history .about_history_swiper strong {
    font-size: 18px;
  }
  .about_history .about_history_swiper i {
    width: 1rem;
    height: 1rem;
  }
  .about_history .detail {
    margin-top: 2rem;
  }
  .about_history .about_history_intro_swiper {
    max-width: unset;
  }
  .about_history .about_history_intro_swiper .swiper-slide {
    padding: 1.2rem 0;
  }
  .about_history .about_history_intro_swiper .desc {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_history .history_num {
    font-size: 5.2rem;
  }
  .video_main {
    padding: 0 0 3rem;
  }
  .video_main .video_show {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .video_main .video_show .info {
    padding: 1.8rem 1.2rem;
    margin: 0 0 3rem;
    width: 100%;
  }
  .video_main .video_show .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .video_main .video_show .info p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .video_main .nav_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.8rem;
    margin-top: 3rem;
    width: 100vw;
    white-space: nowrap;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .video_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .video_main .nav_list .nav_item {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 1.2rem;
    min-width: 50%;
  }
  .video_main .nav_list .nav_item.active::before,
  .video_main .nav_list .nav_item:hover::before {
    width: 33.469%;
  }
  .video_main .nav_list .nav_item::before {
    content: '';
    display: block;
    width: 0%;
    height: 0.2rem;
    background-color: var(--theme_color);
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.3s;
  }
  .video_main .list {
    margin-top: 3rem;
  }
  .video_main .list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .video_main .list .video_item p {
    font-size: 18px;
    line-height: 1.5;
    padding: 1.5rem 1.2rem;
  }
  .video_main p.center:has(.btn) {
    margin-top: 3rem;
  }
  .section_banner .head .social {
    margin-top: 20px;
    gap: 1rem;
  }
  .section_banner .head .social li a {
    width: 2rem;
    height: 2rem;
  }
  .section_banner .head .social li a::after {
    width: 1rem;
  }
  .contact_main {
    padding: 4rem 0 0rem;
  }
  .contact_main .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 100%;
    margin-top: 10px;
  }
  .contact_main form {
    padding: 0;
    gap: 1rem;
    margin-top: 2rem;
  }
  .contact_main form .col-2 {
    width: 100%;
  }
  .contact_main form .col-3 {
    font-size: 15px;
    padding: 0.9rem;
  }
  .contact_main form .col-3 .upload {
    font-size: 15px;
    gap: 10px;
    padding: 0;
  }
  .contact_main form .col-3 .upload::after {
    width: 1.5rem;
  }
  .contact_main form input,
  .contact_main form textarea,
  .contact_main form select,
  .contact_main form .file {
    width: 100%;
    font-size: 14px;
    padding: 0.9rem;
  }
  .contact_main form textarea {
    height: 120px;
  }
  .contact_main form select {
    font-size: 15px;
    padding: 16px;
    background: url("../img/icon-select.svg") no-repeat center right 1.2rem/0.8rem;
    background-color: #f2eee5;
  }
  .contact_main form .upload {
    gap: 1rem;
    padding: 14px;
  }
  .contact_main form input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
  .contact_main form input[type=checkbox] ~ span {
    font-size: 0.9rem;
    padding-left: 1rem;
  }
  .contact_main form .btn {
    margin-top: 0;
    padding: 0.7rem 2.3rem;
  }
  .contact_main .list {
    flex-direction: column;
    gap: 0;
    margin-top: 3rem;
  }
  .contact_main .list i {
    width: 3rem;
    height: 3rem;
    background: no-repeat center / contain;
    display: inline-block;
  }
  .contact_main .list i.adr {
    width: 5rem;
    height: 3rem;
  }
  .contact_main .list .item {
    gap: 1.5rem;
    padding: 1.2rem 0;
  }
  .contact_main .list .item.address {
    width: 100%;
  }
  .contact_main .list .item.email {
    width: 100%;
  }
  .contact_main .list .item.phone {
    width: 100%;
  }
  .contact_main .list .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .contact_main .list .item .info .desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_main .list .item .info .desc.address {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact_main .list .item .info .desc .phonenum {
    width: fit-content;
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_main .map {
    margin-top: 2rem;
    height: unset;
  }
  .contact_main .map iframe {
    width: 100%;
  }
  .news_nav {
    padding: 2rem 0;
  }
  .news_nav .nav_list {
    flex-wrap: nowrap;
    width: 100vw;
    white-space: nowrap;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
    gap: 1.2rem;
  }
  .news_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .news_nav .nav_list .nav_item {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 0;
    min-width: unset;
    padding-right: 2rem;
  }
  .news_list {
    padding: 3rem 0 4rem;
  }
  .news_list .head {
    flex-direction: column;
  }
  .news_list .head h2 {
    font-size: 22px;
    line-height: 1.5;
    width: 100%;
  }
  .news_list .head select {
    font-size: 16px;
    line-height: 1.5;
    padding: 0.8rem;
    padding-right: 3rem;
    width: 100%;
    background: url(../img/arr-select.svg) no-repeat 95% center / 0.6rem;
  }
  .news_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .news_list ul li a .date {
    padding: 12px;
  }
  .news_list ul li a .date .day {
    font-size: 14px;
  }
  .news_list ul li a .date .year {
    font-size: 14px;
    margin-top: 0;
  }
  .news_list ul li a .title {
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
  }
  .news_list ul li a .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .news_list ul li a .info {
    background-color: #f2eee5;
    padding: 1.2rem 20px;
  }
  .news_list .navigation {
    margin-top: 2.5rem;
  }
  .news_list .navigation .nav_links {
    gap: 1rem;
  }
  .news_list .navigation .nav_links li {
    font-size: 16px;
  }
  .news_list .navigation .nav_links li:first-child,
  .news_list .navigation .nav_links li:last-child {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .news_list .navigation .nav_links li:first-child::after,
  .news_list .navigation .nav_links li:last-child::after {
    width: 8px;
    height: 12px;
  }
  .news_list .left {
    left: -5rem;
    width: 30%;
    bottom: -10px;
    right: 0;
  }
  .news_list .right {
    width: 50%;
    right: -1rem;
    bottom: -5rem;
  }
  .video_main {
    padding: 3rem 0;
  }
  .video_main .video_show {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .video_main .video_show .info {
    padding: 1.2rem 20px;
    margin: 0;
    width: 100%;
  }
  .video_main .video_show .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .video_main .video_show .info p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .video_main .nav_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    width: 100vw;
    white-space: nowrap;
    padding: 0 20px;
    margin: 2rem -20px 0;
    overflow: auto;
  }
  .video_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .video_main .nav_list .nav_item {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    min-width: unset;
    width: auto;
    padding-right: 1rem;
  }
  .video_main .nav_list .nav_item.active::before,
  .video_main .nav_list .nav_item:hover::before {
    width: 33.469%;
  }
  .video_main .nav_list .nav_item::before {
    content: '';
    display: block;
    width: 0%;
    height: 0.2rem;
    background-color: var(--theme_color);
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.3s;
  }
  .video_main .list {
    margin-top: 3rem;
  }
  .video_main .list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .video_main .list .video_item p {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px 1.2rem;
  }
  p.center:has(.btn) {
    min-height: 45px;
    margin-top: 2rem;
  }
  .news_banner {
    padding: 0 0 3rem;
    max-height: 12rem;
    height: auto;
    max-height: unset;
    height: 12rem;
    padding: 0;
  }
  .news_main {
    padding: 3rem 0 4rem;
    overflow: hidden;
  }
  .news_main .head + .img{
    aspect-ratio: unset;
    max-width: 100%;
  }
  .news_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .news_main .head .metas {
    margin: 10px 0 0;
    justify-content: center;
    width: 100%;
  }
  .news_main .head .metas .item {
    font-size: 18px;
    line-height: 1.5;
    gap: 0.5rem;
  }
  .news_main .head .metas .item p {
    margin: 0;
  }
  .news_main .head .metas i {
    width: 1rem;
    height: 1rem;
  }
  .news_main .img {
    margin-top: 2rem;
  }
  .news_main .postdetail {
    padding-bottom: 10px;
  }
  .news_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .news_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.2rem 0 1rem;
  }
  .news_main .postdetail p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .news_main .postdetail ul {
    margin: 1rem 0;
  }
  .news_main .postdetail ul li {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .news_main .postdetail ul li::before {
    transform: translateY(9px);
  }
  .news_main .postdetail .wp-block-quote {
    padding-left: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
  .news_main .postdetail .wp-block-quote::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0;
  }
  .news_main .postdetail .product_box {
    padding: 1.2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: column-reverse;
  }
  .news_main .postdetail .product_box .info {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .news_main .postdetail .product_box .info h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .news_main .postdetail .product_box .info h2 br {
    display: none;
  }
  .news_main .postdetail .product_box .info p {
    max-width: 100%;
  }
  .news_main .postdetail .product_box .info .btn {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 9px 33px;
    margin-top: 10px;
  }
  .news_main .postdetail .product_box .img {
    width: 100%;
    margin-top: 0;
  }
  .news_main .share {
    margin-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .news_main .share .left {
    gap: 2rem;
  }
  .news_main .share .left .label {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_main .share .left .social {
    gap: 1rem;
  }
  .news_main .share .left .social li a {
    width: 35px;
    height: 35px;
  }
  .news_main .share .left .social li a::after {
    width: 2rem;
  }
  .news_main .share .right p {
    font-size: 16px;
    line-height: 1.5;
  }
  .news_main .share .right p a {
    gap: 1.5rem;
  }
  .news_main .share .right p a::after {
    width: 2rem;
    height: 2rem;
    background: url(../img/newsarrow.svg) no-repeat center / 6px;
  }


  
  /*** global css ***/
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.5;
  }
  .wpcf7 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;
  }
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }
  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }
  /*** global css ***/

  .products_section .list > ul:last-child .product_item .pd_swiper .swiper-slide {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 768px) {
  .content,
  .header_content {
    padding: 0 20px !important;
  }
  .content .content {
    padding: 0 !important;
  }
  .product_item .pd_swiper {
    transform: translate(0);
  }
  .product_item .info {
    padding: 20px 20px 2rem;
  }
  .product_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    transform: translate(0);
  }
  .product_item .btn_full,
  .product_item .btn {
    max-width: unset;
    padding: 10px 20px;
    margin-top: 10px;
    transform: translate(0);
    opacity: 1;
  }
  .product_item div.swiper-pagination {
    transform: translate(-50%, 0);
    opacity: 1;
    gap: 1rem;
    height: 22px;
    padding: 0 1rem;
  }
  .product_item div.swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  section.section_banner {
    position: relative;
    z-index: 2;
    background-position: right;
  }
  section.section_banner::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section_banner h1, .section_banner .title {
    color: #fff !important;
  }
  .social_sidebar {
    right: 1rem;
  }
  .social_sidebar .social {
    gap: 20px;
  }
  .social_sidebar .social a {
    width: 22px;
    height: 22px;
  }

  section.home_about .nums > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  section.about_solution .datas ul {
    gap: 2rem 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.about_solution .datas ul li .number .num {
    font-size: 1.5rem;
  }
  section.about_exhibition .exhibition_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  section.about_exhibition .exhibition_list .year {
    font-size: 14px;
  }
  .section_breadcrumbs {
    padding: 20px 0;
  }
  .section_breadcrumbs a, .section_breadcrumbs span {
    font-size: 14px;
  }

  
  .nav-links {
    margin-top: 3rem;
    gap: 4px;
  }

  .nav-links .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 14px;
    padding: 5px;
  }

  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next {
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0;
  }

  .nav-links .dots {
    width: auto;
    margin: 0;
  }

  #back-to-top{
    width: 46px;
    height: 46px;
    right: 1rem;
    bottom: 7rem;
  }
  .custom_design .con{
    margin-top: 1rem !important;
  }

  section.section_banner .flex {
    min-height: unset;
  }

  .footer_connect form .upload .wpcf7-not-valid-tip {
    top: 0;
    right: unset;
    left: 100%;
  }
  .footer_connect form .col-2 {
    width: 100%;
  }

  .cc-revoke.cc-bottom {
    bottom: 61px !important;
  }

  .jst-language-switcher{
  filter: contrast(0) brightness(0) !important;
  width: 1.4rem !important;
  }
  .product_section .detail>p{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .products_section .list > ul .product_item:nth-child(8n + 7) .pd_swiper, .products_section .list > ul .product_item:nth-child(8n + 8) .pd_swiper{
    padding-bottom: 65.415% !important;
  }
  .rll-youtube-player {
    padding-bottom: 87%!important;
  }

  html[lang="es"] .product_section .btn{
    max-width: 200px;
  }
  .contact_main form span.notice>span{
      font-size: 1rem;
  }
  .contact_main form span.notice{
      gap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  section.about_perform .left {
    padding: 9rem 20px;
  }
  section.section_banner {
    background-position: -600px;
  }
}