@media screen and (max-width: 768px) {
  .content,
  .header_content,
  .banner_content,
  .home_support .content,
  .support_contact .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .head .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head_banner .title,
  .page_banner .head_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .head_banner .desc_big,
  .page_banner .head_banner .desc_big {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .head_banner .desc,
  .page_banner .head_banner .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 12px;
    height: 12px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .scrollbox {
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    overflow-x: scroll;
    /*&::-webkit-scrollbar {
      height: 2px;
    }

    &::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: var(--theme_color);
    }

    &::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #eeeeee;
    }*/
  }
  .scrollbox::-webkit-scrollbar {
    display: none;
  }
  .btn {
    font-size: 14px;
    padding: 11px 22px;
    min-width: 120px;
    line-height: 1.5;
    gap: 6px;
  }
  .btn_circle {
    width: 2rem;
  }
  .btn_circle::after {
    width: 10px;
    height: 10px;
  }
  .btn_more {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 22px;
  }
  .scrollbar_box {
    font-size: 14px;
    gap: 12px;
  }
  header .left {
    min-width: unset;
  }
  header .logo img {
    width: 120px;
  }
  header .btns {
    gap: 20px;
    min-height: 4rem;
  }
  header .btns .btn_menu {
    order: 3;
  }
  header .btns a {
    display: none;
  }
  .footer_start {
    padding: 3rem 0;
  }
  .footer_start::before {
    width: 100%;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
  }
  .footer_start .gap {
    gap: 2rem;
  }
  .footer_start .head .desc {
    padding-right: 0;
    margin: 12px 0;
    font-weight: 300;
  }
  .footer_start .head .info ul {
    padding-right: 0;
  }
  .footer_start .head .info ul li {
    gap: 1rem;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
  }
  .footer_start .head .info ul li:nth-child(2) {
    padding-bottom: 12px;
  }
  .footer_start .head .info ul li span {
    width: 1.5rem;
  }
  .footer_start .head .info ul li .img {
    width: 4rem;
    border-width: 4px;
  }
  .footer_start .head .info ul li a {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .footer_start .head .address {
    font-size: 15px;
    line-height: 27px;
    color: var(--content_color);
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 35px 0 28px;
  }
  .footer_start .head .address i {
    margin-top: 11px;
    display: block;
    width: 26px;
    height: 32px;
    content: '';
    background: url("../img/icon-locate.svg") no-repeat center / contain;
  }
  .footer_start .head .address .main {
    font-size: 18px;
    line-height: 32px;
    color: var(--title_color);
    font-weight: 600;
  }
  .footer_start .head .social {
    padding: 26px 0;
    border-top: 1px solid rgba(6, 16, 20, 0.16);
  }
  .footer_start .head .social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 10px;
  }
  .footer_start .head .social ul li {
    margin: 0;
    width: 60px;
    aspect-ratio: 1;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;
  }
  .footer_start .head .social ul li a,
  .footer_start .head .social ul li span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    transition: all 0.3s;
    cursor: pointer;
    background: no-repeat center / contain;
  }
  .footer_start .head .social ul li a:hover,
  .footer_start .head .social ul li span:hover {
    transform: scale(1.2);
  }
  .footer_start .head .social ul .facebook a,
  .footer_start .head .social ul .facebook span {
    background-image: url(../img/facebook2.svg);
  }
  .footer_start .head .social ul .twitter a,
  .footer_start .head .social ul .twitter span {
    background-image: url(../img/twitter2.svg);
  }
  .footer_start .head .social ul .youtube a,
  .footer_start .head .social ul .youtube span {
    background-image: url(../img/youtube2.svg);
  }
  .footer_start .head .social ul .instagram a,
  .footer_start .head .social ul .instagram span {
    background-image: url(../img/instagram2.svg);
  }
  .footer_start .head .social ul .linkedin a,
  .footer_start .head .social ul .linkedin span {
    background-image: url(../img/linkedin2.svg);
  }
  .footer_start .head .social ul .skype a,
  .footer_start .head .social ul .skype span {
    background-image: url(../img/skype.svg);
  }
  .footer_start .right form {
    gap: 1rem;
  }
  .footer_start .right form .col-2 {
    width: 100%;
  }
  .footer_start .right form span:has(input[type=checkbox]) {
    margin-top: -9px;
  }
  .footer_start .right form input,
  .footer_start .right form textarea {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 1rem;
  }
  .footer_start .right form textarea {
    height: 144px;
  }
  .footer_start .right form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .footer_start .right form input[type=checkbox] ~ span {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
  }
  .footer_start .right form input[type=checkbox] ~ span a {
    color: var(--theme_color);
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s;
  }
  .footer_start .right form input[type=checkbox] ~ span a:hover {
    text-decoration: none;
  }
  .footer_start .right form .btn {
    margin-top: 1rem;
  }
  footer .footer_main {
    padding: 4rem 0 3rem;
  }
  footer .footer_main .gap:has(.left) {
    gap: 1rem;
  }
  footer .footer_main .gap:has(.left) .gap {
    gap: 0;
  }
  footer .footer_main .left {
    max-width: unset;
    margin-top: 0;
  }
  footer .footer_main .left .logo img {
    width: 160px;
    margin-bottom: 2rem;
  }
  footer .footer_main .left ul > li {
    margin-bottom: 1rem;
  }
  footer .footer_main .left ul > li p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .footer_main .left ul > li a {
    font-size: 1rem;
    line-height: 45px;
    padding: 0 22px;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) {
    width: 100%;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) strong {
    font-size: 1rem;
    line-height: 45px;
    border: 1px solid rgba(22, 22, 22, 0.2);
    padding: 0 22px;
    border-radius: 6px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) > div li {
    margin-bottom: 14px;
  }
  footer .footer_main .slide_obj:not(.slide_subscribe) > div a {
    font-size: 14px;
    display: block;
  }
  footer .footer_main .slide_subscribe {
    width: 100%;
    margin-top: 2rem;
  }
  footer .footer_main .slide_subscribe strong {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_subscribe p {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_subscribe form {
    margin-bottom: 2rem;
  }
  footer .footer_main .slide_subscribe form input[type=email] {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 22px;
  }
  footer .footer_main .slide_subscribe form input[type=submit] {
    width: 32px;
  }
  footer .footer_main .social {
    gap: 1rem;
    justify-content: space-between;
  }
  footer .copyright {
    font-size: 13px;
    line-height: 1.4;
    padding: 1rem 0;
    text-align: center;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    justify-content: space-between;
  }
  .page_banner {
    padding: 0;
  }
  .page_banner.page_banner:has(.breadcrumbs) .flex {
    padding-bottom: 1rem;
  }
  .page_banner.page_banner:has(.breadcrumbs) h1 {
    font-size: 22px;
  }
  .page_banner.technical_banner .flex {
    padding-bottom: 2rem;
  }
  .page_banner::before {
    opacity: 0.8;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 6rem 0 3rem;
  }
  .page_banner .head_banner {
    max-width: unset;
    padding-bottom: 0;
  }
  .page_banner .head_banner .desc_big {
    margin: 8px 0 5px;
  }
  .page_banner .head_banner .desc {
    padding-right: 0;
    margin: 8px 0;
  }
  .page_banner .head_banner .desc::before {
    width: 14px;
  }
  .page_banner .head_banner .btn {
    margin-top: 20px;
  }
  .page_banner .head_banner form {
    margin-top: 1rem;
  }
  .page_banner .head_banner form input[type=text] {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 2rem;
  }
  .page_banner .head_banner form input[type=submit] {
    width: 40px;
    background-size: 16px 16px;
    margin-right: 10px;
  }
  .breadcrumbs {
    min-height: 4rem;
    padding-bottom: 1rem;
  }
  .breadcrumbs span span {
    font-size: 14px;
    line-height: 2;
  }
  .breadcrumbs span span::after {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .breadcrumbs span span:first-child::before {
    margin-right: 8px;
  }
  .breadcrumbs span span:hover {
    opacity: 1;
  }
  .products_category .products_nav_swiper .nav_slide {
    font-size: 14px;
    line-height: 1.2;
    padding: 1rem 0;
  }
  .products_category .products_nav_swiper .nav_slide .icon {
    width: 5rem;
  }
  .products_category .products_nav_swiper .nav_slide::after {
    height: 3px;
  }
  .products_category .products_nav_swiper .swiper_btns {
    opacity: 1;
  }
  .products_category .products_nav_swiper .swiper_btns > div::after {
    width: 12px;
    height: 12px;
  }
  .product_item a {
    border-radius: 12px;
    padding: 0 1rem 2rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  }
  .product_item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }
  .product_item .img {
    margin-top: -2rem;
  }
  .product_item .info {
    margin-top: 1rem;
  }
  .product_item .info h3 {
    font-size: 18px;
  }
  .product_item .info .metas {
    font-size: 16px;
    padding: 0 0 8px;
    margin-bottom: 0;
  }
  .product_item .info .metas::after {
    height: 1px;
  }
  .product_item .info ul {
    margin-bottom: 1rem;
  }
  .product_item .info ul > li {
    font-size: 14px;
    padding: 6px 0;
  }
  .product_item .colors {
    margin-top: 5px;
    position: absolute;
    right: 8.6%;
    top: 3.4rem;
    transition: all 0.3s;
  }
  .product_item .colors ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product_item .colors ul > li {
    display: block;
    width: 29px;
    aspect-ratio: 1;
    padding: 3px;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    order: 2;
  }
  .product_item .colors ul > li i {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: no-repeat center / cover;
    content: '';
    display: block;
  }
  .product_item .colors ul > li.active,
  .product_item .colors ul > li:hover {
    border-color: #171717;
  }
  .product_item .colors ul > li.active {
    order: 1;
  }
  .item_effect {
    border-radius: 12px;
  }
  .item_effect .pic .desc {
    bottom: 1rem;
    right: 1rem;
    font-size: 14px;
    line-height: 1.5;
  }
  .item_effect .pic .desc strong {
    font-size: 16px;
    margin-top: 0;
  }
  .item_effect .left {
    border-right: 3px solid #ffffff;
  }
  .item_effect .left .desc {
    min-width: 215px;
    left: 1rem;
  }
  .item_effect .left span {
    width: 20px;
  }
  .item_testimonial .star {
    width: 120px;
    margin-bottom: 1rem;
  }
  .item_testimonial .star::after {
    background-size: 120px 100%;
  }
  .item_testimonial p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .item_testimonial .name {
    font-size: 14px;
    line-height: 1.5;
  }
  .item_testimonial .name strong {
    font-size: 16px;
  }
  .supportlist .item_support a {
    border-radius: 20px;
    padding: 2rem 1.2rem;
  }
  .supportlist .item_support a::before {
    border-radius: 20px;
  }
  .supportlist .item_support .icon {
    width: 60px;
  }
  .supportlist .item_support .info {
    margin-top: 1rem;
  }
  .supportlist .item_support h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .supportlist .item_support p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .supportlist .item_support .link {
    gap: 10px;
    min-height: 26px;
    transform: translateX(calc(-100% + 14px));
  }
  .supportlist .item_support .link p {
    font-size: 14px;
  }
  .supportlist .item_support .link i {
    width: 14px;
  }
  .navwrap ul {
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .navwrap ul li .nav_btn {
    font-size: 14px;
    padding: 6px 22px;
    white-space: nowrap;
  }
  .news_box > div {
    gap: 2rem;
  }
  .news_box .right .item::after {
    display: block;
  }
  .news_box .right .item a {
    gap: 1rem;
  }
  .news_box .right .item .img {
    width: 100%;
    aspect-ratio: 451/316;
  }
  .news_box .right .item .img img {
    object-fit: cover;
  }
  .news_box .right .item .img .tag {
    top: 1rem;
    left: 1rem;
  }
  .news_box .right .item .metas {
    margin-bottom: 0;
  }
  .news_box .right .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .news_box .right .item p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .news_box .right .item .link {
    font-size: 14px;
  }
  .news_box .item {
    flex: 1;
  }
  .news_box .item a {
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .news_box .item a::before {
    height: 100%;
  }
  .news_box .item .img {
    border-radius: 12px;
  }
  .news_box .item .img .tag {
    left: 1rem;
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
  }
  .news_box .item .info {
    padding: 6rem 1rem 0;
  }
  .news_box .item .metas {
    gap: 8px;
    margin-bottom: 0;
  }
  .news_box .item .metas::before {
    width: 12px;
  }
  .news_box .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .news_box .item p {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .news_box .item .link {
    font-size: 14px;
    line-height: 1.5;
  }
  .item_news a {
    border-radius: 12px;
  }
  .item_news .img {
    border-radius: 12px;
  }
  .item_news .tag {
    top: 1rem;
    left: 1rem;
    font-size: 14px;
    line-height: 2;
  }
  .item_news .info {
    padding: 1rem;
  }
  .item_news .metas {
    font-size: 14px;
    line-height: 1.5;
    gap: 8px;
    margin-bottom: 10px;
  }
  .item_news .metas::before {
    width: 14px;
  }
  .item_news h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  .item_news .link {
    line-height: 1.5;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding: 4rem 0;
  }
  .home_banner .home_banner_swiper .swiper-slide .flex {
    padding: 3rem 0 4rem;
    min-height: unset;
  }
  .home_banner .head_banner {
    max-width: unset;
    padding-bottom: 0;
  }
  .home_banner .swiper_btns {
    display: none;
  }
  .home_banner .scrollbar_box {
    left: 1.2rem;
    bottom: 2rem;
    padding: 0;
  }
  .home_digital {
    margin-top: -1rem;
    padding-bottom: 2rem;
  }
  .home_digital .nums {
    padding: 1rem 0;
  }
  .home_digital .nums::before {
    width: 100vw;
    border-radius: 0;
    left: -1.2rem;
  }
  .home_digital .nums > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .home_digital .nums .item {
    padding: 1rem 0;
  }
  .home_digital .nums .item .info {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .home_digital .nums .item .icon {
    width: 46px;
    min-width: 46px;
    aspect-ratio: 1;
    background: no-repeat center / cover;
    margin-right: 1rem;
  }
  .home_digital .nums .item .title {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .home_technology {
    padding: 3rem 0 0;
  }
  .home_technology .container {
    padding: 2rem 0;
  }
  .home_technology .home_technology_swiper {
    border-radius: 12px;
  }
  .home_technology .items .item .Q {
    font-size: 18px;
    padding: 1rem 0;
  }
  .home_technology .items .item .Q::after {
    width: 12px;
    height: 6px;
    content: '';
  }
  .home_technology .items .item .A {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .home_technology .items .item .A p {
    margin-bottom: 1rem;
  }
  .home_technology .items .item .A a {
    gap: 8px;
  }
  .home_products {
    padding: 4rem 0 3rem;
  }
  .home_products .products_category {
    margin-top: 0;
  }
  .home_products .products_category .products_nav_swiper .nav_slide {
    font-size: 13px;
    line-height: 1.5;
    padding: 1rem 0;
  }
  .home_products .products_category .products_nav_swiper .nav_slide .title {
    max-width: unset;
    margin-top: 0;
  }
  .home_products .home_products_swiper {
    margin-top: 2rem;
  }
  .home_products .swiper_box .swiper_btns {
    max-width: unset;
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .home_products p.center:has(.btn) {
    margin-top: 2rem;
    min-height: 45px;
  }
  .home_testimonials {
    padding: 3rem 0;
  }
  .home_testimonials .gap {
    margin-top: 2rem;
    gap: 1rem;
  }
  .home_testimonials .item_effect .pic.left .desc {
    left: 1rem;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide {
    border-radius: 12px;
    padding: 2rem 1rem 1rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .item_testimonial .star {
    margin-bottom: 1rem;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .item_testimonial p {
    margin-bottom: 2rem;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .item_testimonial .name strong {
    font-size: 14px;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .product {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 1rem 0;
    align-items: center;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .product .img {
    width: 28.832%;
    aspect-ratio: 138/138;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .product .info {
    flex: 1;
    padding-top: 0;
  }
  .home_testimonials .home_testimonials_swiper .swiper-slide .product strong {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .home_testimonials .swiper_btns {
    gap: 1rem;
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .home_about {
    padding: 2rem 0 3rem;
  }
  .home_about .gap {
    gap: 10px;
  }
  .home_about .head .flex1 {
    flex: unset;
    max-width: 100%;
  }
  .home_about .head .desc {
    max-width: 100%;
  }
  .home_about .home_about_swiper {
    margin-top: 2rem;
  }
  .home_about .home_about_swiper .swiper-slide .info {
    padding: 1rem 0 2rem;
  }
  .home_about .home_about_swiper .swiper-slide h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .home_about .home_about_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .home_about_swiper .swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 50;
    height: 1px;
    width: 100%;
  }
  .home_about .home_about_swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #242424;
    height: 3px !important;
  }
  .home_support {
    padding: 3rem 0;
  }
  .home_support .supportlist {
    margin-top: 2rem;
  }
  .home_support .supportlist > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home_certificates {
    padding: 3rem 0;
  }
  .home_certificates::before {
    height: 100%;
  }
  .home_certificates .head .desc {
    font-size: 16px;
    max-width: unset;
    margin-top: 10px;
  }
  .home_certificates .home_certificates_img_swiper {
    max-width: 240px;
    margin-top: 2rem;
  }
  .home_certificates .home_certificates_img_swiper .swiper-slide {
    border-radius: 20px;
  }
  .home_certificates .home_certificates_intro_swiper {
    max-width: 100%;
    padding: 2rem 0 1rem;
  }
  .home_certificates .home_certificates_intro_swiper .swiper-slide h3 {
    font-size: 18px;
  }
  .home_certificates .home_certificates_intro_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .home_certificates .swiper_btns {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .home_news {
    padding: 3rem 0;
  }
  .home_news .news_box {
    margin-top: 2rem;
  }
  .home_news .flex:has(a.link_all) {
    margin-top: 1.2rem;
  }
  .home_news .link_all {
    font-size: 14px;
    line-height: 1.5;
    gap: 10px;
  }
  .home_news .link_all .btn_circle {
    width: 2rem;
  }
  .home_news .link_all .btn_circle::after {
    width: 10px;
    height: 10px;
  }
  .products_category {
    margin-top: -3rem;
  }
  .products_treatment {
    padding: 4rem 0 3rem;
  }
  .products_treatment .gap {
    gap: 1rem;
  }
  .products_treatment .desc {
    max-width: unset;
    padding-top: 0;
  }
  .products_treatment .desc p {
    margin-bottom: 10px;
  }
  .products_treatment .img {
    margin-top: 1rem;
    border-top-left-radius: 24px;
  }
  .products_technology {
    padding: 3rem 0;
  }
  .products_technology .items {
    margin-top: 2rem;
  }
  .products_technology .items > div {
    gap: 2rem;
  }
  .products_technology .items .item {
    gap: 1rem;
  }
  .products_technology .items .item .img {
    border-radius: 12px;
  }
  .products_technology .items .item .info h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .products_technology .items .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .products_technology .items .item:nth-child(even) .info {
    padding-top: 0;
  }
  .products_section {
    padding: 3rem 0;
  }
  .products_section .items {
    margin-top: 5rem;
  }
  .products_section .items > div {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .products_section .items p.center:has(.btn) {
    margin-top: 2rem;
    min-height: 45px;
  }
  .products_knowledge {
    padding: 3rem 0 4rem;
  }
  .products_knowledge .products_knowledge_swiper {
    margin-top: 2rem;
  }
  .products_knowledge .products_knowledge_swiper .swiper-slide .info {
    margin-top: 1rem;
    gap: 1rem;
  }
  .products_knowledge .products_knowledge_swiper .swiper-slide .info .metas {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .products_knowledge .products_knowledge_swiper .swiper-slide .info h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .products_knowledge .products_knowledge_swiper .swiper-slide .info .btn_circle {
    width: 2.2rem;
  }
  .products_knowledge .products_knowledge_swiper .swiper-slide .info .btn_circle::after {
    width: 10px;
    height: 10px;
  }
  .products_knowledge p.center:has(.btn) {
    margin-top: 3rem;
    min-height: 45px;
  }
  .contact_section {
    padding: 4rem 0;
  }
  .contact_section .head {
    max-width: unset;
  }
  .contact_section .items {
    margin-top: 2rem;
  }
  .contact_section .items > div {
    grid-template-columns: 1fr;
  }
  .contact_section .items .item a {
    border-radius: 16px;
    padding: 2rem 1.2rem;
    transition: all 0.3s;
  }
  .contact_section .items .item a::before {
    border-radius: 16px;
  }
  .contact_section .items .item .icon {
    width: 60px;
  }
  .contact_section .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .contact_section .items .item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .contact_section .items .item i {
    width: 14px;
    height: 10px;
  }
  .new_box {
    padding: 4rem 0 2rem;
  }
  .new_box .postdetail {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
  .new_box .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.8rem;
  }
  .new_box .postdetail h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .new_box .postdetail p {
    margin-bottom: 8px;
  }
  .new_box .postdetail ul {
    padding-left: 1.2rem;
    margin-bottom: 8px;
  }
  .new_box .postdetail img {
    border-radius: 12px;
    margin: 1rem 0;
  }
  .new_box .postdetail .morebox {
    border-radius: 12px;
    margin: 2rem 0;
    padding-bottom: 1rem;
  }
  .new_box .postdetail .morebox .main {
    flex: 1;
    padding: 2rem 2rem 1rem;
  }
  .new_box .postdetail .morebox .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .new_box .postdetail .morebox .desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 1.2rem;
  }
  .new_box .postdetail .morebox .img {
    width: 100%;
    height: 200px;
    margin-top: 0;
  }
  .new_box .postdetail .morebox .img img {
    object-fit: contain;
  }
  .new_box .tags {
    font-size: 14px;
  }
  .new_box .tags strong {
    font-size: 16px;
    margin-right: 0.9rem;
  }
  .new_box .tags ul > li {
    padding: 7px 22px;
    border-radius: 16px;
    min-width: 100px;
    margin-right: 8px;
  }
  .new_box .social ul {
    gap: 1rem;
  }
  .new_box .social ul li a {
    width: 34px;
  }
  .new_box .searchbox {
    margin-bottom: 2rem;
  }
  .new_box .searchbox form input[type=text] {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 20px;
  }
  .new_box .searchbox form input[type=submit] {
    width: 32px;
    background: url("../img/icon-search.svg") no-repeat left center / 16px;
  }
  .new_box .slide_card {
    flex: unset;
    margin-bottom: 2rem;
  }
  .new_box .slide_card.slide_article {
    margin-bottom: 4rem;
  }
  .new_box .slide_card strong {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .new_box .slide_card .categorylist {
    margin-top: 12px;
  }
  .new_box .slide_card .categorylist li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 0;
    gap: 12px;
  }
  .new_box .slide_card .categorylist li a::before {
    width: 10px;
    height: 10px;
  }
  .new_box .slide_card .articlelist {
    margin-top: 1.2rem;
  }
  .new_box .slide_card .articlelist li {
    margin-bottom: 1rem;
  }
  .new_box .slide_card .articlelist li a {
    font-size: 14px;
  }
  .new_box .slide_card .articlelist li a .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .new_box .slide_card .articlelist li a .metas {
    gap: 9px;
  }
  .new_box .slide_card .articlelist li a .metas::before {
    width: 12px;
  }
  .new_box .slide_subscribe {
    padding: 0 2rem 2rem;
  }
  .new_box .slide_subscribe .icon {
    width: 80px;
    margin-bottom: 0.9rem;
    margin-top: -30px;
  }
  .new_box .slide_subscribe .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .new_box .slide_subscribe .desc {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .new_box .slide_subscribe form {
    gap: 20px;
  }
  .new_box .slide_subscribe form input[type=email] {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 10px;
  }
  .new_box .slide_subscribe form input[type=submit] {
    width: 126px;
    font-size: 14px;
    padding: 7px;
  }
  .news_box_section {
    padding: 3rem 0 4rem;
  }
  .news_box_section .news_box_swiper {
    margin-top: 2rem;
  }
  .news_box_section .swiper_btns {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .news_box_section p.center:has(.btn) {
    margin-top: 3rem;
  }
  .news_section {
    padding: 3rem 0 4rem;
  }
  .news_section .newslist {
    margin-top: 2rem;
  }
  .news_section .newslist > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .news_section p.center:has(.btn) {
    margin-top: 2rem;
    min-height: 45px;
  }
  .support_sales {
    padding: 4rem 0 0;
  }
  .support_sales .head {
    max-width: unset;
  }
  .support_sales .container {
    padding: 2.5rem 0;
    margin-top: 0;
  }
  .support_sales .video .play {
    width: 46px;
  }
  .support_sales .right {
    flex: 1;
  }
  .support_sales .right h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .support_sales .right p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .support_sales .right a {
    font-size: 16px;
    line-height: 1.5;
    gap: 10px;
  }
  .support_contact {
    padding: 4rem 0 3rem;
  }
  .support_contact .supportlist > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .support_box {
    padding: 3rem 0 4rem;
  }
  .support_box .navwrap {
    padding-bottom: 2rem;
  }
  .support_box .items {
    margin-top: 2rem;
  }
  .support_box .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .support_box .items .item a {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 12px;
    padding: 2rem 1.2rem;
  }
  .support_box .items .item .metas {
    margin-bottom: 6px;
  }
  .support_box .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .support_box .items .item p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .support_box .items .item .link {
    gap: 1.2rem;
    transform: translateX(calc(-100% + 32px));
  }
  .support_box .items .item .link .btn_circle {
    width: 2rem;
  }
  .support_box .flex:has(.pagination) {
    margin-top: 2rem;
  }
  .support_box .pagination ul {
    gap: 8px;
  }
  .support_box .pagination ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .support_box .pagination ul li.prev,
  .support_box .pagination ul li.next {
    width: 1.5rem;
    margin: 0 5px;
  }
  .support_box .contact {
    font-size: 14px;
    margin-top: 2rem;
  }
  .support_box .contact p {
    max-width: unset;
  }
  .technical_introduce {
    padding: 4rem 0;
  }
  .technical_introduce .head {
    max-width: unset;
  }
  .technical_introduce .postdetail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .technical_introduce .postdetail ol {
    margin-bottom: 34px;
  }
  .technical_introduce .postdetail ol li {
    gap: 8px;
    margin-bottom: 10px;
  }
  .technical_introduce .postdetail ol li::before {
    font-size: 16px;
  }
  .technical_introduce .postdetail img {
    border-radius: 12px;
    margin: 10px 0;
  }
  .technical_introduce .postdetail h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .technical_introduce .postdetail p {
    margin-bottom: 10px;
  }
  .technical_gallery {
    position: relative;
    padding: 3rem 0 4rem;
  }
  .technical_gallery::before {
    height: 100%;
    aspect-ratio: unset;
  }
  .technical_gallery .technical_gallery_swiper {
    max-width: unset;
    margin-top: 2rem;
  }
  .technical_gallery .technical_gallery_swiper .swiper-slide {
    border-radius: 16px;
  }
  .technical_gallery .technical_gallery_swiper .swiper-slide::after {
    border-radius: 16px;
  }
  .technical_gallery .swiper_btns {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .product_information {
    padding: 1.2rem 0;
  }
  .product_information::before {
    height: 100%;
  }
  .product_information .product_info_gallery_swiper {
    margin-bottom: 1rem;
  }
  .product_information .product_info_thumbs_swiper {
    max-width: unset;
    width: 100%;
  }
  .product_information .product_info_thumbs_swiper .swiper-slide {
    border-radius: 8px;
  }
  .product_information .right {
    padding-top: 0;
  }
  .product_information .right .title {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
  }
  .product_information .right .title h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .product_information .right .title p {
    font-size: 16px;
  }
  .product_information .right .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .product_information .right .slide_obj {
    margin-bottom: 1rem;
  }
  .product_information .right .slide_obj p {
    font-size: 16px;
    line-height: 1.5;
  }
  .product_information .right .slide_obj .colors li {
    width: 2rem;
  }
  .product_information .right .slide_obj .types {
    margin-bottom: 2rem;
  }
  .product_information .right .slide_obj .types li {
    margin-right: 20px;
    font-size: 14px;
    padding: 7px 22px;
  }
  .product_information .right .btns {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .product_information .right .btns .btn {
    font-size: 14px;
    padding: 8px 1rem;
  }
  .product_information .right .btns .btn_download {
    font-size: 14px;
    padding: 8px 12px;
  }
  .product_information .right .btns .btn_download p::before {
    width: 14px;
    height: 16px;
    margin-right: 8px;
    margin-left: 0;
    transition: all 0.3s;
  }
  .product_information .right .btns .btn_download::after {
    width: 16px;
  }
  .product_information .right .btns .btn_download:hover {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    color: #ffffff;
  }
  .product_information .right .btns .btn_download:hover::before,
  .product_information .right .btns .btn_download:hover::after {
    filter: contrast(0) brightness(2);
  }
  .product_information .right .flags ul > li {
    font-size: 16px;
    gap: 1rem;
  }
  .product_information .right .flags ul > li span {
    width: 1.5rem;
  }
  .product_nav {
    padding: 1rem 0;
  }
  .product_nav ul {
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .product_nav ul li::after {
    display: none;
  }
  .product_nav ul li a {
    font-size: 14px;
    padding: 1rem 0;
    word-break: unset;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
  }
  .product_nav ul li a::after {
    display: none;
  }
  .product_nav ul li.active a,
  .product_nav ul li:hover a {
    border-bottom-color: var(--theme_color);
  }
  .product_function {
    padding: 3rem 0 4rem;
  }
  .product_function .items {
    margin-top: 2rem;
  }
  .product_function .items > div {
    grid-template-columns: 1fr;
  }
  .product_function .items .item {
    font-size: 14px;
    gap: 12px;
    border-radius: 12px;
    padding: 1rem;
  }
  .product_function .items .item span {
    width: 2.2rem;
    height: 2.2rem;
    content: '';
    background: no-repeat center / contain;
    display: inline-block;
  }
  .product_features {
    padding: 3rem 0;
  }
  .product_features .flex:has(.items) {
    margin-top: 2rem;
  }
  .product_features .gap {
    gap: 2rem;
  }
  .product_features .img {
    height: 246px;
  }
  .product_features .items {
    padding-top: 0;
    flex: unset;
  }
  .product_features .items > div {
    gap: 2rem;
  }
  .product_features .items .item .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
  }
  .product_features .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .product_features .items .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_highlights {
    padding: 4rem 0 3rem;
  }
  .product_highlights .product_highlights_swiper {
    margin-top: 2rem;
  }
  .product_highlights .product_highlights_swiper .swiper-slide {
    flex-direction: column;
    border-radius: 12px;
  }
  .product_highlights .product_highlights_swiper .swiper-slide .img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 734/480;
  }
  .product_highlights .product_highlights_swiper .swiper-slide .info {
    padding: 1rem 1.2rem 1.5rem;
  }
  .product_highlights .product_highlights_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
  }
  .product_highlights .product_highlights_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 0;
  }
  .product_switch {
    padding: 2rem 0 3rem;
  }
  .product_switch .head .desc {
    padding-right: 0;
    margin-top: 1rem;
  }
  .product_switch .items {
    margin-top: 1rem;
  }
  .product_switch .items > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .product_switch .items .item {
    font-size: 14px;
  }
  .product_switch .items .item p {
    min-width: unset;
    padding-left: 1rem;
    white-space: unset;
    word-break: break-word;
  }
  .product_switch .items .item .icon {
    min-width: unset;
    width: 35%;
  }
  .product_switch .product_switch_swiper {
    width: 60%;
  }
  .product_types {
    padding: 3rem 0 4rem;
  }
  .product_types .right ul {
    margin-top: 1.2rem;
  }
  .product_types .right ul li {
    gap: 12px;
    margin-bottom: 1rem;
  }
  .product_types .right ul li i {
    width: 24px;
  }
  .product_types .right ul li .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_types .right ul li .info strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product_types .head .desc {
    margin-top: 1px;
  }
  .product_types .typesnav {
    margin-top: 1rem;
    padding-left: 0;
  }
  .product_types .typesnav > div {
    justify-content: center;
  }
  .product_types .typesnav .item {
    font-size: 14px;
    gap: 10px;
  }
  .product_types .typesnav .item .icon {
    width: 3rem;
  }
  .product_structure {
    padding: 3rem 0;
  }
  .product_structure .number {
    font-size: 72px;
    letter-spacing: 0;
  }
  .product_structure .main {
    margin-top: 2rem;
  }
  .product_structure .main .img {
    width: 100%;
    height: 320px;
  }
  .product_structure .main .img img {
    object-fit: contain;
  }
  .product_structure .main .float > ul {
    position: static;
  }
  section.product_structure .main .float li {
    width: 100%;
    position: static;
    text-align: left;
    margin-bottom: 1rem;
  }
  .product_structure .main .float li:last-child {
    margin-bottom: 0;
  }
  section.product_structure .main .float li .line .icon {
    right: unset;
    left: -5px;
    min-width: 2rem;
    padding: 4px;
    top: -1rem;
  }
  .product_structure .main .float li h3 {
    width: 100%;
    font-size: 16px;
    padding: 4px 0;
    padding-left: 2rem;
    position: static;
  }
  .product_structure .main .float li .desc {
    font-size: 14px;
    line-height: 1.5;
    position: static;
    width: 100%;
    padding-left: 2rem;
    display: block;
    margin-top: 4px;
  }
  .product_structure .main .float li:nth-child(3) .line {
    width: 100%;
    height: 1px;
    background-color: var(--theme_color);
    background-image: unset;
  }
  .product_tech {
    padding: 4rem 0 3rem;
  }
  .product_tech table {
    font-size: 14px;
    padding: 1rem 0 1.2rem 1rem;
    margin-top: 2rem;
  }
  .product_tech table::before {
    width: 36%;
    border-radius: 12px;
  }
  .product_tech table tr {
    grid-template-columns: 30% 1fr;
    gap: 1rem;
  }
  .product_tech table tr td {
    padding: 10px 0;
  }
  .product_tech p.center {
    font-size: 14px;
    margin-top: 2rem;
  }
  .product_effect {
    padding: 3rem 0;
    overflow: hidden;
  }
  .product_effect .product_effect_swiper {
    margin-top: 2rem;
    overflow: visible;
  }
  .product_effect .product_effect_swiper .swiper-slide {
    font-size: 16px;
  }
  .product_effect .product_effect_swiper .swiper-slide p {
    margin-top: 1rem;
  }
  .product_testimonials {
    padding: 3rem 0;
  }
  .product_testimonials .gap {
    margin-top: 2rem;
    gap: 2rem;
  }
  .product_testimonials .gap::before {
    display: none;
  }
  .product_testimonials .product_testimonials_img_swiper {
    width: 100%;
    border-radius: 12px;
  }
  .product_testimonials .swiper_btns {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .product_faqs {
    padding: 3rem 0;
  }
  .product_faqs .head {
    width: 100%;
  }
  .product_faqs .head .desc {
    margin-top: 1rem;
  }
  .product_faqs .head .btn {
    min-width: 120px;
    margin-top: 1.2rem;
  }
  .product_faqs .faq .q {
    font-size: 16px;
    padding: 12px 1rem;
    padding-left: 0;
  }
  .product_faqs .faq .q::after {
    width: 12px;
    height: 6px;
  }
  .product_faqs .faq .a {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .product_related {
    padding: 3rem 0 4rem;
  }
  .product_related .product_related_swiper {
    margin-top: 3rem;
  }
  .product_related .swiper_btns {
    position: static;
    transform: translate(0);
    width: 100%;
    padding: 0 1.2rem;
    justify-content: flex-end;
    margin-top: 2rem;
    display: none;
  }
  .product_related p.center:has(.btn) {
    margin-top: 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;
  }
  /*** global css ***/

  .products_category .products_nav_swiper .nav_slide .title {
    margin-top: 0;
    font-size: 13px;
  }

  .header_top {
    display: none;
  }
}
