@media (min-width: 701px) {
  :root {
    --c1: #06336d;
    --c2: #00bfb3;
  }

  html body .dibu {
    min-height: 430px;
    padding-top: 92px;
    color: #ffffff;
    background-color: #06101d !important;
    background-image: linear-gradient(90deg, rgba(2, 11, 23, 0.94) 0%, rgba(3, 20, 39, 0.82) 46%, rgba(3, 21, 42, 0.38) 100%), url("../img/home-pc/chinee-footer-bg.webp") !important;
    background-position: center center !important;
    background-size: cover !important;
    font-family: "Inter", Arial, sans-serif;
  }

  html body .dibu::after {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 191, 179, 0.25);
    background: linear-gradient(180deg, rgba(6, 51, 109, 0.08), rgba(2, 9, 19, 0.24));
    opacity: 1;
  }

  html body .dibu .bls {
    opacity: 0.78;
  }

  html body .dibu .footer.container2,
  html body .dibu .footer2.container2 {
    width: min(1360px, calc(100% - 80px)) !important;
    max-width: none !important;
  }

  html body .dibu .footer {
    gap: 72px;
    padding-bottom: 32px;
  }

  html body .dibu .footer-l {
    width: 28%;
  }

  html body .dibu .footer-l .logo {
    width: min(240px, 100%);
    height: auto;
  }

  html body .dibu .footer-l p {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.8;
  }

  html body .dibu .footer-r {
    width: 64%;
    gap: 36px;
  }

  html body .dibu .footer-r ul h3 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 13px;
    color: #ffffff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }

  html body .dibu .footer-r ul h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #00bfb3;
    content: "";
  }

  html body .dibu .footer-r ul li a,
  html body .dibu .footer-r ul p,
  html body .dibu .footer-r ul p a,
  html body .dibu .footer-r .dz_ span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.75;
  }

  html body .dibu .footer-r ul li a {
    line-height: 32px;
  }

  html body .dibu .footer-r ul li a:hover,
  html body .dibu .footer-r ul p a:hover {
    color: #25d1c5;
    transform: translateX(3px);
  }

  html body .dibu .share2 a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 3px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  html body .dibu .share2 a:hover {
    border-color: #00bfb3;
    color: #031b3b;
    background: #00bfb3;
  }

  html body .dibu .footer2 {
    margin-top: 0;
    padding: 24px 0 28px;
    border-top-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
  }

  html body .dibu a:focus-visible {
    outline: 3px solid #00bfb3;
    outline-offset: 3px;
  }
}

@media (min-width: 701px) and (max-width: 1199px) {
  html body .dibu .footer.container2,
  html body .dibu .footer2.container2 {
    width: calc(100% - 48px) !important;
  }

  html body .dibu .footer {
    gap: 36px;
  }

  html body .dibu .footer-l {
    width: 26%;
  }

  html body .dibu .footer-r {
    width: 68%;
    gap: 18px;
  }
}
