footer {
  background: url(../footer_images/footer-bg.jpg) 50% / cover no-repeat;
}

.wrapper-footer {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  z-index: 9;
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 0px;
}

.footer-main {
  padding-top: 30px;
  padding-bottom: 15px;
}

.main-wrap {
  margin: auto;
  position: relative;
  width: 100%;
}

.footer-intro-endorse {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 92px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-intro-endorse > * {
  flex: 1;
}

.footer-endorse {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.footer-endorse-head {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
}

.footer-endorse-item {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
}

.footer-endorse-item img {
  height: 75px;
}

.footer-endorse-hr {
  background: #000;
  display: block;
  font-size: 0;
  height: 70px;
  width: 1px;
}

.footer-logos-icons {
  align-items: flex-start;
  display: flex;
  gap: 92px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-logos-icons > * {
  flex: 1;
}

.footer-logos {
  display: block;
  height: 44px;
  width: auto;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
}

.icon-item img {
  display: block;
  height: 42px;
  width: auto;
}

.icon-sns {
  cursor: pointer;
}

.icon-sns:hover {
  opacity: 0.5;
}

.footer-linkslist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.footer-linkslist a {
  color: #111;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
}

.footer-linkslist a:hover {
  opacity: 0.5;
}

.hr {
  background: #111;
  height: 23px;
  width: 1px;
}

.footer-copy {
  font-size: 15px;
  text-align: center;
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer-endorse-head {
    font-size: 24px;
  }

  .footer-linkslist a {
    font-size: 13px;
  }

  .footer-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .icon-item img {
    height: 30px;
  }

  .footer-endorse-head {
    font-size: 22px;
  }

  .footer-linkslist a {
    font-size: 11px;
  }

  .footer-copy {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    height: 60vh;
  }
  .footer-main {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .footer-pc {
    display: none;
  }

  .footer-mobile {
    display: unset;
  }

  .footer-endorser {
    align-items: center;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 16px;
  }

  .footer-endorser h5 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 2vw;
    text-transform: capitalize;
    width: 100%;
  }

  .endorser-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .endorser-tilte {
    color: #000;
  }

  .endorser-img {
    align-items: center;
    display: flex;
    gap: 3vw;
    justify-content: flex-start;
  }

  .endorser-img img {
    display: block;
    height: 11vw;
  }

  .hr {
    background: #000;
    height: 13vw;
    margin: 5px 0;
    width: 1px;
  }

  .footer-logos {
    padding-bottom: 5px;
  }

  .footer-logos > * {
    padding: 16px 0;
  }

  .footer-col-2 {
    display: flex;
  }

  .footer-col-2 > * {
    flex: 1;
  }

  .footer-title {
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: capitalize;
  }

  .footer-giayphep img {
    display: block;
    height: 4.65vw;
  }

  .footer-giayphep img:first-of-type {
    margin-bottom: 12px;
  }

  .footer-baove img {
    display: block;
    height: 4.65vw;
  }

  .footer-baove img:first-of-type {
    margin-bottom: 12px;
  }

  .sns-list {
    display: flex;
    gap: 20px;
  }

  .sns-list img {
    display: block;
    height: 4.65vw;
  }

  .choi-list {
    display: flex;
    gap: 20px;
  }

  .choi-list img {
    display: block;
    height: 4.65vw;
  }
}

@media screen and (max-width: 465px) {
  .endorser-img img {
    height: 9vw;
  }
  .endorser-tilte {
    font-size: 12px;
  }
}

@media screen and (max-width: 337px) {
  .endorser-img img {
    height: 7vw;
  }
}
