/* Bacaiyun Skyblue V10 - compact enterprise footer */
#footer-line1 {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e6edf8;
}

#footer-line1::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(239, 246, 255, .92) 0%, rgba(239, 246, 255, .58) 46%, rgba(239, 246, 255, .08) 76%);
  content: "";
  pointer-events: none;
}

#footer-line1 .sy-section-h {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-line1 .sy-section-h .col-xs-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#footer-line1 .sy-section-h .col-xs-12 h2 {
  max-width: 920px;
  margin: 0;
  color: #17233b;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
}

#footer-line1 .sy-section-h .col-xs-12 a.btn {
  flex: 0 0 auto;
  min-width: 116px;
  padding: 11px 24px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(51, 125, 255, .18);
}

#footer-main {
  padding: 0;
  background: linear-gradient(180deg, #f8faff 0%, #f3f6fb 100%);
  color: #5b6880;
  line-height: 1.65;
}

#footer-main > .container.sy-section-h {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin: 0 auto;
}

#footer-main .footer-service-bar {
  padding: 24px 0;
  border-bottom: 1px solid #e2e9f3;
}

#footer-main .footer-service-bar .service-assurance {
  padding: 0;
}

#footer-main .footer-service-bar .service-assurance ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

#footer-main .footer-service-bar .service-assurance ul li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

#footer-main .footer-service-bar .dcy-footer-service-item .icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7ff;
  border-radius: 12px;
  background: #fff;
  color: #337dff;
  box-shadow: 0 6px 18px rgba(43, 86, 150, .08);
}

#footer-main .footer-service-bar .dcy-footer-service-item .icon i {
  font-size: 22px;
  line-height: 1;
}

#footer-main .footer-service-bar .dcy-footer-service-item a {
  min-width: 0;
}

#footer-main .footer-service-bar .service-assurance ul li h6 {
  margin: 0 0 2px;
  color: #25324a;
  font-size: 15px;
  font-weight: 600;
}

#footer-main .footer-service-bar .service-assurance ul li p {
  overflow: hidden;
  margin: 0;
  color: #8490a5;
  font-size: 12px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#footer-main > .container > .row > hr.hidden-xs {
  display: none;
}

#footer-main .footer-navigation-panel {
  display: flex;
  align-items: stretch;
  gap: 34px;
  padding: 34px 0 30px;
}

#footer-main .footer-navigation-panel > .footer-menu {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
}

#footer-main .footer-navigation-panel .sy_wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 24px;
}

#footer-main .footer-navigation-panel .sy_wrapper .col-lg-1\/5 {
  width: auto;
  min-width: 0;
  padding: 0;
}

#footer-main .footer-navigation-panel .footer-menu h5 {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 10px;
  color: #1e2b43;
  font-size: 15px;
  font-weight: 600;
}

#footer-main .footer-navigation-panel .footer-menu h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #337dff;
  content: "";
}

#footer-main .footer-navigation-panel .footer-menu .footer-menu-list li {
  margin: 0 0 8px;
}

#footer-main .footer-navigation-panel .footer-menu .footer-menu-list a {
  color: #647188;
  font-size: 13px;
  transition: color .2s ease, transform .2s ease;
}

#footer-main .footer-navigation-panel .footer-menu .footer-menu-list a:hover {
  display: inline-block;
  color: #337dff;
  transform: translateX(3px);
}

#footer-main .footer-contact-panel {
  width: 258px;
  flex: 0 0 258px;
  padding: 0;
}

#footer-main .footer-contact-panel > .footer-menu {
  height: 100%;
}

#footer-main .footer-contact-panel .footer-website-contact {
  height: 100%;
  min-height: 204px;
  padding: 20px;
  border: 1px solid #e0e8f4;
  border-radius: 14px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 10px 30px rgba(31, 64, 117, .07);
}

#footer-main .footer-contact-panel .footer-website-contact-title {
  margin: 0 0 6px;
  color: #1d2a42;
  font-size: 16px;
  font-weight: 600;
}

