.absolute-footer {
  display: none !important;
}

.footer-top h3 {
  color: var(--primary-text);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  font-style: italic;
}
.footer-top h4 {
  color: #747b62;
  font-size: clamp(18px, 2vw, 26px);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.footer-top .btn {
  margin: auto;
  margin-top: 26px;
}

footer .section-footer {
  padding: 38px 0px !important;
}

footer .title-footer {
  color: #f5f5e8;
  font-size: clamp(45px, 5.5vw, 72px);
  font-weight: 600;
  line-height: normal;
}

footer .footer-center {
  column-gap: 40px;
}
footer .footer-center .col-1 .img {
  width: 174px !important;
  margin-bottom: 30px;
}
footer .footer-center .col-1 .img img {
  height: 100%;
  object-fit: cover;
}

footer .footer-center .col-1 .caption p {
  color: #737f6b;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  font-family: "Ma Shan Zheng", sans-serif;
}
footer .footer-center .col-1 .desc p {
  color: #737f6b;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
  /*font-family: "DM Sans", sans-serif;*/
}
footer .footer-center h4 {
  color: #d1d69a;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  /*font-family: "Montserrat", sans-serif;*/
}
footer .footer-center .ux-menu-link__link {
  padding: 0px;
  min-height: 0px;
}

footer .footer-center .menu-item .ux-menu-link__link span:hover,
footer .footer-center .menu-item.active .ux-menu-link__link span {
  color: #9a9b58;
}
footer .footer-center .ux-menu-link__link span {
  color: rgba(245, 245, 232, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
footer .footer-center .menu-item:last-child .ux-menu-link__link span {
  margin-bottom: 0px;
}

footer .footer-bottom .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer-bottom .list-social ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-bottom .list-social ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #384635;
  border: 0px solid transparent;
  transition: all 0.3s;
}

footer .footer-bottom .list-social ul li a:hover {
  border: 1px solid #9a9b58;
}

footer .footer-bottom .copyright * {
  color: #737f6b;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
}

footer .info {
  margin-top: 16px;
}

footer .info li a {
  color: rgba(245, 245, 232, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
footer .info li a:hover {
  color: #9a9b58;
}

footer .info ul li a img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

footer .line-menu .col {
  width: fit-content;
  max-width: fit-content;
}

footer .line-menu .col {
  border-right: 1px solid #fff;
}

footer .line-menu .col:last-child {
  border-right: 0px;
}

@media (min-width: 1200px) {
  footer .footer-center .col-1 {
    flex: 0 0 511px;
    max-width: 100%;
  }

  footer .footer-center .col-2,
  footer .footer-center .col-3 {
    flex: 0 0 304px;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  footer .footer-center {
    column-gap: 0px;
  }
}

@media (max-width: 567px) {
  footer .footer-center .col-1 .img {
    width: 124px !important;
  }
}
