@media(max-width:1440px) {
  .auto-container {
    width: calc(100% - 72px);
  }

  .site_nav > a,
  .site_nav > .nav_item > .nav_link {
    padding: 12px 10px;
    font-size: 13px;
  }

  .site_logo strong {
    font-size: 25px;
  }

  .site_logo small {
    font-size: 12px;
  }

  .header_quote {
    min-width: 172px;
    padding: 0 20px;
    font-size: 13px;
  }

  .header_tools {
    gap: 10px;
  }

  .header_search_btn {
    width: 44px;
    height: 44px;
  }

  .hero_content h1,
  .hero_title {
    font-size: 62px;
  }

  .index_banner .swiper-button-prev {
    left: 36px;
  }

  .index_banner .swiper-button-next {
    left: 104px;
  }

  .index_banner .swiper-pagination {
    right: 36px;
  }

  .about_top {
    gap: 50px;
  }

  .about_content h2,
  .about_factory_title h2 {
    font-size: 52px;
  }

  .about_visual,
  .about_visual img {
    min-height: 540px;
    height: 540px;
  }

  .categories_grid {
    grid-auto-rows: 200px;
  }

  .category_card h3 {
    font-size: 24px;
  }

  .category_card_large h3 {
    font-size: 42px;
  }

  .category_line {
    margin-top: 16px;
  }

  .category_card p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .category_link {
    margin-top: 18px;
  }

  .index_hot_products .hot_products_swiper .swiper-wrapper {
    gap: 18px;
  }

  .hot_product_card .img_box {
    /* height: 205px; */
  }

  .hot_product_card h3 {
    font-size: 16px;
  }

  .oemodm_head h2 {
    font-size: 54px;
  }

  .service_tab span {
    font-size: 15px;
  }

  .oemodm_card .service_content {
    padding: 34px 28px;
  }

  .oemodm_card h3 {
    font-size: 26px;
  }

  .factory_quality_head h2 {
    font-size: 54px;
  }

  .factory_quality_media,
  .factory_quality_media img,
  .factory_quality_panel {
    min-height: 400px;
  }

  .factory_quality_panel {
    padding: 38px 40px;
  }

  .factory_quality_panel h3 {
    font-size: 31px;
  }

  .why_choose_wrap {
    gap: 48px;
  }
  .why_choose_content h2 {
    font-size: 52px;
  }

  .why_card {
    grid-template-columns: 68px 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .why_icon {
    width: 64px;
    height: 64px;
  }

  .why_card h3 {
    font-size: 19px;
  }

  .blog_head h2 {
    font-size: 54px;
  }

  .blog_layout {
    gap: 28px;
  }

  .blog_feature_img {
    height: 390px;
  }

  .blog_item a {
    grid-template-columns: 190px 1fr 32px;
    gap: 22px;
  }

  .blog_item_img {
    height: 142px;
  }

  .blog_item_content h3 {
    /* font-size: 16px; */
  }

  .contact_faq_head h2 {
    font-size: 54px;
  }

  .contact_faq_layout {
    gap: 28px;
  }

  .inquiry_card,
  .faq_card {
    padding: 34px 30px;
  }

  .faq_item h4 {
    font-size: 15px;
  }

  .footer_main {
    gap: 34px;
  }

  .footer_logo img {
    /* width: 190px; */
  }

  .page_banner_content h1 {
    font-size: 46px;
  }

  .page_about .about_intro_layout {
    gap: 44px;
  }

  .page_about .about_intro_visual {
    min-height: 0;
  }

  .page_about .about_intro_visual .about_visual {
    height: 100%;
  }

  .page_content > .auto-container {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }

  .list_product_grid {
    gap: 18px;
  }

  .list_product .hot_product_card .img_box {
    min-height: 210px;
  }
}

/* Quotation page */
@media (max-width:1100px){
  .quotation-layout{
    grid-template-columns:1fr;
    max-width:820px
  }
  .quote-selection-card{
    position:static
  }
}

@media (max-width:768px){
  .quotation-page{
    padding:42px 0 58px
  }
  .quotation-layout{
    width:min(100% - 32px,1440px);
    gap:22px
  }
  .quote-card-head{
    align-items:flex-start;
    flex-direction:column;
    min-height:0;
    margin-bottom:16px
  }
  .quote-card-head h2{
    font-size:19px
  }
  .quote-product-list .item{
    grid-template-columns:82px minmax(0,1fr) auto;
    gap:14px;
    padding:16px 18px
  }
  .quote-product-list .img{
    width:82px;
    height:82px
  }
  .quote-empty{
    min-height:210px;
    padding:34px 22px
  }
  .quotation-page .form-card{
    padding:26px 22px
  }
  .quotation-page .form-grid{
    grid-template-columns:1fr;
    gap:18px
  }
  .quotation-page .form-group.full{
    grid-column:auto
  }
  .quotation-submit{
    align-items:stretch;
    flex-direction:column
  }
  .quotation-submit button,
  .quotation-submit a{
    width:100%
  }
}

@media (max-width:480px){
  .quote-list-actions{
    width:100%
  }
  .quote-list-actions button{
    flex:1 1 0
  }
  .quote-product-list .item{
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
    padding:14px
  }
  .quote-product-list .img{
    width:70px;
    height:70px
  }
  .quote-product-list .text h3{
    font-size:14px
  }
  .quote-product-list .other{
    grid-column:1/-1;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:16px
  }
  .quote-empty h3{
    font-size:19px
  }
  .quote-empty p{
    font-size:14px
  }
}

@media(max-width:1280px) {
  .site_page {
    padding-top: 84px;
  }

  .auto-container {
    width: calc(100% - 50px);
  }

  .site_header {
    height: 84px;
  }

  .site_header .auto-container {
    gap: 12px;
  }

  .site_logo img {
    width: 48px;
    height: 48px;
  }

  .site_logo {
    gap: 12px;
  }

  .site_logo span {
    width: 218px;
    min-width: 190px;
  }

  .site_logo strong {
    font-size: 20px;
  }

  .site_logo small {
    font-size: 14px;
    line-height: 1.5;
  }

  .site_nav > a,
  .site_nav > .nav_item > .nav_link {
    padding: 36px 10px;
    /* font-size: 12px; */
  }

  .site_nav > * + *::before {
    width: 11px;
    height: 11px;
  }

  .header_quote {
    min-width: 132px;
    height: 42px;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .header_tools {
    gap: 8px;
  }

  .header_search_btn {
    width: 42px;
    height: 42px;
  }

  .header_search_panel {
    padding: 18px 28px;
  }

  .index_banner_swiper,
  .index_banner .swiper-slide,
  .index_banner .auto-container {
    height: 41.6667vw;
    min-height: 0;
  }

  .hero_content {
    width: 480px;
    padding: 36px 0 86px;
  }

  .hero_content h1,
  .hero_title {
    font-size: 42px;
    line-height: 1.12;
  }

  .hero_lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .hero_text {
    max-width: 460px;
    margin-top: 22px;
    font-size: 15px;
  }

  .hero_actions {
    margin-top: 30px;
  }

  .btn_primary,
  .btn_secondary {
    height: 45px;
    padding: 0 26px;
    font-size: 13px;
  }

  .btn_primary {
    min-width: 210px;
  }

  .index_banner .swiper-button-prev,
  .index_banner .swiper-button-next {
    bottom: 54px;
  }

  .index_banner .swiper-pagination {
    bottom: 70px;
  }

  .index_about {
    padding: 68px 0 0;
  }

  .about_top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .about_content h2,
  .about_factory_title h2 {
    font-size: 34px;
  }

  .about_subtitle {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .about_lead {
    font-size: 16px;
  }

  .about_text {
    font-size: 15px;
  }

  .about_visual,
  .about_visual img {
    min-height: 440px;
    height: 440px;
  }

  .about_stat {
    padding: 14px 16px;
  }

  .about_stat strong {
    font-size: 24px;
  }

  .index_categories {
    padding: 60px 0 0;
  }

  .categories_head h2,.hot_products_head h2 {
    font-size: 30px;
  }
  .hot_products_head p,.categories_head p{
    font-size: 16px;
  }
  .categories_grid {
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    /* grid-auto-rows: 210px; */
    /* gap: 14px; */
  }

  .category_card_large {
    /* grid-row: span 2; */
  }

  .category_card_wide {
    /* grid-column: span 1; */
  }

  .category_card_content {
    left: 24px;
    width: min(245px, calc(100% - 48px));
  }

  .category_card_large .category_card_content {
    left: 34px;
    width: 270px;
  }

  .category_card_top .category_card_content {
    top: 40px;
  }

  .category_card_top::before {
    /* background: linear-gradient(180deg, rgba(251, 250, 247, .98) 0, rgba(251, 250, 247, .94) 44%, rgba(251, 250, 247, .58) 68%, rgba(251, 250, 247, .08) 100%); */
  }

  .category_card_top img {
    object-position: center 80%;
  }

  .category_card h3 {
    font-size: 20px;
  }

  .category_card_large h3 {
    font-size: 26px;
  }

  .category_card p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.42;
  }

  .category_line {
    margin-top: 15px;
  }

  .category_link {
    margin-top: 16px;
  }

  .index_hot_products {
    padding: 60px 0;
  }

  .hot_products_head h2 {
    font-size: 30px;
  }

  .hot_eyebrow {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .hot_eyebrow::before,
  .hot_eyebrow::after {
    width: 72px;
  }

  .index_hot_products .hot_products_swiper .swiper-wrapper {
    gap: 14px;
  }

  .hot_product_card a {
    padding: 14px 12px 18px;
  }

  .hot_product_card .img_box {
    /* height: 150px; */
  }

  .hot_product_card .text_box {
    padding-top: 16px;
  }

  .hot_product_card h3 {
    min-height: 42px;
    font-size: 15px;
    line-height: 1.35;
  }

  .hot_product_card p {
    font-size: 13px;
  }

  .product_divider {
    margin-top: 14px;
  }

  .view_more_btn {
    width: 126px;
    height: 38px;
    margin-top: 14px;
    font-size: 12px;
  }

  .index_oemodm {
    padding: 68px 0;
  }

  .oemodm_head h2 {
    font-size: 36px;
  }

  .oemodm_head p {
    font-size: 16px;
  }

  .service_tab {
    min-height: 104px;
    padding: 20px 10px 18px;
  }

  .service_tab img {
    width: 34px;
    height: 34px;
  }

  .oemodm_card_grid {
    gap: 16px;
  }

  .oemodm_card_large {
    min-height: 240px;
  }

  .oemodm_card .service_content {
    max-width: 220px;
    padding: 26px 24px;
  }

  .oemodm_card h3 {
    font-size: 18px;
  }

  .oemodm_card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .oemodm_card_small {
    grid-template-columns: 72px 1fr;
    gap: 14px;
    padding-left: 22px;
  }

  .oemodm_card_small .service_icon {
    width: 58px;
    height: 58px;
    padding: 14px;
  }

  .oemodm_card_small h3 {
    font-size: 19px;
  }

  .index_factory_quality {
    padding: 68px 0 0;
  }

  .factory_quality_head h2 {
    font-size: 36px;
  }

  .factory_quality_head p {
    font-size: 16px;
  }

  .factory_quality_media,
  .factory_quality_media img,
  .factory_quality_panel {
    min-height: 360px;
  }

  .factory_quality_panel {
    padding: 30px 28px;
  }

  .factory_quality_panel h3 {
    font-size: 24px;
  }

  .quality_points strong {
    font-size: 15px;
  }

  .quality_points span {
    font-size: 13px;
  }

  .index_why_choose {
    padding: 68px 0 0;
  }

  .why_choose_wrap {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 28px;
    min-height: 0;
  }
  .why_choose_content h2 {
    font-size: 34px;
  }

  .why_choose_lead {
    font-size: 16px;
  }

  .why_choose_text {
    font-size: 15px;
  }

  .why_choose_grid {
    gap: 14px;
  }

  .why_card {
    grid-template-columns: 1fr;
    gap: 12px;
    /* min-height: 146px; */
    /* padding: 16px; */
  }

  .why_icon {
    width: 52px;
    height: 52px;
  }

  .why_icon img {
    width: 26px;
    height: 26px;
  }

  .why_card h3 {
    font-size: 17px;
  }

  .why_card p {
    font-size: 14px;
  }

  .index_blog {
    padding: 68px 0;
  }

  .blog_head h2 {
    font-size: 36px;
  }

  .blog_layout {
    /* grid-template-columns: 1fr; */
  }

  .blog_feature_img {
    height: 360px;
  }

  .blog_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog_item a {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .blog_item_img {
    height: 180px;
  }

  .blog_item_content {
    padding: 24px 24px 28px;
  }

  .blog_item a::after {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 26px;
  }

  .blog_item_content p {
    padding-right: 28px;
  }

  .index_contact_faq {
    padding: 68px 0;
  }

  .contact_faq_head h2 {
    font-size: 36px;
  }

  .contact_faq_head p {
    font-size: 16px;
  }

  .contact_faq_layout {
    /* grid-template-columns: 1fr; */
  }

  .faq_card {
    padding: 20px 20px;
  }

  .faq_list {
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  }

  .footer_main {
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    gap: 20px;
    padding-bottom: 60px;
  }
.footer_col h3, .footer_newsletter h3{
    font-size: 16px;
    margin-bottom: 20px;
}
  .footer_contact_list{
    margin-top: 20px;
}
  .footer_brand {
    /* grid-column: span 3; */
  }

  .footer_col,
  .footer_newsletter {
    padding-left: 0;
    border-left: 0;
  }

  .footer_bottom .auto-container {
    /* align-items: flex-start; */
    /* flex-direction: column; */
    /* justify-content: center; */
    padding: 20px 0;
  }

  .footer_bottom_links {
    justify-content: flex-start;
  }

  .footer_bottom_links > a:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .side_contact_bar {
    right: 6px;
  }

  .head_block .title {
    font-size: 36px;
    line-height: 46px;
  }

  .list_product_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .common_inquiry_box {
    padding: 48px 54px 34px;
  }

  .page_oemodm .oem_services_grid {
    gap: 16px;
  }

  .page_oemodm .oem_service_card {
    padding: 26px 20px 28px;
  }
  .page_about .about_journey_swiper{
    max-width: 80%;
  }
}

@media(max-width:1180px) {
  .auto-container {
    width: calc(100% - 48px);
  }

  .header_quote {
    display: none;
  }

  .site_nav {
    display: none;
  }

  .header_tools {
    margin-left: 0;
  }

  .mobile_quote_btn {
    display: inline-flex;
  }

  .nav_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .site_nav.open {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 84px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    /* border: 1px solid rgba(133, 26, 34, 0.16); */
    /* box-shadow: 0 24px 50px rgba(20, 16, 12, 0.12); */
  }

  .site_nav.open > a,
  .site_nav.open > .nav_item > .nav_link {
    padding: 16px 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  }

  .site_nav.open > a:last-child {
    border-bottom: 0;
  }

  .site_nav.open > .nav_item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  }

  .site_nav.open > .nav_item > .nav_link {
    border-bottom: 0;
  }

  .site_nav.open .nav_dropdown {
    position: static;
    width: auto;
    padding: 0 0 12px 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site_nav.open .nav_dropdown::before {
    display: none;
  }

  .site_nav.open .nav_dropdown a {
    min-height: 0;
    padding: 9px 10px;
    color: #555;
    background: transparent;
    border: 0;
    font-size: 13px;
    border-bottom: 0;
  }

  .site_nav.open .nav_dropdown a::before {
    display: none;
  }

  .site_nav.open .nav_dropdown a:hover {
    padding-left: 14px;
    transform: none;
  }

  .site_nav > * + *::before {
    display: none;
  }

  .site_nav > a::after,
  .site_nav > .nav_item > .nav_link::after {
    display: none;
  }

  .header_search_panel {
    position: fixed;
    left: 24px;
    right: 24px;
    top: 84px;
    z-index: 30;
    width: auto;
    padding: 18px;
  }

  .hero_media::after {
    background: rgb(0 0 0 / 15%);
  }

  .hero_content {
    width: 530px;
  }

  .hero_content h1,
  .hero_title {
    font-size: 50px;
  }

  .hero_actions {
    flex-wrap: wrap;
    gap: 16px;
  }

  .btn_primary,
  .btn_secondary {
    /* height: 56px; */
  }

  .about_top {
    grid-template-columns: 1fr;
  }

  .about_content {
    max-width: 720px;
  }

  .about_visual,
  .about_visual img {
    min-height: 520px;
    height: 520px;
  }

  .about_process_swiper {
    overflow: hidden;
    padding-bottom: 34px;
  }

  .about_process_swiper .swiper-wrapper {
    height: auto;
  }

  .about_process_swiper .swiper-slide {
    height: auto;
  }

  .about_process_grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 10px;
  }

  .about_process_grid .process_item:nth-child(1) {
    grid-row: span 2;
  }

  .about_process_swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .about_process_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background: transparent;
    border: 1px solid var(--accent-color);
    opacity: 0.42;
  }

  .about_process_swiper .swiper-pagination-bullet-active {
    background: var(--accent-color);
    opacity: 1;
  }

  .process_item {
    height: 100%;
  }

  .categories_grid {
    grid-template-columns: 1fr 1fr;
  }

  .category_card_large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .oemodm_service_tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service_tab:nth-child(4) {
    border-left: 0;
  }

  .service_tab:nth-child(n + 4) {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }

  .oemodm_card_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oemodm_card_large {
    min-height: 300px;
  }

  .oemodm_card_small {
    min-height: 210px;
  }

  .factory_quality_row,
  .factory_quality_row_reverse {
    grid-template-columns: 1fr;
    display: flex;
    flex-wrap: wrap;
  }
 .factory_quality_row_reverse {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
  }
  .factory_quality_media,
  .factory_quality_media img {
    min-height: 420px;
  }

  .factory_quality_panel {
    min-height: auto;
  }

  .why_choose_wrap {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .why_choose_content {
    max-width: none;
    padding: 0;
  }

  .blog_feature_img {
    height: 380px;
  }

  .blog_feature_content {
    padding: 30px 32px 34px;
  }

  .blog_feature_content h3 {
    font-size: 30px;
  }

  .faq_list {
    grid-template-columns: 1fr;
  }

  .footer_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 40px;
  }

  .footer_brand,
  .footer_newsletter {
    grid-column: span 2;
  }

  .footer_col h3,
  .footer_newsletter h3 {
    margin-bottom: 24px;
  }

  .site_header .auto-container {
    position: relative;
    justify-content: flex-start;
  }

  .site_logo {
    max-width: calc(100% - 180px);
    overflow: hidden;
  }

  .site_logo span {
    min-width: 0;
  }

  .header_tools {
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav_toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  body .site_header .nav_toggle {
    position: fixed !important;
    left: auto !important;
    right: 16px !important;
    top: 22px !important;
    z-index: 1300 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 32px !important;
    height: 32px !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
    border: 1px solid rgba(133, 26, 34, 0.28) !important;
    transform: none !important;
  }

  body .site_header .nav_toggle span {
    display: block !important;
    width: 18px;
    height: 2px;
    margin: 2px auto;
    background: var(--title-color);
  }

}

@media(max-width:1080px) {
  .page_about .about_intro_layout {
    grid-template-columns: 1fr;
  }

  .page_about .about_intro_visual {
    min-height: 0;
  }

  .page_about .about_intro_visual .about_visual {
    height: 420px;
  }

  .page_about .about_intro_stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .page_about .about_culture_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page_oemodm .oem_services_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page_oemodm .oem_service_card {
    min-height: 360px;
  }

  .page_oemodm .oem_factory_item {
    gap: 36px;
  }

  .page_oemodm .oem_factory_media img {
    height: 320px;
  }

  .page_oemodm .oem_process_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_oemodm .oem_process_body {
    padding: 16px 18px;
  }

  .page_oemodm .oem_witness_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .page_oemodm .oem_witness_feature {
    grid-row: auto;
  }

  .page_oemodm .oem_witness_item {
    height: 300px;
  }

  .page_content > .auto-container {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: sticky;
    top: 84px;
    order: 2;
  }
}

@media(max-width:768px) {
  .site_page {
    padding-top: 60px;
  }

  .auto-container {
  }

  .site_header {
    position: fixed;
    height: 60px;
  }

  .site_header .auto-container {
    position: relative;
    gap: 8px;
  }

  .site_logo {
    gap: 10px;
    min-width: 0;
  }

  .site_logo img {
    width: 46px;
    height: 46px;
  }

  .site_logo span {
    min-width: 0;
    width: 220px;
  }

  .site_logo strong {
    font-size: 17px;
    white-space: nowrap;
  }

  .site_logo small {
    font-size: 10px;
  }

  .site_nav.open {
    left: 16px;
    right: 16px;
    top: 78px;
  }

  .header_tools {
    position: absolute;
    right: 62px;
    top: 20px;
    gap: 6px;
    transform: none;
  }

  .header_search_btn,
  .mobile_quote_btn {
    width: 38px;
    height: 38px;
  }

  .header_search_panel {
    left: 16px;
    right: 16px;
    top: 78px;
    padding: 14px;
  }

  .header_search_form {
    grid-template-columns: 1fr 96px 42px;
    gap: 8px;
  }

  .header_search_form input,
  .search_submit {
    height: 46px;
  }

  .search_submit {
    padding: 0 12px;
    font-size: 12px;
  }

  .search_close {
    width: 42px;
    height: 42px;
  }

  .search_close span {
    left: 12px;
    top: 19px;
  }

  .index_banner_swiper,
  .index_banner .swiper-slide,
  .index_banner .auto-container {
    height: 41.6667vw;
    min-height: 0;
  }

  .hero_media img {
    object-fit: cover;
    object-position: 63% center;
  }

  .hero_media::after {
  }

  .index_banner .auto-container {
    align-items: flex-start;
  }

  .hero_content {
    width: 100%;
    max-width: 560px;
    min-width: 0;
    padding: 60px 0 60px;
  }

  .hero_kicker {
    margin-bottom: 24px;
  }

  .hero_content h1,
  .hero_title {
    width: 100%;
    max-width: 560px;
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .hero_lead {
    width: 100%;
    max-width: 520px;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .hero_text {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .hero_actions {
    margin-top: 32px;
  }

  .btn_primary,
  .btn_secondary {
    /* width: 100%; */
    min-width: 0;
    max-width: 330px;
    padding: 0 20px;
    white-space: normal;
  }

  .index_banner .swiper-button-prev,
  .index_banner .swiper-button-next {
    /* bottom: 48px; */
    /* width: 48px; */
    /* height: 48px; */
    display: none;
  }

  .index_banner .swiper-button-prev {
    left: 16px;
  }

  .index_banner .swiper-button-next {
    /* left: 76px; */
  }

  .index_banner .swiper-pagination {
    right: 16px;
    bottom: 62px;
  }

  .index_about {
    padding: 40px 0;
    overflow: hidden;
  }

  .auto-container {
    width: calc(100% - 20px);
  }
  .site_footer{
    padding: 40px 0 0;
}
  .section_eyebrow {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .section_eyebrow::after {
    width: 58px;
  }

  .about_content h2,
  .about_factory_title h2 {
    font-size: 38px;
  }

  .about_subtitle {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .about_lead,
  .about_text {
    /* font-size: 15px; */
  }

  .about_contact_btn {
    /* width: 100%; */
    /* max-width: 260px; */
  }

  .about_stats {
    grid-template-columns: 1fr 1fr;
  }

  .about_stat,
  .about_stat:nth-child(2n),
  .about_stat:nth-last-child(-n + 2) {
    border-right: 0;
    /* border-bottom: 1px solid rgba(51, 51, 51, 0.1); */
  }

  .about_stat:last-child {
    /* border-bottom: 0; */
  }

  .about_visual,
  .about_visual img {
    min-height: 420px;
    height: 420px;
  }

  .about_play_btn {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.24), 0 18px 40px rgba(20, 16, 12, 0.16);
  }

  .about_play_btn span {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 13px;
  }

  .hot_products_head h2 {
    font-size: 32px;
  }

  .hot_product_card .img_box {
    /* height: 220px; */
  }

  .oemodm_head {
    margin-bottom: 32px;
    text-align: left;
  }

  .oemodm_mark {
    justify-content: flex-start;
  }

  .oemodm_mark span:first-child {
    display: none;
  }

  .oemodm_head h2 {
    font-size: 40px;
  }

  .oemodm_head p {
    font-size: 15px;
  }

  .oemodm_service_tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
  }

  .service_tab,
  .service_tab:nth-child(4) {
    border-left: 0;
  }

  .service_tab:nth-child(2n) {
    border-left: 1px solid rgba(51, 51, 51, 0.1);
  }

  .service_tab:nth-child(n + 3) {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }

  .service_tab {
    min-height: 112px;
  }

  .oemodm_card_grid {
    grid-template-columns: 1fr;
  }

  .oemodm_card_large,
  .oemodm_card_small {
    min-height: 260px;
  }

  .oemodm_card .service_content,
  .oemodm_card_small .service_content {
    max-width: 100%;
    padding: 30px 26px;
  }

  .oemodm_card_small {
    display: block;
    padding-left: 0;
  }

  .oemodm_card_small .service_icon {
    position: absolute;
    left: 26px;
    top: 26px;
    width: 58px;
    height: 58px;
  }

  .oemodm_card_small .service_content {
    padding-top: 100px;
  }

  .factory_quality_head {
    margin-bottom: 32px;
    text-align: left;
  }

  .factory_quality_head .oemodm_mark {
    justify-content: flex-start;
  }

  .factory_quality_head .oemodm_mark span:first-child {
    display: none;
  }

  .factory_quality_head h2 {
    font-size: 38px;
  }

  .factory_quality_head p {
    font-size: 15px;
  }

  .factory_quality_rows {
    gap: 22px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column-reverse; */
  }

  .factory_quality_media,
  .factory_quality_media img {
    min-height: 320px;
  }

  .factory_quality_panel {
    padding: 30px 24px;
  }

  .quality_number {
    justify-content: flex-start;
    font-size: 17px;
  }

  .quality_number::before {
    display: none;
  }

  .factory_quality_panel h3 {
    font-size: 22px;
  }

  .factory_quality_panel p {
    font-size: 15px;
  }

  .quality_points li {
    padding-left: 40px;
  }

  .index_why_choose::before {
    inset: 0;
  }

  .why_choose_deco {
    right: -170px;
    top: 140px;
  }
.why_choose_content {
    text-align: left;
  }

  .why_choose_mark {
    justify-content: flex-start;
  }

  .why_choose_mark span:first-child {
    display: none;
  }

  .why_choose_mark span {
    width: 62px;
  }

  .why_choose_content h2 {
    font-size: 38px;
  }

  .why_choose_line {
    width: 160px;
    margin-left: 0;
  }

  .why_choose_line::after {
    left: 34px;
  }

  .why_choose_grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .why_card {
    /* grid-template-columns: 62px 1fr; */
    /* min-height: 0; */
    /* padding: 20px; */
  }

  .why_icon {
    width: 56px;
    height: 56px;
  }

  .why_icon img {
    width: 31px;
    height: 31px;
  }

  .why_choose_btn {
    width: 100%;
    min-width: 0;
    max-width: 360px;
  }

  .blog_head {
    margin-bottom: 34px;
    text-align: left;
  }
  .blog_layout{
    grid-template-columns: 1fr;
}
  .blog_kicker {
    justify-content: flex-start;
    gap: 14px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .blog_kicker span:first-child {
    display: none;
  }

  .blog_kicker span {
    width: 58px;
  }

  .blog_head h2 {
    font-size: 38px;
  }

  .blog_title_line {
    width: 150px;
    margin-left: 0;
  }

  .blog_title_line::after {
    left: 34px;
  }

  .blog_head p {
    font-size: 15px;
  }

  .blog_feature_img {
    height: 300px;
  }

  .blog_feature_content {
    padding: 26px 24px 30px;
  }

  .blog_feature_content h3 {
    font-size: 26px;
  }

  .blog_feature_content p {
    font-size: 15px;
  }

  .blog_list {
    grid-template-columns: 1fr;
  }

  .blog_item_img {
    height: 220px;
  }

  .contact_faq_head {
    margin-bottom: 34px;
    text-align: left;
  }

  .contact_faq_kicker {
    justify-content: flex-start;
  }

  .contact_faq_kicker span:first-child {
    display: none;
  }

  .contact_faq_kicker span {
    width: 62px;
  }

  .contact_faq_head h2 {
    font-size: 38px;
  }

  .contact_faq_head p {
    font-size: 15px;
  }

  .inquiry_card,
  .faq_card {
    padding: 28px 22px;
  }

  .panel_title {
    margin-bottom: 24px;
    text-align: left;
  }

  .panel_title h3::after {
    margin-left: 0;
  }

  .form_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .inquiry_form input,
  .inquiry_form select {
    height: 52px;
  }

  .inquiry_submit {
    height: 54px;
    font-size: 18px;
  }

  .faq_item {
    min-height: auto;
    padding: 0;
    margin-bottom: 10px;
  }

  .faq_item::after {
    right: 20px;
    top: 20px;
  }
 
  .site_logo img {
    width: 36px;
    height: 36px;
  }

  .site_logo span {
    display: none;
  }

  .site_logo small {
    display: none;
  }

  .nav_toggle {
    position: absolute;
    display: flex !important;
    right: 16px;
    left: auto;
    top: 20px;
    width: 38px;
    height: 38px;
    z-index: 8;
    visibility: visible;
    opacity: 1;
    background: #fff;
    border-color: rgba(133, 26, 34, 0.28);
    transform: none;
  }

  .site_header .header_tools {
    position: fixed !important;
    left: min(calc(100vw - 250px), 202px) !important;
    right: auto !important;
    top: 20px !important;
    transform: none !important;
  }

  .site_header .nav_toggle {
    position: fixed !important;
    left: min(calc(100vw - 154px), 336px) !important;
    right: auto !important;
    top: 20px !important;
    transform: none !important;
  }

  .header_search_btn,
  .mobile_quote_btn {
    width: 36px;
    height: 36px;
  }

  .header_search_btn svg,
  .mobile_quote_btn svg {
    width: 19px;
    height: 19px;
  }

  .index_banner_swiper,
  .index_banner .swiper-slide,
  .index_banner .auto-container {
    height: auto;
    min-height: 550px;
  }

  .hero_content {
    max-width: 100%;
    padding: 15px 0;
    padding-top: 60px;
  }

  .hero_content h1,
  .hero_title {
    max-width: 358px;
    font-size: 30px;
    line-height: 1.12;
  }

  .hero_lead {
    max-width: 358px;
    font-size: 16px;
  }

  .hero_text {
    max-width: 358px;
    font-size: 15px;
    line-height: 1.65;
  }

  .btn_primary,
  .btn_secondary {
    /* height: 54px; */
    max-width: none;
    font-size: 14px;
    white-space: nowrap;
  }

  .index_banner .swiper-pagination {
    display: none;
  }

  .about_content h2,
  .about_factory_title h2 {
    font-size: 26px;
  }

  .about_visual,
  .about_visual img {
    min-height: 340px;
    height: 340px;
  }

  .about_stat {
    grid-template-columns: 46px 1fr;
    min-height: 82px;
    padding: 20px 0;
  }

  .index_about .stat_icon {
    width: 46px;
    height: 46px;
  }

  .about_stat strong {
    font-size: 25px;
  }

  .process_item {
    height: 260px;
  }

  .process_item img {
    height: 100%;
  }

  .about_process_grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 260px);
  }

  .about_process_grid .process_item:nth-child(1) {
    grid-row: auto;
  }

  .index_categories {
    padding: 40px 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .categories_head {
    margin-bottom: 32px;
    text-align: left;
  }

  .categories_head .section_eyebrow {
    justify-content: flex-start;
  }

  .categories_head .section_eyebrow::before {
    display: none;
  }

  .categories_head h2 {
    font-size: 26px;
  }

  .categories_head p {
    font-size: 15px;
  }

  .categories_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .category_card_large,
  .category_card_wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .category_card_content,
  .category_card_large .category_card_content {
    left: 0;
    padding-left: 5%;
    width: 210px;
    /* width: 100%; */
  }

  .category_card_content,
  .category_card_top .category_card_content,
  .category_card_top.category_card_large .category_card_content {
    top: 15%;
    transform: none;
  }

  .category_card_top::before {
    /* background: linear-gradient(90deg, rgba(251, 250, 247, .98) 0, rgba(251, 250, 247, .9) 44%, rgba(251, 250, 247, .34) 70%, rgba(251, 250, 247, 0) 100%); */
  }

  .category_card h3,
  .category_card_large h3 {
    font-size: 20px;
  }

  .category_card p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.45;
  }

  .category_link {
    margin-top: 18px;
  }

  .index_hot_products {
    padding: 50px 0 0;
  }

  .hot_products_head {
    margin-bottom: 32px;
    text-align: left;
  }

  .hot_eyebrow {
    justify-content: flex-start;
    gap: 16px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .hot_eyebrow::before {
    display: none;
  }

  .hot_eyebrow::after {
    width: 58px;
  }

  .hot_products_head h2 {
    font-size: 25px;
  }

  .hot_products_head p {
    font-size: 15px;
  }

  .hot_products_head p::after {
    margin-left: 0;
  }

  .index_hot_products .hot_products_swiper {
    overflow: hidden;
    padding-bottom: 46px;
  }

  .index_hot_products .hot_products_swiper .swiper-wrapper {
    display: flex;
    gap: 0;
    /* transform: translate3d(0, 0, 0) !important; */
  }

  .index_hot_products .hot_products_swiper .swiper-slide {
    width: auto !important;
  }

  .hot_product_card .img_box {
    /* height: 230px; */
  }

  .hot_product_card h3 {
    font-size: 17px;
  }

  .index_hot_products .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .index_hot_products .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background: transparent;
    border: 1px solid var(--accent-color);
    opacity: 0.42;
  }

  .index_hot_products .swiper-pagination-bullet-active {
    background: var(--accent-color);
    opacity: 1;
  }

  .index_oemodm {
    padding: 50px 0 0;
  }

  .oemodm_head h2 {
    font-size: 26px;
  }

  .oemodm_service_tabs {
    /* grid-template-columns: 1fr; */
  }

  .service_tab,
  .service_tab:nth-child(2n),
  .service_tab:nth-child(4) {
    min-height: 84px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 20px;
    border-left: 0;
  }

  .service_tab + .service_tab {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }

  .service_tab img {
    margin: 0;
  }

  .service_tab span {
    text-align: left;
  }

  .oemodm_card_large,
  .oemodm_card_small {
    /* min-height: auto; */
  }

  .oemodm_card::before,
  .oemodm_card_small::before {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.18) 100%); */
  }

  .oemodm_card .service_photo,
  .oemodm_card_small .service_photo {
    left: 0;
    width: 100%;
    object-position: right bottom;
  }

  .oemodm_card h3 {
    font-size: 20px;
  }

  .oemodm_card_small h3 {
    font-size: 20px;
  }

  .index_factory_quality {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .factory_quality_head h2 {
    font-size: 26px;
  }

  .factory_quality_media,
  .factory_quality_media img {
    min-height: 250px;
  }

  .factory_quality_panel {
    padding: 20px 0;
  }

  .quality_divider {
    margin: 16px 0 18px;
  }

  .quality_points {
    margin-top: 20px;
  }

  .quality_points li {
    min-height: 0;
    padding-left: 36px;
  }

  .quality_points strong {
    font-size: 15px;
  }

  .quality_points span {
    font-size: 13px;
  }

  .index_why_choose {
    padding: 40px 0 0;
  }

  .why_choose_content h2 {
    font-size: 26px;
  }

  .why_choose_lead {
    font-size: 16px;
  }

  .why_choose_text {
    font-size: 15px;
  }

  .why_card {
    /* grid-template-columns: 1fr; */
  }

  .why_card h3 {
    font-size: 18px;
  }

  .why_card p {
    font-size: 14px;
  }

  .why_choose_btn {
    height: 54px;
    padding: 0 22px;
    font-size: 13px;
  }

  .index_blog {
    padding: 40px 0 0;
  }

  .blog_head h2 {
    font-size: 26px;
  }

  .blog_feature_img,
  .blog_item_img {
    height: 220px;
  }

  .blog_feature_content h3 {
    font-size: 23px;
  }

  .blog_read_btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    font-size: 13px;
  }

  .blog_item_content {
    padding: 22px 20px 26px;
  }

  .blog_item_content h3 {
    font-size: 20px;
  }

  .blog_item_content p {
    font-size: 14px;
  }

  .index_contact_faq {
    padding: 40px 0 0;
  }

  .contact_faq_head h2 {
    font-size: 26px;
  }

  .panel_title h3 {
    font-size: 21px;
  }
  .list_faq .panel_title h3{
    font-size: 26px;
}
  .form_upload b {
    grid-template-columns: 30px 1fr;
    padding: 14px;
  }

  .form_upload svg {
    width: 23px;
    height: 23px;
  }

  .inquiry_submit {
    font-size: 17px;
  }

  .faq_item h4 {
    font-size: 17px;
  }

  .faq_item p {
    font-size: 14px;
  }

  .footer_main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer_brand,
  .footer_newsletter {
    grid-column: span 1;
  }

  .footer_logo img {
    /* width: 170px; */
  }

  .footer_tagline {
    padding: 0;
    line-height: 1.35;
  }

  .footer_tagline::before,
  .footer_tagline::after {
    display: none;
  }

  .footer_contact_list a,
  .footer_contact_list p,
  .footer_col a,
  .footer_newsletter p {
    font-size: 15px;
  }

  .footer_bottom .auto-container {
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer_bottom_links {
    /* align-items: flex-start; */
    /* flex-direction: column; */
    gap: 10px;
    width: 100%;
  }

  .footer_bottom_links > a,
  .footer_bottom_links > span {
    padding: 0;
    border-left: 0;
  }

  .side_contact_bar {
    right: 12px;
    top: auto;
    bottom: 18px;
    z-index: 1200;
    gap: 6px;
    transform: none;
  }

  .side_contact_item {
    justify-content: center;
    width: 44px;
    min-height: 44px;
    padding: 0;
    color: #fff;
    background: var(--accent-color);
    border-color: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(20, 16, 12, 0.18);
  }

  .side_contact_item span {
    display: none;
  }

  .side_contact_item:hover {
    transform: translateY(-3px);
  }

  .side_back_top::before {
    margin-top: 4px;
  }

  .site_header .auto-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    /* padding-left: 20px; */
  }

  .site_logo {
    flex: 0 1 auto;
    gap: 6px;
    width: calc(100% - 50px);
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .site_logo img {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
  }

  .site_logo span {
    display: flex;
    flex: 1 1 auto;
    width: auto;
    max-width: 170px;
    min-width: 0;
  }

  .site_logo strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site_logo small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site_header .header_tools,
  .header_tools {
    position: absolute !important;
    right: 48px !important;
    top: 50% !important;
    display: flex;
    flex: 0 0 auto;
    gap: 5px;
    margin-left: 0;
    transform: translateY(-50%) !important;
  }

  .header_search_btn,
  .mobile_quote_btn {
    width: 32px;
    height: 32px;
  }

  .site_header .nav_toggle,
  .nav_toggle {
    position: static !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    display: flex !important;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%) !important;
  }

  .site_nav.open {
    left: 0;
    right: 0;
    top: 60px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    /* border-radius: 8px; */
    z-index: 1250;
    width: 100%;
  }

  .site_nav.open > a {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  }

  .site_nav.open > .nav_item {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    overflow: hidden;
  }

  .site_nav.open > .nav_item > .nav_link {
    grid-column: 1;
    padding: 15px 12px;
    border-bottom: 0;
  }

  .nav_sub_toggle {
    position: relative;
    display: flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 4px 0 0;
    padding: 0;
    border: 1px solid rgba(133, 26, 34, 0.16);
    border-radius: 6px;
    background: rgba(133, 26, 34, 0.04);
    cursor: pointer;
  }

  .nav_sub_toggle::before,
  .nav_sub_toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: var(--accent-color);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease;
  }

  .nav_sub_toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .submenu_open > .nav_sub_toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .site_nav.open .nav_dropdown {
    display: none;
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 0 10px 12px;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site_nav.open .submenu_open > .nav_dropdown {
    display: grid;
    gap: 0;
  }

  .site_nav.open .nav_dropdown a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 12px 8px 18px;
    border-radius: 6px;
    color: #555 !important;
    font-size: 14px;
    line-height: 1.25;
    opacity: 1;
    visibility: visible;
    white-space: normal;
  }

  .site_nav.open .nav_dropdown a::before {
    display: block;
    left: 8px;
    opacity: 0.38;
  }

  .site_nav.open .nav_dropdown a:hover {
    color: var(--accent-color);
    background: rgba(133, 26, 34, 0.06);
    padding-left: 22px;
  }

  body .site_nav.open .nav_item > .nav_dropdown {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  body .site_nav.open .nav_item:not(.submenu_open) > .nav_dropdown {
    display: none !important;
  }

  body .site_nav.open .nav_item.submenu_open > .nav_dropdown {
    display: grid !important;
    gap: 0;
  }

  body.menu_open .side_contact_bar {
    display: none;
  }

  .categories_grid.mobile_swiper_ready,
  .why_choose_grid.mobile_swiper_ready {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
  }

  .categories_grid.mobile_swiper_ready .swiper-wrapper,
  .why_choose_grid.mobile_swiper_ready .swiper-wrapper {
    /* display: flex; */
    /* gap: 0; */
  }

  .categories_grid.mobile_swiper_ready .category_card {
    height: 245px;
  }

  .categories_grid.mobile_swiper_ready .category_card img {
    /* object-position: right bottom; */
    object-fit: cover;
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(1) img {
    object-position: center 70%;
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(2) img {
    /* object-position: 124% center; */
    /* padding-top: 74px; */
    /* transform: translate(0, 0%); */
    /* width: 135%; */
    /* max-width: 200%; */
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(3) img {
    /* object-position: 82% center; */
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(4) img {
    /* object-position: 84% center; */
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(5) img {
    /* object-position: 76% bottom; */
  }

  .categories_grid.mobile_swiper_ready .category_card:nth-child(6) img {
    /* object-position: 82% bottom; */
  }

  .categories_grid.mobile_swiper_ready .category_card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .why_choose_grid.mobile_swiper_ready .why_card {
    /* height: auto; */
  }

  .index_why_choose {
    overflow: hidden;
  }

  .why_choose_wrap {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .why_choose_content,
  .why_choose_grid.mobile_swiper_ready,
  .why_choose_grid.mobile_swiper_ready .swiper-wrapper,
  .why_choose_grid.mobile_swiper_ready .swiper-pagination {
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .why_choose_grid.mobile_swiper_ready .why_card {
    /* width: 100% !important; */
  }

  .categories_grid.mobile_swiper_ready > .swiper-pagination,
  .why_choose_grid.mobile_swiper_ready > .swiper-pagination {
    position: static;
    margin-top: 18px;
    text-align: center;
  }

  .categories_grid.mobile_swiper_ready .swiper-pagination-bullet,
  .why_choose_grid.mobile_swiper_ready .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background: transparent;
    border: 1px solid var(--accent-color);
    opacity: 0.42;
  }

  .categories_grid.mobile_swiper_ready .swiper-pagination-bullet-active,
  .why_choose_grid.mobile_swiper_ready .swiper-pagination-bullet-active {
    background: var(--accent-color);
    opacity: 1;
  }

  .footer_col {
    display: none;
  }

  .footer_main {
    grid-template-columns: 1fr;
  }

  .footer_brand,
  .footer_newsletter {
    grid-column: auto;
  }

  .index_hot_products .hot_products_swiper .swiper-slide {
    width: 100% !important;
  }

  .hot_product_card,
  .hot_product_card a,
  .hot_product_card .text_box,
  .hot_product_card h3,
  .hot_product_card p {
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .hot_product_card h3 {
    overflow-wrap: anywhere;
  }

  .contact_faq_layout {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 28px;
  }

  .inquiry_card,
  .faq_card,
  .inquiry_form,
  .faq_list,
  .faq_item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .inquiry_form input,
  .inquiry_form select,
  .inquiry_form textarea,
  .form_upload b {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .privacy_note,
  .faq_item h4,
  .faq_item p {
    max-width: 100%;
  }

  .index_banner .swiper-button-prev,
  .index_banner .swiper-button-next {
    /* display: flex; */
  }

  .index_banner .swiper-pagination {
    display: block;
    left: 50%;
    right: auto;
    bottom: 62px;
    width: auto;
    transform: translateX(-50%);
  }

  .site_header .auto-container > .header_tools {
    position: absolute !important;
    left: auto !important;
    right: 42px !important;
    top: 50% !important;
    z-index: 18;
    transform: translateY(-50%) !important;
  }

  .site_header .auto-container > .nav_toggle {
    position: fixed !important;
    left: auto !important;
    right: 16px !important;
    top: 15px !important;
    z-index: 1300;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 5px;
    background: #fff;
    border-color: rgba(133, 26, 34, 0.28);
    transform: none !important;
  }

  .site_header .auto-container > .header_tools {
    position: fixed !important;
    left: auto !important;
    right: 58px !important;
    top: 15px !important;
    z-index: 1299;
    transform: none !important;
  }

  .page_banner,
  .page_banner_img img {
    height: 260px;
    max-height: 260px;
  }

  .page_banner_content h1 {
    font-size: 34px;
  }

  .page_banner_content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .page_inside .auto-container {
    min-height: 48px;
    font-size: 14px;
  }

  .page_about .about_intro {
    padding: 46px 0 54px;
  }

  .page_about .about_intro_text {
    font-size: 15px;
    line-height: 1.7;
  }

  .page_about .about_movement_partners {
    max-width: 420px;
    margin-top: 24px;
  }

  .page_about .about_movement_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_about .about_movement_item {
    min-height: 58px;
    padding: 10px 12px;
  }

  .page_about .about_movement_item:last-child {
    grid-column: 1 / -1;
  }

  .page_about .about_movement_item img {
    max-height: 30px;
  }

  .page_about .about_stats_section {
    padding: 46px 0 54px;
  }

  .page_about .about_intro_stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 14px; */
  }

  .page_about .about_intro_stat {
    min-height: auto;
    padding: 0;
  }

  .page_about .about_intro_stat .stat_icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .page_about .about_intro_stat .stat_icon img {
    /* width: 28px; */
    /* height: 28px; */
  }

  .page_about .about_intro_stat strong {
    font-size: 34px;
  }

  .page_about .about_intro_stat p {
    display: -webkit-box;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page_about .about_intro_visual,
  .page_about .about_intro_visual .about_visual {
    min-height: 0;
    height: 300px;
  }

  .page_about .about_intro_visual {
    order: -1;
  }

  .page_about .about_culture {
    padding: 54px 0;
  }

  .page_about .about_culture .head_block {
    margin-bottom: 32px;
  }

  .page_about .about_culture .head_block .title {
    font-size: 26px;
    line-height: 1.18;
  }

  .page_about .about_culture .head_block .remark {
    font-size: 14px;
    line-height: 1.5;
  }

  .page_about .about_culture_grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }

  .page_about .about_culture_card {
    min-height: auto;
    padding: 0 10px;
  }

  .page_about .about_culture_card::after {
    display: none;
  }

  .page_about .culture_icon {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }

  .page_about .culture_icon img {
    width: 30px;
    height: 30px;
  }

  .page_about .about_culture_card h3 {
    font-size: 18px;
  }
  .page_about .about_culture_card p{
    font-size: 14px;
}
  .page_about .about_journey {
    padding: 40px 0 40px;
    margin-top: 40px;
    background-position: center;
  }

  .page_about .about_journey::before {
    left: auto;
    right: 0;
    top: 46%;
    width: 100%;
    max-width: 100%;
    height: 180px;
    transform: none;
  }

  .page_about .about_journey > .auto-container {
    left: auto;
    width: min(1440px,calc(100% - 20px));
    max-width: none;
    margin: 0 auto;
    transform: none;
  }

  .page_about .about_journey .head_block {
    margin-bottom: 24px;
  }

  .page_about .about_journey_swiper {
    padding: 28px 0 42px;
  }

  .page_about .about_journey_swiper .swiper-slide {
    height: auto;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .page_about .about_journey_swiper .swiper-slide:nth-child(even) {
    align-items: flex-start;
    margin-top: 0;
  }

  .page_about .journey_card,
  .page_about .journey_card_down {
    max-width: 100%;
    min-height: auto;
    padding: 55px 20px 35px;
    border-radius: 5px;
  }

  .page_about .journey_card::before,
  .page_about .journey_card_down::before {
    border-radius: 34px 34px 8px 8px;
  }

  .page_about .journey_card_down .journey_icon {
    top: -34px;
    bottom: auto;
  }

  .page_about .journey_card::after,
  .page_about .journey_card_down::after {
    display: none;
  }

  .page_about .journey_card strong {
    font-size: 38px;
  }

  .page_about .journey_card p {
    font-size: 16px;
  }

  .page_about .about_facility {
    padding: 40px 0 0px;
  }

  .page_about .about_facility .head_block {
    margin-bottom: 24px;
  }

  .page_about .about_facility_wrap {
    padding: 0;
  }

  .page_about .about_facility_item {
    height: 210px;
  }

  .page_about .about_testimonials {
    padding: 52px 0;
  }

  .page_about .about_testimonials_swiper {
    padding-bottom: 42px;
  }

  .page_about .about_testimonial_card {
    display:block;
    min-height:0;
    padding:24px 20px;
  }

  .page_about .testimonial_quote {
    font-size:52px;
    line-height:.75;
  }

  .page_about .about_testimonial_card p {
    margin-top:8px;
    font-size: 15px;
  }

  .page_about .testimonial_author {
    margin-top:20px;
  }

  .page_about .testimonial_author img {
    width:58px;
    height:58px;
  }

  .page_about .testimonial_stars {
    margin-top:18px;
    font-size:16px;
    letter-spacing:3px;
  }

  .page_content {
    padding: 40px 0 0;
  }
  .list_product .page_content, .list_faq .page_content, .list_blog .page_content, .page_show .page_content{
    padding-bottom: 40px;
}
  .list_blog_posts {
    gap: 18px;
  }

  .list_blog_card a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .blog_card_img {
    height: 220px;
    min-height: 0;
  }

  .blog_card_content {
    padding: 22px 20px 24px;
  }

  .blog_card_content h2 {
    font-size: 18px;
  }

  .blog_card_content p {
    /* font-size: 15px; */
  }

  .blog_card_meta {
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }

  .page_show .show_article_head {
    padding: 30px 15px 0;
  }

  .page_show .show_article_head h2 {
    font-size: 22px;
    line-height: 1.28;
  }

  .page_show .show_article_head .blog_card_info {
    gap: 14px;
    font-size: 14px;
  }

  .page_show .show_article_content {
    padding: 30px 15px;
  }

  .page_show .show_article_content p {
    font-size: 16px;
    line-height: 1.55;
  }

  .page_show .show_article_content h2 {
    margin-top: 28px;
    font-size: 20px;
  }

  .page_show .show_article_content h4 {
    font-size: 16px;
  }

  .page_show .show_article_content figure {
    margin: 15px 0;
  }

  .page_show .show_article_nav {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 15px;
  }

  .page_show .show_article_next {
    align-items: flex-start;
    text-align: left;
  }

  .page_show .show_article_nav strong {
    font-size: 16px;
  }

  .page_show .sidebar .bd-toc-card {
    display: none;
  }

  .page_show .article_anchor_toggle {
    position: fixed;
    right: 16px;
    bottom: 82px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 6px;
    background: var(--accent-color);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
  }

  .page_show .article_anchor_toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
  }

  .page_show .article_anchor_toggle::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 5h16v2H4V5Zm0 6h16v2H4v-2Zm0 6h10v2H4v-2Z'/%3E%3C/svg%3E") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 5h16v2H4V5Zm0 6h16v2H4v-2Zm0 6h10v2H4v-2Z'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  .page_show .article_anchor_mask {
    position: fixed;
    inset: 0;
    z-index: 98;
    display: block;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease,visibility .25s ease;
  }

  .page_show .article_anchor_drawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: min(84vw, 340px);
    height: 100vh;
    padding: 22px 20px;
    background: #fff;
    box-shadow: -18px 0 40px rgba(0,0,0,.16);
    transform: translateX(100%);
    transition: transform .28s ease;
  }

  .page_show .article_anchor_drawer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .page_show .article_anchor_drawer_head h3 {
    margin: 0;
    color: var(--title-color);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
  }

  .page_show .article_anchor_close {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(51,51,51,.12);
    border-radius: 50%;
    background: #fff;
  }

  .page_show .article_anchor_close::before,
  .page_show .article_anchor_close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--title-color);
  }

  .page_show .article_anchor_close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .page_show .article_anchor_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .page_show .article_anchor_drawer .sidebar-anchor-list {
    gap: 12px;
    overflow: auto;
    padding-right: 4px;
  }

  body.article_toc_open .page_show .article_anchor_mask {
    opacity: 1;
    visibility: visible;
  }

  body.article_toc_open .page_show .article_anchor_drawer {
    transform: translateX(0);
  }

  .head_block {
    margin-bottom: 28px;
  }

  .head_block .title {
    font-size: 30px;
    line-height: 38px;
  }

  .head_block .remark {
    font-size: 16px;
    line-height: 24px;
  }

  .list_product_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .list_product .hot_product_card .img_box {
    min-height: 0;
  }

  .show_product .product_head_section {
    padding: 52px 0;
  }

  .show_product .product_head_section > .auto-container {
    /* grid-template-columns: 1fr; */
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .show_product .product_gallery {
    /* grid-template-columns: 1fr; */
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .show_product .product_gallery_thumbs_box {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 10px;
    order: 2;
    align-items: center;
  }

  .show_product .product_gallery_thumbs {
    width: 100%;
    height: auto;
  }

  .show_product .product_gallery_thumbs_box .swiper-button-prev,
  .show_product .product_gallery_thumbs_box .swiper-button-next {
    width: 30px;
    height: 58px;
  }

  .show_product .product_gallery_thumbs_box .swiper-button-prev:before {
    transform: rotate(-45deg) translate(2px, 2px);
    width: 8px;
    height: 8px;
  }

  .show_product .product_gallery_thumbs_box .swiper-button-next:before {
    transform: rotate(135deg) translate(2px, 2px);
    width: 8px;
    height: 8px;
  }

  .show_product .product_gallery_thumbs .swiper-slide {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .show_product .product_gallery_main .swiper-slide{
    display: block;
    max-width: 100%;
}
  .show_product .product_main_media {
    min-height: 0;
    padding: 20px;
    width: 100%;
  }

  .show_product .product_main_img {
    max-height: 100%;
  }

  .show_product .product_summary h2 {
    font-size: 22px;
    line-height: 1.28;
  }

  .show_product .product_intro {
    font-size: 15px;
  }

  .show_product .product_rating {
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .show_product .product_features {
    gap: 12px;
    padding-bottom: 22px;
  }

  .show_product .product_features li {
    font-size: 14px;
  }

  .show_product .product_contact_links {
    /* grid-template-columns: 1fr; */
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .show_product .product_actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .show_product .product_service_tags {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .show_product .product_service_tags span:nth-child(2n) {
    border-right: 0;
  }

  .show_product .product_service_tags span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(51,51,51,.08);
  }

  .inside-pagination {
    margin-top: 30px;
  }

  .inside-pagination a {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
  }

  .page_contact .contact_info_section {
    padding: 52px 0;
  }

  .page_contact .contact_info_grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page_contact .contact_info_item {
    /* grid-template-columns: 50px minmax(0,1fr); */
    gap: 15px;
    min-height: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .page_contact .contact_info_icon {
    width: 50px;
    height: 50px;
  }
  .page_contact .contact_info_text{
    width: 100%;
    text-align: center;
}
  .page_contact .contact_info_icon svg {
    width: 24px;
    height: 24px;
  }

  .page_contact .contact_info_text h2 {
    margin: 0px 0 15px;
    font-size: 18px;
  }

  .page_contact .contact_info_text a,
  .page_contact .contact_info_text p {
    font-size: 16px;
    line-height: 1.55;
  }

  .page_contact .contact_inquiry_map {
    padding-bottom: 52px;
  }

  .page_contact .contact_inquiry_map > .auto-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page_contact .contact_inquiry_map .inquiry_card {
    padding: 20px;
  }

  .page_contact .contact_inquiry_map .panel_title {
    margin-bottom: 20px;
  }

  .page_contact .contact_inquiry_map .panel_title h3 {
    font-size: 25px;
  }

  .page_contact .contact_map_box iframe {
    min-height: 360px;
  }

  .page_contact .contact_ad_banner,
  .page_contact .contact_ad_banner .auto-container {
    min-height: 220px;
  }

  .page_contact .contact_ad_banner p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }

  .category,
  .left_recommend_pro,
  .left_contact {
    padding: 20px;
  }

  .list_product_editor {
    padding-bottom: 54px;
  }

  .common_inquiry_section {
    padding: 40px 0;
  }

  .common_inquiry_box {
    min-height: auto;
    padding: 34px 22px;
    background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.7) 100%),url("../assets/images/common-inquiry-01.png") no-repeat center/cover;
  }

  .common_from .input {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .common_from input,
  .common_from textarea {
    min-width: 0;
  }

  .common_inquiry_section .common_from {
    max-width: none;
  }

  .common_inquiry_section .common_from .input {
    grid-template-columns: 1fr;
  }

  .common_inquiry_section .upload-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .common_inquiry_section .upload-wrap p {
    display: block;
  }

  .common_inquiry_section .upload-wrap span {
    position: static;
    display: block;
    width: auto;
    margin: 8px 0 0;
    transform: none;
  }

  .common_inquiry_section .common_from .submit {
    justify-content: flex-start;
  }

  .page_oemodm .oem_services {
    padding: 40px 0;
  }
  .page_oemodm .title{
    font-size: 24px;
}
  .page_oemodm .oem_services::before,
  .page_oemodm .oem_services::after {
    display: none;
  }

  .page_oemodm .oem_services_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_oemodm .oem_service_card {
    min-height: 0;
    padding: 26px 22px 30px;
  }

  .page_oemodm .oem_service_icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
  }

  .page_oemodm .oem_service_icon img {
    width: 30px;
    height: 30px;
  }

  .page_oemodm .oem_service_card h3 {
    min-height: 0;
    /* font-size: 18px; */
  }

  .page_oemodm .oem_service_card p {
    font-size: 16px;
    line-height: 1.45;
  }

  .page_oemodm .oem_factory_strength {
    padding: 40px 0 0;
  }

  .page_oemodm .oem_factory_strength .head_block {
    margin-bottom: 32px;
  }

  .page_oemodm .oem_factory_list {
    gap: 40px;
  }

  .page_oemodm .oem_factory_item {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page_oemodm .oem_factory_item_reverse .oem_factory_media,
  .page_oemodm .oem_factory_media {
    order: 1;
  }

  .page_oemodm .oem_factory_item_reverse .oem_factory_content,
  .page_oemodm .oem_factory_content {
    order: 2;
  }

  .page_oemodm .oem_factory_media img {
    height: 245px;
  }

  .page_oemodm .oem_factory_content h3 {
    font-size: 18px;
  }

  .page_oemodm .oem_factory_content p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .page_oemodm .oem_factory_content ul {
    gap: 10px;
    margin-top: 18px;
  }

  .page_oemodm .oem_factory_content li {
    font-size: 16px;
  }

  .page_oemodm .oem_custom_process {
    padding: 40px 0;
  }

  .page_oemodm .oem_custom_process .head_block {
    margin-bottom: 30px;
  }

  .page_oemodm .oem_process_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_oemodm .oem_process_img {
    height: 220px;
  }

  .page_oemodm .oem_process_body {
    min-height: 0;
    padding: 24px 20px 28px;
  }

  .page_oemodm .oem_process_body h3 {
    /* font-size: 18px; */
  }

  .page_oemodm .oem_process_body p {
    font-size: 16px;
    line-height: 1.5;
  }

  .page_oemodm .oem_customer_witness {
    padding: 40px 0;
  }

  .page_oemodm .oem_customer_witness .head_block {
    margin-bottom: 30px;
  }

  .page_oemodm .oem_witness_desktop_swiper {
    display: none;
  }

  .page_oemodm .oem_witness_mobile_swiper {
    display: block;
  }

  .page_oemodm .oem_witness_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_oemodm .oem_witness_item {
    height: 260px;
  }

  .page_oemodm .oem_witness_feature {
    height: 320px;
  }
  .list_faq .faq_question{
    padding: 10px 15px;
    gap: 15px;
    font-size: 16px;
    min-height: auto;
}
  .list_faq .faq_answer{
    padding: 0 40px 20px 15px;
}
  .list_faq .faq_answer p{
    font-size: 15px;
}
.list_faq .faq_accordion .faq_item{
    margin-bottom: 0;
}

  .page_oemodm .about_testimonials {
    padding: 52px 0;
  }

  .page_oemodm .about_testimonials_swiper {
    padding-bottom: 42px;
  }

  .page_oemodm .about_testimonial_card {
    display:block;
    min-height:0;
    padding:24px 20px;
  }

  .page_oemodm .testimonial_quote {
    font-size:52px;
    line-height:.75;
  }

  .page_oemodm .about_testimonial_card p {
    margin-top:8px;
    font-size: 15px;
  }

  .page_oemodm .testimonial_author {
    margin-top:20px;
  }

  .page_oemodm .testimonial_author img {
    width:58px;
    height:58px;
  }

  .page_oemodm .testimonial_stars {
    margin-top:18px;
    font-size:16px;
    letter-spacing:3px;
  }


  .page_about .oem_customer_witness {
    padding: 40px 0;
  }

  .page_about .oem_customer_witness .head_block {
    margin-bottom: 30px;
  }

  .page_about .oem_witness_desktop_swiper {
    display: none;
  }

  .page_about .oem_witness_mobile_swiper {
    display: block;
  }

  .page_about .oem_witness_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page_about .oem_witness_item {
    height: 260px;
  }

  .page_about .oem_witness_feature {
    height: 320px;
  }

}

/* Generic single page and thanks page */
@media (max-width:768px){
  .thanks_page{
    min-height:100vh;
    padding-top:60px
  }
  .page_detail_box{
    padding:52px 0 64px
  }
  .page_detail_box>.section_container{
    width:min(100% - 32px,1120px)
  }
  .page_detail_box h1{
    margin-bottom:28px;
    padding-bottom:18px;
    font-size:30px
  }
  .page_detail_meta{
    padding:32px 28px;
    font-size:15px
  }
  .page_detail_meta h2{
    margin-top:36px;
    font-size:23px
  }
  .page_detail_meta h3{
    margin-top:30px;
    font-size:20px
  }
  .page_detail_meta h4{
    font-size:18px
  }
  .thanks_page .contact-page-section{
    min-height:calc(100vh - 60px);
    padding:42px 0 64px
  }
  .thanks_page .contact-layout{
    width:min(100% - 32px,960px)
  }
  .thanks_page .contact-form-panel{
    padding:48px 28px
  }
  .thanks_page .contact-section-title::before{
    width:66px;
    height:66px;
    margin-bottom:22px;
    font-size:30px
  }
  .thanks_page .contact-section-title p{
    font-size:15px
  }
}

@media (max-width:480px){
  .page_detail_box h1{
    font-size:27px
  }
  .page_detail_meta{
    padding:25px 19px;
    box-shadow:none
  }
  .page_detail_meta p,
  .page_detail_meta ul,
  .page_detail_meta ol{
    line-height:1.75
  }
  .page_detail_meta h2{
    padding-left:14px;
    font-size:21px
  }
  .page_detail_meta h3{
    font-size:19px
  }
  .page_detail_meta blockquote{
    padding:18px 20px
  }
  .thanks_page .contact-form-panel{
    padding:40px 20px
  }
  .thanks_page .contact-section-title h2{
    font-size:29px
  }
  .thanks_page .hero-actions{
    align-items:stretch;
    flex-direction:column
  }
  .thanks_page .hero-btn{
    width:100%
  }
}
