/*
Theme Name: Sundots WordPress Theme
Theme URI: https://sundots3d.com/
Author: Sundots
Description: WordPress theme converted from the Sundots static corporate website.
Version: 2.0.0
Text Domain: sundots
*/

.sundots-empty-message {
    width: 100%;
    padding: 48px 20px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}

.product_details_video_conter .video_box iframe,
.product_details_video_conter .video_box video,
.product_details_video_conter .video_box .sundots-video-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.product_details_video_conter .video_box video {
    object-fit: cover;
}

.product_details_video_conter .video_box .sundots-video-link {
    position: relative;
    overflow: hidden;
    background: #111;
}

.product_details_video_conter .video_box .sundots-video-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .86;
}

.product_details_video_conter .video_box .sundots-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    transform: translate(-50%, -50%);
}

.product_details_video_conter .video_box .sundots-video-play::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 22px;
    border-left: 22px solid #111;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.product_details_thumbnail_list .sundots-color-swatch.active .pic_box {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.sundots-mobile-menu-toggle {
    display: none;
}

.faq_item_list .item_box {
    cursor: pointer;
}

.faq_item_list .item_box .text {
    cursor: default;
}

.about_section1_box .right_box .video_box iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.blog_content_box .conter_text_box {
    color: #4f5560;
    font-size: 18px;
    line-height: 1.85;
}

.blog_content_box .conter_text_box > *:first-child {
    margin-top: 0;
}

.blog_content_box .conter_text_box > *:last-child {
    margin-bottom: 0;
}

.blog_content_box .conter_text_box p {
    margin: 0 0 18px;
}

.blog_content_box .conter_text_box p:empty {
    display: none;
}

.blog_content_box .conter_text_box p:has(> br:only-child) {
    display: none;
}

.blog_content_box .conter_text_box h2,
.blog_content_box .conter_text_box h3,
.blog_content_box .conter_text_box h4 {
    color: #111;
    font-weight: 700;
    line-height: 1.35;
    margin: 42px 0 16px;
}

.blog_content_box .conter_text_box h2 {
    font-size: 32px;
}

.blog_content_box .conter_text_box h3 {
    font-size: 26px;
}

.blog_content_box .conter_text_box h4 {
    font-size: 22px;
}

.blog_content_box .conter_text_box strong {
    color: #111;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
}

.blog_content_box .conter_text_box a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blog_content_box .conter_text_box ul,
.blog_content_box .conter_text_box ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

.blog_content_box .conter_text_box li {
    margin-bottom: 8px;
    padding-left: 4px;
}

.blog_content_box .conter_text_box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
}

.blog_content_box .conter_text_box figure {
    margin: 34px 0;
}

.blog_content_box .conter_text_box figure img {
    margin: 0;
}

.blog_content_box .conter_text_box figcaption {
    margin-top: 10px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.blog_content_box .conter_text_box blockquote {
    margin: 30px 0;
    padding: 18px 24px;
    border-left: 4px solid #111;
    background: #f6f6f6;
    color: #333;
}

.blog_content_box .conter_text_box table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    font-size: 16px;
}

.blog_content_box .conter_text_box th,
.blog_content_box .conter_text_box td {
    padding: 12px 14px;
    border: 1px solid #e4e4e4;
    text-align: left;
}

.blog_content_box .conter_text_box th {
    color: #111;
    background: #f7f7f7;
    font-weight: 700;
}

.online_message_form_box .item_box_message,
.online_message_form_box .item_box:has(textarea) {
    width: 94%;
}

.online_message_form_box .sundots-form-notice {
    width: 94%;
    margin: 0 auto 22px;
    padding: 14px 18px;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.online_message_form_box .sundots-form-success {
    color: #1d5f2a;
    background: #eef8ef;
    border: 1px solid #b7dfbd;
}

.online_message_form_box .sundots-form-error {
    color: #8a1f17;
    background: #fff1ef;
    border: 1px solid #f0b7af;
}

.online_message_form_box .sundots-privacy-note {
    width: 94%;
    margin: -8px auto 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.online_message_form_box .sundots-privacy-note a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sundots-submit-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .46);
}

.sundots-submit-modal__box {
    width: min(440px, 100%);
    padding: 34px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    text-align: center;
}

.sundots-submit-modal__box h3 {
    margin: 0 0 12px;
    color: #111;
    font-size: 26px;
    line-height: 1.3;
}

