.senaoCloud-container {
  background: #444;
  color: white;
  text-align: center;
  padding: 30px 0 30px;
  font-size: 25px;
}

html[lang="zh-hant"] .footer-contact {
  display: none;
}

.footer-contact {
  padding-top: 82px;
  height: 322px;
  background-color: #0F3348;
  background-image: url("https://statics.senaonetworks.com/wp-content/uploads/2024/04/08173541/contact-us_left.png"), url("https://statics.senaonetworks.com/wp-content/uploads/2024/04/08173547/contact-us_right-1.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%;
}

.footer-contact .text-area {
  color: #FFF;
}

.footer-contact .text-area h3 {
  font-size: 28px;
  margin-bottom: 16px;
  letter-spacing: -0.42px;
  font-weight: 500;
}

.footer-contact .text-area p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  max-width: 422px;
  font-weight: 400;
}

.footer-contact .text-area a {
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  color: #FFF;
  background-color: #0071BE;
  padding: 18px 32px;
  border-radius: 31px;
  box-shadow: 5px 10px 20px #0000001A;
  cursor: pointer;
  transition: all 0.2s;
}

.footer-contact .text-area a:hover {
  background-color: #228DD6;
  transition: all 0.2s;
}

.footer-menu {
  background: #183950;
  padding-top: 64px;
  padding-bottom: 64px;
  width: 100%;
}

.footer-menu-bottom {
  background: #183950;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 0.5px solid rgb(153, 168, 180);
}

.footer-menu-bottom .footer-container,
.footer-contact .footer-container,
.footer-menu .footer-container {
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
  max-width: 1680px;
  width: 100%;
  padding: 0 115px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-contact .footer-container {
  justify-content: flex-start;
}

.footer-menu .footer-container {
  justify-content: space-between;
}

.footer-menu .footer-container>ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: solid 1px #545454;
}

/*ul li*/
.footer-menu ul,
.footer-menu li {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*footer title*/
.footer-menu h4.footer-title {
  color: rgb(153, 168, 180);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.45px;
  font-weight: 500;
  margin-top: 0;
}

/*logo*/
.footer-logo img {
  width: auto;
  height: 110px;
}

.footer-logo:hover img {
  opacity: 0.9;
}

/*link-list*/
.footer-menu .link-list {
  width: 115px;
}

.footer-menu .link-list li {
  margin-bottom: 28px;
}

.footer-menu .link-list a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #FFFFFF;
}

.footer-menu .link-list a:hover {
  color: #74c7ff;
}

/*senao-info*/
.footer-menu .senao-info {
  width: 266px;
  color: #FFFFFF;
}

.footer-menu .senao-info li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.footer-menu .senao-info li.name {
  font-size: 15px;
  font-weight: 400;
}

.footer-menu .senao-info li:last-child {
  margin-bottom: 0;
}

/*flex-wrap (social/ subscribe)*/
.flex-wrap {
  width: calc((100vw - 300px - 565px - 266px) / 4 + 355px);
  /* width: calc((100vw - padding*2 - allItemWidth - hideSenaoInfo) / 4(gap) + follow&ScribeWidth); */
  display: flex;
  justify-content: space-between;
}

/*social-media*/
.social-media {
  width: 130px;
}

.social-media ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.social-media ul li {
  margin-right: 14px;
}

.social-media ul li:last-child {
  margin-right: 0;
}

