.bannertop img {
  width: 100%; }

.page-nhacungcap-wrap {
  padding: 64px 0; }
  .page-nhacungcap-wrap .page-heading {
    display: flex;
    max-width: 462px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin: 0 auto; }
    .page-nhacungcap-wrap .page-heading h1 {
      margin: 0;
      color: #333;
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: -0.7px; }
  @media (max-width: (991, 98px)) {
    .page-nhacungcap-wrap {
      padding: 32px 0; } }

.nhacungcap-lists {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .nhacungcap-lists .item {
    border-radius: 8px;
    background: rgba(51, 51, 51, 0.08);
    border: 1px solid rgba(51, 51, 51, 0.08);
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    height: 150px;
    padding: 35px; }
    .nhacungcap-lists .item a {
      display: flex;
      height: 100%;
      width: 100%;
      position: relative; }
    .nhacungcap-lists .item img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .nhacungcap-lists .item:hover {
      border: 1px solid rgba(189, 0, 16, 0.15); }

.nhacungcap-viewmore {
  text-align: center;
  margin-top: 48px; }
  .nhacungcap-viewmore button {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #BD0010;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.2px;
    border: 0;
    margin: 0 auto; }
