@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem !important;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .intl-tel-input.iti-container{
    z-index: 1060000!important;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .head .btn,
  .head .btn_b,
  .head .btn_w {
    margin-top: 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .btn,
  .btn_b,
  .btn_w {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.5;
  }
  .btn_more {
    gap: 12px;
    font-size: 14px;
  }
  .btn_more::after {
    width: 12px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 46px;
  }
  .swiper_btns div::after {
    width: 12px;
  }
  header {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    transform: translate(0);
    position: sticky;
  }
  header .logo img {
    height: 20px;
  }
  header nav {
    left: 0;
    top: 0;
  }
  header .right {
    gap: 26px;
    min-height: 4rem;
  }
  header .btn_b {
    display: none;
  }
  footer .footer_main {
    padding: 3rem 0 4rem;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .slide_intro {
    margin: 0;
    width: 100%;
    display: grid;
  }
  footer .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .slide_intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 20px 0 0;
  }
  footer .slide_intro .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_intro .social a {
    width: 25px;
  }
  footer .slide_intro div {
    order: 2;
    margin: 3rem 0 1rem;
  }
  footer .slide_intro .menu a {
    min-height: unset;
    font-size: 1rem;
    padding: 3px 22px;
    min-height: 3rem;
  }
  footer .slide_intro .menu a::after {
    width: 12px;
  }
  footer .slide_obj:not(.slide_connect) {
    width: 100%;
  }
  footer .slide_obj:not(.slide_connect) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 4rem;
    margin-bottom: 20px;
  }
  footer .slide_connect li::before {
    width: 3rem;
    background-size: 20px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    margin-top: 6px;
  }
  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_contact::before {
    width: 100%;
  }
  section.footer_contact .flex {
    padding: 2rem 0;
  }
  .footer_contact .head {
    width: 100%;
  }
  .footer_contact .btn {
    padding: 10px 20px;
    line-height: 1.5;
  }
  .home_banner .home_banner_swiper .swiper-slide::after {
    height: 100%;
    opacity: 1;
  }
  section.home_banner .home_banner_swiper .swiper-slide::after {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .home_banner .flex {
    height: auto;
    display: block;
    padding: 3rem 0 7rem;
  }
  section.home_banner .flex {
    gap: 0;
    aspect-ratio: 375/555;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  section.home_banner .head {
    flex: unset;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .home_banner .head .desc {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_banner .btn_w, .home_banner .btn{
    margin-top: 20px;
  }
  .home_banner .control_box {
    bottom: 2rem;
    padding-top: 20px;
    width: calc(100% - 40px);
    left: 20px;
  }
  .home_banner .control_box .btn_prev,
  .home_banner .control_box .btn_next {
    width: 22px;
  }
  .home_products {
    padding: 4rem 0 3rem;
  }
  .home_products .home_products_swiper {
    margin-top: 2rem;
    width: calc(100% - 40px);
    /* width: 100%; */
  }
  .products_item .img_cv::after{
    height: 100%;
  }
  .products_item .info {
    padding: 20px;
    gap: 6px 1rem;
  }
  .products_item .info .title {
    font-size: 17px;
    line-height: 1.5;
  }
  .products_item .info .desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .products_item .info::after {
    width: 1rem;
  }
  .spece_item {
    padding: 2rem 0;
  }
  .spece_item .flex {
    display: block;
  }
  .spece_item .left .info {
    padding: 20px;
  }
  .spece_item .left .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .spece_item .left .info .more {
    margin: 1rem 0 0;
    font-size: 13px;
  }
  .spece_item.category_item .right {
    margin: 2rem 0 0 !important;
  }
  .spece_item .head::after {
    width: 1rem;
    margin-top: 20px;
  }
  .spece_item .spece_item_swiper {
    margin-top: 2rem;
    overflow: visible;
  }
  .spece_item .spece_item_swiper .info {
    padding: 20px;
  }
  .spece_item .spece_item_swiper .info .cat {
    font-size: 14px;
  }
  .spece_item .spece_item_swiper .info .title {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .spece_item .spece_item_swiper .swiper-pagination {
    margin-top: 2rem;
  }
  section.section_process {
    padding: 3rem 0 2rem;
    overflow: hidden;
  }
  .section_process .flex {
    display: block;
  }
  .section_process .section_process_thumbs_swiper {
    width: 100%;
    overflow: visible;
    margin-top: 1rem;
  }
  .section_process .section_process_thumbs_swiper .swiper-slide {
    max-width: 110px;
  }
  .section_process .section_process_thumbs_swiper .swiper-slide .icon {
    max-width: 5rem;
  }
  .section_process .section_process_thumbs_swiper .swiper-slide::after {
    top: 2.5rem;
    width: calc(100% + 30px);
  }
  .section_process .section_process_thumbs_swiper .swiper-slide .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .section_process .section_process_swiper {
    margin-top: 20px;
    overflow: visible;
  }
  .section_process .section_process_swiper .swiper-slide {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .section_process .section_process_swiper .img {
    width: 100%;
    margin: 0;
  }
  .section_process .section_process_swiper .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .section_process .section_process_swiper .intro p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .section_process .section_process_swiper .intro ul {
    margin-top: 12px;
  }
  .section_process .section_process_swiper .intro ul li {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 26px;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .section_process .section_process_swiper .intro ul li::before {
    width: 1rem;
    top: 2px;
  }
  .section_process .btn {
    margin-top: 20px;
  }
  .home_about {
    padding: 3rem 0;
  }
  .home_about .head h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .home_about .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .home_about .home_about_swiper {
    margin-top: 2rem;
  }
  .home_about .home_about_swiper .swiper-slide {
    width: 260px;
  }
  .home_about .home_about_swiper .item {
    min-height: 302px;
  }
  .home_about .home_about_swiper .img::after {
    height: 100%;
  }
  .home_about .home_about_swiper .info {
    padding: 20px;
  }
  .home_about .home_about_swiper .info h3 {
    position: static;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_about .home_about_swiper .info p {
    opacity: 1;
    transform: translate(0);
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .home_about .home_about_swiper .info::after {
    opacity: 1;
    width: 1rem;
    margin-top: 1rem;
    transform: translate(0);
  }
  .home_about .btc {
    padding-top: 2rem;
  }
  .home_about .btc::before {
    height: calc(100% + 151px);
    bottom: 0;
  }
  .home_about .items .syeditorlist {
    grid-template-columns: 1fr;
  }
  .home_about .items .item {
    padding: 20px 0;
    gap: 6px 1rem;
  }
  .home_about .items .item:hover::after {
    transform: rotate(45deg);
  }
  .home_about .items .item .subtitle {
    font-size: 14px;
  }
  .home_about .items .item .title {
    font-size: 17px;
  }
  .home_about .items .item::after {
    width: 40px;
    transform: translate(0);
    background-size: 10px;
  }
  .home_about .items .item:nth-child(odd) {
    padding: 20px 0;
    border-right: none;
  }
  .section_case {
    padding: 4rem 0;
  }
  .section_case .section_case_swiper {
    margin-top: 2rem;
    width: calc(100% - 40px);
    width: 100%;
  }
  .section_case .section_case_swiper .swiper-slide .img::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .section_case .section_case_swiper .swiper-slide .info {
    padding: 20px;
    gap: 6px 1rem;
    transform: translate(0);
  }
  .section_case .section_case_swiper .swiper-slide .info .cat {
    font-size: 14px;
    line-height: 1.5;
  }
  .section_case .section_case_swiper .swiper-slide .info .title {
    font-size: 18px;
  }
  .section_case .section_case_swiper .swiper-slide .info::after {
    width: 1rem;
  }
  .section_case .section_case_swiper .swiper-slide:nth-child(3n + 1) {
    /* max-width: 280px;
    margin-right: 20px !important; */
  }
  .section_case .section_case_swiper .swiper-slide:nth-child(3n + 2) {
    /* max-width: 240px;
    margin-right: 40px !important; */
  }
  .section_case .section_case_swiper .swiper-slide:nth-child(3n + 3) {
    /* max-width: 260px;
    margin-right: 30px !important; */
  }
  .section_case .section_case_swiper .swiper-slide:last-child {
    /* margin-right: 0 !important; */
  }
  .section_case .control_box {
    margin-top: 2rem;
  }
  .section_case .control_box .pagination .current {
    font-size: 26px;
    padding-right: 2px;
  }
  .home_news {
    padding: 4rem 0;
  }
  .home_news .main {
    margin-top: 2rem;
    display: block;
  }
  .home_news .metas {
    padding-bottom: 12px;
  }
  .home_news .metas .cat {
    gap: 6px;
    font-size: 15px;
    grid-template-columns: 5px 1fr;
  }
  .home_news .metas .date {
    font-size: 14px;
  }
  .home_news .left {
    width: 100%;
  }
  .home_news .left a {
    gap: 20px;
    flex-direction: column;
  }
  .home_news .left .img {
    width: 100%;
  }
  .home_news .left .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_news .left .info .excerpt {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .home_news .left .info .more {
    font-size: 14px;
    margin-top: 1rem;
  }
  .home_news .right {
    width: 100%;
    margin-top: 3rem;
  }
  .home_news .home_news_swiper .swiper-slide {
    opacity: 1;
    transition: all 0.3s;
    transform: translate(0);
  }
  .home_news .home_news_swiper .info {
    margin-top: 1rem;
  }
  .home_news .home_news_swiper .info .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .control_box {
    gap: 1rem;
    margin-top: 2rem;
  }
  .home_news .control_box .pagination_box {
    gap: 1rem;
    font-size: 14px;
  }
  .home_news .control_box .home_news_pagination {
    width: 50%;
  }
  .home_news .control_box .swiper_btns {
    gap: 1rem;
  }
  .home_news .control_box .swiper_btns div {
    width: 46px;
  }
  
  .tax-products .section_banner .flex{
    min-height: unset !important;
  }
  .section_banner::after {
    height: 100%;
    opacity: 0.8;
  }
  .section_banner .flex {
    height: auto;
    min-height: 30vh;
    padding: 4rem 0 3rem;
  }
  .section_banner .head {
    margin: 0;
  }
  .section_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .section_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_intro {
    padding: 4rem 0;
  }
  .design_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_intro .img {
    margin-top: 2rem;
  }
  .space_contact .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .space_contact .head {
    margin: 0;
  }
  .design_process {
    padding: 4rem 0 0;
    overflow: hidden;
  }
  .design_process .design_process_swiper {
    overflow: visible;
    margin-top: 20px;
  }
  .design_process .design_process_swiper .swiper-slide {
    max-width: 110px;
  }
  .design_process .design_process_swiper .swiper-slide .icon {
    max-width: 5rem;
  }
  .design_process .design_process_swiper .swiper-slide::after {
    top: 2.5rem;
    width: calc(100% + 30px);
  }
  .design_process .design_process_swiper .swiper-slide .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .design_process .process_items {
    margin-top: 2rem;
  }
  .design_process .process_item {
    margin-top: 10px;
    padding: 2rem 0;
  }
  .design_process .process_item .flex {
    display: block;
  }
  .design_process .process_item .img {
    width: 100%;
  }
  .design_process .process_item .info {
    margin-top: 2rem;
  }
  .design_process .process_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .design_process .process_item .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .space_service {
    padding: 4rem 0 3rem;
  }
  .space_service .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .space_service .items {
    margin-top: 2rem;
  }
  .space_service .items .syeditorlist {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .intro_item {
    min-height: 250px;
  }
  .intro_item .img::after {
    opacity: 1;
    height: 100%;
  }
  .intro_item .info {
    padding: 20px;
  }
  .intro_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    position: static;
  }
  .intro_item .info p {
    opacity: 1;
    transform: translate(0);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .intro_item .info::after {
    opacity: 1;
    width: 1rem;
    margin-top: 1rem;
    transform: translate(0);
  }
  .category_nav {
    top: 2rem;
    padding-top: 2rem;
  }
  .category_nav .content {
    padding: 0 2rem;
  }
  .category_nav .category_nav_swiper a {
    gap: 1rem;
    padding: 12px 0;
    width: 100%;
    grid-template-columns: 2rem 1fr;
  }
  .category_nav .category_nav_swiper .name {
    font-size: 14px;
  }
  .category_nav .btns div {
    width: 1rem;
  }
  .products_main .category_items {
    padding-bottom: 1rem;
  }
  .products_main .category_item {
    padding: 3rem 0;
  }
  .products_main .head {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 2rem;
  }
  .products_main .terms {
    width: 100%;
    gap: 12px 1rem;
    margin-top: 20px;
  }
  .products_main .nav_sticky .terms {
    margin-top: 0;
  }
  .nav_sticky {
    top: 4rem;
  }
  .archive .products_main .head {
    padding-top: 20px;
  }
  .products_main .terms .term {
    font-size: 14px;
    line-height: 1.5;
    min-width: unset;
    padding-left: 2rem;
  }
  .products_main .terms .term::before {
    top: 1px;
    width: 20px;
    background-size: 80%;
    background-position: center;
  }
  .products_main .list ul {
    gap: 2rem 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .products_main .list p:has(.btn) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .product_item .info .title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_item .info .cat {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_item .info .more {
    margin-top: 1rem;
    font-size: 12px;
  }
  .section_case2 {
    padding: 4rem 0;
  }
  .section_case2 .section_case2_swiper {
    margin-top: 2rem;
  }
  .section_case2 .section_case2_swiper a {
    aspect-ratio: unset;
  }
  .section_case2 .section_case2_swiper .img {
    width: 100%;
    position: static;
  }
  .section_case2 .section_case2_swiper .info {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
  .section_case2 .section_case2_swiper .info .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .section_case2 .section_case2_swiper .info .btn_more {
    margin: 1rem 0 0;
    padding: 12px 0;
    transform: translate(0);
  }
  .section_case2 .section_case2_swiper .swiper-slide-active .img {
    width: 100%;
  }
  .section_case2 .section_case2_swiper .swiper-slide-active .info {
    width: 100%;
  }
  .section_case2 .section_case2_swiper .swiper-slide-active .info .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .section_case2 .control_box {
    margin-top: 2rem;
  }
  .section_case2 .control_box .btns div {
    width: 1rem;
  }
  .section_case2 .control_box .btns .btn_prev {
    margin-bottom: 2rem;
  }
  .spaces_main .category_items {
    padding: 1rem 0 2rem;
  }
  .spaces_main .spece_item:nth-child(even) .right {
    margin: 2rem 0 0;
  }
  .service_main {
    padding: 4rem 0;
    overflow: hidden;
  }
  .service_main .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .service_main .service_main_swiper {
    padding-top: 2rem;
    overflow: visible;
  }
  .service_main .service_main_swiper .swiper-slide {
    width: 120px;
  }
  .service_main .service_main_swiper .swiper-slide::after {
    width: 12px;
    margin-top: 20px;
  }
  .service_main .service_main_swiper .icon {
    max-width: 5rem;
  }
  .service_main .service_main_swiper .title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .service_main .items {
    margin-top: 2rem;
  }
  .service_main .item {
    display: block;
    margin-bottom: 4rem;
  }
  .service_main .item .img {
    width: 100%;
  }
  .service_main .item .intro {
    margin-top: 2rem;
  }
  .service_main .item .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .service_main .item .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .service_main .item .intro ul {
    margin-top: 12px;
  }
  .service_main .item .intro ul li {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 26px;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .service_main .item .intro ul li::before {
    width: 1rem;
    top: 2px;
  }
  .section_customized {
    padding: 4rem 0;
  }
  .section_customized .control_box {
    gap: 1rem;
    margin-top: 20px;
  }
  .section_customized .control_box .pagination_box {
    gap: 1rem;
    font-size: 14px;
  }
  .section_customized .control_box .section_customized_pagination {
    width: 50%;
  }
  .section_customized .control_box .swiper_btns {
    gap: 1rem;
  }
  .section_customized .control_box .swiper_btns div {
    width: 46px;
  }
  .section_customized .section_customized_swiper {
    margin-top: 2rem;
  }
  .section_customized .section_customized_swiper .swiper-slide {
    padding: 2rem 20px;
  }
  .section_customized .section_customized_swiper .icon {
    max-width: 4rem;
  }
  .section_customized .section_customized_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .section_customized .section_customized_swiper p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_nav {
    padding-top: 1rem;
  }
  .design_nav .content {
    padding: 0 2rem;
  }
  .design_nav .btns div {
    width: 1rem;
  }
  .design_nav .design_nav_swiper .swiper-slide a {
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .design_importance {
    padding: 3rem 0 4rem;
  }
  .design_importance .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_importance .items {
    margin-top: 2rem;
  }
  .design_importance .items .syeditorlist {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .design_importance .intro_item {
    min-height: 250px;
  }
  .design_core {
    padding: 4rem 0;
  }
  .design_core .img {
    max-width: 6rem;
    margin-top: 2rem;
  }
  .design_core .right {
    width: 100%;
    padding-top: 1rem;
  }
  .design_core .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 8px;
  }
  .design_core .right h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .design_strength {
    padding: 3rem 0;
  }
  .design_strength .flex {
    flex-direction: column-reverse;
  }
  .design_strength .design_strength_swiper {
    width: 100%;
  }
  .design_strength .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_strength .items {
    margin-top: 2rem;
  }
  .design_strength .item {
    padding: 20px 1rem;
    margin-bottom: 20px;
  }
  .design_strength .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .design_strength .item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 1rem 0;
  }
  .design_strength .item::after {
    width: 1rem;
    top: 2.8rem;
  }
  .design_excellent {
    overflow: hidden;
    padding-top: 2rem;
  }
  .design_excellent .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_excellent .nav {
    margin-top: 1rem;
  }
  .design_excellent .nav .syeditorlist {
    gap: 1rem;
    display: flex;
    width: 100vw;
    padding: 1rem 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .design_excellent .nav .syeditorlist::-webkit-scrollbar {
    display: none;
  }
  .design_excellent .nav .item {
    margin: 0;
    gap: 1rem;
    flex: 1 0 220px;
    grid-template-columns: 3rem 1fr;
  }
  .design_excellent .nav .item .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .design_excellent .swiper_box {
    margin-top: 2rem;
    padding: 3rem 0;
  }
  .design_excellent .design_excellent_swiper {
    overflow: visible;
  }
  .design_excellent .design_excellent_swiper .swiper-slide {
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .intro ul {
    margin-top: 12px;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .intro ul li {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 26px;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .intro ul li::before {
    width: 1rem;
    top: 2px;
  }
  .design_excellent .design_excellent_swiper .swiper-slide .img {
    width: 100%;
  }
  .product_banner {
    padding: 0 0 2rem;
    min-height: unset;
  }
  .product_banner .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .product_banner .product_banner_swiper {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 1rem;
  }
  .product_banner .product_banner_swiper .img {
    height: auto;
    aspect-ratio: 1920/765;
  }
  .product_banner .left {
    padding: 0;
    width: 100%;
  }
  .product_banner .left .btns {
    margin-top: 2rem;
    max-width: 100%;
  }
  .product_banner .head span {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .product_banner .head i {
    width: 16px;
    height: 16px;
    margin-top: 1rem;
  }
  .product_banner .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
  .product_banner .btns .btn_quote {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    margin-bottom: 1rem;
  }
  .product_banner .btns .download {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    gap: 12px;
  }
  .product_banner .btns .download::after {
    width: 16px;
    height: 16px;
  }
  .product_banner .control_box {
    padding-top: 20px;
    margin-top: 2rem;
  }
  .product_banner .control_box .btn_prev,
  .product_banner .control_box .btn_next {
    width: 22px;
  }
  .product_nav {
    padding-top: 1rem;
  }
  .product_nav ul {
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .product_nav ul::-webkit-scrollbar {
    display: none;
  }
  .product_nav a {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 0;
    white-space: nowrap;
  }
  .section_mission {
    padding: 3rem 0 4rem;
  }
  .section_mission .flex {
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
  .section_mission .head {
    margin-bottom: 0;
  }
  .section_mission .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .section_mission .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .section_mission .head p + p {
    margin-top: 0.5rem;
  }
  .section_mission .leftimg {
    width: 100%;
  }
  .section_mission .right {
    max-width: unset;
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .product_design {
    padding: 4rem 0;
  }
  .product_design .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .product_design .left {
    padding: 0;
    width: 100%;
  }
  .product_design .left strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_design .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .product_design .left .swiper_btns {
    margin-top: 2rem;
  }
  .product_design .product_design_swiper {
    width: 100%;
  }
  .product_space {
    padding: 4rem 0 3rem;
  }
  .product_space .product_space_swiper {
    margin-top: 2rem;
    width: calc(100% - 40px);
  }
  section.product_space .product_space_swiper {
    width: 100%;
  }
  .product_dimension {
    padding: 3rem 0;
  }
  .product_dimension .head {
    margin-bottom: 2rem;
  }
  .product_dimension .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_dimension .flex {
    flex-direction: column;
    gap: 20px;
  }
  .product_dimension .left {
    width: 100%;
    padding: 0;
  }
  .product_dimension .right {
    max-width: unset;
  }
  .product_dimension .right table td {
    font-size: 13px;
    padding: 0.7rem 0;
    padding-right: 1rem;
  }
  .product_dimension .right table p {
    font-size: 13px;
    line-height: 1.4;
  }
  .product_dimension .right .down {
    margin-top: 2rem;
    font-size: 14px;
    padding: 5px;
    padding-left: 1rem;
  }
  .product_dimension .right .down::after {
    width: 40px;
    height: 40px;
  }
  .product_material {
    padding: 3rem 0;
  }
  .product_material .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_material .material_list {
    margin-top: 1.6rem;
    padding-bottom: 2rem;
  }
  .product_material .material_list h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .product_material .material_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    margin-top: 1.4rem;
  }
  .product_material .material_list strong {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_material .material_list p {
    font-size: 13px;
    margin-top: 5px;
  }
  .product_material .material_item {
    margin-bottom: 3rem;
  }
  .product_material .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .faq_section {
    padding: 3rem 0;
  }
  .faq_section .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .faq_section .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .faq_section .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .faq_section .btn_b {
    margin-top: 20px;
    padding: 0.7rem 2rem;
  }
  .faq_section .faq_list {
    width: 100%;
    margin-top: 0;
  }
  .faq_section .faq_list .faq_item:first-child .question {
    padding-top: 0;
  }
  .faq_section .faq_list .faq_item.active .question {
    padding-bottom: 0.5rem;
  }
  .faq_section .faq_list .question {
    padding: 1rem 0;
    font-size: 16px;
  }
  .faq_section .faq_list .question::after {
    width: 0.9rem;
  }
  .faq_section .faq_list .answer {
    padding: 8px 0 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  .product_related {
    padding: 3rem 0 5rem;
  }
  .product_related .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_related .swiper_box {
    margin-top: 20px;
  }
  .product_related .swiper_btns {
    display: none;
  }
  .product_related p.center:has(.btn) {
    margin-top: 2rem;
    min-height: 42px;
  }
  .factory_about {
    padding: 4rem 0 3rem;
  }
  .factory_about::after {
    display: none;
  }
  .factory_about .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .factory_about .head h2 span {
    margin: 0;
  }
  .factory_about .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .factory_about .img {
    margin: 2rem 0;
  }
  .factory_about .nums {
    margin: 2rem 0 0;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  section.factory_about .nums {
    gap: 2rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .factory_about .nums .nums_item {
    gap: 0 1.2rem;
  }
  .factory_about .nums .nums_item .icon {
    width: 40px;
    height: 40px;
  }
  .factory_about .nums .nums_item div {
    font-size: 16px;
  }
  .factory_about .nums .nums_item div span {
    font-size: 25px;
    margin-right: 5px;
  }
  .factory_about .nums .nums_item p {
    font-size: 14px;
    margin-top: 0;
  }
  .video_section {
    padding: 2rem 0;
  }
  .video_section .video {
    width: 100%;
    aspect-ratio: 2/1.2;
  }
  .video_section .video i {
    width: 42px;
    height: 42px;
  }
  .factory_major {
    padding: 3rem 0 2rem;
  }
  .factory_major .map_nav {
    margin-top: 20px;
    width: 100vw;
    margin-left: -20px;
  }
  .factory_major .map_nav ul {
    gap: 1rem;
    overflow: auto;
    padding: 0 20px;
  }
  .factory_major .map_nav ul::-webkit-scrollbar {
    display: none;
  }
  .factory_major .map_nav li {
    font-size: 15px;
    padding-bottom: 1rem;
  }
  .factory_major .map_nav li::after {
    height: 2px;
  }
  .factory_major .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .factory_major .left {
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
  .factory_major .factory_major_swiper {
    width: 100%;
    margin-top: 2rem;
  }
  .factory_major .factory_major_swiper .swiper-slide {
    padding: 1.8rem 1.2rem;
  }
  .factory_major .factory_major_swiper .city {
    font-size: 18px;
    gap: 10px;
    line-height: 1.5;
  }
  .factory_major .factory_major_swiper .city i {
    width: 20px;
    height: 20px;
  }
  .factory_major .factory_major_swiper p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .factory_major .factory_major_swiper .way {
    margin-top: 2rem;
  }
  .factory_major .factory_major_swiper .way .way_item {
    gap: 10px;
    margin-bottom: 1rem;
  }
  .factory_major .factory_major_swiper .way .way_item:last-child {
    margin-bottom: 0;
  }
  .factory_major .factory_major_swiper .way a {
    font-size: 16px;
  }
  .factory_major .factory_major_swiper .way i {
    width: 20px;
    height: 20px;
  }
  .factory_major .right {
    width: 100%;
  }
  .factory_production {
    padding: 3rem 0;
  }
  .factory_production br {
    display: none;
  }
  .factory_production .flex {
    flex-direction: column;
  }
  .factory_production .left {
    padding: 0;
  }
  .factory_production .left .pageination_box {
    margin-top: 2rem;
    font-size: 15px;
  }
  .factory_production .left .catenav {
    margin-top: 1.5rem;
  }
  .factory_production .left .catenav ul {
    display: flex;
    align-items: center;
    overflow: auto;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
    gap: 1.2rem;
  }
  .factory_production .left .catenav ul::-webkit-scrollbar {
    display: none;
  }
  .factory_production .left .catenav li {
    font-size: 16px;
    margin: 0;
    width: fit-content;
    text-wrap: nowrap;
    padding-bottom: 0.6rem;
  }
  .factory_production .left .catenav li span {
    padding-bottom: 5px;
  }
  .factory_production .left .catenav li::after {
    width: 19px;
    display: none;
  }
  .factory_production .right {
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 2.2rem;
  }
  .factory_production .right::after {
    display: none;
  }
  .factory_production .right .img::after {
    height: 30%;
  }
  .factory_production .right .img span {
    font-size: 15px;
    line-height: 1.4;
    left: 1rem;
    bottom: 1rem;
  }
  .factory_production .right .info {
    margin-top: 1.4rem;
    flex-direction: column;
    padding-inline: 1.2rem;
    gap: 2rem;
  }
  .factory_production .right .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .factory_production .right .nums {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .factory_production .right .nums_item {
    margin-bottom: 0;
  }
  .factory_production .right .nums_item div {
    font-size: 18px;
  }
  .factory_production .right .nums_item div span {
    font-size: 25px;
    margin-right: 5px;
  }
  .factory_production .right .nums_item p {
    font-size: 13px;
  }
  .factory_production .right .btn {
    margin-left: 1.2rem;
    margin-top: 2rem;
  }
  .factory_sustain {
    padding: 3rem 0;
  }
  .factory_sustain .flex {
    flex-direction: column;
  }
  .factory_sustain .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .factory_sustain .factory_sustain_swiper {
    margin-top: 20px;
  }
  .factory_sustain .factory_sustain_swiper .info {
    padding-top: 1.2rem;
  }
  .factory_sustain .factory_sustain_swiper .info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .factory_sustain .factory_sustain_swiper .info ul {
    margin: 1rem 0 1.3rem;
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .factory_sustain .factory_sustain_swiper .info ul li {
    font-size: 14px;
    line-height: 1.5;
    gap: 8px;
  }
  .factory_sustain .factory_sustain_swiper .info ul li i {
    width: 20px;
    height: 20px;
  }
  .factory_sustain .factory_sustain_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0.5rem;
  }
  .factory_staff {
    padding: 4rem 0 3rem;
  }
  .factory_staff .flex {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
  .factory_staff .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .factory_staff .nums {
    gap: 1.5rem;
    padding: 0;
    width: 100%;
  }
  .factory_staff .nums_item {
    margin-bottom: 0;
  }
  .factory_staff .nums_item div {
    font-size: 18px;
  }
  .factory_staff .nums_item div span {
    font-size: 25px;
    margin-right: 5px;
  }
  .factory_staff .nums_item p {
    font-size: 13px;
  }
  .factory_staff .list {
    margin-top: 2rem;
  }
  .factory_staff .list ul {
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
    gap: 1.2rem;
  }
  .factory_staff .list ul::-webkit-scrollbar {
    display: none;
  }
  .factory_staff .list ul li {
    min-width: 260px;
  }
  .factory_staff .list ul li a {
    padding-top: 2rem;
  }
  .factory_staff .list ul li .img::after {
    height: 60%;
  }
  .factory_staff .list ul li strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .factory_staff .list ul li span {
    font-size: 14px;
    padding-bottom: 5px;
    gap: 10px;
    margin-top: 1.2rem;
  }
  .factory_staff .list ul li span::after {
    width: 12px;
  }
  .factory_process {
    padding-bottom: 4rem;
  }
  .factory_process .section_process_thumbs_swiper .swiper-slide {
    max-width: 90px;
  }
  .case_item .info {
    margin-top: 1rem;
  }
  .case_item .cat {
    font-size: 14px;
  }
  .case_item .title {
    font-size: 18px;
    margin-bottom: 1rem;
    margin-top: 6px;
  }
  .case_item .link {
    font-size: 0.9rem;
  }
  .blog_item .metas {
    padding-bottom: 12px;
  }
  .blog_item .metas .cat {
    gap: 6px;
    font-size: 15px;
    grid-template-columns: 5px 1fr;
  }
  .blog_item .metas .date {
    font-size: 14px;
  }
  .blog_item .info {
    margin-top: 1rem;
  }
  .blog_item .info .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .cases_nav {
    top: 3rem;
    padding: 1rem 0 0;
  }
  .cases_nav .nav_list {
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
  .cases_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .cases_nav .nav_item {
    font-size: 1rem;
    padding: 1rem 0;
    white-space: nowrap;
  }
  .cases_section {
    padding: 2rem 0 4rem;
  }
  .cases_section .list > ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 4rem 12px;
  }
  .cases_section p.center:has(.btn) {
    margin-top: 4rem;
    min-height: 43px;
  }
  .cases_section p.center:has(.btn) .btn {
    min-width: unset;
  }
  .case_banner {
    padding: 3rem 0;
  }
  .case_banner .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .case_banner .right {
    flex: unset;
    display: block;
  }
  .case_banner .head .subtitle {
    font-size: 13px;
  }
  .case_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .case_banner .head h1::after {
    font-size: 18px;
    margin-top: 12px;
  }
  .case_banner .head .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-top: 12px;
  }
  .case_banner .head ul {
    gap: 1.2rem 1rem;
    padding: 1.2rem 0;
  }
  .case_banner .head ul li {
    grid-template-columns: 1rem 1fr;
    font-size: 14px;
    line-height: 1.5;
    gap: 6px;
  }
  .case_banner .btn_b {
    min-width: unset;
    padding: 10px 20px;
    margin-top: 2rem;
  }
  .case_nav {
    padding-top: 3rem;
  }
  .case_nav .nav_list {
    width: 100vw;
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
  .case_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .case_nav .nav_item a {
    font-size: 1rem;
    padding: 1rem 0;
    white-space: nowrap;
  }
  .case_showcase {
    padding-top: 5rem;
  }
  .case_showcase .case_showcase_swiper {
    margin-top: 2rem;
  }
  .case_showcase .control_box {
    bottom: 1rem;
    width: calc(100% - 40px);
    left: 20px;
  }
  .case_showcase .control_box .btn_prev,
  .case_showcase .control_box .btn_next {
    width: 22px;
  }
  .customer_overview {
    padding: 4rem 0 3rem;
  }
  .customer_overview .gap {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  .customer_overview .img {
    width: 100%;
    max-width: 444px;
  }
  .customer_overview .head .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .customer_overview .head .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .customer_overview .head ul {
    gap: 1.2rem 1rem;
    padding: 0;
  }
  .customer_overview .head ul li {
    grid-template-columns: 1rem 1fr;
    font-size: 14px;
    line-height: 1.5;
    gap: 6px;
  }
  .customer_overview .btn_b {
    min-width: unset;
    padding: 10px 20px;
    margin-top: 2rem;
  }
  .application_products {
    padding: 3rem 0 4rem;
  }
  .application_products .head h2 {
    font-size: 22px;
  }
  .application_products .application_products_swiper {
    margin-top: 2rem;
  }
  .design_philosophy .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  .design_philosophy .left {
    width: 100%;
    padding: 1.2rem 0 2rem;
  }
  .design_philosophy .design_intro_swiper {
    margin-bottom: 2rem;
  }
  .design_philosophy .design_intro_swiper .swiper-slide {
    padding: 0;
  }
  .design_philosophy .design_intro_swiper .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .design_philosophy .design_intro_swiper .desc {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .design_philosophy .design_imgs_swiper {
    width: 100vw;
    margin: 0 -20px;
    max-height: 320px;
  }
  .case_more {
    padding: 4rem 0;
  }
  .case_more .head h2 {
    font-size: 22px;
  }
  .case_more .case_more_swiper {
    margin-top: 2rem;
  }
  .case_more .swiper_btns.middle {
    position: static;
    width: 100%;
    max-width: unset;
    transform: translate(0);
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 2.2rem;
  }
  .case_more p.center:has(.btn) {
    margin-top: 3rem;
  }
  .case_more p.center:has(.btn) .btn {
    padding: 10px 20px;
  }
  .blog_wrap {
    padding: 4rem 0 3rem;
  }
  .blog_wrap .blog_wrap_swiper {
    padding: 0;
    padding-bottom: 2rem;
  }
  .blog_wrap .blog_wrap_swiper .swiper-slide a {
    flex-direction: column;
  }
  .blog_wrap .blog_wrap_swiper .img {
    width: 100%;
    margin: 0;
  }
  .blog_wrap .blog_wrap_swiper .intro {
    padding: 1rem 20px 1.2rem;
  }
  .blog_wrap .blog_wrap_swiper .intro .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .blog_wrap .blog_wrap_swiper .intro p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog_wrap .blog_wrap_swiper .intro .link {
    font-size: 14px;
    line-height: 1.5;
    gap: 1rem;
  }
  .blog_wrap .blog_wrap_swiper .intro .link::after {
    width: 12px;
  }
  .blog_wrap .swiper_btns {
    position: static;
    width: 100%;
    transform: translate(0);
    justify-content: flex-end;
    padding: 0 20px;
  }
  .blog_wrap .swiper_btns > div {
    width: 46px;
  }
  .blog_section {
    padding: 3rem 0 4rem;
  }
  .blog_section select {
    font-size: 14px;
    padding: 8px 20px;
    background-size: 10px;
    background-position: right 20px center;
    min-width: 270px;
    width: 100%;
  }
  .blog_section .list {
    margin-top: 2rem;
  }
  .blog_section .list > ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 4rem 12px;
  }
  .blog_section p.center:has(.btn) {
    margin-top: 4rem;
    min-height: 43px;
  }
  .blog_section p.center:has(.btn) .btn {
    min-width: unset;
  }
  .post_section {
    padding: 2rem 0 3rem;
  }
  .post_section h1 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }
  .post_section .head ul {
    gap: 1rem;
    margin-top: 1rem;
    margin-left: 0;
  }
  .post_section .head ul li {
    font-size: 14px;
    line-height: 1.5;
    grid-template-columns: 1rem 1fr;
    gap: 8px;
  }
  .post_section .gap {
    flex-direction: column;
    margin-top: 2rem;
    gap: 3rem;
  }
  .post_section .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 0 2rem;
    margin-bottom: 1.2rem;
  }
  .post_section .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1.2rem;
  }
  .post_section .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.2rem 0 1rem;
  }
  .post_section .postdetail p {
    margin-bottom: 1rem;
  }
  .post_section .postdetail ul {
    margin: 1rem 0;
  }
  .post_section .postdetail ul li {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .post_section .postdetail ul li::before {
    transform: translateY(9px);
  }
  .post_section .postdetail .wp-block-quote {
    gap: 1rem;
    margin-top: 1.2rem;
    grid-template-columns: 2.2rem 1fr;
  }
  .post_section .postdetail .wp-block-quote p {
    margin: 0;
  }
  .post_section .postdetail .more_box {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  .post_section .postdetail .more_box .left {
    padding: 1rem 20px 2rem;
  }
  .post_section .postdetail .more_box .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-bottom: 12px;
  }
  .post_section .postdetail .more_box .btn {
    min-width: unset;
    margin-top: 20px;
  }
  .post_section .postdetail .more_box .img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .post_section .metas .social {
    gap: 12px;
  }
  .post_section .metas .social a {
    width: 42px;
  }
  .post_section .metas .social a::after {
    width: 20px;
  }
  .post_section .metas .tags {
    gap: 1rem;
  }
  .post_section .metas .tags strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_section .metas .tags ul {
    gap: 1rem 12px;
  }
  .post_section .metas .tags ul li {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 8px 10px;
  }
  .post_section .right {
    width: 100%;
    gap: 1.2rem 2rem;
  }
  .post_section .search_box form {
    grid-template-columns: 1fr 32px;
  }
  .post_section .search_box form input[type=text] {
    font-size: 0.9rem;
    padding: 16px 20px;
  }
  .post_section .search_box form input[type=submit] {
    background-size: 20px;
    background-position: left center;
  }
  .post_section .slide_obj strong {
    font-size: 18px;
    padding: 12px 0;
  }
  .post_section .slide_category ul {
    margin-top: 1.2rem;
  }
  .post_section .slide_category ul li {
    margin-bottom: 10px;
  }
  .post_section .slide_category ul a {
    grid-template-columns: 10px 1fr;
    font-size: 0.9rem;
    line-height: 1.5;
    gap: 10px;
  }
  .post_section .slide_article ul {
    margin-top: 1.2rem;
  }
  .post_section .slide_article ul li {
    margin-bottom: 1rem;
  }
  .post_section .slide_article ul li a {
    gap: 12px;
  }
  .post_section .slide_article ul .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .post_section .slide_article ul .metas {
    grid-template-columns: 12px 1fr;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .latest_news {
    padding: 3rem 0 4rem;
  }
  .latest_news .latest_news_swiper {
    margin-top: 2rem;
  }
  .latest_news .swiper_btns {
    width: 100%;
    position: static;
    transform: translate(0);
    padding: 0 20px;
    margin-top: 2rem;
    justify-content: flex-end;
  }
  .latest_news .swiper_btns > div {
    width: 46px;
  }
  .latest_news p.center:has(.btn) {
    margin-top: 3rem;
  }
  .latest_news p.center:has(.btn) .btn {
    min-width: unset;
  }
  .contact_progress {
    padding: 4rem 0 3rem;
  }
  .contact_progress .flex {
    display: block;
  }
  .contact_progress h2 {
    max-width: unset;
  }
  .contact_progress h2::after {
    width: 23px;
    margin-top: 1rem;
  }
  .contact_progress .left {
    width: 100%;
    display: block;
  }
  .contact_progress .contact_process_thumbs_swiper {
    margin: 0;
    margin-top: 2rem;
  }
  .contact_progress .contact_process_thumbs_swiper .swiper-slide {
    max-width: 95px;
  }
  .contact_progress .contact_process_thumbs_swiper .swiper-slide .icon {
    max-width: 5rem;
  }
  .contact_progress .contact_process_thumbs_swiper .swiper-slide::after {
    top: 2.5rem;
    width: calc(100% + 30px);
  }
  .contact_progress .contact_process_thumbs_swiper .swiper-slide .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_progress .contact_process_intro_swiper {
    margin: 0;
    margin-top: 2rem;
    min-height: unset;
    padding: 2rem 20px;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide {
    padding: 0;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide ul {
    margin-top: 12px;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide ul li {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 26px;
    margin-bottom: 8px;
  }
  .contact_progress .contact_process_intro_swiper .swiper-slide ul li::before {
    width: 1rem;
    top: 2px;
  }
  .contact_progress .contact_progress_img_swiper {
    width: 100%;
    margin: 0;
  }
  .contact_info {
    padding: 3rem 0;
  }
  .contact_info h2::after {
    width: 23px;
    margin-top: 1rem;
  }
  .contact_info .list {
    margin-top: 2rem;
  }
  .contact_info .list > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
  .contact_info .list .item .icon {
    width: 3.2rem;
  }
  .contact_info .list .item .icon::before {
    right: -10px;
  }
  .contact_info .list .item.item_email a {
    font-size: 14px;
  }
  .contact_info .list .item .info {
    font-size: 16px;
    line-height: 1.5;
    padding: 1.2rem 0 1rem;
  }
  .contact_info .list .item strong {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact_info .list .item .date {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .contact_info .list .social {
    gap: 1rem;
    margin-top: 0;
  }
  .contact_info .list .social a {
    width: 20px;
  }
  .contact_expert {
    padding: 2rem 0 4rem;
  }
  .contact_expert h2::after {
    width: 23px;
    margin-top: 1rem;
  }
  .contact_expert .gap {
    flex-direction: column-reverse;
  }
  .contact_expert .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }
  .contact_expert form {
    gap: 12px;
  }
  .contact_expert form .col-2 {
    width: 100%;
  }
  .contact_expert form input,
  .contact_expert form textarea,
  .contact_expert form select {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 14px 0;
  }
  .contact_expert form select {
    background-size: 12px;
  }
  .contact_expert form textarea {
    height: 120px;
  }
  .contact_expert form label:has(.upload_icon) {
    margin-top: 14px;
  }
  .contact_expert form .upload_icon {
    width: 32px;
  }
  .contact_expert form .upload_icon::after {
    width: 20px;
  }
  .contact_expert form .upload_icon ~ span {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0 1rem;
    margin-bottom: 0;
  }
  .contact_expert form .btn_b {
    min-width: 140px;
    padding: 10px 20px;
    margin-top: 2rem;
  }
  .contact_expert form span:has([type="submit"]) {
    margin-top: 1rem;
  }
  .contact_expert input[type=submit] {
    font-size: 14px;
    min-width: 130px;
    padding: 12px 2rem;
  }
  .distributors_join {
    padding: 4rem 0 3rem;
  }
  .distributors_join .img {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
  .distributors_join .gap {
    flex-direction: column-reverse;
  }
  .distributors_join .head {
    padding: 0;
  }
  .distributors_join .head .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .distributors_join .head .desc p {
    margin-bottom: 10px;
  }
  .distributors_join .join_box {
    padding: 3rem 20px;
    margin-top: 2rem;
  }
  .distributors_join .join_box .subtitle {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .distributors_join .join_box .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .distributors_join .join_box .btn_b {
    min-width: unset;
    padding: 10px 20px;
  }
  .distributors_offer {
    padding: 2rem 0 4rem;
  }
  .distributors_offer .distributors_offer_swiper {
    margin-top: 2rem;
  }
  .distributors_offer .distributors_offer_swiper .swiper-slide a {
    padding: 3rem 20px;
  }
  .distributors_offer .distributors_offer_swiper .icon {
    width: 3.2rem;
  }
  .distributors_offer .distributors_offer_swiper .info {
    margin-top: 2rem;
  }
  .distributors_offer .distributors_offer_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .distributors_offer .distributors_offer_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 2.2rem;
  }
  .distributors_offer .distributors_offer_swiper .link {
    font-size: 14px;
    line-height: 1.5;
    gap: 10px;
  }
  .distributors_standards {
    padding: 4rem 0 3rem;
  }
  .distributors_standards .head {
    max-width: unset;
  }
  .distributors_standards .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .distributors_standards .gap {
    flex-direction: column;
    margin-top: 2rem;
  }
  .distributors_standards .distributors_standards_swiper {
    width: 100%;
  }
  .distributors_standards .items {
    padding: 0;
    flex: unset;
    width: 100%;
  }
  .distributors_standards .items .item {
    grid-template-columns: 3.2rem 1fr;
    gap: 1rem;
  }
  .distributors_standards .items .item.active h3 {
    font-size: 18px;
  }
  .distributors_standards .items .item.active .icon {
    transform: translateY(22px);
  }
  .distributors_standards .items .item::before,
  .distributors_standards .items .item::after {
    left: 1.6rem;
  }
  .distributors_standards .items h3 {
    font-size: 16px;
    line-height: 1.5;
    padding: 1.2rem 0;
  }
  .distributors_standards .items p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .distributors_standards .items .icon {
    transform: translateY(7px);
  }
  .distributors_about {
    padding: 2rem 0 4rem;
  }
  .distributors_about .distributors_about_swiper {
    margin-top: 1.2rem;
    padding: 20px;
    max-width: 440px;
    width: 100%;
  }
  .distributors_about .distributors_about_swiper .swiper-slide {
    padding: 2rem 20px;
  }
  .distributors_about .distributors_about_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .distributors_about .distributors_about_swiper .swiper-slide p::before {
    width: 22px;
    margin-bottom: 1.2rem;
  }
  .distributors_about .distributors_about_swiper .swiper-slide strong {
    font-size: 18px;
    margin-top: 3rem;
  }
  .distributors_about .swiper_btns {
    max-width: unset;
    position: static;
    transform: translate(0);
    padding: 0 20px;
    margin-top: 1rem;
    justify-content: flex-end;
  }
  .distributors_contact {
    padding: 4rem 0;
  }
  .distributors_contact .head {
    max-width: unset;
  }
  .distributors_contact .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 12px;
  }
  .distributors_contact .card {
    padding: 2rem 20px;
    margin-top: 2rem;
  }
  .distributors_contact form {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .distributors_contact form input,
  .distributors_contact form textarea,
  .distributors_contact form select {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 14px 0;
  }
  .distributors_contact form select {
    background-size: 12px;
  }
  .distributors_contact form textarea {
    height: 120px;
    padding-top: 6px;
  }
  .distributors_contact form .label {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .distributors_contact form label:has(.upload_icon) {
    margin-top: 14px;
  }
  .distributors_contact form .upload_icon {
    width: 32px;
  }
  .distributors_contact form .upload_icon::after {
    width: 20px;
  }
  .distributors_contact form .upload_icon ~ span {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0 1rem;
    margin-bottom: 0;
  }
  .distributors_contact form .btn_b {
    padding: 10px 20px;
    margin-top: 2rem;
    max-width: 140px;
  }
  .distributors_contact span:has(input[type=submit]) {
    margin-top: 1rem;
  }
  .distributors_contact input[type=submit] {
    font-size: 14px;
    min-width: 130px;
    padding: 12px 2rem;
  }


  /*** 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;
    text-indent: -99999px;
  }
  /*** global css ***/


  .search_main {
    padding: 3rem 0;
  }
  .search_main .list {
    margin: 2rem 0 3rem;
  }
  .search_main .list ul {
    gap: 1rem 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .search_main .list .info {
    padding: 1rem 12px;
  }
  .search_main .list .info .name {
    font-size: 14px;
  }
  .search_main .list .info .excerpt {
    font-size: 13px;
    margin-top: 6px;
    -webkit-line-clamp: 2;
  }
  section.product_design .product_design_swiper {
    width: 100%;
  }
  section.product_design .left {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  section.product_design {
    padding: 3rem 0;
  }
  section.product_space {
    padding: 3rem 0;
  }

  .lang_modal .modal_content {
    padding: 20px 1rem 1.5rem 1.5rem;
  }
  .lang_modal .modal_content .close {
    margin: 0 -8px 20px auto;
  }
  .lang_modal .modal_content .gtranslate_wrapper {
    grid-template-columns: 1fr;
  }

  .case_poster img {
    height: auto;
    aspect-ratio: 1920/765;
  }
  
  .single-product .product_banner .content{
    max-width: 100%;
  }


  section.home_banner .flex {
    gap: 1rem;
    justify-content: center;
  }
  section.home_banner .head::before {
    width: calc(100% + 24px);
    height: calc(100% + 144px);
    left: -12px;
    top: -2rem;
    opacity: 0;
  }
  section.home_banner .head .title span {
    font-size: 32px;
  }
  section.home_banner .head .desc {
    margin-top: 1rem;
    font-size: .9rem;
  }
  section.home_banner .head{
    text-align: center;
  }
  section.home_banner .head + .gap{
    justify-content: center;
    width: 100%;
  }

  .section_banner .breadcrumbs {
    font-size: 14px;
    margin-top: 2rem;
    margin-bottom: -1rem;
  }

  div.cookies p{
    min-width: 100%;
    font-weight: 300;
    font-size: 16px;
  }
  div.cookies .flex{
    flex-flow: wrap;
  }
  div.cookies button{
    font-size: 14px;
    margin-top: .5rem;
    padding: 14px 25px;
  }

  .section_case .head p{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .inquiry_list .click_item{
    width: 3rem;
    height: 3rem;
  }

  .factory_sustain .head{
    margin-bottom: 1.5rem !important;
  }
  .head>h3{
    font-size: 1.3rem !important;
    margin-bottom: 1.5rem ;
  }
  .select-guide-section.alt-style .step-content ul li, .select-guide-section.alt-style .step-content p{
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }


  
  .default_text{
    font-size: 0.9rem;
    line-height: 1.5rem;
    
  }
  .solutions_product{
    padding-top: 3rem;
  }

  
  .factory_about .nums p{
    font-size: 16px !important;
  }
  .home_products .head p{
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .home_products .head>div{
    max-width: 100%;
  }
  .categories_lists ul li p{
    font-size: 1rem;
    line-height: 1.7;
  }

  .case_poster{
    display: flex;
    flex-direction: column;
  }
  .case_poster:after{
    display: none;
  }
  .case_poster .head{
    order: 9;
    position: unset;
    transform: none;
    margin-top: 2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color: var(--title_color);
    text-align: left;
  }
  .case_poster .head h1{
    font-size: 25px;
    line-height: 1.5;
  }
  .case_poster .head .desc{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
}
