body {
  font-family: 'Noto Sans', sans-serif;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top .navbar-top-header .custom-logo-link img {
  max-height: 45px;
}

.container {
  width: clamp(calc(100% - 32px), 90vw, 1280px);
  margin: 0 auto;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
}

.container-sm {
  width: clamp(100%, 90vw, 1280px);
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
}

.custom-logo-link img {
  width: auto;
  height: 35px;
}

.bg-gradient-custom {
  background-image: linear-gradient(
    transparent 50%, 
    rgba(13, 29, 147, 0.5) 90%
  );
}

/* Post tag list */
.post-tags .tag-item a {
  background-color: #0D1D93;
  color: #fff;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
}

.post-tags .tag-item a:hover {
  background-color: #0B1A7C;
  color: #fff;
  text-decoration: underline;
}

.feature-product-list .product-discount {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}



.wp-block-cover.hoatdong-sukien-group,
.wp-block-group.about-us-group-text {
  padding: 24px !important;
}

@media (min-width: 992px) {
  .wp-block-cover.hoatdong-sukien-group,
  .wp-block-group.about-us-group-text {
    padding: unset !important;
  }
}