@media (min-width: 769px) {
  body .dibu {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    background-color: #000d26 !important;
    background-image:
      linear-gradient(90deg, rgba(0, 10, 31, 0.98) 0%, rgba(0, 13, 38, 0.92) 54%, rgba(0, 13, 38, 0.7) 100%),
      linear-gradient(0deg, rgba(0, 9, 27, 0.94), rgba(0, 9, 27, 0.46)),
      url("../img/chinee-home/footer-watchmaking.webp") !important;
    background-position: center, center, center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    isolation: isolate;
  }

  body .dibu::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    pointer-events: none;
  }

  body .dibu .footer {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body .dibu .footer,
  body .dibu .footer2 {
    position: relative;
    z-index: 1;
  }

  body .dibu .footer a,
  body .dibu .footer p,
  body .dibu .footer li,
  body .dibu .footer span,
  body .dibu .footer2,
  body .dibu .footer2 a {
    color: rgba(255, 255, 255, 0.74) !important;
  }

  body .dibu .footer a:hover,
  body .dibu .footer2 a:hover {
    color: #ef6f5b !important;
  }
}