.sundots-submit-modal__box p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .blog_content_box .conter_text_box {
        font-size: 16px;
        line-height: 1.75;
    }

    .blog_content_box .conter_text_box h2 {
        font-size: 26px;
    }

    .blog_content_box .conter_text_box h3 {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .header_middle {
        padding: 18px 0;
    }

    .header_middle .conter_box {
        min-height: 40px;
        padding-left: 185px;
        padding-right: 170px;
    }

    .header_middle .conter_box .logo_box img {
        height: 38px;
    }

    .header_middle .conter_box .header_link_box {
        top: 18px;
        padding: 5px 14px;
        font-size: 15px;
        line-height: 24px;
    }

    .header_nav .nav_menu ul li {
        margin: 0 12px;
    }

    .header_nav .nav_menu ul li .link {
        font-size: 17px;
        line-height: 26px;
    }

    .footer_left {
        width: 38%;
        padding-right: 6%;
    }

    .footer_box .footer_nav {
        width: 36%;
    }

    .footer_box .footer_right {
        width: 26%;
    }

    .footer_left .text,
    .footer_box .footer_nav ul li a,
    .footer_box .footer_right p,
    .footer_box .bottom_box p {
        font-size: 16px;
        line-height: 1.6;
    }

    .footer_box .footer_nav ul li p,
    .footer_box .footer_right h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .blog_banner_box {
        padding: 72px 0 54px;
    }

    .blog_banner_conter .title {
        margin-bottom: 28px;
    }

    .blog_banner_conter .title h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    .blog_banner_conter .blog_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .blog_banner_conter .blog_nav ul li {
        display: block;
        margin: 0;
    }

    .blog_banner_conter .blog_nav ul li a {
        min-width: 0;
        padding: 8px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .blog_page {
        padding-top: 64px;
        padding-bottom: 78px;
    }

    .blog_page_conter ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
        margin: 0;
    }

    .blog_page_conter ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .blog_page_conter ul li .text_box h3 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .blog_page_conter ul li .text_box .text {
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 16px;
        line-height: 1.65;
    }

    .faq_page,
    .contact_page {
        padding-top: 72px;
        padding-bottom: 90px;
    }

    .faq_section_conter,
    .contact_page_conter {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
        padding-bottom: 72px;
    }

    .faq_section_conter .left_box,
    .faq_section_conter .right_box,
    .contact_page_conter .left_box,
    .contact_page_conter .right_box {
        float: none;
        width: 100%;
        padding: 0;
    }

    .faq_section_conter .title_box,
    .contact_page .title_box {
        margin-bottom: 44px;
    }

    .faq_section_conter .title_box h3,
    .contact_page .title_box h3,
    .contact_section2 .right_box .form_title h3 {
        font-size: 44px;
        line-height: 1.18;
    }

    .faq_section_conter .title_box p,
    .contact_page .title_box p,
    .contact_section2 .right_box .form_title p {
        font-size: 18px;
        line-height: 1.7;
    }

    .faq_section_conter .right_box .pic_box,
    .contact_page_conter .right_box .pic_box {
        aspect-ratio: 16 / 10;
        overflow: hidden;
        border-radius: 16px;
    }

    .faq_section_conter .right_box .pic_box img,
    .contact_page_conter .right_box .pic_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

    .contact_section1_list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .contact_section2 {
        margin-top: 56px;
        padding: 34px;
    }

    .contact_section2 .right_box {
        float: none;
        width: 100%;
        padding: 0;
    }

    .online_message_form_box {
        width: 100%;
        margin: 0;
    }

    .online_message_form_box .item_box,
    .online_message_form_box .item_box:nth-child(5),
    .online_message_form_box .item_box_message,
    .online_message_form_box .item_box:has(textarea),
    .online_message_form_box .item_btn,
    .online_message_form_box .sundots-form-notice,
    .online_message_form_box .sundots-privacy-note {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about_page {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .about_section1_box {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .about_section1_box .left_box,
    .about_section1_box .right_box,
    .about_section2_box .left_box,
    .about_section2_box .right_box,
    .about_section3_conter .left_box,
    .about_section3_conter .right_box {
        float: none;
        width: 100%;
        padding: 0;
    }

    .about_section1_box .left_box .text_box h3,
    .about_section2_box .title_box h3,
    .about_section3_box .title_box h3,
    .about_section4_box .title_box h3,
    .about_section5_box .title_box h3 {
        font-size: 44px;
        line-height: 1.18;
    }

    .about_section1_box .left_box .text_box .text,
    .about_section2_box .title_box p,
    .about_section3_box .title_box p,
    .about_section4_box .title_box p,
    .about_section5_box .title_box p {
        font-size: 18px;
        line-height: 1.7;
    }

    .about_section1_box .num_list_box {
        margin-top: 6px;
        padding: 28px;
    }

    .about_section1_box .num_list_box .list_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .about_section1_box .num_list_box .list_box .num_box h3,
    .about_section1_box .num_list_box .list_box .num_box h3 strong {
        font-size: 46px;
        line-height: 1.15;
    }

    .about_section1_box .num_list_box .list_box .num_box p {
        font-size: 18px;
        line-height: 1.5;
    }

    .about_section2_box,
    .about_section4_box {
        margin-top: 72px;
        padding: 72px 0;
    }

    .about_section2_conter {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .about_section2_box .title_box,
    .about_section3_box .title_box,
    .about_section4_box .title_box,
    .about_section5_box .title_box {
        margin-bottom: 32px;
    }

    .list_pic_box {
        margin-top: 0;
    }

    .list_pic_box ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin: 0;
    }

    .list_pic_box ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .about_section3_box,
    .about_section5_box {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .about_section3_conter {
        padding: 30px;
    }

    .lab-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

    .lab-card-large,
    .lab-card-top,
    .lab-card-small {
        grid-column: auto;
        grid-row: auto;
        min-height: 280px;
        aspect-ratio: 4 / 3;
    }

    .lab-card-top {
        grid-column: 1 / 3;
        aspect-ratio: 16 / 7;
    }

    .certifications_list_pic_box ul {
        margin: 0;
    }

    .certifications_list_pic_box ul:not(.str_wrap) {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .certifications_list_pic_box ul.str_wrap {
        display: block;
        overflow: hidden;
        padding-bottom: 0;
    }

    .certifications_list_pic_box .str_move,
    .certifications_list_pic_box .str_move_clone {
        display: block;
        white-space: nowrap;
    }

    .certifications_list_pic_box ul.str_wrap li {
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
    }

    .certifications_list_pic_box ul li,
    .about_section5_box .certifications_list_pic_box ul li {
        flex: 0 0 auto;
        margin: 0;
    }

    .bread_crumbs_product_page {
        padding: 14px 0;
    }

    .bread_crumbs_conter,
    .nav-bread {
        line-height: 1.6;
        word-break: break-word;
    }

    .product_series_text_box .pic_box {
        height: 280px;
    }

    .product_series_text_box .text_box {
        padding: 34px;
    }

    .product_series_text_box .text_box h3 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 34px;
    }

    .product_series_text_box .text_box .text {
        font-size: 20px;
        line-height: 1.5;
    }

    .product_side_box {
        padding: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product_side_box .list_box ul {
        justify-content: flex-start;
        gap: 10px;
        min-width: max-content;
    }

    .product_side_box .list_box ul li a {
        width: auto;
        min-width: 96px;
        padding: 9px 18px;
        font-size: 18px;
        line-height: 24px;
    }

    .product_item_list_box ul,
    .related_details_conter .product_item_list_box ul,
    .product_details_conter .product_item_list_box ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        margin: 0;
    }

    .product_item_list_box ul li,
    .related_details_conter .product_item_list_box ul li,
    .product_details_conter .product_item_list_box ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .product_item_list_box ul li .pic_box {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .product_item_list_box ul li .text_box {
        height: auto;
        min-height: 170px;
    }

    .product_details_introduce_section {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        padding-bottom: 60px;
    }

    .product_details_introduce_section .introduce_left_box,
    .product_details_introduce_section .introduce_right_box {
        float: none;
        width: 100%;
    }

    .product_details_introduce_section .introduce_right_box {
        padding: 34px;
    }

    .introduce_right_box h2 {
        font-size: 42px;
        line-height: 1.2;
    }

    .parameter_section_nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .parameter_section_nav ul {
        display: flex;
        gap: 34px;
        min-width: max-content;
    }

    .parameter_section_nav ul li {
        float: none;
        margin-right: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .blog_details_page {
        padding-top: 50px;
        padding-bottom: 78px;
    }

    .blog_content_box .title_box h3 {
        font-size: 38px;
        line-height: 1.25;
    }

    .blog_content_box .conter_text_box {
        font-size: 19px;
        line-height: 1.75;
    }

    .blog_content_box .conter_text_box strong {
        font-size: 23px;
        line-height: 1.55;
    }

    .related_details_conter .blog_page_conter ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        margin: 0;
    }

    .related_details_conter .blog_page_conter ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .home_banner_section .banner_pic {
        min-height: 520px;
        object-fit: cover;
    }

    .banner_pro_conter {
        width: 56%;
        padding-top: 140px;
    }

    .banner_pro1 .banner_pro_conter h2 {
        font-size: 46px;
        line-height: 1.18;
    }

    .banner_pro_conter .list_box {
        margin-top: 46px;
    }

    .banner_pro_conter .list_box ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .banner_pro_conter .list_box ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .home_case,
    .home_application,
    .home_about,
    .home_certification,
    .home_resource {
        padding: 72px 0;
    }

    .home_case .title_box h3,
    .home_application .title_box h3,
    .home_about_left .text_box h3,
    .home_certification_left .text_box h3,
    .home_resource .title_box h3 {
        font-size: 40px;
        line-height: 1.2;
    }

    .home_case_conter ul,
    .home_application_conter .list_box ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin: 0;
    }

    .home_case_conter ul li,
    .home_application_conter .list_box ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .home_case_conter ul li .text_box,
    .home_application_conter .list_box ul li .text_box {
        padding: 28px;
    }

    .home_about_left,
    .home_about_right,
    .home_certification_left,
    .home_certification_right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .home_about_conter,
    .home_certification_conter {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .home_about_left .list_box {
        margin-top: 36px;
    }

    .home_oem .oem_banner_box {
        height: 460px;
    }
}

@media (max-width: 768px) {
    .page_content.home_page_content {
        overflow: hidden;
    }

    .section_container_con,
    .header_box .section_container_con {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .header_box,
    .page_header_box,
    .home_header_box {
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
    }

    .header_middle {
        padding: 12px 0 10px;
        border-radius: 0;
    }

    .header_middle .section_container_con::after {
        display: none;
    }

    .header_middle .conter_box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 42px;
        align-items: center;
        gap: 12px;
        height: auto;
        min-height: 0;
        padding: 0;
    }

    .header_middle .conter_box .logo_box {
        position: static;
        min-width: 0;
    }

    .header_middle .conter_box .logo_box a {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
    }

    .header_middle .conter_box .logo_box img {
        float: none;
        height: 30px;
        max-width: 160px;
        object-fit: contain;
    }

    .header_middle .conter_box .logo_box .text {
        display: none;
    }

    .header_middle .conter_box .header_link_box {
        display: none;
    }

    .sundots-mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid #e1e1e1;
        border-radius: 6px;
        background: #fff;
        cursor: pointer;
    }

    .sundots-mobile-menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background: #111;
        transition: transform .2s ease, opacity .2s ease;
    }

    .sundots-mobile-menu-open .sundots-mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .sundots-mobile-menu-open .sundots-mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .sundots-mobile-menu-open .sundots-mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .header_nav {
        display: none;
        position: absolute;
        left: 12px;
        right: 12px;
        top: calc(100% + 6px);
        z-index: 120;
        margin-top: 0;
        width: auto;
        padding: 8px;
        border: 1px solid rgba(115, 174, 82, .18);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 18px 45px rgba(16, 40, 28, .18);
        box-sizing: border-box;
        overflow: hidden;
    }

    .sundots-mobile-menu-open .header_nav {
        display: block;
    }

    .header_nav .nav_menu {
        width: 100%;
        min-width: 0;
    }

    .header_nav .nav_menu .nav_menu_ul {
        display: block;
        width: 100%;
        min-width: 100%;
        padding: 0;
        text-align: left;
    }

    .header_nav .nav_menu ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .header_nav .nav_menu ul li .link {
        display: block;
        padding: 13px 14px;
        border-radius: 10px;
        white-space: normal;
        font-size: 15px;
        line-height: 1.35;
        text-align: left;
        transition: background .18s ease, color .18s ease, transform .18s ease;
    }

    .header_nav .nav_menu ul li .link::after {
        display: none;
    }

    .header_nav .nav_menu ul li + li {
        border-top: 1px solid #f0f0f0;
    }

    .header_nav .nav_menu ul li + li .link {
        margin-top: 2px;
    }

    .header_nav .nav_menu ul li .link:hover {
        color: #73ae52;
        background: #f3f8f0;
        transform: translateX(2px);
    }

    .header_nav .nav_menu ul li .link.active,
    .header_nav .nav_menu ul li.active .link {
        color: #73ae52;
        background: #f3f8f0;
        font-weight: 600;
    }

    .nav_menu_product_box,
    .nav_menu_product_bj {
        display: none !important;
    }

    .blog_banner_box {
        padding: 48px 0 34px;
    }

    .blog_banner_conter .title {
        margin-bottom: 22px;
    }

    .blog_banner_conter .title h2 {
        font-size: 34px;
        line-height: 1.18;
    }

    .blog_banner_conter .blog_nav {
        margin-left: -18px;
        margin-right: -18px;
        overflow: visible;
    }

    .blog_banner_conter .blog_nav ul {
        width: 100%;
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 0 18px;
        box-sizing: border-box;
        text-align: center;
    }

    .blog_banner_conter .blog_nav ul li a {
        min-width: 0;
        padding: 6px 11px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 18px;
    }

    .blog_page {
        padding-top: 42px;
        padding-bottom: 58px;
    }

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

    .blog_page_conter ul li a {
        display: block;
    }

    .blog_page_conter ul li .pic_box {
        border-radius: 10px;
        aspect-ratio: 16 / 10;
        background: #f5f5f5;
    }

    .blog_page_conter ul li .pic_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .blog_page_conter ul li:hover .pic_box img {
        transform: none;
    }

    .blog_page_conter ul li .text_box {
        padding: 16px 0 0;
    }

    .blog_page_conter ul li .text_box h3 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .blog_page_conter ul li .text_box .text {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.65;
    }

    .blog_page_conter ul li .text_box .time {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer_box .top_box {
        padding-top: 42px;
        padding-bottom: 18px;
    }

    .footer_left,
    .footer_box .footer_nav,
    .footer_box .footer_right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer_left {
        margin-bottom: 30px;
    }

    .footer_left .logo_pic {
        margin-bottom: 18px;
    }

    .footer_left .logo_pic img {
        height: 42px;
    }

    .footer_left .text,
    .footer_box .footer_right p,
    .footer_box .bottom_box p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .footer_left .icon_box {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 22px;
        text-align: left;
    }

    .footer_left .icon_box a {
        float: none;
        margin-right: 0;
    }

    .footer_left .icon_box a,
    .footer_left .icon_box a svg {
        width: 32px;
        height: 32px;
    }

    .footer_box .footer_nav {
        margin-bottom: 28px;
    }

    .footer_box .footer_nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .footer_box .footer_nav ul li {
        float: none;
        width: auto;
    }

    .footer_box .footer_nav ul li p,
    .footer_box .footer_right h3 {
        height: auto;
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 1.25;
    }

    .footer_box .footer_nav ul li a {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.45;
    }

    .footer_box .bottom_box p {
        padding: 18px 0 22px;
    }

    .footer_box .bottom_box p span {
        float: none;
        display: block;
        margin-top: 6px;
    }

    .faq_page,
    .contact_page {
        padding-top: 46px;
        padding-bottom: 64px;
    }

    .faq_section_conter,
    .contact_page_conter {
        gap: 28px;
        padding-bottom: 0;
    }

    .faq_section_conter .title_box,
    .contact_page .title_box {
        margin-bottom: 28px;
    }

    .faq_section_conter .title_box h2,
    .contact_page .title_box h2 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .faq_section_conter .title_box h3,
    .contact_page .title_box h3,
    .contact_section2 .right_box .form_title h3 {
        font-size: 31px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .faq_section_conter .title_box p,
    .contact_page .title_box p,
    .contact_section2 .right_box .form_title p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 12px;
        text-align: left;
    }

    .faq_section_conter .link_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .faq_section_conter .link_box .link {
        float: none;
        width: 100%;
        margin: 0;
        padding: 9px 12px;
        font-size: 14px;
        line-height: 22px;
        background-image: none !important;
        text-align: center;
    }

    .faq-feature-list {
        gap: 14px;
        margin-top: 26px;
    }

    .faq-feature-item {
        padding: 14px;
        border: 1px solid #edf1ea;
        border-radius: 10px;
        background: #fff;
    }

    .faq_page_conter {
        padding-top: 34px;
        padding-bottom: 62px;
    }

    .faq_item_list .item_box {
        padding-right: 42px;
    }

    .faq_item_list .item_box h3 {
        padding: 18px 0;
        font-size: 17px;
        line-height: 1.45;
    }

    .faq_item_list .item_box .text {
        padding-bottom: 20px;
        font-size: 15px;
        line-height: 1.65;
    }

    .faq_item_list .item_box::after {
        top: 17px;
        width: 24px;
        height: 24px;
        background-size: 22px;
    }

    .contact_section1_list ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact_section1_list ul li {
        margin-bottom: 0;
        padding: 16px;
        border-radius: 10px;
    }

    .contact_section1_list ul li p {
        max-width: none;
        padding-left: 34px;
        font-size: 15px;
        line-height: 1.6;
        word-break: break-word;
    }

    .contact_section1_list ul li p strong {
        font-size: 15px;
        line-height: 1.6;
    }

    .contact_section1_list ul li p::after {
        top: 1px;
        width: 24px;
        height: 24px;
        background-size: 22px !important;
    }

    .contact_section2 {
        margin-top: 34px;
        padding: 24px 18px;
        border-radius: 12px;
    }

    .contact_section2 .right_box .form_title {
        margin-bottom: 28px;
    }

    .online_message_form_box .item_box {
        float: none;
        margin-bottom: 14px;
    }

    .online_message_form_box .item_box input,
    .online_message_form_box .item_box textarea {
        padding: 11px 12px;
        font-size: 15px;
        line-height: 1.5;
    }

    .online_message_form_box .item_box textarea {
        height: 140px;
    }

    .online_message_form_box .item_btn .sub {
        width: 100%;
        margin-top: 14px;
        padding: 11px 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .about_page {
        padding-top: 46px;
        padding-bottom: 64px;
    }

    .about_section1_box {
        gap: 28px;
    }

    .about_section1_box .left_box .text_box h2 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .about_section1_box .left_box .text_box h3,
    .about_section2_box .title_box h3,
    .about_section3_box .title_box h3,
    .about_section4_box .title_box h3,
    .about_section5_box .title_box h3 {
        font-size: 31px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .about_section1_box .left_box .text_box .text,
    .about_section2_box .title_box p,
    .about_section3_box .title_box p,
    .about_section4_box .title_box p,
    .about_section5_box .title_box p,
    .about_section2_box .left_box .text_box {
        font-size: 15px;
        line-height: 1.65;
        text-align: left;
    }

    .about_section1_box .left_box .text_box .text p,
    .about_section3_box .title_box p {
        margin-bottom: 12px;
    }

    .about_section1_box .right_box .video_box,
    .about_section1_box .right_box .video_box video,
    .about_section2_box .right_box .pic_box img,
    .list_pic_box ul li .pic_box img,
    .lab-card {
        border-radius: 12px;
    }

    .about_section1_box .num_list_box {
        padding: 18px;
        border-radius: 12px;
    }

    .about_section1_box .num_list_box .list_box {
        grid-template-columns: 1fr 1fr;
        gap: 18px 14px;
    }

    .about_section1_box .num_list_box .list_box .num_box h3,
    .about_section1_box .num_list_box .list_box .num_box h3 strong {
        float: none;
        font-size: 30px;
        line-height: 1.15;
        margin-right: 0;
    }

    .about_section1_box .num_list_box .list_box .num_box p {
        font-size: 13px;
        line-height: 1.45;
    }

    .about_section2_box,
    .about_section4_box {
        margin-top: 46px;
        padding: 46px 0;
    }

    .about_section2_conter {
        gap: 24px;
    }

    .about_section2_box .title_box,
    .about_section3_box .title_box,
    .about_section4_box .title_box,
    .about_section5_box .title_box {
        margin-bottom: 24px;
    }

    .about_section2_box .left_box .text_box p {
        margin: 10px 0;
        padding-left: 26px;
        background-size: 17px;
    }

    .list_pic_box ul {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .list_pic_box ul li .pic_box {
        aspect-ratio: 16 / 10;
        overflow: hidden;
        border-radius: 10px;
    }

    .list_pic_box ul li .pic_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about_section3_box,
    .about_section5_box {
        margin-top: 46px;
        margin-bottom: 46px;
    }

    .about_section3_conter {
        padding: 18px;
        border-radius: 12px;
    }

    .lab-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lab-card-large,
    .lab-card-top,
    .lab-card-small {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .lab-card-title,
    .lab-card-small .lab-card-title {
        left: 16px;
        right: 16px;
        bottom: 14px;
        font-size: 15px;
        line-height: 1.3;
    }

    .certifications_list_pic_box ul:not(.str_wrap),
    .certifications_list_pic_box .str_move,
    .certifications_list_pic_box .str_move_clone {
        gap: 12px;
    }

    .certifications_list_pic_box ul.str_wrap li {
        margin-right: 12px;
    }

    .certifications_list_pic_box ul li {
        width: 150px;
        height: auto;
        flex-basis: 150px;
    }

    .certifications_list_pic_box ul li .pic_box {
        min-height: 210px;
    }

    .about_section5_box .certifications_list_pic_box ul li {
        width: 260px;
        height: auto;
        flex-basis: 260px;
    }

    .about_section5_box .certifications_list_pic_box ul li .pic_box {
        aspect-ratio: 4 / 3;
        min-height: 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .about_section5_box .certifications_list_pic_box ul li .pic_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bread_crumbs_product_page {
        padding: 10px 0;
    }

    .nav-bread {
        font-size: 13px;
        line-height: 1.6;
    }

    .product_page {
        padding-bottom: 58px;
    }

    .product_series_text_box {
        margin-bottom: 26px;
        border-radius: 12px;
    }

    .product_series_text_box .pic_box {
        height: 220px;
    }

    .product_series_text_box .text_box {
        padding: 22px 16px;
    }

    .product_series_text_box .text_box h3 {
        font-size: 31px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .product_series_text_box .text_box .text {
        font-size: 15px;
        line-height: 1.55;
    }

    .product_series_text_box .text_box .text p span {
        width: 6px;
        height: 6px;
        margin: 0 10px;
    }

    .product_side_box {
        margin-bottom: 28px;
        border-radius: 10px;
    }

    .product_side_box .list_box ul li a {
        min-width: 76px;
        padding: 7px 13px;
        font-size: 14px;
        line-height: 22px;
    }

    .product_item_list_box ul,
    .related_details_conter .product_item_list_box ul,
    .product_details_conter .product_item_list_box ul,
    .related_details_conter .blog_page_conter ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .product_item_list_box ul li a {
        padding: 12px;
        border-radius: 10px;
    }

    .product_item_list_box ul li .text_box {
        min-height: 0;
        padding: 16px 6px 6px;
    }

    .product_item_list_box ul li .text_box h3 {
        font-size: 16px;
        line-height: 1.35;
    }

    .product_item_list_box ul li .text_box .text {
        height: auto;
        padding: 8px 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .product_item_list_box ul li .text_box .link {
        font-size: 13px;
        line-height: 22px;
    }

    .product_details_page {
        padding-top: 20px;
    }

    .product_details_introduce_section {
        gap: 22px;
        padding-bottom: 42px;
    }

    .product_details_introduce_section .introduce_left_box {
        padding: 10px;
    }

    .product_details_introduce_section .introduce_right_box {
        padding: 22px 18px;
    }

    .introduce_right_box h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .introduce_right_box .text_box {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.65;
    }

    .introduce_right_box .product_link_box {
        margin-top: 28px;
    }

    .introduce_right_box .product_link_box .link_box {
        width: 100%;
        margin-right: 0;
        padding: 10px 18px;
        background-position: calc(100% - 18px) center;
        font-size: 16px;
    }

    .introduce_left_box .gallery_thumbs {
        margin-top: 10px;
    }

    .product_details_thumbnail {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .product_details_thumbnail h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .product_details_thumbnail_list ul {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin: 0;
    }

    .product_details_thumbnail_list ul li {
        float: none;
        width: auto;
        margin: 0;
    }

    .product_details_parameter_section {
        padding-top: 24px;
        padding-bottom: 58px;
    }

    .parameter_section_nav ul {
        gap: 22px;
    }

    .parameter_section_nav ul li {
        padding: 11px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .parameter_section_item_box {
        padding: 22px 0;
    }

    .parameter_section_item_box h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .parameter_section_item_box .conter_box .text_box {
        font-size: 15px;
        line-height: 1.7;
    }

    .parameter_section_item_box .conter_box .pic_box {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .product_details_conter {
        padding-bottom: 36px;
    }

    .blog_details_page {
        padding-top: 34px;
        padding-bottom: 58px;
    }

    .blog_content_box {
        padding-bottom: 38px;
    }

    .blog_content_box .title_box {
        margin-bottom: 22px;
    }

    .blog_content_box .title_box h3 {
        font-size: 28px;
        line-height: 1.25;
    }

    .blog_content_box .title_box span {
        display: block;
        margin-right: 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .blog_content_box .conter_text_box {
        font-size: 15px;
        line-height: 1.75;
    }

    .blog_content_box .conter_text_box strong {
        font-size: 18px;
        line-height: 1.55;
    }

    .blog_content_box .conter_text_box img {
        border-radius: 10px;
    }

    .related_details_conter {
        margin-top: 38px;
        padding: 10px 0;
    }

    .related_details_conter .title_box {
        margin-bottom: 22px;
    }

    .related_details_conter .title_box h3 {
        padding-right: 92px;
        font-size: 26px;
        line-height: 1.3;
    }

    .related_details_conter .title_box .link {
        bottom: 4px;
        font-size: 14px;
        line-height: 22px;
    }

    .home_banner_section .banner_pic {
        min-height: 600px;
    }

    .home_banner_section .swiper-wrapper .swiper-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.68) 46%, rgba(255,255,255,.22) 100%);
        pointer-events: none;
    }

    .home_banner_section .banner_pro {
        z-index: 2;
    }

    .home_banner_section .swiper-container-horizontal>.swiper-pagination-bullets,
    .home_banner_section .swiper-pagination-custom,
    .home_banner_section .swiper-pagination-fraction {
        width: auto;
        right: 18px;
        bottom: 20px;
    }

    .home_banner_section .swiper-pagination-bullet {
        width: 20px;
    }

    .banner_pro_conter {
        width: 100%;
        padding-top: 70px;
    }

    .banner_pro1 .banner_pro_conter h2 {
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .banner_pro1 .banner_pro_conter .text {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.65;
    }

    .banner_pro1 .banner_pro_conter .link_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .banner_pro1 .banner_pro_conter .link_box .link {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 8px 26px 8px 10px;
        background-position: calc(100% - 10px) center;
        background-size: 12px;
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        white-space: nowrap;
    }

    .banner_pro_conter .list_box {
        margin-top: 24px;
    }

    .banner_pro_conter .list_box ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .banner_pro_conter .list_box ul li {
        padding: 10px 10px 10px 58px;
    }

    .banner_pro_conter .list_box ul li::after {
        top: 9px;
        width: 44px;
        height: 44px;
        background-size: 38px !important;
    }

    .banner_pro_conter .list_box ul li h3,
    .banner_pro_conter .list_box ul li:nth-child(1) h3 {
        font-size: 20px;
        line-height: 1.35;
    }

    .banner_pro_conter .list_box ul li p {
        font-size: 14px;
        line-height: 1.45;
    }

    .home_case,
    .home_application,
    .home_about,
    .home_certification,
    .home_resource {
        padding: 46px 0;
    }

    .home_case .title_box,
    .home_application .title_box,
    .home_resource .title_box {
        margin-bottom: 26px;
    }

    .home_case .title_box h2,
    .home_application .title_box h2,
    .home_about_left .text_box h2,
    .home_resource .title_box h2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .home_case .title_box h3,
    .home_application .title_box h3,
    .home_about_left .text_box h3,
    .home_certification_left .text_box h3,
    .home_resource .title_box h3 {
        font-size: 30px;
        line-height: 1.18;
    }

    .home_case .title_box p,
    .home_application .title_box p,
    .home_about_left .text_box .text,
    .home_certification_left .text_box .text,
    .home_resource .title_box p {
        font-size: 15px;
        line-height: 1.65;
    }

    .home_case .title_box .link,
    .home_application .title_box .link,
    .home_resource .title_box .link {
        position: static;
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .home_case_conter ul,
    .home_application_conter .list_box ul {
        gap: 18px;
    }

    .home_case_conter ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home_application_conter .list_box ul {
        grid-template-columns: 1fr;
    }

    .home_case_conter ul li .text_box,
    .home_application_conter .list_box ul li .text_box {
        padding: 22px;
    }

    .home_case_conter ul li .text_box h3,
    .home_application_conter .list_box ul li .text_box h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .home_case_conter ul li .text_box {
        padding: 14px;
    }

    .home_case_conter ul li .text_box h3 {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .home_case_conter ul li .text_box .link {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .home_case_conter ul li .pic_box {
        aspect-ratio: 1 / 1.18;
        border-radius: 10px;
    }

    .home_case_conter ul li .pic_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home_application_conter .list_box ul li .text_box p {
        font-size: 14px;
        line-height: 1.55;
    }

    .home_application_conter .list_box ul li .text_box .link {
        margin-top: 16px;
        padding: 7px 36px 7px 14px;
        background-position: calc(100% - 14px) center;
        font-size: 14px;
        line-height: 22px;
    }

    .home_about_conter,
    .home_certification_conter {
        gap: 26px;
    }

    .home_about_left .list_box ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home_about_left .list_box ul li {
        float: none;
        min-width: 0;
        margin: 0;
        padding: 14px;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 10px;
        background: #fff;
    }

    .home_about_left .list_box ul li h3,
    .home_about_left .list_box ul li h3 strong {
        font-size: 28px;
        line-height: 1.25;
    }

    .home_about_left .list_box ul li h3 {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 4px;
    }

    .home_about_left .list_box ul li h3 strong,
    .home_about_left .list_box ul li h3 span {
        float: none;
        margin-right: 0;
    }

    .home_about_left .list_box ul li h3 span {
        font-size: 18px;
    }

    .home_about_left .list_box ul li p {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-gallery {
        padding: 0;
    }

    .about-gallery__wrap {
        width: 100%;
    }

    .home_resource_conter,
    .home_resource .video-section {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .home_resource .video-grid {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, calc((100% - 12px) / 2)));
        justify-content: center;
        align-items: stretch;
        gap: 12px;
        padding: 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .home_resource .video-card {
        width: 100%;
        min-width: 0;
        max-width: none;
        box-sizing: border-box;
    }

    .home_resource .video-thumb {
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .home_resource .play-btn {
        width: 44px;
        height: 44px;
    }

    .home_resource .play-btn::before {
        left: 18px;
        top: 14px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 12px;
    }

    .home_resource .video-content {
        min-height: 0;
        padding: 10px 10px 12px;
    }

    .home_resource .video-content h3 {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.32;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .home_resource .video-content p {
        display: -webkit-box;
        overflow: hidden;
        margin: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 1.4;
    }

    .home_oem .oem_banner_box {
        height: 320px;
    }
}

@media (max-width: 420px) {
    .blog_banner_conter .title h2 {
        font-size: 30px;
    }

    .blog_page_conter ul {
        gap: 26px;
    }

    .blog_page_conter ul li .text_box h3 {
        font-size: 18px;
    }

    .blog_banner_conter .blog_nav ul {
        gap: 7px;
    }

    .blog_banner_conter .blog_nav ul li a {
        padding: 5px 9px;
        font-size: 11px;
    }

    .footer_box .footer_nav ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .home_banner_section .swiper-wrapper .swiper-slide::before {
        background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 52%, rgba(255,255,255,.28) 100%);
    }

    .home_case_conter ul {
        gap: 10px;
    }

    .product_item_list_box ul,
    .related_details_conter .product_item_list_box ul,
    .product_details_conter .product_item_list_box ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product_item_list_box ul li a {
        padding: 8px;
    }

    .product_item_list_box ul li .text_box {
        padding-top: 10px;
    }

    .product_item_list_box ul li .text_box h3 {
        font-size: 14px;
    }

    .home_case_conter ul li .text_box {
        padding: 12px;
    }

    .home_case_conter ul li .text_box h3 {
        font-size: 15px;
    }

    .home_about_left .list_box ul {
        grid-template-columns: 1fr;
    }

    .home_resource .video-grid {
        grid-template-columns: repeat(2, minmax(0, calc((100% - 10px) / 2)));
        max-width: 100%;
        gap: 10px;
    }

    .home_resource .video-content {
        padding: 9px 9px 10px;
    }

    .home_resource .video-content h3 {
        font-size: 13px;
    }

    .home_resource .video-content p {
        display: none;
    }

    .faq_section_conter .link_box {
        grid-template-columns: 1fr;
    }

    .faq_section_conter .title_box h3,
    .contact_page .title_box h3,
    .contact_section2 .right_box .form_title h3,
    .about_section1_box .left_box .text_box h3,
    .about_section2_box .title_box h3,
    .about_section3_box .title_box h3,
    .about_section4_box .title_box h3,
    .about_section5_box .title_box h3 {
        font-size: 28px;
    }

    .about_section1_box .num_list_box .list_box {
        grid-template-columns: 1fr;
    }

    .about_section1_box .num_list_box .list_box .num_box {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }

    .about_section1_box .num_list_box .list_box .num_box:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .about_section5_box .certifications_list_pic_box ul li {
        width: 220px;
        flex-basis: 220px;
    }
}
