@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }

  body {
    font-size: 1rem !important;
  }

  .content {
    padding: 0 20px;
  }

  div.swiper_content {
    padding: 10px 20px;
  }

  .only_mobile {
    display: block;
  }

  body.fixed {
    padding-right: 0;
  }

  .gap {
    gap: 1rem;
  }

  .btn_i,
  .btn,
  .btn_line {
    font-size: 14px;
    padding: 10px 20px;
    gap: 8px;
  }

  .btn_i::after,
  .btn::after,
  .btn_line::after {
    width: 12px;
    height: 12px;
  }

  .swiper_btns {
    gap: 1rem;
  }

  .swiper_btns div {
    width: 20px;
    height: 20px;
  }

  .swiper_btns.white div {
    width: 20px;
    height: 20px;
  }

  .head .subtitle,
  .head strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
    word-spacing: unset;
  }

  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }

  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
  }

  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }

  .head .btn_i,
  .head .btn,
  .head .btn_line {
    margin-top: 20px;
    padding: 10px 20px;
  }

  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }

  header {
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
  }

  header.sticky {
    top: 0;
  }

  header.sticky .left {
    margin: 0;
  }

  header .header_top {
    display: none;
  }

  header .left {
    padding: 0;
    margin: 0;
  }

  header .logo img {
    height: 52px;
  }

  header .btns {
    gap: 26px;
    min-height: 4rem;
  }

  header .btn {
    display: none;
  }

  footer .footer_main {
    padding: 3rem 0 4rem;
  }

  footer .footer_main .flex {
    gap: 0;
  }

  footer .slide_logo {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  footer .slide_logo .logo {
    max-width: 100px;
    margin: 0 auto;
  }

  footer .slide_solution {
    padding-bottom: 2rem;
    flex-direction: column;
    gap: 0 1rem;
    margin-bottom: 2rem;
  }

  footer .slide_solution h2 {
    max-width: unset;
    text-align: center;
  }

  footer .slide_solution .btn_i {
    padding: 10px 20px;
    margin-top: 20px;
  }

  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;
    filter: contrast(0) brightness(0);
  }

  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }

  footer .slide_obj:not(.slide_connect)>div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }

  footer .slide_obj:not(.slide_connect)>div li {
    margin-bottom: 14px;
  }

  footer .slide_obj:not(.slide_connect)>div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }

  footer .slide_obj:not(.slide_connect)>div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }

  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }

  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }

  footer .slide_connect li::before {
    width: 20px;
    height: 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: 2rem 0 20px;
  }

  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
    align-items: unset;
  }

  footer .copyright p {
    font-size: 13px;
  }

  footer .copyright .social {
    gap: 1rem;
    justify-content: space-around;
  }

  footer .copyright .social a {
    width: 22px;
    height: 22px;
  }

  .product_item a {
    box-shadow: 0 0 10px rgba(156, 159, 161, 0.25);
  }

  .product_item .info {
    padding: 10px 20px 1.2rem;
  }

  .product_item .info strong {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }

  .product_item .info .btn {
    transform: translate(0);
    opacity: 1;
  }

  .blog_item .info {
    margin-top: 1.2rem;
  }

  .blog_item .metas {
    font-size: 14px;
  }

  .blog_item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .page_banner .flex {
    min-height: unset;
    padding: 4rem 0 4rem;
  }

  .page_banner .head p {
    margin-top: 12px;
  }

  nav.navigation .nav-links {
    gap: 8px;
  }

  nav.navigation .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    padding: 0 10px;
  }

  nav.navigation .next::after,
  nav.navigation .prev::after {
    background-size: 6px;
  }

  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 5rem;
  }

  .home_banner .head {
    padding: 0;
  }

  .home_banner .img {
    width: 80%;
    margin: 0 auto;
  }

  .home_banner .logo {
    max-width: 120px;
    max-height: 52px;
    margin-left: 0;
  }

  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .home_banner div.swiper-pagination {
    gap: 12px;
    bottom: 2rem;
  }

  .home_banner div.swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .home_banner .swiper_btns {
    display: none;
  }

  .home_category {
    padding: 4rem 0 3rem;
  }

  .home_category .list {
    margin-top: 2rem;
  }

  .home_category .list>ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home_category .left .info {
    padding: 2rem 20px 0;
  }

  .home_category .left .info h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: 109px;
  }

  .home_category .left .info .link {
    font-size: 0.9rem;
    padding-bottom: 8px;
    gap: 8px;
    margin-top: 10px;
  }

  .home_category .left .info .link::after {
    width: 10px;
    height: 10px;
  }

  .home_category .left .logo {
    max-width: 120px;
  }

  .home_category .left .img {
    margin: 0;
    margin-left: auto;
  }

  .home_category .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: 109px;
  }

  .home_products {
    padding: 3rem 0;
  }

  .home_products .nav_list {
    gap: 2rem;
    width: 100vw;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 2rem -20px 0;
    overflow-x: auto;
  }

  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }

  .home_products .nav_list .nav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 0;
  }

  .home_products .nav_list .nav_item::after {
    height: 3px;
  }

  .home_products .nav_list .nav_item.active::after {
    width: calc(100% + 10px);
  }

  .home_products .home_products_swiper {
    margin-top: 2rem;
  }

  .home_products .swiper_btns {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 22px;
  }

  .home_products p.center:has(.btn_line) {
    margin-top: 2.2rem;
  }

  .home_partners {
    padding: 3rem 0 4rem;
  }

  .home_partners .home_partners_swiper {
    margin-top: 2rem;
    height: 50px;
    width: 100%;
    padding: 0 20px;
  }

  .home_partners .home_partners_swiper .swiper-slide {
    max-width: 177px;
  }

  .home_about {
    padding: 4rem 0;
  }

  .home_about .flex {
    gap: 2rem 1rem;
    align-items: center;
  }

  .home_about::before {
    width: 100%;
    border-radius: 0;
  }

  .home_about .left {
    padding: 0;
  }

  .home_about .nums {
    margin-top: 20px;
  }

  .home_about .nums ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .home_about .nums li {
    min-width: unset;
  }

  .home_about .nums i {
    width: 3rem;
    height: 3rem;
    margin-bottom: 10px;
  }

  .home_about .nums span {
    font-size: 1.5rem;
  }

  .home_about .nums .label {
    font-size: 13px;
    margin-top: 6px;
  }

  .home_about .btn_i {
    margin-top: 2rem;
  }

  .home_about .right {
    width: 100%;
    margin-right: 0;
  }

  .home_about .right .sm_img {
    right: -1rem;
    bottom: -2rem;
  }

  .home_services {
    padding: 4rem 0;
  }

  .home_services .home_services_swiper {
    margin-top: 2rem;
  }

  .home_services .home_services_swiper a {
    padding: 2rem 20px;
  }

  .home_services .home_services_swiper .icon {
    width: 3rem;
    height: 3rem;
  }

  .home_services .home_services_swiper .info {
    margin-top: 1.2rem;
  }

  .home_services .home_services_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .home_services .home_services_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  .home_services .home_services_swiper .link {
    font-size: 14px;
    gap: 8px;
    margin-top: 1.5rem;
  }

  .home_services .home_services_swiper .link::after {
    width: 12px;
    height: 12px;
  }

  .home_services .swiper_btns {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 22px;
  }

  .home_solutions {
    padding: 4rem 0;
  }

  .home_solutions .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }

  .home_solutions .home_solutions_swiper {
    margin-top: 2rem;
    width: 100%;
    padding: 0 20px;
  }

  .home_solutions .home_solutions_swiper .swiper-slide::after {
    opacity: 1;
    height: 100%;
  }

  .home_solutions .home_solutions_swiper .swiper-slide.active::after {
    opacity: 1;
  }

  .home_solutions .home_solutions_swiper .info {
    top: 3rem;
    bottom: 3rem;
  }

  .home_solutions .home_solutions_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .home_solutions .home_solutions_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  .home_solutions p.center:has(.btn_line) {
    margin-top: 3rem;
  }

  .home_blog {
    padding: 4rem 0;
  }

  .home_blog .head {
    gap: 0;
  }

  .home_blog .nav_list {
    gap: 2rem;
    width: 100vw;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 1.2rem -20px 0;
    overflow-x: auto;
  }

  .home_blog .nav_list::-webkit-scrollbar {
    display: none;
  }

  .home_blog .nav_list .nav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 0;
  }

  .home_blog .main {
    margin-top: 2rem;
    gap: 3rem 1rem;
  }

  .home_blog .left {
    width: 100%;
  }

  .home_blog .right li {
    margin-bottom: 1rem;
  }

  .home_blog .right a {
    padding-bottom: 1rem;
    gap: 1rem;
  }

  .home_blog .right .info {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_blog .right .metas {
    font-size: 14px;
  }

  .home_blog .right .metas .cat {
    font-size: 16px;
  }

  .home_blog .right h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }

  .home_blog p.center:has(.btn_line) {
    margin-top: 3rem;
  }

  .products_section {
    padding: 3rem 0;
  }

  .products_section .flex {
    gap: 2rem 1rem;
  }

  .products_section .left {
    position: static;
    top: 0;
    width: 100%;
    min-width: unset;
  }

  .products_section .products_sidebar {
    margin-top: 0;
  }

  .products_section .products_sidebar .title {
    font-size: 18px;
    gap: 1rem;
    padding: 12px 0;
  }

  .products_section .products_sidebar .title i {
    width: 12px;
    height: 12px;
  }

  .products_section .products_sidebar .terms {
    display: none;
    padding: 10px 0 1rem;
  }

  .products_section .products_sidebar .terms li {
    font-size: 0.9rem;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }

  .products_section .products_sidebar .terms li::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }

  .products_section .list {
    margin-top: 2rem;
  }

  .products_section .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }

  .search .products_section .list ul {
    grid-template-columns: 1fr;
  }

  .products_section nav.navigation {
    margin-top: 3rem;
  }

  .blog_section {
    padding: 4rem 0;
  }

  .blog_section .flex {
    display: block;
  }

  .blog_section .nav_list {
    gap: 2rem;
    width: 100vw;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 1.2rem -20px 0;
    overflow-x: auto;
  }

  .blog_section .nav_list::-webkit-scrollbar {
    display: none;
  }

  .blog_section .nav_list .nav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 0;
  }

  .blog_section .list {
    margin-top: 2rem;
  }

  .blog_section .list>ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }

  .blog_section nav.navigation {
    margin-top: 3rem;
  }

  .post_section {
    padding: 2rem 0 4rem;
  }

  .post_section h1 {
    font-size: 22px;
    line-height: 1.5;
  }

  .post_section .metas {
    gap: 1.2rem;
    margin-top: 20px;
  }

  .post_section .metas span {
    font-size: 0.9rem;
    line-height: 1.5;
    gap: 10px;
  }

  .post_section .metas span::before {
    width: 14px;
    height: 14px;
  }

  .post_section .img {
    margin-top: 1.5rem;
  }

  .post_section .postdetail {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }

  .post_section .postdetail h2 {
    font-size: 18px;
    margin: 1.5rem 0 1rem;
  }

  .post_section .postdetail h3 {
    font-size: 16px;
    margin: 1rem 0;
  }

  .post_section .postdetail p {
    margin: 10px 0;
  }

  .post_section .postdetail img {
    margin: 10px 0;
    border-radius: 8px;
  }

  .post_section .postdetail ul {
    margin: 1rem 0;
  }

  .post_section .postdetail ul li {
    padding-left: 1rem;
    margin-bottom: 10px;
  }

  .post_section .postdetail ul li::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }

  .post_section .tags {
    gap: 1rem;
    font-size: 16px;
    margin-top: 1rem;
  }

  .post_section .tags p {
    font-size: 0.9rem;
    padding: 6px 1.5rem;
  }

  .post_related {
    padding: 4rem 0;
    overflow: hidden;
  }

  .post_related .post_related_swiper {
    margin-top: 2rem;
    overflow: unset;
  }

  .post_related .swiper_btns {
    position: static;
    width: 100%;
    transform: translate(0);
    padding: 0 20px;
    margin-top: 2rem;
    justify-content: flex-end;
  }

  .post_related p.center:has(.btn_line) {
    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;
  }

  .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 ***/

  .lang_modal .modal_content {
    padding: 20px 1rem 1.5rem 1.5rem;
  }
  .lang_modal .modal_content .close {
    width: 2rem;
    height: 2rem;
    margin: 0 -8px 20px auto;
  }
  .lang_modal .modal_content .gtranslate_wrapper a {
    padding: 1rem 20px;
  }
  .lang_modal .modal_content .gtranslate_wrapper a img {
    width: 2rem;
    height: 2rem;
  }
  .lang_modal .modal_content .gtranslate_wrapper a span {
    font-size: 16px;
  }
  .lang_modal .modal_content .gtranslate_wrapper {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  
  .contact_main {
    padding: 4rem 0 5rem;
  }
  .contact_main .content {
    width: 100%;
  }
  .contact_main .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .contact_main .form {
    margin-top: 2rem;
  }
  .contact_main .form form {
    gap: 1rem;
  }
  .contact_main .form .col2 {
    width: 100%;
  }
  .contact_main .form input,
  .contact_main .form textarea {
    font-size: 15px;
    padding: 0.7rem 0.9rem;
  }
  .contact_main .form .submit {
    gap: 1.5rem;
    margin-top: 0;
  }
  .contact_main .form .submit label {
    gap: 0.5rem;
  }
  .contact_main .form .submit label input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  .contact_main .form .submit label p {
    font-size: 14px;
    line-height: 18px;
  }
  .contact_main .form .submit input[type="submit"] {
    min-width: 120px;
    padding: 0.7rem 1.2rem;
    font-size: 15px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .only_mobile {
    display: block;
  }

  body.fixed {
    padding-right: 0;
  }

  .head .subtitle,
  .head strong {
    font-size: 15px;
  }

  .head h1 {
    font-size: 34px;
    line-height: 1.5;
  }

  .head h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }

  .btn_i,
  .btn,
  .btn_line {
    font-size: 16px;
  }

  .home_banner .title {
    font-size: 32px;
  }

  .home_banner .flex {
    padding-bottom: 3rem;
  }

  .home_banner .img {
    width: 42.834%;
  }

  .home_banner div.swiper-pagination {
    bottom: 1rem;
  }

  .home_category .list>ul {
    grid-template-columns: 1fr 1fr;
  }

  .home_about .right {
    width: 44.73%;
  }

  .home_solutions .head p {
    font-size: 16px;
  }

  .home_blog .left {
    width: 50.7%;
  }

  .home_blog .nav_list .nav_item,
  .home_products .nav_list .nav_item {
    font-size: 18px;
  }

  .products_section .list ul {
    grid-template-columns: 1fr 1fr;
  }

  .search .products_section .list ul {
    grid-template-columns: 1fr 1fr;
  }

  .blog_section .list>ul {
    grid-template-columns: 1fr 1fr;
  }
}