.kp-hero { position: relative; min-height: 420px; overflow: hidden;}.kp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center right;}.kp-hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(10, 25, 47, 0.95) 0%, rgba(15, 35, 65, 0.75) 25%, rgba(20, 45, 80, 0.4) 55%, rgba(20, 45, 80, 0.1) 80%, rgba(20, 50, 90, 0) 100%); pointer-events: none;}.kp-hero-content { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 80px 40px 60px;}.kp-hero-title { font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: #ffffff; margin-bottom: 16px; letter-spacing: -0.5px;}.kp-hero-desc { font-size: clamp(15px, 1.5vw, 18px); color: rgba(255, 255, 255, 0.75); max-width: 560px; line-height: 1.7; margin-bottom: 40px;}.kp-hero-features { display: flex; gap: 36px; flex-wrap: wrap;}.kp-feature-item { display: flex; flex-direction: column; align-items: center; gap: 10px; min-width: 120px;}.kp-feature-icon { width: 52px; height: 52px; border-radius: 14px; border: 1.5px solid rgba(255, 255, 255, 0.18); display: flex; align-items: center; justify-content: center; color: #ffffff; transition: all 0.3s ease; background: rgba(255, 255, 255, 0.04);}.kp-feature-icon svg { width: 26px; height: 26px;}.kp-feature-label { font-size: 13px; color: rgba(255, 255, 255, 0.85); font-weight: 500; white-space: nowrap;}.kp-main-section { padding: 60px 40px 80px; width: 1400px; margin: 0 auto;}.kp-section-header { text-align: center; margin-bottom: 48px;}.kp-section-title { font-size: clamp(26px, 3vw, 36px); font-weight: 700; color: #1a2b3c; display: inline-block; position: relative; padding-bottom: 16px;}.kp-section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 56px; height: 3px; background: linear-gradient(90deg, var(--first-color), var(--second-color)); border-radius: 2px;}.kp-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px;}.kp-product-card { background: #ffffff; border: 1px solid #e8ecf1; border-radius: 12px; overflow: hidden; transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column;}.kp-product-card img { height: 200px; width: 100%; object-fit: contain;}.kp-product-card:hover { box-shadow: 0 10px 20px rgba(56, 105, 153, 0.1); border-color: transparent;}.kp-product-info { padding: 22px 24px 10px; flex: 1; display: flex; flex-direction: column;}.kp-product-name { font-size: 20px; font-weight: 600; color: #1a2b3c; margin-bottom: 6px; line-height: 1.4;}.kp-product-cas { font-size: 14px; color: #111111; font-weight: bold; margin-bottom: 6px;}.kp-product-category { font-size: 14px; color: var(--first-color); font-weight: 500; margin-bottom: 10px;}.kp-product-link { border-top: 1px solid #eee; display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #2563eb; text-decoration: none; padding-top: 10px; transition: all 0.25s ease;}.kp-product-link:hover { color: var(--second-color); gap: 10px;}.kp-product-link svg { width: 16px; height: 16px; transition: transform 0.25s ease;}.kp-product-link:hover svg { transform: translateX(4px);}.kp-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 56px; flex-wrap: wrap;}.kp-pagination a,.kp-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; border-radius: 8px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.2s ease; border: 1px solid #e2e8f0; color: #334155; background: #fff;}.kp-pagination a:hover { border-color: var(--first-color); color: var(--first-color); background: rgba(94, 194, 81, 0.04);}.kp-pagination .cur { background: linear-gradient(135deg, var(--first-color), #4db84d); color: #fff; border-color: transparent; box-shadow: 0 4px 12px rgba(94, 194, 81, 0.3);}.kp-pagination .disabled { opacity: 0.4; cursor: not-allowed; pointer-events: none;}.kp-total-records { font-size: 14px; color: #64748b; margin-left: 12px;}.kp-cta { position: relative; background: linear-gradient(160deg, #1a2332 0%, #2a3a4d 100%); padding: 80px 40px; overflow: hidden;}.kp-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 50%, rgba(37, 99, 235, 0.08) 0%, transparent 45%), radial-gradient(circle at 85% 60%, rgba(94, 194, 81, 0.05) 0%, transparent 40%); pointer-events: none;}.kp-cta-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; text-align: center;}.kp-cta-icon { width: 64px; height: 64px; border-radius: 16px; border: 1.5px solid rgba(255, 255, 255, 0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; color: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.03);}.kp-cta-icon svg { width: 30px; height: 30px;}.kp-cta-title { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: #ffffff; letter-spacing: -0.3px; margin-bottom: 18px; line-height: 1.25;}.kp-cta-desc { font-size: clamp(14px, 1.4vw, 17px); color: rgba(255, 255, 255, 0.6); line-height: 1.7; margin-bottom: 36px;}.kp-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #ffffff; font-size: 15px; font-weight: 600; text-decoration: none; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35); letter-spacing: 0.3px;}.kp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37, 99, 235, 0.45); background: linear-gradient(135deg, #3b82f6, #2563eb);}.kp-cta-btn svg { width: 18px; height: 18px; transition: transform 0.25s ease;}.kp-cta-btn:hover svg { transform: translateX(4px);}.kp-related-section { position: relative; padding: 70px 40px 90px; width: 1400px; margin: 0 auto;}.kp-slider-wrapper { overflow: hidden;}.kp-slider-track { display: flex; gap: 22px; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform;}.kp-slider-track img { width: 100%; height: 200px; object-fit: contain;}.kp-slide-card { flex: 0 0 calc((100% - 66px) / 4); min-width: 220px; background: #ffffff; border: 1px solid #e8ecf1; border-radius: 12px; padding: 24px 18px 20px; display: flex; flex-direction: column; align-items: flex-start; transition: all 0.35s ease; cursor: pointer;}.kp-slide-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(26, 43, 60, 0.1); border-color: transparent;}.kp-slide-name { font-size: 16px; font-weight: 600; color: #1a2b3c; margin-bottom: 4px; line-height: 1.3;}.kp-slide-subtitle { font-size: 13px; color: #6b7c8d; line-height: 1.5;}.kp-slider-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: #ffffff; border: 1.5px solid #e2e8f0; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.25s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); color: #334155;}.kp-slider-nav:hover { border-color: var(--first-color); color: var(--first-color); box-shadow: 0 4px 16px rgba(94, 194, 81, 0.15);}.kp-slider-nav.prev,.kp-slider-nav.next { position: absolute; top: 60%;}.kp-slider-nav.prev { left: -75px;}.kp-slider-nav.next { right: -75px;}.kp-slider-nav svg { width: 20px; height: 20px;}.product_box { width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; grid-gap: 30px; align-items: start; overflow: visible; max-height: none;}.product_detail { overflow: visible; max-height: none;}.related_topic { position: fixed; top: 160px; right: calc(50% - 815px); width: 340px; border: 1px solid #e8ecf1; border-radius: 16px; background: #fff; padding: 28px 24px; box-shadow: 0 4px 20px rgba(26, 43, 60, 0.1); z-index: 100; transition: opacity 0.2s ease, visibility 0s;}.rt-img-wrap { width: 140px; height: 140px; background: linear-gradient(145deg, #f5f7fa, #eef2f7); border-radius: 12px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; overflow: hidden;}.rt-name { font-size: 18px; font-weight: 700; color: #1a2b3c; text-align: center; margin-bottom: 4px; line-height: 1.3;}.rt-cas { font-size: 13px; color: #6b7c8d; text-align: center; margin-bottom: 6px;}.rt-desc { font-size: 13px; color: #5a6a7a; line-height: 1.65; margin-bottom: 22px; text-align: left;}.rt-btn { display: flex; flex-direction: column; gap: 10px;}.rt-btn a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.25s ease; cursor: pointer;}.rt-btn a svg { width: 16px; height: 16px; transition: transform 0.2s ease;}.rt-btn-primary { background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #ffffff; box-shadow: 0 3px 12px rgba(37, 99, 235, 0.3);}.rt-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4); background: linear-gradient(135deg, #3b82f6, #2563eb);}.rt-btn-primary:hover svg { transform: translateX(3px);}.rt-btn-secondary { background: #f8fafc; color: #334155; border: 1px solid #e2e8f0;}.rt-btn-secondary:hover { background: #f1f5f9; border-color: #cbd5e1; color: #1a2b3c;}.product_detail { margin: 0 auto; padding: 30px; width: 80%}.main-content { padding: 0}.wb_product_master_headinfo_cover img { height: 100% !important; vertical-align: middle !important; width: 100% !important}.wb_product_master_headinfo_cover .wrap { height: 492px !important; left: 100px !important; position: relative !important; top: 100px !important; width: 400px !important}.wb_product_master_headinfo_cover .imgs { height: 100% !important; position: relative; width: 100% !important}.wb_product_master_headinfo_cover .main { border: 1px solid #dadada !important; height: 400px !important; overflow: hidden !important; position: relative !important; width: 400px !important}.wb_product_master_headinfo_cover .smaller { height: 82px !important; margin-left: 0 !important; margin-top: 10px !important; overflow: hidden !important; position: relative !important; width: 400px !important}.wb_product_master_headinfo_cover .smaller li { border: 1px solid #f3f3f3 !important; cursor: pointer !important; float: left !important; height: 64px !important; margin-left: 10px !important; padding: 2px !important; position: relative !important; width: 64px !important}.wb_product_master_headinfo_cover .smaller li:first-child { margin-left: 0 !important}.wb_product_master_headinfo_cover .smaller .current { border-color: #ff6a00}.wb_product_master_headinfo_cover .biger { display: none; height: 400px; left: 410px; overflow: hidden; position: absolute; width: 400px; z-index: 999}.wb_product_master_headinfo_cover .mask { background: url(../images/move.png) repeat; cursor: crosshair; display: none; height: 200px; left: 0; position: absolute; top: 0; width: 200px}.wb_product_master_headinfo_cover .biger img { height: 800px !important; left: 0; max-width: 800px !important; position: absolute; top: 0; width: 800px !important}.wb_product_master_headinfo_cover ul { list-style: none !important; padding-left: 0 !important}.product_detail p { font-size: 18px; line-height: 1.8; margin-bottom: 1em; margin-top: 1em}.product_detail a { font-size: inherit !important}.wb_product_company_title { align-items: end; border-bottom: 1px solid #cecece; display: flex; justify-content: space-between; margin-top: 5em; min-height: 4em; padding-bottom: 1em; width: 100%}.wb_product_title { color: var(--first-color); font-weight: 400; width: fit-content}.wb_product_company_name { color: #d8d8d8; font-size: 2.85em; font-style: italic; font-weight: 700; text-transform: uppercase}.wb_product_master_headinfo_cover { height: 480px; width: 400px}.wb_product_module_banner { color: #fff; font-size: var(--subtitle-font-size); font-weight: 700; height: 2em; line-height: 2em; margin: 1em 0; padding-left: 1em}.wb_product_table_container { overflow-x: auto; width: 100%}.product_detail table,.s3_box table { table-layout: fixed; word-break: break-all; border-collapse: collapse; margin: 1.5em 0; width: 100% !important}.product_detail table td,.product_detail table th,.s3_box table td,.s3_box table th { border: 1px solid #ddd; padding: 0.6em 1em}.product_detail table td a,.s3_box table td a { color: var(--first-color)}.product_detail table tr:hover,.s3_box table tr:hover { background-color: #f5f5f5}.product_detail table th,.s3_box table th { background: var(--first-color); color: #fff; font-weight: 600; text-align: left}.product_detail h1 { font-size: 2.5em; font-weight: 700; line-height: 1.4;}.product_detail h2 { border-bottom: 3px solid var(--first-color); font-size: 1.4em; font-weight: 700; line-height: 1.4; margin-bottom: 0.8em; padding-bottom: 0.3em; position: relative}.product_detail h3 { color: var(--second-color); font-size: 1.15em; font-weight: 600; line-height: 1.4; margin-bottom: 0.6em; margin-top: 1.8em; padding-left: 1.2em; position: relative}.product_detail h3::before { background: var(--second-color); border-radius: 3px; content: ""; height: 1em; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 4px}.product_detail p b,.product_detail p strong { color: var(--first-color); font-weight: 700}.product_detail table caption { caption-side: top; color: var(--first-color); font-size: 1em; font-weight: 600; margin-bottom: 0.6em; text-align: left}.product_detail ul,.product_detail ol { margin: 1em 0}.product_detail ul li,.product_detail ol li { line-height: 1.8; margin-bottom: 0.4em}.product_detail ul li::marker { color: var(--first-color)}.product_detail ol li::marker { color: var(--first-color); font-weight: 700}.wb_product_applications { line-height: 1.8}.wb_product_applications table { margin: 1.5em 0}.wb_product_applications img { height: auto; margin: 1em 0; max-width: 100%}.wb_product_content_box { width: 100%}.main-content>:only-child { margin: 0 auto; max-width: 1400px}.wb_product_master_headinfo { display: flex; gap: 100px; margin-top: 3.5em; width: 100%}.inquiry_button { background: var(--first-color); border-radius: 8px; box-shadow: 0 4px 15px rgba(30, 64, 175, .2); color: #fff; display: inline-block; font-weight: 600; margin-top: 20px; overflow: hidden; padding: 1em 2em; position: relative; text-decoration: none; transition: all 0.3s ease; z-index: 1}.inquiry_button:before { background: var(--second-color); content: ""; height: 100%; left: -100%; position: absolute; top: 0; transition: left 0.3s ease; width: 100%; z-index: -1}.inquiry_button:hover:before { left: 0}a.inquiry_button:hover { color: #fff}.wb_product_master_headinfo_properties { flex: 1}.wb_product_master_headinfo_properties ul { display: flex; flex-direction: column; height: 80%; justify-content: space-around}.wb_product_module_banner { background: var(--first-color)}.wb_product_master_headinfo_properties ul li { display: flex}.wb_product_master_headinfo_properties .label,.wb_product_master_headinfo_properties .product_label { flex: 0 0 30%; font-weight: 700}.cta_inner { align-items: stretch; background: var(--first-color); border-radius: 20px; box-shadow: 0 20px 60px -15px rgba(26, 54, 93, .4); display: flex; gap: 2em; justify-content: space-between; overflow: hidden; padding: 0; position: relative}.cta_pattern { background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, .06) 0, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .04) 0, transparent 40%); inset: 0; pointer-events: none; position: absolute; z-index: 1}.cta_pattern::before { border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; content: ""; inset: 12px; position: absolute}.cta_content { flex: 1; padding: 3em 3.5em; position: relative; z-index: 2}.cta_label { color: rgba(255, 255, 255, .5); display: inline-block; font-size: 0.75em; font-weight: 600; letter-spacing: 0.2em; margin-bottom: 0.8em; text-transform: uppercase}.cta_heading { color: #fff; font-size: 1.8em; font-weight: 700; line-height: 1.3; margin: 0 0 0.5em}.cta_desc { color: rgba(255, 255, 255, .75) !important; font-size: 1em; line-height: 1.6; margin: 0; max-width: 480px}.cta_action { align-items: center; display: flex; flex-shrink: 0; justify-content: center; padding: 3em 3.5em; position: relative; z-index: 2}.cta_btn { align-items: center; background: #fff; border-radius: 50px; box-shadow: 0 8px 30px rgba(0, 0, 0, .15); color: var(--first-color); display: inline-flex; font-weight: 700; gap: 0.6em; overflow: hidden; padding: 1.2em 2.5em; position: relative; text-decoration: none; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); white-space: nowrap}.cta_btn span { font-size: 1.05em; position: relative; z-index: 1}.cta_btn_icon { position: relative; transition: transform 0.35s ease; z-index: 1}.cta_btn::before { background: linear-gradient(135deg, var(--second-color), var(--first-color)); border-radius: 50px; content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity 0.35s ease}.cta_btn:hover { box-shadow: 0 12px 40px rgba(0, 0, 0, .25); color: #fff; transform: translateY(-3px)}.cta_btn:hover::before { opacity: 1}.cta_btn:hover .cta_btn_icon { transform: translateX(6px)}.s3_box { margin: 30px 0}.s3_box table td a { color: #000}.s3_box ol,.s3_box ul { margin: 15px 0; padding-left: 25px}.s3_box ol li,.s3_box ul li { line-height: 1.6; padding: 8px 0}.s3_box img { height: auto; margin: 15px 0; max-width: 100%}.application_table p { padding-bottom: 10px}.s4_box { margin-top: 30px}.s4_box h1,.s4_box h2,.s4_box h3 { font-size: 1.5em; line-height: 1.5; margin-bottom: 20px; text-transform: none}.related_articles_list { border-top: 1px solid #e8e8e8}.related_article_item { align-items: center; border-bottom: 1px solid #e8e8e8; color: #444; display: flex; gap: 1em; justify-content: space-between; padding: 1em 0.5em; text-decoration: none; transition: all 0.25s ease}.related_article_title { flex: 1; font-size: 1em; line-height: 1.5; transition: color 0.25s ease}.related_article_read { align-items: center; color: var(--first-color); display: inline-flex; font-size: 0.75em; font-weight: 700; gap: 0.3em; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap}.related_article_read svg { transition: transform 0.25s ease}.related_article_item:hover { background: #f8f9fb; padding-left: 1em}.related_article_item:hover .related_article_title { color: var(--first-color)}.related_article_item:hover .related_article_read svg { transform: translateX(4px)}@media (max-width: 1199.98px) { .kp-slide-card { flex: 0 0 calc((100% - 44px) / 3); }}@media (max-width: 767.98px) { .kp-slide-card { flex: 0 0 calc((100% - 22px) / 2); min-width: 180px; } .kp-slider-nav { width: 38px; height: 38px; } .kp-slider-nav.prev { left: 0; } .kp-slider-nav.next { right: 0; }}@media (max-width: 479.98px) { .kp-slide-card { flex: 0 0 85%; }}@media (max-width: 991.98px) { .product_box { grid-template-columns: 1fr; } .related_topic { display: none; } .kp-hero-content { padding: 60px 24px 48px; } .kp-hero-features { gap: 24px; } .kp-main-section { padding: 40px 20px 60px; } .kp-products-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; } .kp-cta { padding: 56px 24px; } .kp-related-section { padding: 50px 24px 70px; }}@media (max-width: 575.98px) { .kp-hero { min-height: 360px; } .kp-hero-features { gap: 16px; } .kp-feature-item { min-width: 90px; } .kp-feature-icon { width: 44px; height: 44px; } .kp-feature-icon svg { width: 22px; height: 22px; } .kp-feature-label { font-size: 11px; } .kp-products-grid { grid-template-columns: 1fr 1fr; gap: 12px; } .kp-product-info { padding: 16px 16px 10px; } .kp-product-name { font-size: 15px; } .kp-cta { padding: 44px 18px; } .kp-cta-icon { width: 52px; height: 52px; margin-bottom: 20px; } .kp-cta-btn { padding: 12px 28px; font-size: 14px; } .kp-related-section { padding: 40px 18px 56px; }}@media (max-width:991px) { .main_products_box { padding: 0 } .wb_product_title { font-size: 1.8em !important } .wb_product_company_name { font-size: 1.85em !important } .product_detail { padding: 30px 0 !important; width: 90% } .main_products_row { grid-template-columns: 1fr } .wb_product_master_headinfo { flex-direction: column; gap: 50px } .biger { display: none !important } .wb_product_title { max-width: 90% } .product_detail table td, .product_detail table th { padding: 5px } .product_list_container { flex-direction: column } .top_content { font-size: 20px; line-height: 1.8 } .product_list, .products_contact_us { display: none } .search-container { flex-direction: column } .search-input { width: 100% } .wb_product_module_banner { font-size: 25px; } .cta_inner { flex-direction: column } .cta_content, .cta_action { padding: 2.5em 2em; text-align: center } .cta_desc { margin: 0 auto } .wb_product_module_banner { color: #fff; font-size: 25px; font-weight: 700; height: 2em; line-height: 2em; padding-left: 1em; } .social-shere .social-shere-right { position: relative !important; max-width: 100% !important; margin-top: 15px; text-align: right; }}@media (max-width:1366px) { .max_box { padding: 0 20px }}@media (min-width:1200px) { h1 { font-size: var(--title-font-size) } h2 { font-size: var(--subtitle-font-size) }}@media (min-width:1800px) { .max_box { max-width: 1600px }}@media (max-width:1400px) { .max_box { max-width: 1366px }}