.wrapper-list-contact {
  position: absolute;
  right: 0;
  top: 115px;
  width: auto;
  height: auto;
  z-index: 10000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper-list-contact {
    display: none;
  }
}
.wrapper-list-contact .container-list-contact {
  top: 93px;
  right: 0;
  position: fixed;
  width: 100%;
  max-width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  height: fit-content;
}
.wrapper-list-contact .container-list-contact .item-contact {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 16px 0 16px 9px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px 0px 0px 40px;
  background: #e5b243;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.wrapper-list-contact .container-list-contact .item-contact .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 4px;
}
.wrapper-list-contact .container-list-contact .item-contact .icon img {
  width: 100%;
  height: 100%;
}
.wrapper-list-contact .container-list-contact .item-contact .text {
  flex: 1;
  cursor: pointer;
  width: 60px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.wrapper-list-contact .container-list-contact .item-contact:nth-child(odd) {
  background-color: #f08622;
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #F05c72 3.05%, rgba(240,92,114, 0.2) 72.38%);
}
.footer__wrapper {
  padding: 85px 0px 72px 0px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer__wrapper {
    padding: 35px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 35px 0 0 0;
  }
}
.footer__background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 648/1438;
  background-repeat: round;
}
.footer__top {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
}
.footer__top__detail {
  flex: 1;
  padding-top: 11px;
}
@media (max-width: 768px) {
  .footer__top__detail {
    padding-top: 0;
  }
}
.footer__top__victoria {
  width: 164px;
  margin-right: 79px;
}
@media (max-width: 768px) {
  .footer__top__victoria {
    width: 95px;
    height: 108px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.footer__top__university {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top__university {
    align-items: center;
    justify-content: center;
  }
}
.footer__top__university__cambride {
  margin-right: 90px;
  width: 216.66px;
  height: 94.29px;
}
@media (max-width: 768px) {
  .footer__top__university__cambride {
    margin-right: 34px;
    width: 81px;
    height: 35px;
  }
}
.footer__top__university__unesco {
  width: 118.17px;
  height: 109px;
}
@media (max-width: 768px) {
  .footer__top__university__unesco {
    width: 44px;
    height: 41px;
  }
}
.footer__top__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top__info {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.footer__top__info__address {
  display: flex;
  flex-direction: column;
}
.footer__top__info__address a:not(:first-of-type) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer__top__info__address a:not(:first-of-type) {
    margin-top: 0px;
  }
}
.footer__top__info__address p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer__top__info__address {
    justify-content: center;
    align-items: center;
  }
}
.footer__top__info__text {
  color: #283679;
  text-decoration: none;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.63px;
}
@media (max-width: 768px) {
  .footer__top__info__text {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 13.76px;
  }
}
@media (max-width: 768px) {
  .footer__top__info .vss-info {
    display: none;
  }
}
.footer__top__info__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 20.63px;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__top__info__link {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 13.76px;
  }
}
.footer__top__info__link:hover {
  text-decoration: underline;
}
.footer__top__info__hotline {
  width: 302px;
  height: 54.31px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer__top__info__hotline {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer__top__info__hotline {
    margin-top: 0px;
    width: 173.39px;
    height: 31.18px;
  }
}
.footer__center {
  padding-top: 72px;
}
@media (max-width: 768px) {
  .footer__center {
    padding-top: 53.96px;
  }
}
.footer__center__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 20.63px;
  color: #283679;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .footer__center__text {
    font-size: 12px;
    line-height: 13.76px;
    font-weight: 400;
    padding-bottom: 6px;
  }
}
.footer__center__socials {
  display: grid;
  grid-template-columns: repeat(5, 74px);
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.footer__center__socials img {
  cursor: pointer;
}
.footer__center__socials__facebook {
  width: 25px;
  height: 51px;
}
.footer__center__socials__youtube {
  width: 55px;
  height: 43px;
}
.footer__center__socials__messenger {
  width: 45px;
  height: 48px;
}
.footer__center__socials__tiktok {
  width: 74px;
  height: 74px;
}
.footer__center__socials__zalo {
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .footer__center__socials {
    grid-template-columns: repeat(5, 35px);
  }
  .footer__center__socials__facebook {
    width: 12px;
    height: 24px;
  }
  .footer__center__socials__youtube {
    width: 21px;
    height: 17px;
  }
  .footer__center__socials__messenger {
    width: 21px;
    height: 22px;
  }
  .footer__center__socials__tiktok {
    width: 34px;
    height: 34px;
  }
  .footer__center__socials__zalo {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    position: relative;
    padding-bottom: 50px;
  }
}
.footer__bottom__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  color: white;
  flex-wrap: wrap;
  max-width: 1136px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__bottom__navbar {
    justify-content: center;
    padding-bottom: 27px;
    padding-top: 33px;
    align-items: center;
    max-width: calc(100vw - 46px);
  }
  .footer__bottom__navbar a:not(:last-of-type) {
    margin-right: 9px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .footer__bottom__navbar a:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .footer__bottom__navbar {
    justify-content: space-between;
  }
}
.footer__bottom__navbar a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 20.63px;
}
.footer__bottom__navbar a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .footer__bottom__navbar a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .footer__bottom__navbar a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer__bottom__navbar a {
    font-weight: 600;
    font-size: 7.5px;
    line-height: 9.17px;
  }
}
@media (max-width: 768px) and (max-width: 540px) {
  .footer__bottom__navbar a:nth-of-type(1), .footer__bottom__navbar a:nth-of-type(5) {
    max-width: 63px;
    white-space: pre-line;
    text-align: left;
  }
}
.footer__bottom__navbar__divider {
  content: "";
  display: block;
  height: 20px;
  width: 1.5px;
  background-color: white;
}
.footer__bottom__navbar__divider:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  .footer__bottom__navbar__divider {
    display: none;
    height: 11px;
    width: 1px;
  }
}
.footer__bottom__menu {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  height: 50px;
  background: linear-gradient(180deg, rgba(98, 99, 97, 0.8) 3.03%, #454645 84.13%);
}
@media (max-width: 768px) {
  .footer__bottom__menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }
}
.footer__bottom__menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
.footer__bottom__menu__item:not(:first-of-type) {
  border-left: 1.5px solid rgba(255, 255, 255, 0.3019607843);
}
.footer__bottom__menu__item__icon {
  max-width: 14px;
  margin-bottom: 4px;
}
.footer__bottom__menu__item__text {
  font-weight: 500;
  font-size: 6px;
  line-height: 8px;
  color: #e5b242;
  text-transform: uppercase;
}
.footer p {
  margin-bottom: 0;
}

.embed-facebook{
  margin-top: 10px;
}

.text_hotline{
  color: #283679;
  padding-bottom: 10px;
}
.hotline{
    text-decoration: none;
}
.hotline > span{
    color: #283679;
    font-size: 22px;
    border: #283679 solid 2px;
    border-radius: 9px;
  padding: 5px 15px;}
  /*p.footer__top__info__text {
 white-space: normal;
  word-break: break-word;
  width: 100%; /* hoặc bỏ dòng width: fit-content nếu không cần giữ chiều rộng tối thiểu */
}

/*# sourceMappingURL=module.css.map */