#footer-main .footer-contact-panel .footer-website-contact-text {
  margin-bottom: 12px;
  color: #8793a8;
  font-size: 12px;
  line-height: 1.6;
}

#footer-main .footer-contact-panel .footer-website-contact-view {
  min-height: 0;
}

#footer-main .footer-contact-panel .footer-website-hotline {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4px 12px;
}

#footer-main .footer-contact-panel .footer-website-hotline-title {
  grid-column: 1;
  margin: 0;
  color: #7d899d;
  font-size: 12px;
  font-weight: 400;
}

#footer-main .footer-contact-panel .footer-website-hotline-phone {
  grid-column: 1;
  color: #22314d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#footer-main .footer-contact-panel .footer-website-btn {
  grid-row: 1 / span 2;
  grid-column: 2;
  min-width: 76px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 12px;
}

#footer-main .footer-contact-panel .footer-share {
  display: none;
}

#footer-main .footer-b_hr {
  display: none;
}

#footer-main .footer-company-row {
  border-top: 1px solid #e2e9f3;
}

#footer-main .footer-company-row .footer-top {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr) auto;
  gap: 22px;
  padding: 20px 0 14px;
  align-items: center;
}

#footer-main .footer-company-row .footer-top > a {
  width: auto;
  margin: 0;
}

#footer-main .footer-company-row .company-logo {
  width: 136px;
  margin: 0;
}

#footer-main .footer-company-row .company-profile {
  color: #7b879a;
  font-size: 12px;
  line-height: 1.75;
}

#footer-main .footer-company-row .dcy-language-blogroll-extra {
  position: static;
  justify-self: end;
}

#footer-main .footer-legal-row .footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  padding: 0 0 22px;
  align-items: end;
  color: #8a95a7;
  font-size: 12px;
  line-height: 1.8;
}

#footer-main .footer-legal-row .copyright,
#footer-main .footer-legal-row .copyright span {
  margin: 0;
}

#footer-main .footer-legal-row .declare {
  display: flex !important;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

#footer-main .footer-legal-row .declare a {
  position: relative;
  color: #6f7c91;
}

#footer-main .footer-legal-row .declare a:not(:last-child)::after {
  position: absolute;
  right: -8px;
  color: #c0c8d4;
  content: "·";
}

@media (max-width: 1199px) {
  #footer-main .footer-navigation-panel {
    gap: 24px;
  }

  #footer-main .footer-navigation-panel .sy_wrapper {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
  }

  #footer-main .footer-contact-panel {
    display: block !important;
    width: 238px;
    flex-basis: 238px;
  }

  #footer-main .footer-legal-row .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  #footer-line1 .sy-section-h {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #footer-line1 .sy-section-h .col-xs-12 {
    display: block;
  }

  #footer-line1 .sy-section-h .col-xs-12 h2 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.55;
  }

  #footer-main > .container.sy-section-h {
    width: 100%;
    padding: 0 20px 24px;
  }

  #footer-main .dcy-footer-h5 {
    padding: 28px 0 18px;
  }

  #footer-main .title-content-h5 {
    margin-bottom: 14px;
    color: #1e2b43;
    font-size: 16px;
    font-weight: 600;
  }

  #footer-main .product-list-h5 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #footer-main .product-list-h5 li {
    padding: 10px 12px;
    border: 1px solid #e1e9f4;
    border-radius: 8px;
    background: #fff;
    color: #536179;
  }

  #footer-main .about-list-h5 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 18px;
    color: #728096;
  }

  #footer-main .dcy-footer-website-hotline-phon-m {
    margin-top: 4px;
    color: #26344e;
    font-size: 16px;
    font-weight: 600;
  }

  #footer-main .dcy-footer-website-btn {
    margin-top: 12px;
    border-radius: 8px;
  }

  #footer-main .dcy-footer-website-copyright {
    margin-top: 22px;
    color: #8a95a7;
    font-size: 12px;
    line-height: 1.7;
  }
}
