#btn1111PC,
#btn1111 {
  display: none !important;
}

header {
  position: relative;
}

.header-lang {
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 1000;
}

.lang-trigger {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: 46px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 8px;
  min-width: 190px;
  display: none;
  backdrop-filter: blur(4px);
}

.lang-menu.open {
  display: block;
}

.lang-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.lang-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-menu a.active {
  background: rgba(200, 155, 43, 0.25);
}

@media (min-width: 992px) {
  .icon-social {
    transform: translateY(24px);
  }
}
.row .rikvip {
  padding: 0 5px;
}
.footer-links a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
  font-weight: 500;
  white-space: wrap;
}

.footer-links a:hover {
  opacity: 0.85;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-inline: 8px;
}
.footer-social a {
  display: inline-block;
}

.footer-social img {
  width: 36px;
  height: auto;
}

.footer-support {
  margin-inline: -30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: #c89b2b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.footer-support:hover {
  opacity: 0.9;
}
.footer-languages .lang-list a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 10px;
  margin: 4px 6px;
  font-weight: 600;
  font-size: 14px;
}

.footer-languages .lang-list a:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 992px) {
  .footer-links a {
    font-size: 14px;
  }

  footer .dmca {
    max-width: 140px;
    height: auto;
  }
}

@media (max-width: 576px) {
  .footer-links a {
    font-size: 13px;
  }

  .footer-social img {
    width: 32px;
  }

  .footer-support {
    padding: 8px 16px;
    font-size: 14px;
  }

  .footer-languages .lang-list a {
    font-size: 13px;
    padding: 6px 8px;
  }
}

#xemthemContent {
  display: block;
  /* background: rgba(255,255,255,0.04); */
  border-radius: 12px;
  padding: 16px;
  color: #fff;
  text-align: left;
  animation: fadeSlideIn 0.4s ease-out both;
  margin-top: 10px;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Mobile typography tune: cân bằng và hài hoà */
@media (max-width: 768px) {
  .nano {
    text-align: left;
  }
  .nano p,
  .nano li {
    line-height: 1.55;
  }
  .nano ul {
    padding-left: 18px;
  }
  .nano li {
    margin: 6px 0;
  }
  .nano h1,
  .nano h2,
  .nano h3 {
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 600;
  }
  .nano h1 {
    font-size: 20px;
    margin: 10px 0;
  }
  .nano h2 {
    font-size: 18px;
    margin: 12px 0 6px;
  }
  .nano h3 {
    font-size: 16px;
    margin: 10px 0 6px;
  }
  body {
    font-size: 15px;
  }
}

.sub-page-content {
  width: 90%;
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid #453800;
  border-radius: 30px;
  font-size: 18px;
}
.homepage-content {
  width: 90%;
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 15px;
  font-size: 18px;
  color: white;
  margin-bottom: 40px;
}
.homepage-content .sub-title01,
.sub-page-content .sub-title01 {
  font-size: 30px;
  color: #ffe5b7;
  margin-bottom: 15px;
}

.homepage-content .sub-title02,
.sub-page-content .sub-title02 {
  font-size: 22px;
  color: #ffe5b7;
  margin-bottom: 5px;
}

.homepage-content .sub-list,
.sub-page-content .sub-list {
  padding-left: 30px;
  margin-bottom: 10px;
}

.homepage-content .sub-list li,
.sub-page-content .sub-list li {
  line-height: 1.5;
  color: white;
}

.homepage-content p,
.homepage-content i,
.sub-page-content p,
.sub-page-content i {
  margin-bottom: 12px;
  color: white;
  line-height: 1.5;
  font-size: 16px;
}
/* FAQ Specific Styles */
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.faq-question {
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.faq-answer {
  line-height: 1.6;
}
.homepage-img {
  margin-block: 20px;
  text-align: center;
}
