/*padding/margin setting*/
/*RWD*/
.bg-yellow {
  background-color: #39444E;
}

.cloudysys-group {
  display: block;
  padding: 10px;
}

@media screen and (min-width: 1199px) {
  .cloudysys-group {
    padding: 20px 5%;
    margin: 0 9%;
    padding-top: 15px;
  }
}

@media screen and (min-width: 1441px) {
  .cloudysys-group {
    padding: 20px 5%;
    margin: 0 9%;
    padding-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .cloudysys-group {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 425px) {
  .cloudysys-group {
    padding: 20px 20px;
  }
}

.cloudysys-group__container {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .cloudysys-group__container {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .cloudysys-group__container {
    padding: 10px 0 20px;
  }
}

@media screen and (max-width: 460px) {
  .cloudysys-group__container {
    padding: 10px 0;
  }
}

@media screen and (min-width: 992px) {
  .cloudysys-group__container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom-info__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom-info__title {
    margin-top: -30px;
  }
}

#footer.footer {
  background: transparent;
  padding: 0;
}

#footer.footer a {
  color: #FFFFFF;
}

#footer.footer .footer-bg {
  background-color: #394479;
  color: #FFFFFF;
  width: 100%;
  padding: 0;
  text-align: center;
}

.footer-bottom-info__title {
  font-family: Microsoft JhengHei, Roboto, sans-serif;
}

.footer-bottom__left {
  text-align: left;
}

@media screen and (min-width: 1199px) {
  .footer-bottom__left {
    width: 50%;
  }
}

.footer-bottom__right {
  text-align: right;
}

@media screen and (min-width: 1199px) {
  .footer-bottom__right {
    width: 50%;
  }
}

.footer-bottom__right p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #footer.footer .footer-bg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=footer.css.map */