footer {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  background: #09b8b3;
  overflow: hidden;
}
/* Global in section */
footer .text {
  font-family: SVN-Gilroy;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: pre-line;
}
footer .text-small {
  color: var(--color-text-body-white-82, rgba(255, 255, 255, 0.82));
  font-size: 0.875rem;
  letter-spacing: -0.00875rem;
  line-height: 150% !important;
}

footer strong.text {
  color: var(--Color-Text-Body-White-100, #fff);
  font-weight: 700;
}

footer h3.text {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01294rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}
footer h5.text {
  color: var(--Color-Text-Body-White-100, #fff);
}

footer .content-desktop {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

footer .content-wrapper {
  position: relative;
  display: flex;
  width: 87.5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.75rem;
  flex-wrap: wrap;
  z-index: 1;
}
/* footer .left-col {
  position: relative;
} */
footer .deco-1 {
  position: absolute;
  left: 2.94rem;
  top: 16.56rem;
  width: 22.5rem;
  height: 22.5rem;
  object-fit: cover;
}
footer .left-col,
footer .right-col {
  flex: 0 0 50%;
}
footer .left-col img {
  width: 18.75rem;
  height: 4rem;
  object-fit: cover;
}

footer .left-col .text-box {
  width: 29.5rem;
  margin-bottom: 1.5rem;
}
footer .left-col .text-box p {
  width: 29.5rem;
  margin-bottom: 0 !important;
}
footer .left-col .stamp {
  display: flex;
  align-items: center;
}
footer .left-col .stamp .badge1 {
  width: 8.25rem;
  height: 3rem;
  object-fit: cover;
  margin-right: 1.5rem;
}
footer .left-col .stamp .badge2 {
  width: 8.4375rem;
  height: 1.75rem;
  object-fit: cover;
}

footer .right-col .text-container {
  display: flex;
  width: 41.75rem;
  align-items: flex-start;
  flex-shrink: 0;
}
footer .right-col .text-container .box-policy:first-child {
  margin-right: 3.75rem;
}
footer .text-box a {
  margin-bottom: 0.875rem;
}
footer .text-box a .text {
  transition: all 0.3s ease-out;
}
footer .text-box a:last-child {
  margin-bottom: 0;
}
footer .contacts {
  margin-top: 0.875rem;
}
footer .icon-wrapper {
  display: flex;
  align-items: flex-start;

  margin-bottom: 0.875rem;
}
footer .icon-wrapper * {
  margin-right: 0.5rem;
}
footer .icon-wrapper *:last-child {
  margin-right: 0;
}
footer .icon-wrapper svg {
  width: 1.125rem;
  height: 1.125rem;
}
footer .list-icon {
  margin-top: 1.5rem;
  display: flex;
}
footer .list-icon .border-icon {
  position: relative;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.625rem;
}
footer .list-icon .border-icon .icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
footer .list-icon .border-icon .icon--color {
  position: absolute;
  inset: 0;
  opacity: 0;
}
footer .list-icon .border-icon:hover .icon--default {
  opacity: 0;
}
footer .list-icon .border-icon:hover .icon--color {
  opacity: 1;
}
footer .list-icon .border-icon:last-child {
  margin-right: 0;
}
footer .right-col .store-system .showroom-container {
  display: flex;
  margin-bottom: 1.75rem;
}
footer h5.text {
  margin-bottom: 0.875rem;
}
footer .locations {
  flex: 1;
}

footer .locations:first-child {
  margin-right: 1.5rem;
}

footer .locations .text {
  line-height: 130%;
}

footer .icon-wrapper {
  display: flex;
  margin-bottom: 0.75rem;
}
footer .icon-wrapper .link {
  display: inline;
  color: var(--Color-Text-Body-White-100, #fff);
}
footer .icon-wrapper:last-child {
  margin-bottom: 0;
}
footer .icon-wrapper svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}
footer .icon-wrapper span {
  display: flex;
  height: 1.4375rem;
  align-items: center;
}
footer .showroom-container .icon-wrapper .text {
  width: 18.5rem;
}
footer .time-open {
  font-weight: 500;
  line-height: 150%;
  color: var(--Color-Text-Body-White-100, #fff);
}

footer .copy-right {
  display: flex;
  flex: 0 0 100%;
  width: 87.5rem;
  height: 5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  border-top: 0.8px solid rgba(255, 255, 255, 0.4);
}
footer .copy-right .line {
  width: 0.0625rem;
  height: 0.875rem;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0.75rem;
}
footer .copy-right p {
  color: var(--Color-Text-Body-White-90, rgba(255, 255, 255, 0.9));
  text-align: center;
  font-family: SVN-Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 1.4rem */
  letter-spacing: 0.00438rem;
}
footer .copy-right .content {
  display: flex;
  align-items: center;
}
footer .bank {
  display: flex;
  align-items: center;
}

footer .bank .payment_method-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.08188rem;
  height: 1.97556rem;
  background: #FFF;
  border-radius: 0.31606rem;
  margin-right: 0.47rem;
}
footer .bank img {
  width: 2.72325rem;
  height: 1.26438rem;
  object-fit: cover;
}
footer .bank .payment_method-wrapper:last-child img {
  width: 2.44969rem;
  height: 0.86925rem;
}

footer .bank .payment_method-wrapper:last-child {
  margin-right: 0;
}

/* Mobile */
footer .content-mobile {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
footer .content-mobile__logo {
  width: 11.25rem;
  height: 2.39694rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
footer .box-info .icon-wrapper {
  align-items: center;
}

.content-mobile__contact .title {
  margin-bottom: 0.75rem;
}
.content-mobile .list-icon {
  margin-top: 1rem;
}
.content-mobile > div {
  margin-bottom: 1.5rem;
}
.content-mobile > div:last-child {
  margin-bottom: 0;
}
.content-mobile__showroom h3 {
  margin-bottom: 0.625rem !important;
}
.content-mobile__showroom .icon-wrapper .link {
  letter-spacing: 0.01294rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (min-width: 1024px) {
  footer .text-box a:hover .text {
    color: white;
  }
}

@media (max-width: 639.98px) {
  footer {
    padding: 2.5rem 1rem;
  }
  footer .content-mobile {
    display: flex;
  }
  footer .content-desktop {
    display: none;
  }
  footer .copy-right {
    width: 100%;
    border: none;
    margin-top: 0;
  }
  footer .copy-right p {
    color: #fff;
    text-align: center;
    font-family: SVN-Gilroy;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 1.2rem */
    letter-spacing: 0.00375rem;
  }
  footer .text-box a {
    margin-bottom: 0.625rem;
  }
  footer .text {
    font-size: 0.875rem;
    line-height: 150%;
    font-weight: 500;
  }
  footer .text-small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    letter-spacing: 0.01294rem;
    font-weight: 400;
    line-height: 140% !important;
  }
  footer .locations .text-small {
    font-weight: 500;
    line-height: 150% !important;
  }
  footer .text-small.time-open {
    color: #fff;
    font-family: SVN-Gilroy;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.01294rem;
  }
  footer h3.text {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 130%;
  }
  footer h5.text {
    margin-bottom: 0.75rem;
  }
  footer .locations:first-child {
    margin-right: 0;
  }
  .showroom-container .icon-wrapper {
    margin-bottom: 0.5rem;
  }
  footer .showroom-container .icon-wrapper .text {
    width: auto;
  }
  footer .icon-wrapper * {
    margin-right: 0.38rem;
  }
  footer .icon-wrapper {
    margin-bottom: 0.625rem;
  }
  footer .icon-wrapper:last-child {
    margin-bottom: 0;
  }
  footer .icon-wrapper span {
    height: 1.0625rem;
  }
  footer .icon-wrapper svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .showroom-container {
    margin-bottom: 0.625rem;
  }
  .showroom-container > div {
    margin-bottom: 0.625rem;
  }
  footer .left-col .text-box {
    width: 100%;
  }
  footer .left-col .text-box p {
    width: auto;
  }
  footer .left-col .text-box {
    margin-bottom: 0.625rem;
  }
  footer .left-col .stamp .badge1 {
    width: 5.85938rem;
    height: 2.13869rem;
    margin-right: 0.78rem;
  }
  footer .left-col .stamp .badge2 {
    width: 5.85938rem;
    height: 1.21525rem;
  }
  footer .list-icon .border-icon .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  footer .list-icon .border-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  footer .bank .payment_method-wrapper {
    width: 2.5rem;
    height: 1.60256rem;
    border-radius: 0.25644rem;
  }
  
  footer .bank img {
    width: 2.20906rem;
    height: 1.02563rem;
  }
  
  footer .bank .payment_method-wrapper:last-child img {
    width: 1.98719rem;
    height: 0.70513rem;
  }
  footer .content-mobile .left-col .text.text-small {
    letter-spacing: normal;
  }
  
  footer .content-mobile__contact.box-info .text-box {
      margin-bottom: 0.75rem;
  }
  
  footer .content-mobile__contact.box-info .text-box a {
      margin-bottom: 0.75rem;
  }
}
@keyframes shake-mail {
  0% { transform: rotate(0deg) scale(1); }
  15% { transform: rotate(-15deg) scale(1.05); }
  30% { transform: rotate(12deg) scale(1.05); }
  45% { transform: rotate(-10deg) scale(1.05); }
  60% { transform: rotate(8deg) scale(1.05); }
  75% { transform: rotate(-6deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1); }
}

/* trạng thái bình thường */
footer .mail-icon {
  transform-origin: center;
}

/* hover mới chạy */
footer .icon-wrapper:hover .mail-icon {
  animation: shake-mail 0.6s ease-in-out infinite;
}


@keyframes map-bounce {
  0% {
    transform: translateY(0) scale(1);
  }

  30% {
    transform: translateY(-0.25rem) scale(1.03);
  }

  60% {
    transform: translateY(0.08rem) scale(0.98);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

/* hover vào mới chạy */
footer .icon-wrapper:hover .map-icon {
  animation: map-bounce 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  transform-origin: center bottom;
}
