/* Mặc định ẩn */
.mobile-only {
  display: none !important;
}

/* Hiển thị khi dưới 768px */
@media (max-width: 992px) {
  .mobile-only {
    display: flex !important;
  }
}

/* Style cho thanh điều hướng sticky */
.sticky-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(90deg, #3470e1 0%, #9642fe 100%);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
  padding: 6px 0;
  z-index: 9999;
}

.sticky-footer-nav .footer-item {
  flex: 1;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.sticky-footer-nav .footer-item img {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  filter: brightness(0) invert(1);
}
.sticky-footer-nav .footer-item span {
  display: block;
}

.callNowContain {
  display: initial !important;
  position: fixed;
  /* right: 38px;
  bottom: 125px; */
  right: 40px;
  margin-top: 10px;
  bottom: 125px;
  background: linear-gradient(90deg, #3470e1 0%, #9642fe 100%);
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  z-index: 9999;
  width: 70px;
  height: 70px;
}
.zalo-chat-widget {
  right: 35px !important;
  bottom: 53px !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.callNowContain .fa {
  font-size: 40px;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 4px;
}

@media only screen and (max-width: 1024px) {
  .callNowContain {
  display: initial !important;
  position: fixed;
  /* right: 38px;
  bottom: 125px; */
  right: 40px;
  margin-top: 10px;
  bottom: 80px;
  background: linear-gradient(90deg, #3470e1 0%, #9642fe 100%);
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  z-index: 9999;
  width: 53px;
  height: 53px;
  }
.callNowContain .fa {
  font-size: 25px;
  display: flex;
  justify-content: center;
  color: #fff;
  }
}

.footer {
  background: var(--primary);
  color: var(--white);
  padding: 60px 0px 100px;
}

.footer__top {
  display: flex;
  margin-bottom: 9px;
}

.footer__top-intro {
  max-width: 272px;
  width: 100%;
}

.footer__top-intro img {
  max-width: 146px;
  max-height: 80px;
}

html[lang="en"] .footer__top-intro p {
  font-family: "Poppins";
  letter-spacing: -0.2px;
}

/* html[lang="en"] .footer__top-links *,
html[lang="en"] .footer__content * {
  font-family: "Renogare";
} */

/* .footer__top-intro p,
.footer__top-links *,
.footer__content * {
  font-family: "Montserrat";
} */

html[lang="vi"] .footer__title {
  font-weight: 600;
}

html[lang="vi"] .footer .contact__cta .btn {
  font-weight: 600;
}

.footer__top-intro p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 21px;
  letter-spacing: 0.845px;
  text-align: justify;
}

.footer__top-links {
  max-width: 364px;
  width: 100%;
  margin-left: 74px;
  /* padding-top: 35px; */
}

.footer__top-links .footer__content {
  display: flex;
  flex-wrap: wrap;
}

html[lang="vi"] .footer__top-links .footer__content {
  justify-content: space-between;
}

html[lang="vi"] .footer__top-links .footer__content li:nth-child(even) {
  width: 50%;
}

html[lang="vi"] .footer__top-links .footer__content li:nth-child(odd) {
  width: 40%;
}

html[lang="vi"] .footer__top-links {
  max-width: 290px;
  font-weight: 600;
}

.footer__top-links .footer__content li {
  padding-bottom: 35px;
}

.footer__top-links .footer__content li:nth-child(odd) {
  width: 40%;
}

.footer__top-links .footer__content li:nth-child(even) {
  width: 60%;
}

html[lang="vi"] .footer__top-links .footer__content li a {
  font-family: "Montserrat";
  /* font-weight: 600; */
}

.footer__top-links .footer__content li a {
  color: var(--white);
  font-family: "Renogare";
  font-size: 15px;
}

.footer__top-contact {
  margin-left: auto;
  /* padding-top: 35px; */
}

.footer__title {
  color: #fff;
  font-family: "Renogare";
  font-size: 20px;
  line-height: 23.44px;
  text-transform: uppercase;
}

.footer__content {
  margin-top: 44px;
}

.footer__contact-item + .footer__contact-item {
  margin-top: 7px;
}

.footer__contact-item ul {
  margin-top: 8px;
}

.footer__contact-item ul li {
  display: flex;
  align-items: baseline;
  font-size: 13px;
}
.footer__contact-item ul li a {
  color: var(--white);
}
.footer__contact-item ul li:not(:first-child) {
  margin-top: 6px;
}

.footer__contact-item ul li::before {
  content: "";
  width: 1px;
  height: 1px;
  background: var(--white);
  margin-right: 4px;
}

.footer__content-title {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.footer .contact__cta a {
  color: var(--white);
}

.footer .contact__cta .btn {
  padding: 18px 40.3px;
  font-size: 13px;
  font-weight: 400;
  gap: 9px;
  letter-spacing: -0.26px;
  color: var(--Background-Light-Danger-Second);
  max-height: 52px;
  border: none;
}

.footer .contact__cta .btn:hover {
  background: linear-gradient(270deg, #8c47fb 0%, #3470e1 100%);
}

.footer .contact__cta-item {
  gap: 10px;
  letter-spacing: 1.17px;
  justify-content: center;
}

.footer .contact__cta > .contact__cta-item {
  gap: 24px;
  flex-shrink: 0;
}

.footer .contact__cta {
  font-size: 13px;
  max-height: 52px;
  margin-top: 0;
  gap: 42px;
}

.footer .contact__cta-item .contact__cta-top {
  align-items: center;
  gap: 20px;
}

html[lang="vi"] .footer .contact__cta > .contact__cta-item .contact__cta-top {
  width: 120px;
  flex-shrink: 1;
}

.footer .contact__cta-item .contact__cta-top > img {
  max-width: 22px;
  margin-right: 13px;
}

.footer .contact__cta-item > p {
  color: #fff;
}

.footer .contact__cta-item p {
  letter-spacing: 0.05px;
}

.footer .contact__cta-descript {
  display: flex;
  font-size: 13px;
  line-height: 19.5px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.footer__bottom {
  padding-left: 0px;
}

.footer__divider {
  padding: 32px 0px 60px;
  border-bottom: 3px solid rgba(209, 209, 209, 0.3);
}

.footer__menu {
  position: relative;
  padding-top: 60px;
}

.footer__menu-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
}

.footer__menu-list {
  max-width: 270px;
}

.footer__menu-list .footer__menu-list--item {
  margin-bottom: 10px;
}

.footer__menu-list .footer__menu-list--item a {
  display: block;
  font-size: 13px;
  line-height: 15.85px;
  font-family: "Montserrat";
  font-weight: 400;
  color: var(--white);
}

.footer__menu-list .footer__menu-list--item:first-child .footer__menu-title {
  font-size: 15px;
  font-family: "Montserrat";

  line-height: 18.29px;
  font-weight: 700;
  color: var(--white);
}

.footer__menu-list .footer__menu-list--item:last-child {
  margin-bottom: 0px;
}

.footer__icon-toggle {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .footer .contact__cta-descript {
    column-gap: 0px;
  }

  .footer .contact__cta > .contact__cta-item {
    gap: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact__cta {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .footer .contact__cta-descript {
    column-gap: 16px;
    justify-content: flex-end;
    flex-shrink: 1;
    width: auto;
  }

  .footer__menu-wrapper {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 36px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 577px) {
  .footer__top-links {
    margin-left: 24px;
  }

  .footer .contact__cta-descript {
    margin-top: 18px;
  }

  .footer .contact__cta-item {
    justify-content: flex-start;
  }

  body .zalo-chat-cta {
    bottom: 50px;
    left: 50px;
  }

  .footer__menu-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .contact__cta {
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    padding: 0;
  }

  /* .footer .container {
    padding: 38px 65px 52px 36px;
  } */

  .footer .container {
    padding: 38px 32px 48px 36px;
  }

  .footer__top-intro {
    display: none;
  }

  .footer__top-links {
    display: none;
  }

  .footer__title {
    color: #ffefee;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    margin-bottom: 22px;
  }

  .footer__content {
    margin-top: 22px;
  }

  .footer__top-contact .contact-cta {
    margin-left: 17px;
  }

  .footer .footer__top-contact .contact__cta-item {
    margin-bottom: 21px;
    letter-spacing: -0.14px;
    font-weight: 600;
  }

  .footer__contact-item {
    margin-bottom: 18px;
  }

  .footer__content-title {
    text-transform: none;
  }

  .footer__contact-item ul li {
    font-weight: 300;
  }

  .footer .footer__top-contact .contact__cta-item p {
    color: var(--white);
  }

  .footer__bottom {
    padding-left: 0px;
  }

  .footer .contact__cta-item .contact__cta-top {
    gap: 12px;
  }

  .footer .contact__cta-item .contact__cta-top a {
    flex-shrink: 0;
    max-height: 39.5px;
  }

  .footer .contact__cta-item .contact__cta-top a img {
    max-height: 39.5px;
  }

  .footer__bottom .contact__cta {
    display: block;
    margin-top: 10px;
  }

  .footer__bottom .contact__cta > a {
    display: none;
  }

  .footer .contact__cta .btn {
    padding: 10px 17px;
    color: var(--Background-Light-Danger-Second);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.14px;
  }

  .footer__bottom .contact__cta-item p {
    display: none;
  }

  .footer .contact__cta-item {
    justify-content: flex-start;
    gap: 21.41px;
  }

  .footer .contact__cta-descript {
    display: none;
  }

  .footer__content-title {
    text-transform: capitalize;
  }

  html[lang="vi"] .footer .contact__cta > .contact__cta-item .contact__cta-top {
    width: fit-content;
  }

  .footer__icon-toggle {
    display: block;
    transition: transform 0.3s;
  }

  .footer__menu-item.active .footer__icon-toggle {
    transform: rotate(180deg);
  }

  .footer__menu-item {
    display: flex;
    align-items: baseline;
    /* justify-content: space-between; */
    border-bottom: 0.7px solid var(--white);
    /* padding: 18px 0px; */
  }

  .footer__menu-item .footer__menu-list .footer__menu-list--item {
    margin-bottom: 0px;
  }

  .footer__menu-item.active
    .footer__menu-list
    .footer__menu-list--item:not(:first-child)
    a {
    opacity: 1;
    max-height: 500px;
    margin-bottom: 16px;
    width: 100%;
  }

  .footer__menu-list .footer__menu-list--item:first-child .footer__menu-title {
    line-height: 52px;
  }
  .footer__menu-item
    .footer__menu-list
    .footer__menu-list--item
    .footer__menu-title,
  .footer__menu-item .footer__menu-list .footer__menu-list--item a {
    width: fit-content;
  }

  .footer__menu-item
    .footer__menu-list
    .footer__menu-list--item
    .footer__menu-title {
    margin-bottom: 10px;
    pointer-events: none;
  }

  .footer__menu-item
    .footer__menu-list
    .footer__menu-list--item:not(:first-child)
    a {
    opacity: 0;
    max-height: 0;
    transition: all 0.4s ease-in-out, margin 0.4s ease-in-out,
      max-height 0.38s ease-in-out;
  }

  .footer__divider {
    padding: 18px 0px;
  }

  .footer__menu-list {
    max-width: 100%;
    flex: 1;
  }

  .footer__menu {
    padding-top: 0px;
  }

  .footer__menu-wrapper {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 70px;
    row-gap: 0px;
  }
}

.zalo-chat-cta {
  position: fixed;
  /* bottom: 50px;
  left: 50px; */
  right: 36px;
  bottom: 210px;
  width: 76.5px;
  height: 76.5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3470e1 0%, #9642fe 100%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}

.zalo-chat-cta--expanded .zalo-chat-cta {
  right: unset;
}

.zalo-chat-cta .zalo-chat-cta__background {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(-135deg, #a2c2ff 0%, #bc87ff 100%);
  width: 90%;
  height: 90%;
}

.zalo-chat-cta .zalo-chat-cta__img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  overflow: hidden;
  border-radius: 50%;
}

.zalo-chat-cta .zalo-chat-cta__quote {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text {
  --arc-scale: 1.1;
  --text-deg: 0deg;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--arc-scale))
    rotate(var(--text-deg));
}

.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text g,
.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text text {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 40px;
  pointer-events: none;
}

.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text.text-details g,
.zalo-chat-cta
  .zalo-chat-cta__quote
  .zalo-chat-cta__quote--text.text-details
  text {
  fill: #9e00ff;
}

.zalo-chat-cta
  .zalo-chat-cta__quote
  .zalo-chat-cta__quote--text.text-question
  g,
.zalo-chat-cta
  .zalo-chat-cta__quote
  .zalo-chat-cta__quote--text.text-question
  text {
  fill: #4d72e7;
}

.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text.text-question {
  --text-deg: -60deg;
}

.zalo-chat-cta .zalo-chat-cta__quote .zalo-chat-cta__quote--text.text-details {
  --text-deg: 16deg;
  --arc-scale: 1.15;
}

.zalo-chat-cta .zalo-chat-cta__quote--icon {
  position: absolute;
  overflow: hidden;
  width: 26px;
  height: 26px;
  bottom: -4px;
  left: 6px;
  border-radius: 50%;
}

.arc {
  --b: 9px; /* the boder thickness */

  width: 100%;
  aspect-ratio: 1;
  padding: var(--b);
  border-radius: 50%;
  --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 97%, #0000);
  mask: top var(--_g),
    calc(50% + 50% * sin(var(--a))) calc(50% - 50% * cos(var(--a))) var(--_g),
    linear-gradient(#0000 0 0) content-box intersect,
    conic-gradient(#000 var(--a), #0000 0);
}

.arc.arc-top-left {
  --a: 130deg; /* control the progression */
  transform: scale(-1.1, 1.1) rotate(-20deg);
  background: #d4ebff;
}

.arc.arc-bottom-right {
  position: absolute;
  top: 50%;
  left: 50%;
  --a: 90deg; /* control the progression */
  transform: translate(-50%, -50%) scale(1.1, -1.1) rotate(5deg);
  background: #f5e6ff;
}

html[lang="en"] .arc.arc-top-left {
  --a: 150deg;
  transform: scale(-1.1, 1.1) rotate(-33deg);
}

html[lang="en"] .arc.arc.arc-bottom-right {
  --a: 105deg;
  transform: translate(-50%, -50%) scale(1.1, -1.1) rotate(10deg);
}

.zalo-chat-cta--expanded {
  position: fixed;
  height: 160px;
  width: 80%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: linear-gradient(-90deg, #a738ff 0%, #2889fc 100%);
  z-index: 999;
  border-radius: 16px;
  padding: 16px 32px;
  gap: 60px;
  align-items: center;
}

.zalo-chat-cta--expanded > .zalo-chat-cta {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  transform: none;
  /* width: 124px;
  height: 124px; */
  width: 126px;
  height: 126px;
  flex-shrink: 0;
}

.zalo-chat-cta--expanded > .zalo-chat-cta .arc {
  --b: 16px;
}

.zalo-chat-cta--expanded > .zalo-chat-cta .zalo-chat-cta__background {
  background: var(--white);
}

.zalo-chat-cta--expanded > .zalo-chat-cta .zalo-chat-cta__quote--icon {
  display: none;
}

.zalo-chat-cta--expanded > .zalo-chat-cta--content {
  font-family: "Montserrat";
  font-size: 23px;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.4;
  flex-grow: 1;
  display: block;
}

.zalo-chat-cta--expanded > .zalo-chat-cta--btn {
  display: flex;
  border-radius: 50px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(135deg, #a738ff 0%, #2889fc 100%);
  width: 180px;
  align-items: center;
  border: 2px solid var(--white);
  /* pointer-events: none; */
}

.zalo-chat-cta--expanded > .zalo-chat-cta--btn .zalo-chat-cta--btn__icon {
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 0px 2px var(--white), 0px 0px 0px 2px var(--white) inset;
  border-radius: 50%;
  overflow: hidden;
}

.zalo-chat-cta--expanded > .zalo-chat-cta--btn .zalo-chat-cta--btn__text {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  margin-right: 20px;
}

.zalo-chat-cta--expanded > .zalo-chat-cta--btn-close {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.zalo-chat-cta--expanded > .zalo-chat-cta--btn-close img {
  pointer-events: none;
}

.zalo-chat-cta--content,
.zalo-chat-cta--btn,
.zalo-chat-cta--btn-close {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .zalo-chat-cta {
    bottom: 155px;
  }
  .zalo-chat-cta--expanded {
    bottom: 20px;
    left: 20px;
    transform: none;
    width: 86%;
    gap: 28px;
  }

  .zalo-chat-cta {
    right: unset;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--btn {
    width: 172px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--btn .zalo-chat-cta--btn__text {
    margin-right: 12px;
  }

  .callNowContain {
    right: 38px;
  }
}

@media only screen and (max-width: 756px) {
  .zalo-chat-cta {
    bottom: 155px;
  }
  .zalo-chat-cta--expanded > .zalo-chat-cta--content {
    font-size: 18px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 620px) and (min-width: 576px) {
  .zalo-chat-cta {
    bottom: 155px;
  }
  .zalo-chat-cta--expanded {
    gap: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .zalo-chat-cta {
    bottom: 155px;
  }

  .zalo-chat-cta {
    width: 50px;
    height: 50px;
    right: 28px;
    left: unset;
  }

  .callNowContain {
    right: 28px;
  }

  .arc {
    --b: 6px;
  }

  .zalo-chat-cta .zalo-chat-cta__quote--icon {
    width: 18px;
    height: 18px;
    left: 4px;
  }

  .zalo-chat-cta--expanded {
    z-index: 99999;
    left: 12px;
    bottom: 6px;
    width: 94%;
    flex-direction: column;
    padding: 16px 12px;
    gap: 10px;
    justify-content: center;
    transform: none;
    height: auto;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta {
    position: absolute;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta {
    width: 90px;
    height: 90px;
    right: -4px;
    top: -40px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta .arc {
    --b: 12px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--content {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--btn {
    /* margin-bottom: 12px; */
    width: 140px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--btn .zalo-chat-cta--btn__icon {
    width: 36px;
    height: 36px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--btn .zalo-chat-cta--btn__text {
    font-size: 20px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .zalo-chat-cta {
    bottom: 155px;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta--content {
    font-size: 12px;
    line-height: 1;
  }

  .zalo-chat-cta--expanded > .zalo-chat-cta {
    width: 70px;
    height: 70px;
    right: -4px;
    top: -28px;
  }
}
