@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_b {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    min-width: unset;
  }
  .btn_more {
    font-size: 14px;
    grid-template-columns: auto 40px;
    gap: 12px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  .head.sm h2 {
    font-size: 22px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: 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,
  .head .btn_b {
    margin-top: 20px;
    min-width: unset;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header {
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  header .header_top {
    padding: 12px 0;
  }
  header .header_top .flex::before {
    display: none;
  }
  header .header_top .btn_lang {
    display: none;
  }
  header .header_top .header_swiper {
    padding-left: 1.5rem;
    max-width: unset;
    margin: 0 auto;
    height: 20px;
  }
  header .header_top .header_swiper::before {
    width: 14px;
    height: 14px;
  }
  header .header_top .header_swiper p {
    font-size: 14px;
  }
  header .left {
    margin: 0;
    padding: 0;
  }
  header .left .logo img {
    height: 40px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title_color);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--theme_color);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > 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% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--theme_color);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title_color);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--theme_color);
  }
  header .header_bottom .btn_calculator {
    display: none;
  }
  header .btns {
    padding: 0;
    min-height: 4rem;
    gap: 20px;
  }
  header .btns .btn_search,
  header .btns .btn_menu {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
    content: '';
    background: no-repeat center / contain;
  }
  header .btns .btn_search {
    background-image: url("../img/icon-search.svg");
    filter: contrast(0) brightness(0);
  }
  header .btns .btn_menu {
    width: 23px;
    height: 23px;
    background-image: url(../img/mobile-menu/nav-btn.svg);
  }
  header .btns .infos > div {
    gap: 20px;
  }
  header .btns .infos a {
    border-radius: 0;
    padding: 0;
    min-width: unset;
  }
  header .btns .infos a.active {
    box-shadow: unset;
  }
  header .btns .infos a i {
    width: 22px;
    height: 22px;
  }
  header .btns .infos a p {
    display: none;
  }
  header .btns .infos .love {
    min-width: unset;
  }
  header .btns .infos .cart {
    display: none;
  }
  header .btns .search_box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    flex: unset;
    display: block;
    max-width: unset;
    padding: 1rem 20px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    padding-top: 5px;
    transition: all 0.4s, opacityc 0.3s;
    background-color: #fff;
    opacity: 0;
  }
  header .btns .search_box.active {
    padding-top: 1rem;
    opacity: 1;
    pointer-events: all;
  }
  header .btns .search_box form {
    padding: 5px;
  }
  header .btns .search_box form input[type=text] {
    font-size: 14px;
    padding: 2px 10px;
  }
  header .btns .search_box form input[type=submit] {
    width: 40px;
    height: 40px;
  }
  footer .footer_main {
    padding: 3rem 0 4rem;
  }
  footer .footer_main .flex {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 0;
  }
  footer .slide_intro {
    order: -1;
    width: 100%;
    display: grid;
    justify-content: unset;
    align-items: unset;
    gap: 0;
    margin-bottom: 2rem;
  }
  footer .slide_intro .logo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  footer .slide_intro .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .slide_intro .social a {
    width: 40px;
    height: 40px;
  }
  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/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .slide_obj:not(.slide_connect) > div li {
    margin-bottom: 14px;
  }
  footer .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }
  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }
  footer .slide_connect li a {
    font-size: 1rem;
  }
  footer .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  footer .slide_connect .email::before {
    top: 5px;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright p {
    font-size: 13px;
    margin: 0;
  }
  footer .copyright .accepts p {
    display: none;
  }
  footer .copyright .accepts ul {
    gap: 12px;
    justify-content: center;
  }
  footer .copyright .accepts li {
    height: 40px;
  }
  .footer_service {
    padding: 3rem 0;
    margin-top: 1rem;
  }
  .footer_service .items > div {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .footer_service .item {
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding: 0 20px;
  }
  .footer_service .item strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .footer_service .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .bottom_sidebar {
    bottom: 20px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .bottom_sidebar .btn_cart {
    width: 3rem;
    height: 3rem;
    position: relative;
  }
  .bottom_sidebar .btn_cart .num {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    color: #fff;
    background-color: var(--subtheme_color);
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    min-width: 16px;
    line-height: 16px;
    padding-left: 0;
    transition: all 0.3s;
  }
  .bottom_sidebar .btn_cart:hover .num {
    background-color: var(--theme_color);
  }
  .bottom_sidebar .btn_calculator,
  .bottom_sidebar .btn_lang {
    display: block;
    width: 3rem;
    height: 3rem;
    content: '';
    border-radius: 50%;
    background: no-repeat center / 50% var(--theme_color);
    pointer-events: all;
    box-shadow: 10px 10px 8px rgba(192, 205, 226, 0.4);
    margin-left: auto;
    transition: all 0.3s, transform 0.4s;
  }
  .bottom_sidebar .btn_calculator:hover,
  .bottom_sidebar .btn_lang:hover {
    background-color: var(--subtheme_color);
    transform: scale(1.1);
  }
  .bottom_sidebar .btn_calculator {
    background-image: url("../img/icon-calculator.svg");
  }
  .bottom_sidebar .btn_lang {
    background-image: url("../img/icon-lang.svg");
  }
  .page_products {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_products .swiper_content {
    padding: 0 20px;
    overflow: unset;
  }
  .page_products .page_products_swiper {
    margin-top: 2rem;
  }
  .page_products .swiper_btns.middle {
    position: static;
    width: 100%;
    transform: translate(0);
    padding: 0 20px;
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .page_breadcrumbs {
    padding: 20px 0;
  }
  .page_breadcrumbs .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .page_breadcrumbs .breadcrumbs span {
    font-size: 14px;
  }
  .page_breadcrumbs .breadcrumbs span span::before {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .page_banner .head {
    max-width: unset;
    padding: 0;
  }
  .page_banner .breadcrumbs {
    line-height: 20px;
    min-height: 30px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs span span::before {
    margin: 0 6px;
  }
  .page_process {
    padding: 3rem 0;
    margin-bottom: 1rem;
  }
  .page_process .items > div {
    display: flex;
    gap: 2rem;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    justify-content: unset;
    overflow-x: auto;
  }
  .page_process .items > div::-webkit-scrollbar {
    display: none;
  }
  .page_process .items > div > *:first-child {
    margin-left: auto;
  }
  .page_process .items > div > *:last-child {
    margin-right: auto;
  }
  .page_process .item {
    flex: 1 0 140px;
    gap: 1rem;
    font-size: 16px;
  }
  .page_process .item::after {
    top: 20px;
  }
  .page_process .item .num {
    width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 4px 10px;
  }
  .product_list .active a {
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.1);
  }
  .product_list .off {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
  }
  .product_list .info {
    padding: 1rem 20px 1.2rem;
    transform: translate(0);
  }
  .product_list strong {
    font-size: 14px;
  }
  .product_list h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .product_list .price {
    font-size: 18px;
    margin-top: 1rem;
    transform: translate(0);
    opacity: 1;
  }
  .product_list .price del {
    font-size: 14px;
    margin-left: 3px;
  }
  .product_list .btn_b {
    font-size: 14px;
    padding: 11px 20px;
    transform: translate(0);
    opacity: 1;
    margin-top: 20px;
  }
  .blog_list .active a {
    box-shadow: 10px 10px 10px rgba(226, 226, 226, 0.55);
  }
  .blog_list .info {
    padding: 1rem 20px;
  }
  .blog_list .metas {
    font-size: 14px;
    gap: 10px;
  }
  .blog_list .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .blog_list .btn_more {
    font-size: 14px;
    grid-template-columns: 1fr 40px;
    margin-top: 20px;
    padding-top: 10px;
  }
  .faq_list .faq_item .question {
    font-size: 18px;
    grid-template-columns: 1fr 12px;
    gap: 1rem;
    padding: 16px 0;
  }
  .faq_list .faq_item .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 5px 0 1.2rem;
    margin: 0;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 6rem;
  }
  .home_banner .head {
    padding: 0;
    max-width: unset;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_banner .btns {
    display: none;
  }
  .home_banner div.swiper-pagination {
    bottom: 2rem;
    gap: 8px;
  }
  .home_banner div.swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
  .home_advantage {
    padding: 2rem 0;
  }
  .home_advantage .items > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }
  .home_advantage .item {
    grid-template-columns: 2rem auto;
    justify-content: unset;
    font-size: 14px;
    gap: 10px;
    padding: 0 10px;
  }
  .home_category {
    padding: 4rem 0 3rem;
  }
  .home_category .flex {
    gap: 20px 1rem;
  }
  .home_category .list {
    margin-top: 2rem;
  }
  .home_category .list > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home_category .item:nth-child(5n+3) .info > div:first-child {
    flex: 1;
    max-width: unset;
  }
  .home_category .item:nth-child(5n+3) .info p {
    margin-top: 10px;
  }
  .home_category .item a {
    padding: 1.2rem 20px;
  }
  .home_category .item .img {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
    margin-right: -20px;
  }
  .home_category .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_category .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 200px;
  }
  .home_products {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_products .flex {
    align-items: center;
    gap: 20px 1rem;
  }
  .home_products .swiper_content {
    padding: 0 20px;
    overflow: unset;
  }
  .home_products h2 {
    padding: 0;
  }
  .home_products .home_products_swiper {
    margin-top: 2rem;
  }
  .home_products .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .home_excusive {
    margin: 1rem 0;
  }
  .home_excusive .flex {
    min-height: unset;
    padding: 4rem 0;
  }
  .home_excusive .img {
    width: 100%;
  }
  .home_excusive .head {
    max-width: unset;
    padding: 0;
  }
  .home_excusive strong {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .home_job {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_job .flex {
    gap: 2rem 1rem;
    flex-direction: column-reverse;
  }
  .home_job .flex .img {
    width: 100%;
    padding-bottom: 100%;
  }
  .home_job .head {
    max-width: unset;
    padding: 0;
  }
  .home_job .home_job_swiper {
    overflow: unset;
    margin-top: 2rem;
    border-radius: 0;
    max-width: unset;
  }
  .home_job .home_job_swiper .swiper-slide {
    border-radius: 12px;
  }
  .home_job .home_job_swiper .title {
    bottom: 1rem;
    max-height: calc(100% - 2rem);
    font-size: 1rem;
    padding: 0 20px;
  }
  .home_job .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .home_certified {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .home_certified .inner {
    padding: 0 20px;
  }
  .home_certified .home_certified_swiper {
    max-width: unset;
    margin: 2rem 0 0;
  }
  .home_about {
    padding: 3rem 0;
  }
  .home_about .flex {
    gap: 2rem 1rem;
  }
  .home_about .flex .img {
    width: 100%;
  }
  .home_about .right {
    max-width: unset;
    padding: 0;
  }
  .home_about .nums {
    margin-top: 2rem;
  }
  .home_about .nums ul {
    gap: 2rem 1rem;
  }
  .home_about .nums li {
    grid-template-columns: 2.5rem 1fr;
    gap: 10px;
  }
  .home_about .nums span {
    font-size: 1.5rem;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .home_about .items {
    margin-top: 2rem;
  }
  .home_about .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home_about .item .info {
    padding: 1.2rem 20px;
    grid-template-columns: 1fr;
    gap: 20px 1rem;
  }
  .home_about .item strong {
    font-size: 14px;
  }
  .home_about .item h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .home_about .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_about .item i {
    width: 40px;
    height: 40px;
  }
  .home_saying {
    padding: 4rem 0;
    margin: 1rem 0;
  }
  .home_saying .home_saying_swiper {
    margin-top: 2rem;
  }
  .home_saying .item {
    padding: 1.2rem 20px;
    border-radius: 12px;
  }
  .home_saying .item .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    min-height: 150px;
  }
  .home_saying .item .desc::before {
    width: 40px;
    height: 40px;
    margin-bottom: -20px;
  }
  .home_saying .item .name {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .home_saying .item .pd {
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .home_saying .item .info {
    padding: 0;
  }
  .home_saying .item .info .cat {
    font-size: 14px;
  }
  .home_saying .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_saying .item .info .price {
    font-size: 1rem;
    margin-top: 12px;
  }
  .home_saying .item .info .price del {
    font-size: 14px;
    margin-left: 4px;
  }
  .home_saying .swiper_btns {
    margin-top: 2rem;
  }
  .home_blog {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_blog .flex {
    align-items: center;
    gap: 20px 1rem;
  }
  .home_blog .swiper_content {
    padding: 0 20px;
    overflow: unset;
  }
  .home_blog .home_blog_swiper {
    margin-top: 2rem;
  }
  .home_blog .swiper_btns.middle {
    position: static;
    width: 100%;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .about_banner::before {
    width: 100%;
  }
  .about_banner .flex {
    min-height: unset;
    padding: 4rem 0;
  }
  .about_banner .head {
    padding: 0;
    max-width: unset;
  }
  .about_banner .nums ul {
    grid-template-columns: 1fr 1fr;
  }
  .about_banner .nums li {
    padding: 0 10px 1.2rem 16px;
  }
  .about_banner .nums .wrap {
    font-size: 1.5rem;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 10px;
    letter-spacing: unset;
    margin-top: 0;
  }
  .about_banner .nums .wrap i {
    margin-top: 0;
  }
  .about_banner .nums .label {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_intro {
    padding: 4rem 0 3rem;
  }
  .about_intro .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .about_intro h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 1rem;
    letter-spacing: unset;
  }
  .about_intro .video {
    margin-top: 2rem;
  }
  .about_intro .video .btn_play {
    width: 5rem;
    height: 5rem;
    left: 1rem;
  }
  .about_milestones {
    padding: 4rem 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .about_milestones .about_milestones_swiper {
    --deg: 20px;
    overflow: unset;
    clip-path: none;
  }
  .about_milestones .about_milestones_swiper .swiper-slide {
    padding: 2rem 20px 1rem;
  }
  .about_milestones .about_milestones_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: 54px;
  }
  .about_milestones .about_milestones_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    padding-bottom: 1rem;
    min-height: unset;
  }
  .about_milestones .about_milestones_swiper strong {
    font-size: 20px;
    margin-top: 10px;
  }
  .about_milestones .flex {
    margin-top: 2rem;
  }
  .about_milestones .head {
    padding: 0;
  }
  .about_milestones .head h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  .about_milestones .about_milestones_time_swiper {
    width: 100%;
  }
  .about_milestones .about_milestones_time_swiper .swiper-slide {
    font-size: 16px;
    padding-top: 1rem;
  }
  .about_services {
    padding: 3rem 0;
    overflow: hidden;
  }
  .about_services .head {
    max-width: unset;
  }
  .about_services .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .about_services .about_services_nav_swiper {
    width: 100%;
    overflow: unset;
    padding: 0;
  }
  .about_services .about_services_nav_swiper .swiper-slide {
    flex: 1 0 180px;
    font-size: 1rem;
    letter-spacing: unset;
    padding: 14px 0;
  }
  .about_services .about_services_swiper {
    margin-top: 2rem;
  }
  .about_services .about_services_swiper .img {
    width: 100%;
    padding-bottom: 63.43%;
  }
  .about_services .about_services_swiper .info {
    max-width: unset;
    padding: 0;
  }
  .about_services .about_services_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .about_services .about_services_swiper p {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .account_main {
    padding: 3rem 0;
  }
  .account_main .flex {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .account_main .info_box {
    padding: 2rem 20px;
    border-radius: 10px;
  }
  .account_main .info_box .icon {
    width: 3rem;
    height: 3rem;
  }
  .account_main .info_box .hello {
    font-size: 18px;
    margin-top: 1rem;
  }
  .account_main .info_box .info_list {
    margin-top: 2rem;
  }
  .account_main .info_box .info_list li + li {
    margin-top: 1rem;
  }
  .account_main .info_box .info_list a {
    padding-left: 2rem;
    font-size: 0.9rem;
  }
  .account_main .info_box .info_list i {
    width: 22px;
    height: 22px;
  }
  .account_main .info_box .btn_b {
    max-width: 293px;
    padding: 11px 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  .account_main .dashboard_box {
    padding: 2rem 20px;
    border-radius: 10px;
  }
  .account_main .dashboard_box h1 {
    font-size: 22px;
    padding-bottom: 1rem;
  }
  .account_main .dashboard_box .dashboard_list {
    margin-top: 1rem;
  }
  .account_main .dashboard_box .dashboard_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    padding: 0;
  }
  .account_main .dashboard_box .dashboard_list a {
    font-size: 0.9rem;
    gap: 1rem;
  }
  .account_main .dashboard_box .dashboard_list i {
    width: 40px;
    height: 40px;
  }
  .account_main .advantage_list ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .account_main .advantage_list a {
    border-radius: 10px;
  }
  .account_main .advantage_list .info {
    top: 1rem;
    bottom: 1rem;
    padding: 0 20px;
  }
  .account_main .advantage_list .title {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .account_main .advantage_list .btn {
    padding: 11px 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .account_order {
    padding: 3rem 0;
  }
  .account_order .flex {
    gap: 20px 1rem;
  }
  .account_order .btn_view {
    font-size: 14px;
    gap: 10px;
    margin: 0;
  }
  .account_order .btn_view::after {
    width: 12px;
    height: 12px;
  }
  .account_order .order_box {
    padding: 1rem 20px;
    margin-top: 2rem;
  }
  .account_order .order_box .result {
    gap: 1rem;
    align-items: center;
    padding: 12px 0 1.2rem;
  }
  .account_order .order_box .result .total {
    width: 100%;
    flex: unset;
    margin: 0;
    font-size: 22px;
  }
  .account_order .order_box .result .date {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
  .account_order .order_box .result .btn_b {
    font-size: 14px;
    padding: 11px 20px;
  }
  .account_order .order_box .orders {
    padding: 0 20px;
  }
  .account_order .order_box .orders .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 1rem;
    gap: 1rem;
  }
  .account_order .order_box .orders .name {
    font-size: 18px;
    padding: 0;
    width: 100%;
  }
  .account_order .order_box .orders .num,
  .account_order .order_box .orders .price {
    padding: 0;
  }
  .blog_nav {
    padding: 3rem 0 2rem;
  }
  .blog_nav strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
  }
  .blog_nav .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .blog_nav .nav_list {
    justify-content: unset;
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px;
    gap: 1.2rem;
  }
  .blog_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .blog_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .blog_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .blog_nav .nav_list .nav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: unset;
  }
  .blog_main {
    padding: 2rem 0 3rem;
  }
  .blog_main .items ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .blog_main .items li:first-child .info {
    margin-top: 1rem;
  }
  .blog_main .items li:first-child .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_main .items .info {
    margin-top: 1rem;
  }
  .blog_main .items .metas {
    font-size: 14px;
    gap: 10px;
  }
  .blog_main .items .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_main .items .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_main .items .btn_b {
    margin-top: 20px;
    min-width: unset;
  }
  .blog_main .list {
    margin-top: 3rem;
  }
  .blog_main .list ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .blog_main p.center:has(.btn_b) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_main .head .metas {
    gap: 1rem 1.2rem;
    margin-top: 20px;
  }
  .post_main .head .metas li {
    font-size: 0.9rem;
    grid-template-columns: 20px 1fr;
    gap: 8px;
  }
  .post_main .flex {
    margin-top: 2rem;
    display: block;
  }
  .post_main .post_sidebar {
    position: unset;
    top: unset;
    min-width: unset;
    width: 100%;
    margin-top: 3rem;
  }
  .post_main .post_sidebar .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
    white-space: nowrap;
    gap: 1.2rem;
  }
  .post_main .post_sidebar .nav_list::-webkit-scrollbar {
    display: none;
  }
  .post_main .post_sidebar .nav_list li + li {
    margin: 0;
  }
  .post_main .post_sidebar .nav_list .nav_item {
    font-size: 14px;
    padding: 10px 20px;
  }
  .post_main .post_sidebar .post_related {
    margin-top: 2rem;
  }
  .post_main .post_sidebar .post_related strong {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .post_main .post_sidebar .post_related ul {
    display: grid;
    gap: 2rem 1rem;
  }
  .post_main .post_sidebar .post_related li + li {
    margin: 0;
  }
  .post_main .post_sidebar .post_related h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .post_main .left {
    max-width: unset;
  }
  .post_main .left .img {
    border-radius: 12px;
  }
  .post_main .left .tag_box {
    margin-top: 1rem;
  }
  .post_main .left .tag_box .tags {
    font-size: 16px;
    gap: 12px;
  }
  .post_main .left .tag_box .tags span {
    margin-right: 4px;
  }
  .post_main .left .tag_box .tags p {
    font-size: 14px;
    padding: 8px 1.2rem;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 12px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  #share {
    right: 1rem;
    top: 27vh;
  }
  #share .social {
    gap: 12px;
  }
  #share .social a {
    width: 40px;
    height: 40px;
  }
  .calculator_process {
    padding: 4rem 0 3rem;
  }
  .calculator_process .items > div {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .calculator_process .item .icon {
    width: 80px;
    height: 80px;
  }
  .calculator_process .item .info {
    padding: 1.2rem 20px;
    margin-top: 1rem;
  }
  .calculator_process .item .info strong {
    font-size: 18px;
  }
  .calculator_process .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .calculator_products {
    padding: 3rem 0;
  }
  .calculator_products .find_box {
    max-width: unset;
    --deg: 20px;
    padding: 2rem 20px;
  }
  .calculator_products .find_box .head {
    padding-bottom: 10px;
  }
  .calculator_products .find_box .head h2 {
    font-size: 22px;
  }
  .calculator_products .find_box .find_main {
    margin-top: 1rem;
    padding: 0;
  }
  .calculator_products .find_box form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .calculator_products .find_box form .selects {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .calculator_products .find_box form select {
    font-size: 14px;
    padding: 14px 3rem 14px 20px;
    background-size: 14px;
    background-position: right 20px center;
  }
  .calculator_products .find_box form .btn_b {
    font-size: 14px;
    min-width: 120px;
    padding: 11px 20px;
  }
  .calculator_products .find_box form span:has(.btn_b) {
    text-align: right;
  }
  .calculator_products p.result {
    font-size: 18px;
    margin-top: 3rem;
  }
  .calculator_products .list {
    margin-top: 2rem;
  }
  .calculator_products .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .calculator_products p.center:has(.btn_b) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .contact_main {
    padding: 3rem 0;
  }
  .contact_main .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .contact_main form {
    gap: 1rem;
    font-size: 0.9rem;
    margin-top: 2rem;
  }
  .contact_main form .col-2 {
    width: 100%;
  }
  .contact_main form .label {
    margin-bottom: 8px;
  }
  .contact_main form input,
  .contact_main form textarea {
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 8px;
  }
  .contact_main form textarea {
    height: 120px;
  }
  .contact_main form span:has(input[type=checkbox]) {
    margin-top: 0;
  }
  .contact_main form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .contact_main form input[type=checkbox] ~ span {
    width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 0.9rem;
    margin-top: 0;
  }
  .contact_main form span:has(.submit_btn) {
    margin-top: 1rem;
  }
  .contact_main form .submit_btn {
    grid-template-columns: 1fr 40px;
    font-size: 14px;
    padding: 5px 5px;
    padding-left: 2rem;
    min-width: 160px;
  }
  .contact_desc {
    padding: 3rem 0;
  }
  .contact_desc .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contact_desc .item {
    padding: 2rem 20px;
  }
  .contact_desc .item .icon {
    width: 3rem;
  }
  .contact_desc .item .info {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .contact_desc .item .info .label {
    margin-bottom: 10px;
  }
  .contact_desc .item .info a,
  .contact_desc .item .info span {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_desc .item .info .line {
    margin: 1rem 0;
  }
  .contact_desc .item .info p {
    max-width: unset;
  }
  .faqs_solutions {
    padding: 4rem 0 3rem;
  }
  .faqs_solutions .item a {
    padding: 1.5rem 20px 1rem;
  }
  .faqs_solutions .item .info {
    min-height: unset;
    padding-bottom: 2rem;
  }
  .faqs_solutions .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .faqs_solutions .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .faqs_solutions .item .btn_more {
    grid-template-columns: 1fr 40px;
    margin-top: 1rem;
    font-size: 14px;
  }
  .faqs_solutions .swiper_btns {
    display: none;
  }
  .faqs_main {
    padding: 3rem 0;
  }
  .faqs_main .faqs_sidebar {
    width: 100%;
  }
  .faqs_main .nav_list {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding: 0 20px;
    display: flex;
    white-space: nowrap;
    gap: 2rem;
    overflow-x: auto;
  }
  .faqs_main .nav_list::-webkit-scrollbar {
    display: none;
  }
  .faqs_main .nav_list .nav_item {
    font-size: 16px;
  }
  .faqs_main .nav_list li + li {
    margin: 0;
  }
  .faqs_main .faqs {
    max-width: unset;
    padding: 0;
  }
  .faqs_main p.center:has(.btn_b) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .thanks_main .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .thanks_main .head {
    padding: 0;
  }
  .thanks_main .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .thanks_main .icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .thanks_main .btns {
    margin-top: 20px;
    gap: 1rem;
  }
  .thanks_main .btns .btn_b {
    margin-top: 0;
    min-width: unset;
  }
  .thanks_main .btns .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .products_main {
    padding: 4rem 0 3rem;
  }
  .products_main .flex {
    gap: 2rem 1rem;
  }
  .products_main .left {
    width: 100%;
    position: static;
    top: unset;
    min-width: unset;
  }
  .products_main .left .filter_title {
    gap: 1rem;
  }
  .products_main .left .filter_title strong {
    font-size: 18px;
  }
  .products_main .left .filter_title .reset {
    font-size: 14px;
    margin-top: 0;
  }
  .products_main .left .filter_title .btn_filter {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    background: url("../img/mobile-menu/nav-btn.svg") no-repeat center / contain;
    margin-right: auto;
    cursor: pointer;
  }
  .products_main .products_sidebar {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    opacity: 1;
    transform: translate(0);
  }
  .products_main .products_sidebar .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  .products_main .products_sidebar .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .products_main .products_sidebar .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  .products_main .products_sidebar .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  .products_main .products_sidebar .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  .products_main .products_sidebar .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding-top: 1.2rem;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 20px;
    grid-template-columns: 1fr 12px;
  }
  .products_main .products_sidebar .box {
    padding: 10px 20px 20px;
  }
  .products_main .products_sidebar .terms li {
    padding-left: 1.6rem;
    font-size: 14px;
  }
  .products_main .products_sidebar .terms li::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .products_main .products_sidebar .terms li + li {
    margin-top: 12px;
  }
  .products_main .products_sidebar .terms .more {
    font-size: 1rem;
    margin-top: 20px;
    padding: 0;
  }
  .products_main .right {
    max-width: unset;
  }
  .products_main .right .sort_box {
    font-size: 0.9rem;
    padding-top: 1.2rem;
    gap: 1rem;
    margin-top: 2rem;
  }
  .products_main .right .sort_box .sort label {
    gap: 5px;
  }
  .products_main .right .sort_box .sort select {
    font-size: 14px;
    padding-right: 2rem;
    background-size: 12px;
  }
  .products_main .list {
    margin-top: 2rem;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .products_main p.center:has(.btn_b) {
    margin-top: 2rem;
    min-height: 43px;
  }
  .product_show {
    padding: 3rem 0;
  }
  .product_show .head {
    font-size: 0.9rem;
    padding-bottom: 1rem;
    gap: 1rem;
  }
  .product_show .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .product_show .head .metas {
    gap: 1rem;
    padding: 0;
  }
  .product_show .head .metas p {
    margin: 0;
  }
  .product_show .head .metas span {
    margin-right: 5px;
  }
  .product_show .head .share {
    gap: 1rem;
  }
  .product_show .head .share .social {
    gap: 1rem;
  }
  .product_show .head .share .social a {
    width: 2rem;
    height: 2rem;
  }
  .product_show .main {
    margin-top: 2rem;
    display: block;
  }
  .product_show .left {
    width: 100%;
    position: unset;
    padding: 0;
    max-width: 444px;
    margin: 0 auto;
  }
  .product_show .left .product_show_gallery_swiper .like {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .product_show .left .product_show_gallery_swiper .btn_video {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
  }
  .product_show .left .product_show_thumbs_swiper {
    max-width: unset;
  }
  .product_show .left .swiper_box {
    margin-top: 1rem;
  }
  .product_show .left .swiper_prev,
  .product_show .left .swiper_next {
    width: 22px;
  }
  .product_show .right {
    max-width: unset;
    margin-top: 2rem;
  }
  .product_show .right .unit_price .new {
    font-size: 22px;
  }
  .product_show .right .unit_price .new .unit {
    font-size: 18px;
    margin-left: 4px;
  }
  .product_show .right .unit_price del {
    font-size: 16px;
    margin-top: 3px;
  }
  .product_show .right .stock {
    grid-template-columns: 14px 1fr;
    gap: 10px;
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .product_show .right .prices {
    margin-top: 1.2rem;
  }
  .product_show .right .prices table th {
    font-size: 16px;
    padding: 10px 20px;
  }
  .product_show .right .prices table td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .product_show .right .desc {
    margin-top: 1.5rem;
  }
  .product_show .right .desc > div {
    grid-template-columns: 1fr;
    gap: 1.5rem 1rem;
  }
  .product_show .right .desc .label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .product_show .right .desc select {
    font-size: 14px;
    padding: 14px 3rem 14px 20px;
    background-size: 12px;
    background-position: right 20px center;
  }
  .product_show .right .qty {
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .product_show .right .qty .label {
    font-size: 18px;
  }
  .product_show .right .qty .qty_box {
    grid-template-columns: repeat(3, 40px);
    font-size: 16px;
  }
  .product_show .right .qty .qty_box span {
    line-height: 38px;
  }
  .product_show .right .qty .qty_box input {
    font-size: 16px;
    padding: 0 10px;
  }
  .product_show .right .qty .total {
    font-size: 20px;
  }
  .product_show .right .btns {
    margin-top: 2rem;
    gap: 10px;
  }
  .product_show .right .btns .btn,
  .product_show .right .btns .btn_b {
    font-size: 14px;
    padding: 11px 20px;
  }
  .product_show .right .btns .btn_calculator {
    font-size: 14px;
    margin-top: 0;
  }
  .product_show .right .advantage {
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .product_show .right .advantage li {
    grid-template-columns: 16px 1fr;
    gap: 1rem;
    font-size: 0.9rem;
  }
  .product_show .right .advantage li + li {
    margin-top: 12px;
  }
  .product_nav {
    margin: 1rem 0;
  }
  .product_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 1.2rem;
    justify-content: unset;
    overflow-x: auto;
  }
  .product_nav .nav_list li:first-child {
    margin-left: auto;
  }
  .product_nav .nav_list li:last-child {
    margin-right: auto;
  }
  .product_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_nav .nav_item {
    font-size: 16px;
    border-bottom-width: 2px;
    padding: 16px 0;
  }
  .product_details {
    padding: 3rem 0;
  }
  .product_details .head {
    max-width: unset;
    padding: 0;
  }
  .product_details .items {
    margin-top: 1rem;
    max-width: unset;
  }
  .product_details .items > div {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .product_details .items .item {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 2rem 20px;
    gap: 12px;
  }
  .product_details .items .item i {
    width: 40px;
    height: 40px;
  }
  .product_details .img {
    order: -1;
    --size: 100%;
  }
  .product_details2 {
    padding: 3rem 0;
  }
  .product_details2 .head {
    max-width: unset;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_details2 ul {
    margin-top: 12px;
  }
  .product_details2 ul li {
    padding-left: 1.5rem;
  }
  .product_details2 ul li::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .product_details2 ul li + li {
    margin-top: 6px;
  }
  .product_details2 .img {
    --size: 100%;
    margin: 0;
  }
  .product_applications {
    padding: 3rem 0;
  }
  .product_applications .flex {
    gap: 2rem 1rem;
  }
  .product_applications .left {
    width: 100%;
    padding: 0;
    max-width: unset;
  }
  .product_applications .product_applications_img_swiper {
    width: 100%;
    border-radius: 12px;
  }
  .product_applications .product_applications_swiper {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product_applications .product_applications_swiper strong {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .product_applications .product_applications_swiper .swiper-slide > ul {
    margin-top: 1rem;
  }
  .product_applications .product_applications_swiper .swiper-slide > ul li {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
  }
  .product_applications .product_applications_swiper .swiper-slide > ul li + li {
    margin-top: 10px;
  }
  .product_applications .swiper_con {
    margin-top: 2rem;
    gap: 1rem;
  }
  .product_applications .swiper_con .swiper_btns {
    gap: 1rem;
  }
  .product_applications .swiper_con .pagination {
    font-size: 14px;
    gap: 8px;
  }
  .product_applications .swiper_con .pagination div.swiper-pagination {
    width: 52px;
  }
  .product_size {
    padding: 3rem 0;
  }
  .product_size .main {
    margin-top: 2rem;
    padding: 10px;
  }
  .product_size table tr:nth-child(even) td {
    padding: 14px 16px;
  }
  .product_size table td {
    font-size: 14px;
    padding: 14px 16px;
  }
  .product_faq {
    padding: 3rem 0;
  }
  .product_faq .head {
    width: 100%;
  }
  .product_faq .faqs {
    max-width: unset;
    padding: 0;
  }
  .product_resources {
    margin: 1rem 0;
  }
  .product_resources .inner {
    width: 100%;
    border-radius: 0;
    padding: 4rem 0;
  }
  .product_resources .items {
    margin-top: 2rem;
  }
  .product_resources .items > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .product_resources .items a {
    padding: 1.2rem 20px;
  }
  .product_resources .items h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_resources .items span {
    font-size: 0.9rem;
    grid-template-columns: 14px 1fr;
    gap: 3px;
    margin-top: 5px;
  }
  .product_resources .items i {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }

  
    .default_head{
      padding: 5rem 0;
    }
    .default_head h1{
      font-size: 2rem;
    }
    .default_body{
      padding: 3rem 0;
      font-size: 0.9rem;
      line-height: 1.5rem;
    }
    
    .default_body h2 {
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 700;
      margin: 1rem 0 1rem;
    }
    .default_body h3 {
      font-size: 1.1rem;
      line-height: 1.5;
      font-weight: 700;
      margin: 1rem 0;
    }
    .default_body p {
      margin: 1rem 0;
    }
    
    
    .default_body ul li {
      position: relative;
      padding-left: 2.4rem;
      margin-bottom: 1rem;
    }
    .default_body ul li:last-child {
      margin-bottom: 0;
    }
    .default_body ul li::before {
      width: 1.4rem;
      height: 1.4rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      border-radius: 50%;
      background-color: var(--theme_color);
      content: '';
    }

    .video_pop .pop_content {
      max-width: 90vw;
      height: 300px;
      border-radius: 6px;
    }
    .video_pop .pop_content {
      width: 90vw;
      height: auto;
    }

}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .head.sm h2 {
    font-size: 28px;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .footer_service .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .home_advantage .item {
    font-size: 16px;
    gap: 1rem;
    grid-template-columns: 2.5rem 1fr;
    padding: 0 20px;
  }
  .home_category .list > div {
    grid-template-columns: 1fr 1fr;
  }
  .home_excusive .img {
    width: 48%;
  }
  .home_job .flex {
    flex-direction: row;
  }
  .home_job .flex .img {
    width: 48%;
    padding-bottom: 48%;
  }
  .home_about .flex .img {
    width: 48%;
  }
  .home_about .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .about_services .about_services_swiper .img {
    width: 46.74%;
    padding-bottom: 29.65%;
  }
  .account_main .flex {
    grid-template-columns: 1fr 2fr;
  }
  .account_main .dashboard_box .dashboard_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .account_main .advantage_list {
    grid-column: span 2;
  }
  .account_main .advantage_list ul {
    grid-template-columns: 1fr 1fr;
  }
  .account_order .order_box .orders .item {
    display: grid;
    grid-template-columns: 120px 1fr 8% 10%;
  }
  .account_order .order_box .result .total {
    width: unset;
    flex: 1;
  }
  .account_order .order_box .result .date {
    width: auto;
  }
  .blog_main .items ul {
    grid-template-columns: 2fr 1fr;
  }
  .blog_main .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .post_main .post_sidebar .post_related ul {
    grid-template-columns: 1fr 1fr;
  }
  .calculator_process .items > div {
    grid-template-columns: repeat(3, 1fr);
  }
  .calculator_products .find_box form .selects {
    grid-template-columns: repeat(3, 1fr);
  }
  .calculator_products .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .contact_desc .items > div {
    grid-template-columns: 1fr 1fr;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .product_details2 .img,
  .product_details .img {
    --size: 48%;
    order: unset;
  }
  .product_applications .product_applications_img_swiper,
  .product_applications .left {
    width: 48%;
  }
  .blog_nav .head h1,
  .contact_main .head h1,
  .product_show .head h1,
  .thanks_main .head h1 {
    font-size: 34px;
  }
  .about_intro .head h2,
  .about_milestones .head h2,
  .about_services .head h2 {
    font-size: 28px;
  }
}
