.footer {
  background-color: #f7f7f7;
  margin-top: 30px;
  overflow: hidden;
}
.footer-detail {
  padding: 40px 0 20px;
}
.footer-media {
  padding: 25px;
  color: #949494;
  line-height: 24px;
  background: #fff;
}
.footer-media a {
  color: #949494
}
.list_col_footer {
  margin: 20px -10px;
}
.list_col_footer .col50per {
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 0
}
.list_col_footer .col30per {
  width: calc(30% - 20px);
  margin: 0 10px;
  padding: 0
}
.list_col_footer .col20per {
  width: calc(20% - 20px);
  margin: 0 10px;
  padding: 0
}
.footer-detail .social-top a {
  margin-right: 20px;
  margin-left: 0
}
.logo_footer svg {
  width: 200px !important
}
.footer-media, .footer-media a, .time-create {
    color: #000;
}
@media screen and (max-width:1000px) {
  .list_col_footer .col50per, .list_col_footer .col30per, .list_col_footer .col20per {
    width: calc(100% - 20px);
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px
  }
  .list_col_footer .col20per {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
  }
}