.cat_content ul,
.pronew {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content__cat {
  margin-top: 20px;
  padding: 15px 0;
}
.title_content_cat {
  margin-bottom: 20px;
}
.cat-content-img img {
  max-width: 255px;
  height: 133px;
}
h3.heading-title-cat {
  position: relative;
  width: 175px;
  color: #004250;
}
h3.heading-title-cat,
h3.title-postview {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 5px solid #004250;
  z-index: 9;
  font-weight: 600;
}
.line__postview,
.line_title_cat {
  background: #ccc;
  height: 1px;
  margin-top: -13px;
  z-index: 1;
  position: relative;
}
li.cat_content_items {
  border-bottom: 1px solid #ccc;
}
li.cat_content_items > a {
  text-decoration: none;
}
.cat_content ul {
  gap: 0;
  padding-left: 0;
}
.cat_content ul li {
  list-style: none;
  padding: 15px 15px 0;
}
li.cat_content_items:nth-child(3n + 2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
p.title_cat_banner_customer span,
p.title_cat_banner_service span {
  color: #004250;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
h4.cat-item-title {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.bvjw-nav-item-button-width {
  display: inline-block;
  animation: spread 5s 0.8s ease-in-out infinite;
  transform-origin: 50% 4px;
}

.bvjw-nav-item-button-width:hover {
  filter: drop-shadow(0 0 10px var(--bs-color-green));
}

.bvjw-nav-item-button-width:hover a {
  color: var(--bs-color-white) !important;
}

.bvjw-nav-item-button-width a {
  font-size: 25px;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.bvjw-nav-item-button-width a img {
  width: 40px;
}

.bvjw-nav-item-button > a,
.bvjw-nav-item-button {
  background: var(--bs-main-color);
  color: var(--bs-color-white);
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.bvjw-nav-item-button a {
  padding: 0;
}

.bvjw-nav-item-button a:hover {
  color: var(--bs-color-white);
}

.hovercolormain .bvjw-nav-item-button {
  padding: 0 5px;
  margin: 0;
}

.load-more-posts {
  color: var(--bs-color-white);
}
.load-more-wrapper {
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 150px;
}

@media (max-width: 479px) {
  .bvjw-nav-item-button-width a {
    font-size: 20px;
    margin: 0;
  }

  .bvjw-nav-item-button a img {
    max-width: 30px;
    object-fit: contain;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bvjw-nav-item-button a img {
    max-width: 40px;
    width: 100%;
    object-fit: contain;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .bvjw-nav-item-button-width a {
    font-size: 25px;
  }

  .bvjw-nav-item-button a img {
    max-width: 30px;
    object-fit: contain;
    width: 100%;
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .bvjw-nav-item-button-width a {
    font-size: 30px;
  }
  .bvjw-nav-item-button a img {
    max-width: 30px;
    object-fit: contain;
    width: 100%;
  }
}
