.footer {
  padding: 0px 30px 40px;
  display: flex;
  justify-content: space-between;
  height: 316px;
  align-items: flex-end;
  width: 100%;
  background-color: #fff;
}
.footer-content p {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 20px;
  width: 215px;
  padding-top: 30px;
}

.footer-right {
  display: flex;
  align-items: flex-end;
}

/* Menus */
.footer-menu {
  padding-right: 34px;
}

.footer-menu ul {
  display: flex;
  align-items: center;
}

.footer-menu ul li:not(:last-child) {
  padding-right: 22px;
}

.footer-menu ul li a {
  color: #000000;
  font-size: 10px;
  line-height: 12px;
}

/* Subsidy */
.footer-subsidy {
  display: flex;
  padding-right: 26px;
}

.footer-subsidy-label label {
  color: #838383;
  font-size: 10px;
  line-height: 12px;
  width: 80px;
  margin-right: 8px;
  text-align: right;
}

.footer-subsidy-img img {
}

/* Social Icons */
.footer-social-icon {
}

.footer-social-icon ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-social-icon ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-social-icon ul li a {
  display: block;
  width: 15px;
  height: 15px;
}

.footer-social-icon ul li a img {
  width: 100%;
  height: 100%;
}

.si-web {
  display: block;
}

.si-mob {
  display: none;
}

/*Responsive  */
@media only screen and (max-width: 1050px) {
  .footer-menu ul li:not(:last-child) {
    padding-right: 14px;
  }
  .footer-menu {
    padding-right: 15px;
  }
  .footer-subsidy {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .footer {
    flex-direction: column;
    padding: 0px 20px 20px;
    align-items: flex-start;
    height: auto;
  }

  .footer-left {
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer-logo {
    width: 104px;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer-content p {
    padding-top: 10px;
    width: 258px;
  }

  .footer-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .si-web {
    display: none;
  }

  .footer-subsidy {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 25px;
    padding-right: 0px;
  }

  .footer-subsidy-label label {
    width: 100%;
    padding-bottom: 10px;
    margin-right: 0px;
  }

  .footer-menu {
    padding-right: 0px;
    width: 100%;
  }

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

  .footer-menu ul li:not(:last-child) {
    padding-right: 0px;
  }

  .footer-menu ul li a {
    font-size: 8px;
    line-height: 10px;
  }

  .si-mob {
    display: block;
  }
}

/* Landscape & Portrait Ipad Responsive */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .footer {
    padding: 0px 32px 20px;
  }
  .footer-left {
    padding-bottom: 30px;
  }
  .footer-menu {
    width: 40%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .footer-social-icon {
    margin-bottom: 5px;
  }
}