.social-media a {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media a:hover {
  background-color: #74c7ff;
}

.social-media img {
  width: 24px;
  height: auto;
}

/*subscribe-column*/
.footer-menu .subscribe-column {
  width: 225px;
}

.footer-menu .subscribe-column a {
  font-size: 18px;
  width: 163px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  color: rgba(25, 57, 81, 1);
  background-color: rgba(252, 184, 20, 1);
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.footer-menu .subscribe-column a:hover {
  background-color: #FFC955;
}

/*lang*/
.footer-menu-bottom .footer-container .lang {
  color: #c1c8ce;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-menu-bottom span {
  padding: 0 15px;
}

.footer-menu-bottom .lang a {
  font-size: 14px;
  color: #c1c8ce;
}

.footer-menu-bottom .lang a:hover {
  color: #74c7ff;
}

/* Hide the last pipe */
span.footer-pipe:last-child {
  display: none;
}

/*privacy*/
.footer-menu-bottom .footer-container::before {
  content: "";
  width: 140px;
}

.footer-menu-bottom .footer-container .privacy-area {
  font-size: 14px;
  line-height: 24px;
  max-width: 1680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu-bottom .privacy-area .copyright {
  padding: 0.35px;
  color: #c1c8ce;
}

.footer-menu-bottom .privacy-area a {
  font-size: 14px;
  color: #ffffff;
}

.footer-menu-bottom .privacy-area a:hover {
  color: #74c7ff;
}

.footer-menu-bottom .privacy-area span {
  font-size: 14px;
  color: #a2adb7;
  padding: 0 15px;
}

@media only screen and (max-width: 1680px) {

  .footer-contact .footer-container,
  .footer-menu .footer-container {
    max-width: 1680px;
    width: 100%;
    padding: 0 150px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1280px) {

  .footer-contact .footer-container,
  .footer-menu .footer-container {
    width: 100%;
  }

  .footer-container>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  /*menu title*/
  .footer-container>ul>li>div {
    width: auto;
  }

  .social-media ul {
    margin-bottom: 28px;
  }

  .social-media ul {
    display: flex;
  }

  /*privacy*/
  .footer-menu-bottom .footer-container .privacy-area {
    justify-content: center;

    margin-left: 0;
  }

}

@media only screen and (max-width: 1260px) {
  .footer-logo img {
    width: 90px;
  }

  .flex-wrap {
    width: calc((100vw - 300px - 575px) / 3 + 355px);
    /* width: calc((100vw - padding*2 - allItemWidth) / 3(gap) + follow&ScribeWidth); */
  }

  .footer-menu .link-list li {
    margin-bottom: 14px;
  }

  /*senao-info*/
  .footer-menu .senao-info {
    display: none;
  }

  .footer-menu .subscribe-column a,
  .footer-menu .link-list a,
  .footer-menu h4.footer-title {
    font-size: 16px;
  }

  .footer-menu .subscribe-column a {
    width: 134px;
    height: 56px;
  }

  .footer-menu-bottom .footer-container:before {
    display: none;
  }

  .footer-menu-bottom .footer-container {
    padding: 0 40px;
  }

}

@media only screen and (max-width: 1150px) {
  /* .footer-contact .footer-container,
  .footer-menu .footer-container {
    padding: 0 20px;
  } */
}

@media only screen and (max-width: 1100px) {
  .footer-contact {
    background-position: left center, right -150px center;
  }

}

@media only screen and (max-width: 1024px) {

  .footer-contact .footer-container,
  .footer-menu .footer-container,
  .footer-menu-bottom .footer-container {
    padding: 0 40px;
  }

  .flex-wrap {
    width: calc((100vw - 80px - 575px) / 3 + 355px);
    /* width: calc((100vw - padding*2 - allItemWidth - hideSenaoInfo) / 3(gap) + follow&ScribeWidth); */
  }
}

@media only screen and (max-width: 786px) {

  .footer-contact .footer-container,
  .footer-menu .footer-container,
  .footer-menu-bottom .footer-container {
    padding: 0 calc((100vw - 90px - 115px - 225px) / 4);
    /*Originally divided by 3 for equal spacing, now by 2.5 for better centering.*/
  }

  .flex-wrap {
    width: auto;
    flex-direction: column;
  }

  .footer-contact {
    padding-top: 60px;
    background-image: url("https://statics.senaonetworks.com/wp-content/uploads/2024/04/08173541/contact-us_left.png");
    background-position: left -100px center;
  }

  .footer-contact h3 {
    max-width: 236px;
  }
  .footer-menu .link-list li{
    margin-bottom: 28px;
  }
  .footer-menu-bottom .footer-container .mobile-hide {
    display: none;
  }

  .footer-menu {
    padding-top: 54px;
    padding-bottom: 36px;
  }



  .footer-menu-bottom .footer-container .lang {
    width: 100%;
    justify-content: center;
  }

  .footer-menu-bottom .lang a {
    font-size: 14px;
    color: #c1c8ce;
  }

  .footer-menu-bottom .lang a:hover {
    color: #74c7ff;
  }

  /* Hide the last pipe */
  span.footer-pipe:last-child {
    display: none;
  }

  /*privacy*/
  .footer-menu-bottom .footer-container::before {
    content: "";
    width: 140px;
  }

  .footer-menu-bottom .footer-container .privacy-area {
    max-width: 1680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-menu-bottom .privacy-area .copyright,
  .footer-menu-bottom .privacy-area .privacy,
  .footer-menu-bottom .footer-container .lang {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    display: block;
  }


}

@media only screen and (max-width: 500px) {
  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
  }
  .footer-contact .footer-container,
  .footer-menu .footer-container,
  .footer-menu-bottom .footer-container {
    padding: 0 calc((100vw - 115px - 225px) / 2.5);
    /*Originally divided by 3 for equal spacing, now by 2.5 for better centering.*/
  }

}