/* Footer VN — dựng theo Footer.psd (canvas 1920x710, 18+ option 1).
   Nạp SAU footer_nav remote; tiền tố `html` để thắng các rule html[lang=..] của sheet đó.
   Trọng số MiSans có thật trên trang: 330 Normal · 450 Regular · 630 Demibold. */
html .footer-nav {
  display: flex;
  width: 12.72rem;
  margin: 2rem auto 0;
  padding-bottom: 1.21rem;
  color: #f7f7f7;
  font-family: var(--site-font-family, 'MiSans', sans-serif);
}

html .footer-nav > .footer-left {
  flex: 0 0 5.31rem;
  width: 5.31rem;
}

html .footer-nav > .footer-right {
  flex: 1 1 auto;
  min-width: 0;
}

html .footer-nav .footer-left .vng-18plus {
  margin: 0.23rem 0 0;
}

html .footer-nav .footer-left .vng-18plus img {
  display: block;
  width: 2.01rem;
  height: 0.7rem;
}

html .footer-nav .footer-left .vng-logo {
  margin: 0.47rem 0 0;
}

html .footer-nav .footer-left .vng-logo img {
  display: block;
  width: 3.39rem;
  height: 0.49rem;
}

html .footer-nav .footer-left .footer-language {
  position: relative;
  margin-top: 1.01rem;
}

html .footer-nav .footer-language-toggle {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0;
  color: #f7f7f7;
  font-family: inherit;
  font-size: 0.25rem;
  font-weight: 630;
  line-height: 0.31rem;
  background: none;
  border: 0;
  cursor: pointer;
}

html .footer-nav .footer-language-globe {
  flex: 0 0 auto;
  width: 0.32rem;
  height: 0.31rem;
  background: url(../assets/footer-language.png) 0 0 / 1.76rem 0.31rem no-repeat;
}

html .footer-nav .footer-language-arrow {
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0.06rem;
  border-top: 0.02rem solid currentColor;
  border-right: 0.02rem solid currentColor;
  transform: rotate(45deg);
}

html .footer-nav .footer-language-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.12rem;
  padding: 0.08rem 0;
  background: #1c1c1c;
  border: 1px solid #3a3a3a;
  border-radius: 0.04rem;
  white-space: nowrap;
}

html .footer-nav .footer-language.is-open .footer-language-list {
  display: block;
}

html .footer-nav .footer-language-list a {
  display: block;
  padding: 0.08rem 0.24rem;
  color: #c9c9c9;
  font-size: 0.18rem;
  font-weight: 450;
  text-decoration: none;
}

html .footer-nav .footer-language-list a:hover {
  color: #fff;
}

html .footer-nav .footer-right .nav-links {
  line-height: 0.25rem;
}

html .footer-nav .footer-right .nav-link {
  font-size: 0.25rem;
  font-weight: 630;
  line-height: 0.25rem;
  color: #f7f7f7;
  text-decoration: none;
}

html .footer-nav .footer-right .privacy-links {
  margin-top: 0.2rem;
  line-height: 0.19rem;
}

html .footer-nav .footer-right .privacy-link {
  font-size: 0.19rem;
  font-weight: 630;
  line-height: 0.19rem;
  color: #939393;
  text-decoration: none;
}

html .footer-nav .footer-right .game-icons {
  display: flex;
  align-items: flex-end;
  gap: 0.28rem;
  height: 0.41rem;
  margin: 0.88rem 0 0;
  padding: 0;
  border: 0;
}

html .footer-nav .game-icons .game-icon img {
  display: block;
}

html .footer-nav .game-icons .game-icon-pc img {
  width: 0.38rem;
  height: 0.32rem;
}

html .footer-nav .game-icons .game-icon-ios img {
  width: 0.34rem;
  height: 0.41rem;
}

html .footer-nav .game-icons .game-icon-android img {
  width: 0.33rem;
  height: 0.38rem;
}

html .footer-nav .footer-right .copyright {
  margin-top: 0.24rem;
  padding-top: 0.74rem;
  border-top: 1px solid #676767;
}

html .footer-nav .footer-right .copyright .vng-license {
  margin: 0;
  color: #939393;
  font-size: 0.18rem;
  font-weight: 450;
  line-height: 0.24rem;
}
