a:hover {
  text-decoration: none !important; 
}
.pagebanner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.pagebanner .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pagebanner .item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .pagebanner .item {
    min-height: 250px;
  }
  
  .pagebanner .item img {
    min-height: 250px;
    object-fit: cover;
  }
}

/* Banner Text Overlay */
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner-text-wrapper {
  width: 80%;
  max-width: 1280px;
  text-align: left;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.2;
}

.banner-divider {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 0 0 20px 0;
}

.banner-subtitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.3;
}

.banner-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-features li {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding-left: 25px;
  position: relative;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.banner-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.banner-features li:last-child {
  margin-bottom: 0;
}

/* Main Content Container - Centered, 80% width, max 1280px */
.global_page {
  width: 100%;
  margin: 0 auto;
}

.global_page .layout {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Global Section Styles */
.global_section {
  margin-bottom: 50px;
  padding: 30px 0;
}

.global_section01 {
  padding-top: 40px;
}

.global_title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
  margin-bottom: 15px;
  margin-top: 0;
}

.global_path_nav {
  background: transparent;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.global_path_nav li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.global_path_nav a {
  color: #333;
  text-decoration: none;
}

.global_path_nav a:hover {
  color: #000;
  text-decoration: underline;
}

.global_path_nav span {
  color: #999;
  margin: 0 5px;
}

/* Content Wrapper */
.content-wrapper {
  padding: 25px 0;
  margin-top: 15px;
}

.content-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

/* Product Grid Styles - Using Bootstrap Grid */
.global_product {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.global_product:hover {
  border-color: #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.global_product figure {
  margin: 0;
  position: relative;
}

.global_product .img {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1;
}

.global_product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.global_product:hover .img img {
  transform: scale(1.05);
}

.global_product .pd_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}

.global_product:hover .pd_icon {
  opacity: 1;
}

.global_product .pd_icon:hover {
  background: #fff;
  color: #333;
}

/* Product Title Styles */
.product-title {
  margin: 12px 15px;
  height: auto;
  min-height: 36px;
  line-height: 1.5;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.global_section02 .product-title {
  text-align: center;
  margin: 12px 15px;
}

.product-title a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  height: auto;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-title a:hover {
  color: #000;
  text-decoration: underline;
}

/* Featured Products - Using Bootstrap Grid */
.global_featureed_item {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.global_featureed_item:hover {
  border-color: #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.global_featureed_item figure {
  margin: 0;
}

.global_featureed_item .img {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1;
}

.global_featureed_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.global_featureed_item:hover .img img {
  transform: scale(1.05);
}

.global_featureed_item .pd_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}

.global_featureed_item:hover .pd_icon {
  opacity: 1;
}

.global_featureed_item .pd_icon:hover {
  background: #fff;
  color: #333;
}

/* Advertisement Section */
.global_advertisement {
  margin: 40px 0;
}

.ad-wrapper {
  overflow: hidden;
}

.ad-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* Related Blog Section - Using Bootstrap Grid */
.global_related_columu {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  height: 100%;
}

.global_related_columu:hover {
  border-color: #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.related_title {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
}

.related_title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.related_title a:hover {
  color: #000;
  text-decoration: underline;
}

.related_info {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Related Search Section */
.global_research {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.global_research li {
  background: #f5f5f5;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.global_research li:hover {
  background: #e8e8e8;
  border-color: #ccc;
}

.global_research li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.global_research li:hover a {
  color: #000;
}

/* Responsive Styles */
@media screen and (max-width: 1400px) {
  .global_page .layout {
    width: 90%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .global_page .layout {
    width: 95%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 990px) {
  .global_page .layout {
    width: 100%;
    padding: 0 20px;
  }
  
  .global_section {
    margin-bottom: 40px;
    padding: 25px 0;
  }
  
  .global_title {
    font-size: 24px;
  }
  
  .content-wrapper {
    padding: 20px 0;
  }
  
  /* Banner Responsive */
  .banner-text-wrapper {
    width: 90%;
    padding: 30px 25px;
  }
  
  .banner-title {
    font-size: 36px;
  }
  
  .banner-subtitle {
    font-size: 20px;
  }
  
  .banner-features li {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .pagebanner .item {
    min-height: 220px;
  }
  
  .pagebanner .item img {
    min-height: 220px;
  }
  
  .banner-content {
    padding: 8px 0;
  }
  
  .banner-text-wrapper {
    width: 98%;
    padding: 8px 10px;
    max-height: calc(100% - 16px);
  }
  
  .banner-title {
    font-size: 14px;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  
  .banner-divider {
    width: 20px;
    height: 1.5px;
    margin-bottom: 4px;
  }
  
  .banner-subtitle {
    font-size: 9px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  
  .banner-features {
    max-height: 100px;
  }
  
  .banner-features li {
    font-size: 8px;
    margin-bottom: 4px;
    padding-left: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  
  .banner-features li:before {
    width: 3px;
    height: 3px;
    left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .global_page .layout {
    width: 100%;
    padding: 0 15px;
  }
  
  .global_section {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  
  .global_title {
    font-size: 20px;
  }
  
  .content-wrapper {
    padding: 15px 0;
  }
  
  .content-text {
    font-size: 14px;
  }
  
  /* Banner Responsive */
  .banner-content {
    padding: 10px 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    max-height: 100%;
  }
  
  .banner-text-wrapper {
    width: 95%;
    max-width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    overflow: hidden;
    max-height: calc(100% - 20px);
  }
  
  .banner-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .banner-divider {
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
  }
  
  .banner-subtitle {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .banner-features {
    margin-top: 0;
    max-height: 120px;
    overflow: hidden;
  }
  
  .banner-features li {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 16px;
    letter-spacing: 0.2px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .banner-features li:before {
    width: 4px;
    height: 4px;
    left: 6px;
  }
  
  .banner-features li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 990px) {
  #topics {
    margin-top: 0px;
  }
  
  .contact-page .info .right-message {
    float: left;
    width: 80%;
    padding: 60px 60px 25px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  .contact-page .info .right-message .title p {
    max-width: 700px;
  }
}