html {
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 768px) {
  .wb_product_title {
    font-size: 2.5rem !important;
  }
  .wb_product_company_name {
    font-size: 1.85rem !important;
  }
}
table a {
  color: #000;
}
.pager {
  width: 400px;
  margin: 30px auto;
}
.pager,
.pager a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager a {
  font-size: 16px;
  width: 40px;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0058ab;
  margin: 0 3px;
}
.pager .cur {
  background: #0058ab;
  color: #fff;
}
.pager a:not(.disabled):hover {
  background: #0058ab;
  color: #fff;
  cursor: pointer;
}
.pager .disabled {
  color: #999;
}
.pager .disabled:hover {
  cursor: not-allowed;
}
.total_records {
  display: block;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.product_detail {
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 789px) {
  .product_detail {
    padding: 30px 0 !important;
    width: 90%;
  }
}
.main-content {
  padding: 0;
}
.wb_product_master_headinfo_cover img {
  vertical-align: middle !important;
  width: 100% !important;
  height: 100% !important;
}
.wb_product_master_headinfo_cover .wrap {
  position: relative !important;
  top: 100px !important;
  left: 100px !important;
  width: 400px !important;
  height: 492px !important;
}
.wb_product_master_headinfo_cover .imgs {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.wb_product_master_headinfo_cover .main {
  position: relative !important;
  overflow: hidden !important;
  width: 400px !important;
  height: 400px !important;
  border: 1px solid #dadada !important;
}
.wb_product_master_headinfo_cover .smaller {
  position: relative !important;
  overflow: hidden !important;
  width: 400px !important;
  height: 82px !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.wb_product_master_headinfo_cover .smaller li {
  position: relative !important;
  float: left !important;
  padding: 2px !important;
  width: 64px !important;
  height: 64px !important;
  border: 1px solid #f3f3f3 !important;
  margin-left: 10px !important;
  cursor: pointer !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 {
  position: absolute;
  overflow: hidden;
  display: none;
  left: 410px;
  width: 400px;
  height: 400px;
  z-index: 999;
}
.wb_product_master_headinfo_cover .mask {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: url(../images/move.png) repeat;
  cursor: crosshair;
}
.wb_product_master_headinfo_cover .biger img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 800px !important;
  width: 800px !important;
  height: 800px !important;
}
.wb_product_master_headinfo_cover ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.product_detail p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.product_detail a {
  font-size: inherit !important;
}
.wb_product_company_title {
  width: 100%;
  min-height: 4rem;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #cecece;
  padding-bottom: 1rem;
}
.wb_product_title {
  color: var(--first-color);
  font-weight: 400;
  width: fit-content;
}
.wb_product_company_name {
  text-transform: uppercase;
  font-size: 2.85rem;
  color: #d8d8d8;
  font-weight: 700;
  font-style: italic;
}
.wb_product_master_headinfo_cover {
  width: 400px;
  height: 480px;
}
.wb_product_module_banner {
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  font-size: var(--subtitle-font-size);
  font-weight: 700;
  margin: 2rem 0;
  padding-left: 2.25rem;
}
.wb_product_table_container {
  width: 100%;
  overflow-x: auto;
}
.wb_product_normal_table {
  border-collapse: collapse;
  width: 100% !important;
}
.wb_product_normal_table td,
.wb_product_normal_table th {
  padding: 0.6rem 2rem;
  border: 1px solid #000;
}
.wb_product_normal_table td a {
  color: #000;
}
tr:hover {
  background-color: #f5f5f5;
}
.wb_product_content_box {
  width: 100%;
}
.main-content > :only-child {
  max-width: 1400px;
  margin: 0 auto;
}
.wb_product_master_headinfo {
  display: flex;
  gap: 100px;
  width: 100%;
  margin-top: 3.5rem;
}
.inquiry_button {
  margin-top: 20px;
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--first-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.2);
}
.inquiry_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--second-color);
  transition: left 0.3s ease;
  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 {
  height: 80%;
  display: flex;
  flex-direction: column;
  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 {
  font-weight: 700;
  flex: 0 0 30%;
}
.wb_product_master_headinfo_properties .value {
  white-space: nowrap;
}
.main_products_block {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 789px) {
  .main_products_row {
    grid-template-columns: 1fr;
  }
  .wb_product_master_headinfo {
    flex-direction: column;
  }
  .biger {
    display: none !important;
  }
  .wb_product_master_headinfo_properties .value {
    white-space: normal;
  }
  .wb_product_master_headinfo {
    gap: 50px;
  }
  .wb_product_title {
    max-width: 90%;
  }
  .wb_product_normal_table td,
  .wb_product_normal_table th {
    padding: 5px;
  }
}
.main_products_list_title span {
  display: block;
  max-height: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.main_products_block:hover .main_products_list_title span {
  max-height: 100px;
}
.main_products_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.max_box {
  max-width: 1366px;
  margin: 0 auto;
  padding: 30px 0;
}
.top_content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.product_list_container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 30px;
}
.main_products {
  flex: 0;
  width: fit-content;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
a.main_products_read_more:hover,
a.products_contact_us_button:hover {
  color: #fff;
}
.main_products_title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.main_products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_products ul li {
  background-color: #f7f7f7;
  margin-bottom: 5px;
  border: none;
}
.main_products ul li a {
  color: #666;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.main_products > ul > li.active a,
.main_products > ul > li a:hover {
  background-color: #0d3c5e;
  color: #fff;
}
.main_products_box {
  transform: translateY(-60px);
  background-color: #fff;
  padding: 20px 30px;
}
.main_products_block {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}
.main_products_block:hover {
  height: 103%;
  overflow: hidden;
  border: 1px solid #0d3c5e;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.main_products_block:hover img {
  transform: scale(1.1);
}
.main_products_block img {
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.main_products_list_title {
  pointer-events: none;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}
.main_products_list_title,
.main_products_read_more {
  display: block;
  text-decoration: none;
  text-align: center;
}
.main_products_read_more {
  background-color: #0d3c5e;
  color: #fff;
  padding: 3px 0;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.main_products_read_more:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #234e6d;
  transition: left 0.5s ease;
  z-index: 0;
}
.main_products_read_more:after {
  content: ">";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.main_products_read_more span {
  position: relative;
  z-index: 1;
}
.main_products_read_more:hover {
  padding-right: 20px;
}
.main_products_read_more:hover:before {
  left: 0;
}
.main_products_read_more:hover:after {
  opacity: 1;
}
.main_products > ul > li:hover {
  color: #fff;
}
.category-item {
  position: relative;
}
.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expand-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.category-item.expanded > .category-link .expand-icon {
  height: 100%;
  width: 16px;
  transform: rotate(90deg);
}
.sub-category {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 20px;
}
.category-item.expanded > .sub-category {
  max-height: 1000px;
}
.sub-category li {
  background-color: #e9e9e9;
}
.sub-category .category-item {
  border-top: 1px solid #fff;
}
.sub-category li a {
  font-size: 0.95em;
}
.products_contact_us {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.products_contact_us_title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.products_contact_us_content {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.6;
}
.products_contact_us_button {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: block;
  background-color: #234e6d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.products_contact_us_button:hover {
  background-color: #092c46;
}
@media (max-width: 1366px) {
  .max_box {
    padding: 0 20px;
  }
}
@media (max-width: 789px) {
  .product_list_container {
    flex-direction: column;
  }
  .main_products {
    width: 100%;
  }
  .new-product-item {
    padding: 12px;
  }
  .new-product-item img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .new-product-item h3 {
    font-size: 14px;
  }
  .read-more-link {
    font-size: 12px;
  }
  .top_content {
    font-size: 20px;
    line-height: 1.8;
  }
  .product_list,
  .products_contact_us {
    display: none;
  }
  .main_products_row {
    grid-template-columns: 1fr;
  }
}
.new-products-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.new-product-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.3s ease;
}
.new-product-item:hover {
  background-color: #f9f9f9;
}
.new-product-item img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  margin-right: 20px;
  flex-shrink: 0;
}
.new-product-item h3 {
  margin: 0;
  font-size: 16px;
  flex: 1;
}
.new-product-item h3 a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}
.new-product-item h3 a:hover {
  color: #0d3c5e;
}
.read-more-link {
  color: #0d3c5e;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.read-more-link:after {
  content: "▶";
  margin-left: 5px;
  font-size: 12px;
}
.read-more-link:hover {
  color: #1a5f8f;
}
