﻿    .product-wrap{margin:40px 0;}
	.product-container{max-width:1600px;margin:0 auto;padding:0 2%}
    .product-header{margin-bottom:40px}
    .product-title{display:flex;align-items:center;font-size:32px;font-weight:700;margin-bottom:15px;line-height:1.2}
    .product-title::before{content:"";display:inline-block;width:6px;height:32px;background-color:#015bac;margin-right:15px}
    .product-description{color:#999;font-size:18px;max-width:800px}
    .product-flex{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
    .product-item{border:1px solid #ddd;background-color:#fff;overflow:hidden;transition:all 0.3s ease;border-radius:4px;display:block;text-decoration:none;color:inherit;width:calc(25% - 30px);margin:0 15px 30px 15px;}
    .product-item:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08);transform:translateY(-5px)}
    .product-image-container{width:100%;height:0;padding-bottom:100%;position:relative;overflow:hidden;background:#fff}
    .product-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.5s ease}
    .product-item:hover .product-image{transform:translate(-50%,-50%) scale(1.03)}
    .product-divider{height:1px;background-color:#eeeeee;margin:0;border:none}
    .product-item-title{padding:15px;font-weight:400;font-size:18px;display:flex;align-items:center;text-align:center;transition:color 0.3s ease}
    .product-item:hover .product-item-title{color:#015bac}
    .product-item-title::before{content:"";display:inline-block;width:4px;height:20px;background-color:#015bac;margin-right:10px;border-right:1px solid #ddd}
    .product-view-more{display:block;width:calc(50% - 30px);margin:15px auto;padding:10px 20px;background-color:transparent;border:1px solid #999;color:#999;font-size:15px;font-weight:400;text-align:center;cursor:pointer;transition:all 0.3s ease;border-radius:50px;text-decoration:none}
    .product-view-more:hover{background-color:#015bac;color:white;border-color:#015bac}
    .product-view-more i{margin-left:8px;font-size:14px}
    @media (max-width:1024px){.product-item{width:calc(33.333% - 30px)}}
    @media (max-width:768px){.product-item{width:calc(50% - 30px);margin-bottom:20px}.product-title{font-size:28px}.product-title::before{height:28px}}
    @media (max-width:480px){.product-item{width:calc(100% - 30px);margin-bottom:15px}.product-title{font-size:24px}.product-title::before{height:24px;width:5px;margin-right:12px}.product-description{font-size:15px}body{padding:.px}}
    
    .productv_top-container { max-width: 1600px; margin: 0 auto;padding: 0px 2%;  background-color: #fff; overflow: hidden; }
    .productv_top-content { display: flex; flex-wrap: wrap; padding: 30px; }
    .productv_top-left { width: 37%; padding-right: 30px; position: relative; }
    .productv_top-right { width: 63%; padding-left: 30px; }
    @media (max-width: 992px) { .productv_top-left, .productv_top-right { width: 100%; padding: 0; } .productv_top-left { margin-bottom: 30px; } }
    .productv_top-main-image { position: relative; margin-bottom: 15px; overflow: hidden; border-radius: 8px; cursor: zoom-in; }
    .productv_top-main-image img { width: 100%; height: auto; display: block; border:1px solid #ddd;transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
    .productv_top-main-image:hover img { transform: scale(1.0); }
    .productv_top-magnifier { position: absolute; width: 180px; height: 180px; border-radius: 0; background-color: rgba(255,255,255,0.2); border: 2px solid #015bac; pointer-events: none; opacity: 0; transition: opacity 0.25s ease; transform: translate(-50%, -50%); z-index: 10; background-repeat: no-repeat; display: none; }
    .productv_top-main-image:hover .productv_top-magnifier { opacity: 1; display: block; }
    .productv_top-image-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); display: none; justify-content: center; align-items: center; z-index: 100; opacity: 0; transition: opacity 0.4s ease; }
    .productv_top-image-overlay.active { display: flex; opacity: 1; }
    .productv_top-overlay-image { max-width: 90%; max-height: 90%; transform: scale(0.92); transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
    .productv_top-image-overlay.active .productv_top-overlay-image { transform: scale(1); }
    .productv_top-overlay-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 36px; cursor: pointer; transition: color 0.25s; }
    .productv_top-overlay-close:hover { color: #015bac; }
    .productv_top-thumbnail-container { position: relative; overflow: hidden; padding: 0 40px; }
    .productv_top-thumbnails-wrapper { overflow: hidden; }
    .productv_top-thumbnails { display: flex; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); gap: 8px; will-change: transform; }
    .productv_top-thumbnails::-webkit-scrollbar { display: none; }
    .productv_top-thumbnail { flex: 0 0 calc(20% - 8px); min-width: unset; width: 80px; height: 80px; border-radius: 5px; overflow: hidden; cursor: pointer; border: 1px solid #cccccc; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); opacity: 0.9; will-change: transform; }
    .productv_top-thumbnail:hover { opacity: 1; border-color: #015bac; transform: translateY(0px); }
    .productv_top-thumbnail.active { opacity: 1; border-color: #015bac; transform: scale(1.00); }
    .productv_top-thumbnail img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
    .productv_top-thumbnail:hover img { transform: scale(1.01); }
    .productv_top-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(255,255,255,0.9); border: none; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.2); transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 5; }
    .productv_top-nav-btn:hover { background-color: #015bac; color: white; transform: translateY(-50%) scale(1.08); }
    .productv_top-prev { left: 2px; }
    .productv_top-next { right: 2px; }
    .productv_top-title { font-size: 28px; font-weight: 700; margin-bottom: 15px; color: #222; }
    .productv_top-divider { height: 1px; background-color: #e0e0e0; margin-bottom: 20px; }
    .productv_top-description { margin-bottom: 25px; color: #666; line-height: 1.7; font-size: 18px;}
    .productv_top-contact-info { margin-bottom: 25px; }
    .productv_top-contact-item { display: flex; align-items: center; margin-bottom: 12px; color: #555; transition: transform 0.2s ease;font-size: 18px; }
	.productv_top-contact-item i{ font-size: 20px;margin-top: 2px; }
    .productv_top-contact-item:hover { transform: translateX(4px); }
    .productv_top-contact-icon { width: 24px; text-align: center; margin-right: 12px; color: #015bac; }
    .productv_top-social-share { margin-bottom: 30px; }
    .productv_top-social-title { margin-bottom: 15px; font-weight: 600; color: #444; }
    .productv_top-social-icons { display: flex; flex-wrap: wrap; gap: 12px; }
    .productv_top-social-icon { display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; font-size: 18px; text-decoration: none; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); will-change: transform; }
    .productv_top-social-icon:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 6px 14px rgba(0,0,0,0.15);color: #fff; }
    .productv_top-buttons { display: flex; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
    .productv_top-btn { padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 16px; cursor: pointer; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); text-decoration: none; display: inline-flex; align-items: center; justify-content: center; text-align: center; min-width: 160px; will-change: transform; gap: 8px; }
    .productv_top-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
    .productv_top-btn-inquire { background-color: #015bac; color: white; border: 2px solid #015bac; }
    .productv_top-btn-inquire:hover { background-color: #e55a2b; border-color: #e55a2b; }
    .productv_top-btn-contact { background-color: transparent; color: #666; border: 1px solid #ddd; }
    .productv_top-btn-contact:hover { border-color: #015bac; color: #015bac; }
    .productv_top-btn-pdf { background-color: #015bac; color: white; border: 2px solid #015bac; }
    .productv_top-btn-pdf:hover { background-color: #000000; border-color: #000000; color: #ffffff;}
    .productv_top-tags { margin-bottom: 15px; }
    .productv_top-tag { display: inline-block; background-color: #f0f0f0; color: #666; padding: 6px 15px; border-radius: 30px; font-size: 14px; text-decoration: none; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .productv_top-tag:hover { background-color: #015bac; color: white; transform: translateY(-2px); }
    .productv_top-form-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); display: none; justify-content: center; align-items: center; z-index: 200; opacity: 0; transition: opacity 0.35s ease; }
    .productv_top-form-overlay.active { display: flex; opacity: 1; }
    .productv_top-form-container { background-color: white; width: 90%; max-width: 700px; border-radius: 12px; padding: 30px; position: relative; transform: translateY(30px) scale(0.96); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
    .productv_top-form-overlay.active .productv_top-form-container { transform: translateY(0) scale(1); }
    .productv_top-form-close { position: absolute; top: 15px; right: 20px; font-size: 28px; color: #999; cursor: pointer; transition: color 0.25s, transform 0.3s ease; }
    .productv_top-form-close:hover { color: #015bac; transform: rotate(90deg); }
    .productv_top-form-title { font-size: 24px; margin-bottom: 25px; color: #222; text-align: center; }
    .productv_top-form-row { display: flex; flex-wrap: wrap; margin: 0 -10px 20px; }
    .productv_top-form-group { flex: 1; min-width: 250px; padding: 0 10px; margin-bottom: 15px; }
    .productv_top-form-label { display: block; margin-bottom: 8px; font-weight: 500; color: #555; }
    .productv_top-form-input { width: 100%; padding: 14px 15px; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; color: #333; transition: border 0.3s, box-shadow 0.3s; }
    .productv_top-form-input:focus { outline: none; border-color: #015bac; box-shadow: 0 0 0 3px rgba(255,107,53,0.12); }
    .productv_top-form-input::placeholder { color: #aaa; }
    .productv_top-captcha-container { display: flex; gap: 15px; align-items: center; margin-bottom: 25px; }
    .productv_top-captcha-input { flex: 1; }
    .productv_top-captcha-img { height: 50px; border-radius: 4px; border: 1px solid #ddd; transition: opacity 0.3s; }
    .productv_top-captcha-img:hover { opacity: 0.8; }
    .productv_top-submit-btn { width: 100%; padding: 16px; background-color: #015bac; color: white; border: none; border-radius: 6px; font-size: 18px; font-weight: 600; cursor: pointer; transition: background-color 0.3s, transform 0.25s ease; }
    .productv_top-submit-btn:hover { background-color: #015bac; transform: translateY(-2px); }
    @media (max-width: 768px) { .productv_top-content { padding: 20px; } .productv_top-title { font-size: 24px; } .productv_top-buttons { flex-direction: column; } .productv_top-btn { width: 100%; min-width: unset; } .productv_top-form-group { min-width: 100%; } .productv_top-form-container { padding: 20px; width: 95%; } .productv_top-captcha-container { flex-direction: column; } .productv_top-captcha-img { width: 100%; height: auto; } .productv_top-thumbnail { flex: 0 0 calc(20% - 6px); height: 60px; } .productv_top-nav-btn { width: 24px; height: 24px; } .productv_top-prev { left: 0; } .productv_top-next { right: 0; } .productv_top-thumbnail-container { padding: 0 24px; } }
    @media (min-width: 768px) and (max-width: 992px) { .productv_top-left, .productv_top-right { padding: 0 15px; } .productv_top-content { padding: 25px; } .productv_top-thumbnail { flex: 0 0 calc(20% - 2px); width: 60px;height: 60px; } }
    .productv_top-detail-panel { position: absolute; left: calc(100% + 20px); top: 0; width: 420px; height: 420px; border: 3px solid #015bac; border-radius: 8px; background-color: #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.25); overflow: hidden; background-repeat: no-repeat; pointer-events: none; display: none; z-index: 20; }
    .productv_top-detail-panel.active { display: block; }
    @media (max-width: 1200px) { .productv_top-detail-panel { left: calc(100% + 10px); width: 320px; height: 320px; } }
    @media (max-width: 992px) { .productv_top-detail-panel { position: fixed; left: auto; right: 20px; top: 50%; transform: translateY(-50%); width: 240px; height: 240px; } }
    @media (max-width: 576px) { .productv_top-detail-panel { display: none !important; } }
		
		
.product-show{max-width:1600px;margin:20px auto 0 auto;padding:0 2%;color:#000000;}
.product-show .product-show-tab-wrap{display:flex;border:1px solid #e5e5e5;border-bottom:0;flex-wrap:wrap;}
.product-show .product-show-tab-item{padding:16px 28px;cursor:pointer;font-size:16px;text-decoration:none;color:#444;position:relative;display:block;margin-right:4px;}
.product-show .product-show-tab-item:hover{color:#015bac;}
.product-show .product-show-tab-item.active{color:#015bac;}
.product-show .product-show-tab-item.active::after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:4px;background:#015bac;}
.product-show .product-show-content-wrap{border:1px solid #e5e5e5;padding:40px 32px;margin-top:-1px;}
.product-show .product-show-h2{font-size:36px;margin-bottom:28px;color:#555;padding-left:12px;border-left:4px solid #015bac;}
.product-show .product-show-h4{font-size:18px;margin-bottom:12px;color:#444;}
.product-show .product-show-text-block{font-size:16px;line-height:1.8;color:#555;margin-bottom:36px;}
.product-show .product-show-img-box{width:100%;overflow:hidden;position:relative;margin-bottom:20px;}
.product-show .product-show-img-box img{width:100%;height:auto;display:block;transition:transform 0.3s ease,filter 0.3s ease;}
.product-show .product-show-img-box:hover img{transform:scale(1.04);filter:brightness(0.85);}
@media screen and (max-width:992px){
.product-show .product-show-h2{font-size:28px;margin-bottom:20px;}
.product-show .product-show-tab-item{padding:12px 18px;font-size:15px;}
.product-show .product-show-content-wrap{padding:24px 20px;}
}
@media screen and (max-width:768px){
.product-show{padding:0 12px;}
.product-show .product-show-h2{font-size:24px;}
.product-show .product-show-tab-wrap{justify-content:flex-start;}
.product-show .product-show-tab-item{padding:10px 14px;font-size:14px;margin-right:2px;}
.product-show .product-show-content-wrap{padding:20px 14px;}
.product-show .product-show-text-block{font-size:15px;line-height:1.7;}
}
@media screen and (max-width:480px){
.product-show{padding:0 10px;}
.product-show .product-show-h2{font-size:22px;padding-left:8px;}
.product-show .product-show-tab-item{padding:8px 10px;font-size:13px;margin-right:0px;}
.product-show .product-show-content-wrap{padding:16px 10px;}
}