.elementor-21 .elementor-element.elementor-element-1b68133{--display:flex;}.elementor-21 .elementor-element.elementor-element-1b68133:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-1b68133 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFEFEF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-57f5b49 */.em-portal-footer {
  background-color: #efefef;
  padding: 30px 0 20px 0;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  color: #666;
  width: 100%;
  clear: both;
}

.em-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.em-portal-footer a {
  text-decoration: none;
  color: #666;
}

.em-portal-footer a:hover {
  color: #ff5000;
}


.em-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dcdcdc;
  flex-wrap: wrap;
}

.em-f-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.em-f-col h5 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: 0 0 6px 0;
}

.em-f-col a {
  color: #777;
}


.em-f-qr {
  align-items: center;
  text-align: center;
}

.em-qr-box {
  width: 50px;
  height: 50px;
  background-color: #aaa; /* ตัวแทนรูปภาพ QR Code */
  border: 1px solid #ddd;
  margin-bottom: 2px;
}

.em-f-qr p {
  margin: 0;
  font-size: 11px;
  color: #999;
  transform: scale(0.9); 
}


.em-footer-blue-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 0;
}

.em-footer-blue-links a {
  color: #1a56a8;
  font-weight: 500;
  font-size: 13px;
  padding: 0 12px;
  position: relative;
}

.em-footer-blue-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -3px;
  color: #ccc;
  font-weight: normal;
}

.em-footer-credentials {
  text-align: center;
  color: #666;
  line-height: 2;
  font-size: 11px;
  margin-bottom: 20px;
}

.em-cred-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}


.icon-icp, .icon-ghs {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #888;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 50%;
}

.em-footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.badge-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  color: #444;
  height: 35px;
}

.b-96110 { border-left: 4px solid #0056b3; font-weight: bold; }
.b-wj { border-left: 4px solid #ff4500; }
.b-zx { border-left: 4px solid #17a2b8; }
.b-jb { border-left: 4px solid #28a745; }
.b-aq { border-left: 4px solid #dc3545; font-weight: bold; }

@media (max-width: 992px) {
  .em-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .em-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .em-cred-row {
    flex-direction: column;
    gap: 5px;
  }
}/* End custom CSS */