body{

  margin:0;

  background:#efefef;

  font-family:Arial,"Microsoft JhengHei",sans-serif;

}

/* Footer */

.site-footer{

  /* background:#434b52; */
  background: #000;

  color:#fff;

}

/* Top Gray Bar */

.footer-topbar{

  height:10px;

  background:#cfcfcf;

}

/* Logo */

.footer-logo{

  width:240px;

  max-width:100%;

}

/* ISO */

.footer-cert-group{

  display:flex;

  justify-content:center;

  align-items:center;

  gap:10px;

  flex-wrap:wrap;

}

.footer-cert-group img{

  height:60px;

}

/* DUNS */

.footer-duns{

  width:180px;

  max-width:100%;

}

/* White Line */

.footer-line{

  width:100%;

  height:2px;

  background:rgba(255,255,255,0.35);

  margin-bottom:24px;

}

/* Text */

.footer-text{

  color:#fff;

  font-size:18px;

  line-height:1.8;

}

/* Mobile */

@media (max-width:992px){

  .site-footer{

    text-align:center;

  }

}