@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px;
    margin-bottom: 0.5rem !important;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav {
    overflow: auto;
  }
  .head .nav::-webkit-scrollbar {
    display: none;
  }
  .head .nav ul {
    justify-content: flex-start;
    gap: 1rem;
  }
  .head .nav ul li {
    font-size: 14px;
    white-space: nowrap;
    padding-bottom: 12px;
  }
  .button,
  .button_b {
    font-size: 14px;
    padding: 9px 22px 10px;
    min-width: 120px;
    text-align: center;
    border-radius: 22px;
  }
  .button_more {
    font-size: 14px;
    padding: 9px 22px 10px;
    min-width: 120px;
    text-align: center;
  }
  .button_more.circle {
    padding: 9px 22px 10px;
    border-radius: 22px;
    font-size: 14px;
  }
  div.swiper-pagination {
    gap: 1rem;
  }
  div.swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 1px !important;
  }
  div.swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  header .header {
    padding: 8px 0;
  }
  header .header .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header .left .logo img {
    width: auto;
    height: 45px;
  }
  header .header .left .flex {
    align-items: center;
    gap: 1.2rem;
  }
  header .header .left .icon_menu {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .header .left .icon_search {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/search.svg) no-repeat center / contain;
  }
  header .header .left .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
  }
  header .header .left .overlay_m.active {
    display: block;
  }
  header .header .right {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75vw;
    height: 100vh;
    background-color: #fff;
    z-index: 19999;
    transition: all 0.3s;
    display: block;
    overflow: auto;
  }
  header .header .right.active {
    left: 0;
  }
  header .header .right nav .close {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header .right nav .close span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
  }
  header .header .right nav div > ul {
    display: block;
  }
  header .header .right nav div > ul > li::before {
    display: none;
  }
  header .header .right nav div > ul > li > a {
    color: var(--title_color);
    line-height: 4rem;
    padding-left: 4rem;
    position: relative;
  }
  header .header .right nav div > ul > li > a::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/mobile-menu/menu-default.svg') no-repeat center / contain;
  }
  header .header .right nav div > ul > li.menu-item-home > a::before {
    background-image: url(../img/mobile-menu/menu-home.svg);
  }
  header .header .right nav div > ul > li.product-icon > a::before {
    background-image: url(../img/mobile-menu/menu-product.svg);
  }
  header .header .right nav div > ul > li.about-icon > a::before {
    background-image: url(../img/mobile-menu/menu-about.svg);
  }
  header .header .right nav div > ul > li.case-icon > a::before {
    background-image: url(../img/mobile-menu/menu-case.svg);
  }
  header .header .right nav div > ul > li.blog-icon > a::before {
    background-image: url(../img/mobile-menu/menu-blog.svg);
  }
  header .header .right nav div > ul > li.contact-icon > a::before {
    background-image: url(../img/mobile-menu/menu-contact.svg);
  }
  header .header .right nav div > ul > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header .header .right nav div > ul > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 1.7rem;
    transition: all 0.3s;
  }
  .about_purpose .head h2{
    font-size: 22px;
  }
  .about_purpose{
    background: url(/wp-content/plugins/sytech-fronteditor/sytpl/about_purpose/assets/img/about-purpose.jpg) center center / cover no-repeat!important;
  }
  header .header .right nav div > ul > li.active::after {
    transform: rotate(180deg);
  }
  header .header .right nav div > ul > li ul {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background-color: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 5px;
    display: none;
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .header .right nav div > ul > li ul li a {
    color: var(--title_color);
    padding: 0.5rem 0;
    white-space: wrap;
  }
  header .header .right .icon_search {
    display: none;
  }
  header .header .right .button {
    font-size: 14px;
    padding: 9px 22px;
    margin: 1.2rem 2rem;
  }
  footer {
    position: relative;
    z-index: 2;
  }
  footer .cta {
    padding-top: 30px;
  }
  footer .cta .content {
    padding-bottom: 30px;
  }
  footer .cta .content::before {
    width: 160px;
    height: 160px;
    border-width: 25px;
    left: 1.2rem;
    transform: translateY(-80%);
  }
  footer .cta .content > .flex {
    display: block;
  }
  footer .cta h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  footer .cta .subscribe {
    width: 100%;
    margin-top: 1rem;
  }
  footer .cta .subscribe p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  footer .cta .subscribe form input[type="email"] {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
  footer .cta .subscribe form input[type="submit"] {
    height: 40px;
    font-size: 13px;
  }
  footer .cta .subscribe form label {
    margin-top: 0.5rem;
    align-items: flex-start;
  }
  footer .cta .subscribe form label input {
    width: 1rem;
    height: 1rem;
    margin-top: 3px;
  }
  footer .cta .subscribe form label span {
    font-size: 13px;
    line-height: 1.4;
  }
  footer .footer {
    padding: 30px 0;
  }
  footer .footer .content > .flex {
    display: block;
  }
  footer .footer .slide_obj strong {
    font-size: 15px;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 1.2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer .slide_obj strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer .slide_obj div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer .slide_obj div li {
    margin-bottom: 0;
  }
  footer .footer .slide_obj div a {
    font-size: 14px;
    line-height: 2rem;
    display: block;
  }
  footer .footer .slide_obj div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer .contact_us {
    width: 100%;
  }
  footer .footer .contact_us li {
    padding-left: 1.5rem;
  }
  footer .footer_bottom .content > .flex {
    flex-direction: column;
    gap: 1.2rem;
  }
  footer .footer_bottom .logo img {
    width: 150px;
  }
  footer .copyright {
    padding: 0.5rem 0;
  }
  footer .copyright p {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  footer .copyright .flex div {
    display: none;
  }
  .home_banner .swiper_btns {
    display: none;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    position: relative;
    z-index: 2;
  }
  .home_banner .home_banner_swiper .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .home_banner .home_banner_swiper .flex {
    min-height: unset;
    padding: 5rem 0 4rem;
  }
  .home_banner .home_banner_swiper .head h1,
  .home_banner .home_banner_swiper .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .home_banner_swiper .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    font-weight: 500;
  }
  .home_banner .home_banner_swiper .head ul {
    margin-top: 1.2rem;
    gap: 10px;
  }
  .home_banner .home_banner_swiper .head ul li {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_banner .home_banner_swiper .head .button {
    margin-top: 1.2rem;
  }
  .home_banner .home_banner_swiper .swiper-pagination {
    bottom: 1.6rem;
  }
  .home_product {
    padding: 4rem 0;
  }
  .home_product .head .nav {
    margin-top: 20px;
  }
  .home_product .swiper_box {
    margin: 22px 0;
  }
  .home_product .swiper_box .swiper_btns {
    display: none;
  }
  .products .product .img {
    height: 165px;
  }
  .products .product .img .pic {
    width: 100px;
    height: 150px;
    bottom: -2rem;
  }
  .products .product .info {
    padding: 2rem 1rem 1rem;
  }
  .products .product .info span {
    font-size: 13px;
  }
  .products .product .info strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
  }
  .products .product .info p {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .products .product .info i {
    font-size: 14px;
    padding: 0 9px;
    margin-top: 1rem;
    line-height: 40px;
  }
  .home_market {
    padding: 4rem 0;
  }
  .home_market .home_market_swiper {
    margin-top: 2rem;
  }
  .home_market .home_market_swiper a h3 {
    font-size: 1rem;
    line-height: 1.5;
    bottom: 1.2rem;
    padding: 0 1rem;
  }
  .home_market .swiper-pagination {
    margin-top: 2rem;
    gap: 1rem;
  }
  .home_market .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 1px !important;
  }
  .home_market .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  .about_video {
    padding: 2rem 0;
  }
  .about_video .content > .flex {
    flex-direction: column;
  }
  .about_video .head {
    order: 2;
    padding: 0;
    margin-top: 4rem;
  }
  .about_video .head h2 {
    margin: 0;
  }
  .about_video .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .about_video .head ul {
    margin-top: 1.2rem;
  }
  .about_video .head ul li {
    font-size: 14px;
    line-height: 1.4;
    gap: 8px;
    padding: 0 10px 0 0;
  }
  .about_video .head ul li i {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }
  .about_video .head .button_b {
    margin-top: 1.6rem;
  }
  .about_video .video {
    width: 100%;
    margin: 0;
    padding-bottom: 240px;
  }
  .about_video .video .btn_play {
    width: 3.5rem;
    height: 3.5rem;
  }
  .about_video .bg {
    left: 0;
    height: calc(100% - 4rem - 240px);
    top: unset;
    bottom: 0;
  }
  .about_video .bg span {
    font-size: 3rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: unset;
    top: unset;
    line-height: 1;
  }
  .about_video.banner .head {
    padding: 0;
  }
  .about_video.banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
  .video_pop .pop_content {
    max-width: 90vw;
    height: auto;
  }
  .home_different {
    padding: 4rem 0;
  }
  .home_different .home_different_swiper {
    padding-top: 1rem;
  }
  .home_different .home_different_swiper .bg {
    top: 1.2rem;
  }
  .home_different .home_different_swiper .swiper-slide a {
    padding: 2rem 1rem 1.2rem;
  }
  .home_different .home_different_swiper .swiper-slide h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.2rem;
    min-height: unset;
  }
  .home_different .home_different_swiper .swiper-slide p {
    margin: 0.5rem 0 1rem;
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .home_different .home_different_swiper .swiper-slide strong {
    font-size: 14px;
    left: -115px;
  }
  .home_news {
    padding: 0rem 0 5rem;
  }
  .home_news .swiper_btns {
    display: none;
  }
  .home_news .swiper_box {
    margin: 22px 0 2rem;
  }
  .posts .post a:hover .img {
    border-radius: 0 0 50px 0;
  }
  .posts .post .img {
    height: 200px;
  }
  .posts .post .img span {
    gap: 5px;
    font-size: 12px;
    padding: 5px 1rem 5px 5px;
    left: 14px;
    bottom: 1rem;
  }
  .posts .post .img span i {
    width: 2rem;
    height: 2rem;
  }
  .posts .post .info {
    padding-top: 10px;
  }
  .posts .post .info span {
    font-size: 14px;
    line-height: 1;
  }
  .posts .post .info p {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .posts .post .info i {
    display: none;
  }
  .about_purpose .head {
    padding: 4rem 0;
    min-height: 250px;
  }
  .about_purpose .head .subtitle {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .about_team {
    padding: 4rem 0;
  }
  .about_team .head p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_team .swiper_box {
    margin-top: 1rem;
  }
  .about_team .swiper_box .swiper_btns {
    display: none;
  }
  .about_team .swiper-slide-active .pic {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .about_sustain {
    padding: 2rem 0 4rem;
  }
  .about_sustain .content > .flex {
    display: block;
  }
  .about_sustain .left {
    width: 100%;
    padding-bottom: 100%;
  }
  .about_sustain .head {
    margin: 2rem 0 0;
    padding: 0;
  }
  .about_sustain .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_highlight {
    padding: 4rem 0 5rem;
  }
  .about_highlight .main {
    margin-top: 2rem;
  }
  .about_highlight .main ul {
    overflow: auto;
    display: flex;
    gap: 1rem;
  }
  .about_highlight .main ul li {
    min-width: 65%;
    padding: 2rem 1rem;
    min-height: 180px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .about_highlight .main ul li.active {
    border-color: var(--theme_color);
  }
  .about_highlight .main ul li i {
    width: 3rem;
    height: 3rem;
  }
  .about_highlight .main ul li p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
  .application_banner .banner {
    padding: 4rem 0;
  }
  .application_banner .banner .flex {
    min-height: 100px;
  }
  .application_banner .banner h1 {
    padding: 0;
    font-size: 25px;
    line-height: 1.5;
  }
  .application_banner .nav {
    height: 80px;
  }
  .application_banner .nav .application_nav_swiper a {
    min-height: 80px;
    line-height: 1.5;
    font-size: 14px;
    padding: 1rem;
  }
  .application_intro {
    padding: 5rem 0 4rem;
  }
  .application_intro .content > .flex {
    display: block;
  }
  .application_intro .head .line {
    margin-top: 1rem;
  }
  .application_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .application_intro .img {
    margin-top: 2rem;
    width: 100%;
  }
  .application_gallery {
    padding: 4rem 0;
  }
  .application_gallery .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .application_gallery .swiper_box {
    padding: 2rem 0;
  }
  .application_gallery .swiper_box .application_gallery_btns {
    display: none;
  }
  .application_gallery .application_gallery_swiper .swiper-slide {
    transform: scale(1);
    height: 225px;
  }
  .application_gallery .application_gallery_swiper .swiper-slide img {
    opacity: 1;
  }
  .application_gallery .swiper-pagination {
    gap: 10px;
  }
  .application_gallery .swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
  .application_product {
    padding: 4rem 0 5rem;
  }
  .application_product .swiper_box {
    margin-top: 2rem;
  }
  .application_product .swiper_box .swiper_btns {
    display: none;
  }
  .blog_banner {
    padding: 4rem 0;
  }
  .blog_banner::after {
    height: 50px;
  }
  .blog_banner .flex {
    min-height: 100px;
  }
  .blog_banner h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .blog_main {
    padding: 1rem 0 5rem;
  }
  .blog_main .nav {
    overflow: auto;
  }
  .blog_main .nav::-webkit-scrollbar {
    display: none;
  }
  .blog_main .nav .line {
    border-radius: 20px;
  }
  .blog_main .nav ul {
    flex-wrap: nowrap;
  }
  .blog_main .nav ul li a {
    font-size: 14px;
    padding: 8px 19px;
    min-width: 100px;
    text-align: center;
  }
  .blog_main .main {
    margin-top: 2rem;
  }
  .blog_main .main ul {
    margin-bottom: 2rem;
  }
  .blog_main .main ul li {
    margin-bottom: 2rem;
  }
  .blog_main .main ul li a {
    display: block;
  }
  .blog_main .main ul li .img {
    width: 100%;
  }
  .blog_main .main ul li .info {
    margin: 1rem 0 0;
  }
  .blog_main .main ul li .info span {
    font-size: 14px;
  }
  .blog_main .main ul li .info h2 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .blog_main .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .blog_main .main ul li .info strong {
    margin-top: 1rem;
    font-size: 14px;
    padding: 9px 22px 10px;
  }
  .category_banner {
    padding: 4rem 0 2rem;
  }
  .category_banner::after {
    height: 50px;
  }
  .category_banner .content > .flex {
    display: block;
    padding: 0;
    min-height: unset;
  }
  .category_banner .head {
    width: 100%;
    padding: 0;
  }
  .category_banner .head strong {
    font-size: 25px;
    line-height: 1.5;
  }
  .category_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .category_banner .img {
    width: 100%;
    margin: 2rem 0 0;
    padding-bottom: 200px;
  }
  .category_main {
    padding: 1rem 0 5rem;
  }
  .category_main .content .content {
    left: 0;
  }
  .category_main .left {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: all 0.3s;
    padding: 4rem 1.2rem;
    overflow: auto;
  }
  .category_main .left.active {
    right: 0;
  }
  .category_main .left .widget strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .category_main .left .widget .terms > li a {
    font-size: 1rem;
    line-height: 1.5;
  }
  .category_main .left .widget .terms .childrenTerms li {
    margin-bottom: 8px;
  }
  .category_main .left .widget .terms .childrenTerms li a {
    font-size: 14px;
  }
  .category_main .right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .category_main .right .intro h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .category_main .right .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .category_main .right .breadcrumbs {
    margin-top: 2rem;
    padding-right: 2rem;
  }
  .category_main .right .breadcrumbs span {
    font-size: 14px;
  }
  .category_main .right .breadcrumbs span span a {
    font-size: 14px;
  }
  .category_main .right .icon_menu_p {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
    margin: -21px 0 0 auto;
  }
  .category_main .right .main {
    margin-top: 2rem;
  }
  .category_main .right .main .products {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    gap: 1.2rem;
  }
  .category_main .right .main .products .product .img .pic {
    transform: scale(0.8);
    bottom: -3rem;
  }
  .category_main .right .main .products .product .info {
    padding: 2.5rem 1.2rem 1.2rem;
  }
  .category_main .right .main .products .product .info span {
    font-size: 14px;
  }
  .category_main .right .main .products .product .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .category_main .right .main .products .product .info i {
    font-size: 14px;
    margin-top: 1rem;
  }
  .contact_banner {
    padding: 5rem 0 0;
  }
  .contact_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .contact_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .contact_banner .head i {
    margin-top: 1rem;
  }
  .contact_banner .infos {
    margin-top: 2rem;
  }
  .contact_banner .infos ul {
    overflow: auto;
    display: flex;
    gap: 1rem;
  }
  .contact_banner .infos ul li {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 65%;
    padding: 2rem 1rem 1.6rem;
  }
  .contact_banner .infos ul li strong {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.8rem;
  }
  .contact_banner .infos ul li p,
  .contact_banner .infos ul li a {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: .8rem;
  }
  .contact_inquiery {
    padding: 4rem 0 5rem;
  }
  .contact_inquiery .inquiery_form {
    margin-top: 2rem;
  }
  .contact_inquiery .inquiery_form form {
    gap: 1rem 0;
  }
  .contact_inquiery .inquiery_form .col4 {
    width: 100%;
  }
  .contact_inquiery .inquiery_form input {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .contact_inquiery .inquiery_form textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
    height: 120px;
  }
  .contact_inquiery .inquiery_form input[type="submit"] {
    font-size: 14px;
    padding: 9px 22px 10px;
    min-width: 120px;
    margin-top: 0.5rem;
  }
  .contact_map {
    height: 220px;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_main .author {
    padding-top: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
    gap: 10px;
  }
  .post_main .author span {
    font-size: 12px;
    padding-left: 1.5rem;
    line-height: 1rem;
  }
  .post_main .author span::before {
    width: 1rem;
    height: 1rem;
  }
  .post_main .main_img {
    padding-top: 30px;
    width: 100%;
    left: 0;
    position: static;
  }
  .post_main .swiper-box {
    margin-top: 0;
    height: auto;
  }
  .post_main .post_detail .excerpt {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 20px;
    margin: 0;
  }
  .post_main .post_detail h2 {
    padding-top: 2rem;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .post_main .post_detail p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
    margin-bottom: 0;
  }
  .post_main .post_detail ul {
    padding-top: 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .post_main .post_detail ul li {
    font-size: 0.9rem;
    opacity: .8;
    line-height: 1.5rem;
    padding-left: 1rem;
    color: var(--title_color);
    margin-bottom: 0.5rem;
  }
  .post_main .post_detail ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .post_main .post_detail img {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .post_main .post_detail h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 20px;
  }
  .post_main .tags {
    margin-top: 3rem;
    padding-top: 20px;
    gap: 0.5rem;
  }
  .post_main .tags span {
    font-size: 14px;
    line-height: 2rem;
    margin-right: 0.5rem;
  }
  .post_main .tags p {
    font-size: 14px;
    padding: 0 1rem;
    line-height: 2rem;
  }
  .post_main .sidebar {
    margin-top: 2rem;
    position: static;
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .post_main .sidebar.active {
    transform: translate(0);
  }
  .post_main .sidebar p {
    font-size: 14px;
  }
  .post_main .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .post_main .sidebar ul li a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .post_related {
    padding: 2rem 0 5rem;
  }
  .post_related .head strong {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_related .main {
    margin-top: 2rem;
  }
  .post_related .main ul {
    gap: 1rem 10px;
  }
  .post_related .main ul li a:hover .img {
    border-bottom-right-radius: 20px;
  }
  .post_related .main ul li .img {
    height: 165px;
  }
  .post_related .main ul li .img i {
    width: 2rem;
    height: 2rem;
    right: 10px;
    top: 10px;
  }
  .post_related .main ul li .info {
    padding-top: 8px;
  }
  .post_related .main ul li .info span {
    font-size: 13px;
  }
  .post_related .main ul li .info p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.4;
  }
  .product_preview {
    padding: 0;
  }
  .product_preview .content {
    padding: 0;
  }
  .product_preview .content > .flex {
    display: block;
  }
  .product_preview .main {
    padding: 2rem 0 0;
  }
  .product_preview .left {
    width: 100%;
    padding: 0 1.2rem;
  }
  .product_preview .left .btn_play {
    font-size: 14px;
    gap: 8px;
    padding: 8px 1rem;
  }
  .product_preview .left .product_control_swiper {
    margin-top: 1rem;
  }
  .product_preview .left .product_control_swiper .swiper-slide {
    margin-right: 14px;
    width: 103px;
  }
  .product_preview .right {
    margin: 1rem 0 0;
    padding: 2rem 1.2rem;
    background-color: #e3e5e4;
  }
  .product_preview .right h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_preview .right .breadcrumbs {
    margin-top: 1rem;
  }
  .product_preview .right .breadcrumbs span {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_preview .right .breadcrumbs span span a {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_preview .right strong {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_preview .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 1.2rem;
  }
  .product_preview .right .btns {
    margin-top: 1.2rem;
  }
  .product_preview .right .btns a {
    font-size: 14px;
    padding: 8px 22px 9px;
    margin-top: 10px;
  }
  .product_preview .right .service li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
  }
  .product_preview .right .service li i {
    top: 4px;
    position: relative;
  }
  .product_preview .right .share {
    margin-top: 1rem;
    gap: 1rem;
  }
  .product_preview .right .share span {
    font-size: 14px;
  }
  .product_preview .bg1 {
    width: 100%;
    height: auto;
    top: unset;
    left: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
  }
  .product_preview .bg1 span {
    font-size: 2rem;
    line-height: 1;
  }
  .product_preview .bg2 {
    width: 100%;
    height: 50%;
    top: 0;
    bottom: unset;
    left: 0;
    background-size: contain;
  }
  .product_nav {
    margin-top: 2rem;
  }
  .product_nav .nav {
    overflow: auto;
  }
  .product_nav ul {
    justify-content: flex-start;
    gap: 1rem;
  }
  .product_nav ul li a {
    font-size: 14px;
    padding-bottom: 1rem;
    white-space: nowrap;
  }
  .product_list .syeditorlist > li {
    padding: 4rem 0;
  }
  .product_list .syeditorlist > li .flex {
    display: block;
  }
  .product_list .syeditorlist > li .info {
    margin: 0;
  }
  .product_list .syeditorlist > li .info h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_list .syeditorlist > li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_list .syeditorlist > li .info ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1rem;
  }
  .product_list .syeditorlist > li .info ul li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .product_list .syeditorlist > li .img {
    margin-top: 2rem;
    width: 100%;
    border-radius: 10px;
  }
  .product_list .syeditorlist > li:nth-child(even) {
    padding: 4rem 0;
  }
  .product_list .syeditorlist > li:nth-child(even) .info {
    margin: 0;
  }
  .product_app {
    padding: 4rem 0 3rem;
  }
  .product_app .bg {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .product_app h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_app .main {
    margin-top: 2rem;
  }
  .product_app .main ul {
    gap: 1rem;
    display: flex;
    overflow: auto;
  }
  .product_app .main ul li {
    min-width: 60%;
    width: 60%;
  }
  .product_app .main ul li a:hover {
    transform: translate(0) scale(1);
  }
  .product_app .main ul li a h3 {
    font-size: 1rem;
    line-height: 1.5;
    bottom: 1.5rem;
    padding: 0 1rem;
  }
  .product_sepc {
    margin: 0;
    padding: 3rem 0;
  }
  .product_sepc h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_sepc .main {
    margin-top: 2rem;
    display: block;
  }
  .product_sepc .main .img {
    width: 100%;
    padding-bottom: 220px;
  }
  .product_sepc .main .right {
    width: 100%;
    margin: 2rem 0 0;
  }
  .product_sepc .main .right table {
    display: block;
    overflow: auto;
  }
  .product_sepc .main .right table tr td {
    font-size: 13px;
    padding: 10px;
  }
  .product_related {
    padding: 3rem 0 5rem;
  }
  .product_related .swiper_btns {
    display: none;
  }
  .product_related .swiper_box {
    margin-top: 22px;
  }

  
  .video_pop .pop_content video {
    min-width: unset;
    min-height: 193.5px;
    width: 90vw;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px !important;
  }

  body .wpcf7 form.invalid .wpcf7-response-output,
  body .wpcf7 form.unaccepted .wpcf7-response-output,
  body .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px !important;
    line-height: 22px;
  }



  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
    flex: 1;
  }
  .search  .category_banner .subtitle{
    display: none;
  }
  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    display: none!important;
    margin: 0 2.2vw 0 1.2vw;
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }

  div.search-block div.content {
    position: unset;
  }

  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }

  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }

  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    display: none;
  }

  div.search-block.active {
    top: 20%;
    display: block;
    height: 80%;
    transform: translateY(0);
  }

  .search-block input[type="submit"]:not(:disabled):hover {
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background-size: 1.4rem;
    border: none;
  }
  body.search  h1{
    font-size: 18px;
  }
  body.search  .filter span{
    font-size: 14px;
  }

  .page_banner{
    padding: 4rem 0;
  }
  .page_banner .head h1{
    font-size: 25px;
  
  }

  
  .privacy-policy .blog_details h1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding-bottom: 0;
  }

  .privacy-policy .blog_details {
    padding: 20px 0 50px;
  }
  
  .privacy-policy .blog_details h1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding-bottom: 0;
  }

  .privacy-policy .blog_details .blog_detail h2 {
    font-size: 1.125rem;
    padding-top: 20px;
  }
  
  .privacy-policy .blog_details .blog_detail p,
  .blog_details li {
    padding-top: 20px;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  
  
  .quote-content .left{
    display: none;
  }
  .modal .modalcontent{
    width: 100%;
    
    height: 100%;
  }
  .quote-content .right{
    padding: 1.2rem;
    width: 100%;
  }
  .quote-content{
    height: 100%;
    padding-top: 3rem;
    border-radius: 0;
  }
  .services-all li{
    width: 100%;
    margin-right: 0;
  }
  .services-all .head p{
    max-width: 100%;
  }
  .services-all ul li div.img{
    height: 150px;
  }
  .services-all ul li strong{
    font-size: 17px;
  }
  .services-all ul li p{
    font-size: 0.9rem;
  }
  .modal .modalcontent{
    border-radius: 0;
    height: auto;
    top: unset;
    bottom: -200%;
    transform: translate(-50%,0);
  }
  .modal-q .modal .modalcontent{
    bottom: 0;
    top: unset;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%,0);
  }
  .quote-content{
    max-height: unset;
  }

  
  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
      flex: 1;
  }

  div.search-block input[type='submit'] {
      width: 1.5rem;
      height: 1.5rem;
      margin: 0 2.2vw 0 1.2vw;
      /* background: url(../img/page_home-header_search.svg) no-repeat center; */
      background-size: 1.4rem;
      display: inline-block;
      vertical-align: middle;
      transition: 0.3s all ease;
      cursor: pointer;
      border: none;
      outline: none;
  }

  div.search-block div.content {
      position: unset;
  }

  div.search-block .searchform input[type='text'] {
      font-size: 22px;
      height: 70px;
  }

  .wd-action-btn {
      width: 25px;
      height: 25px;
      top: unset;
      right: 2rem;
      bottom: 2rem;
  }

  div.search-block {
      height: 100%;
      width: 100%;
      top: 120%;
      bottom: unset;
      display: block!important; 
    transform: translateY(150px);
  }

  div.search-block.active {
    top: 20%;
    display: block;
    height: 80%;
    transform: translateY(0);
  }

  .search-block input[type="submit"]:not(:disabled):hover {
      /* background: url(../img/page_home-header_search.svg) no-repeat center; */
      background-size: 1.4rem;
      border: none;
  }
  form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
    font-size: 12px; 
  }
  .single-application .head h2{
    font-size: 22px;
    line-height: 1.5;
  }
  header .header .right .button{
    display: none;
  }
  .only_mobile {
      display: block!important;
  }
  .application_banner .banner{
    background-position-y: 0rem;
  }


  .home_different .home_different_swiper .swiper-slide.active a p{
    font-size: 13px;
    width: 95%;
  }

  .contact_banner .infos ul li h2{
    font-size: 18px;
    margin-bottom: 1rem;
  }
  div#n2-ss-2 a {
  line-height: 0.3rem!important;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
#UK7UQI ~ .product_sepc {
  margin: 0;
}

} 
