@charset "UTF-8";
@font-face {
  font-family: "tb";
  src: url("../fonts/TrajanPro3Bold.woff2");
}
@font-face {
  font-family: "tr";
  src: url("../fonts/TrajanPro3Regular.woff2");
}
@font-face {
  font-family: "tsb";
  src: url("../fonts/TrajanPro3SemiBold.woff2");
}
@font-face {
  font-family: "uec";
  src: url("../fonts/UTMEssendineCaps.woff2");
}
@font-face {
  font-family: "uecb";
  src: url("../fonts/UTMEssendineCapsBold.woff2");
}
@font-face {
  font-family: "ua";
  src: url("../fonts/UVFAssassin.woff2");
}
/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: table;
  clear: both;
}

::-webkit-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #595a5a;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #595a5a;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #595a5a;
}

*, .box_sizing_border_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.t-upper {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}

.rot-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.floating {
  -webkit-animation: floating 2s infinite;
          animation: floating 2s infinite;
}

img {
  display: block;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #b4a879;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
table tr td {
  border: 1px solid #000000;
  vertical-align: middle;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}

.arrow-active {
  -webkit-filter: invert(11%) sepia(94%) saturate(6984%) hue-rotate(22deg) brightness(89%) contrast(111%);
          filter: invert(11%) sepia(94%) saturate(6984%) hue-rotate(22deg) brightness(89%) contrast(111%);
}

.linear-text {
  background-image: -webkit-gradient(linear, left top, left bottom, from(darkorange), to(white));
  background-image: linear-gradient(to bottom, darkorange, white);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: 130%;
}

.c-pointer {
  cursor: pointer;
}

.zoom {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}
.zoom:hover, .zoom:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-in-out-box {
  -webkit-animation: zoom-in-zoom-out 1s ease infinite;
          animation: zoom-in-zoom-out 1s ease infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-in-zoom-out-tiny {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out-tiny {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.shake-box {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 0.3vw;
  bottom: 0;
  left: 0;
  background-color: #2c5894;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.button-disable, .receive-disable, .buy-disable {
  cursor: not-allowed !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.button-disable:hover, .receive-disable:hover, .buy-disable:hover {
  -webkit-transform: unset !important;
          transform: unset !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes appear_from_left {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes appear_from_left {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes appear_from_right {
  0% {
    margin-right: -50%;
    opacity: 0;
  }
  100% {
    margin-right: 0%;
    opacity: 1;
  }
}
@keyframes appear_from_right {
  0% {
    margin-right: -50%;
    opacity: 0;
  }
  100% {
    margin-right: 0%;
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8); /* Back to normal brightness */
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); /* Back to normal brightness */
  }
}
@keyframes glow {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.8);
            filter: brightness(1.8); /* Back to normal brightness */
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); /* Back to normal brightness */
  }
}
@-webkit-keyframes glowTiny {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); /* Back to normal brightness */
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); /* Back to normal brightness */
  }
}
@keyframes glowTiny {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); /* Back to normal brightness */
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); /* Back to normal brightness */
  }
}
@-webkit-keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* Adjust the distance the element moves up */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* Adjust the distance the element moves up */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360reverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate360reverse {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 0.3vw;
  position: absolute;
}
html,
body {
  /* Track */
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #171614;
}
html,
body {
  /* Handle */
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #f4a537;
  border-radius: 0.2vw;
}
html,
body {
  /* Handle on hover */
}
html ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background: #eb7234;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-family: "uec";
  background: #000;
}

html,
body {
  width: 100%;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1023px) {
  .hidden-mb {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  backdrop-filter: blur(2px);
  color: #fff6ce;
  font-family: "uec";
}
.modal .link-close {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: unset;
}
.modal .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1%;
  background: url(../images/modal/popup.png) no-repeat center center;
  background-size: 100% auto;
  width: 30vw;
  height: 16vw;
  position: relative;
  padding: 1% 0 1% 3.6%;
}
@media only screen and (max-width: 1023px) {
  .modal .modal-container {
    width: 90vw;
    height: 46vw;
    padding-left: 11%;
    padding: 1.5% 0 1.5% 11%;
  }
}
.modal .modal-container .modal-title {
  height: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tsb";
  font-size: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .modal .modal-container .modal-title {
    font-size: 3.1vw;
  }
}
.modal .modal-container .modal-title p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.modal .modal-container .modal-title p span {
  background: #ffffa3;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7e71f), to(#ffffff));
  background: linear-gradient(to top, #e7e71f 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-container .modal-wrapper {
  font-family: "uec";
  font-size: 0.75vw;
}
@media only screen and (max-width: 1023px) {
  .modal .modal-container .modal-wrapper {
    font-size: 2.5vw;
  }
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 0vw;
  right: -0.95vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1023px) {
  .close-btn {
    top: -2vw;
    right: -3.95vw;
  }
}
.close-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.close-btn img {
  width: auto;
  height: 2.021vw;
}
@media only screen and (max-width: 1023px) {
  .close-btn img {
    height: 7.733vw;
  }
}

.lang-switch {
  position: fixed;
  top: 1.2vw;
  right: 1.2vw;
  z-index: 999;
  font-family: "tsb";
}
@media only screen and (max-width: 1023px) {
  .lang-switch {
    top: 3vw;
    right: 3vw;
  }
}
.lang-switch .lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4vw;
  cursor: pointer;
  background: rgba(20, 12, 6, 0.55);
  border: 0.05vw solid rgba(255, 192, 18, 0.4);
  border-radius: 0.6vw;
  padding: 0.4vw 0.7vw;
  color: #ffc012;
  font-size: 0.9vw;
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 0 0.8vw rgba(255, 192, 18, 0.25);
          box-shadow: 0 0 0.8vw rgba(255, 192, 18, 0.25);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-current {
    gap: 1vw;
    border-radius: 1.5vw;
    padding: 1.2vw 2vw;
    font-size: 3vw;
    -webkit-box-shadow: 0 0 2vw rgba(255, 192, 18, 0.25);
            box-shadow: 0 0 2vw rgba(255, 192, 18, 0.25);
    text-shadow: 0.3vw 0.3vw 0.5vw rgba(0, 0, 0, 0.5);
  }
}
.lang-switch .lang-current img {
  width: 1.1vw;
  height: 1.1vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-current img {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.lang-switch .lang-current .arrow {
  width: 0;
  height: 0;
  margin-left: 0.2vw;
  border-left: 0.3vw solid transparent;
  border-right: 0.3vw solid transparent;
  border-top: 0.35vw solid #ffc012;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-current .arrow {
    margin-left: 0.5vw;
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.1vw solid #ffc012;
  }
}
.lang-switch .lang-current:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.lang-switch.open .lang-current .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lang-switch .lang-list {
  position: absolute;
  top: 110%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(20, 12, 6, 0.85);
  border: 0.05vw solid rgba(255, 192, 18, 0.4);
  border-radius: 0.6vw;
  overflow: hidden;
  min-width: 100%;
  -webkit-box-shadow: 0 0 0.8vw rgba(255, 192, 18, 0.25);
          box-shadow: 0 0 0.8vw rgba(255, 192, 18, 0.25);
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-list {
    border-radius: 1.5vw;
    -webkit-box-shadow: 0 0 2vw rgba(255, 192, 18, 0.25);
            box-shadow: 0 0 2vw rgba(255, 192, 18, 0.25);
  }
}
.lang-switch .lang-list .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4vw;
  padding: 0.4vw 0.7vw;
  cursor: pointer;
  color: #e3c79d;
  font-size: 0.85vw;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-list .lang-item {
    gap: 1vw;
    padding: 1.2vw 2vw;
    font-size: 2.8vw;
  }
}
.lang-switch .lang-list .lang-item img {
  width: 1.1vw;
  height: 1.1vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .lang-switch .lang-list .lang-item img {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.lang-switch .lang-list .lang-item:hover {
  background: rgba(255, 192, 18, 0.15);
  color: #ffc012;
}
.lang-switch .lang-list .lang-item.active {
  color: #ffc012;
  background: rgba(255, 192, 18, 0.1);
}

.navbar {
  background: url(https://fstruyenky.com) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 888;
}
@media only screen and (max-width: 1023px) {
  .navbar {
    background: url(https://fstruyenky.com) no-repeat top center;
    background-size: 100% auto;
  }
}
.navbar .navbar-container {
  width: 79.375vw;
  height: 5.781vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-right: 2vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container {
    width: 100vw;
    height: 14.8vw;
  }
}
.navbar .navbar-container a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.navbar .navbar-container a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.navbar .navbar-container a.logo-holder img {
  width: auto;
  height: 12.031vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container a.logo-holder img {
    height: 24vw;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container a.logo-holder {
    position: absolute;
    left: -5vw;
    top: 14vw;
  }
}
.navbar .navbar-container a.link-holder img {
  width: auto;
  margin-top: -0.6vw;
  height: 6.146vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container a.link-holder img {
    margin-top: -1.5vw;
    height: 15.5vw;
  }
}
.navbar .navbar-container a.link-holder:nth-child(2) {
  margin-left: -2vw;
}
.navbar .navbar-container a.link-holder:last-child img {
  margin-top: 2vw;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-container a.link-holder:last-child {
    position: absolute;
    right: 1vw;
    top: 12vw;
  }
}

.frame-1 {
  background: url("../images/frame-1/bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 {
    background: url("../images/frame-1/bg-mb.jpg") no-repeat top center;
    background-size: cover;
  }
}
.frame-1 .frame-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container {
    height: 144vw;
  }
}

.frame-1 .frame-container .frame-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vh;
  font-family: "tr";
  color: #fffae4;
  margin-top: 1.5vh;
  font-size: 1.5vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-link {
    margin-top: 3vw;
    font-size: 2.6vw;
  }
}
.frame-1 .frame-container .frame-link a {
  color: #fffae4;
}
.frame-1 .frame-container .frame-logo {
  margin-top: 1vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-logo {
    margin-top: 2vw;
  }
}
.frame-1 .frame-container .frame-logo img {
  margin-left: 3vh;
  width: auto;
  height: 14.815vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-logo img {
    margin-left: 6vw;
    height: 23vw;
  }
}
.frame-1 .frame-container .frame-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.3vh;
  margin-top: 3vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan {
    margin-top: 3vw;
    gap: 0.5vw;
    margin-left: -9vw;
  }
}
.frame-1 .frame-container .frame-slogan::after {
  content: "";
  background: url(../images/frame-1/light.png) no-repeat center center;
  background-size: 100% auto;
  width: 60.37vh;
  height: 41.759vh;
  position: absolute;
  top: -3%;
  left: -5%;
  mix-blend-mode: lighten;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan::after {
    width: 55vw;
    height: 36vw;
    top: 46%;
    left: 15%;
  }
}
.frame-1 .frame-container .frame-slogan .sub-title {
  position: absolute;
  top: 100%;
  width: auto;
  height: 2.778vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .sub-title {
    height: 4.5vw;
    margin-left: 3vw;
  }
}
.frame-1 .frame-container .frame-slogan .new-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(../images/frame-1/new.png) no-repeat center center;
  background-size: 100% auto;
  width: 9.167vh;
  height: 9.167vh;
  font-family: "tsb";
  gap: 0.5vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .new-container {
    gap: 0.5vw;
    width: 14.133vw;
    height: 14vw;
  }
}
.frame-1 .frame-container .frame-slogan .new-container p {
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.4vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .new-container p {
    font-size: 2.5vw;
  }
}
.frame-1 .frame-container .frame-slogan .new-container p.highlight {
  font-size: 2.3vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .new-container p.highlight {
    font-size: 4vw;
  }
}
.frame-1 .frame-container .frame-slogan .new-container p:nth-child(3) {
  font-size: 1.1vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .new-container p:nth-child(3) {
    font-size: 2.2vw;
  }
}
.frame-1 .frame-container .frame-slogan .slogan-holder img {
  width: auto;
  height: 10.556vh;
  margin-top: -1.2vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .slogan-holder img {
    margin-top: 0;
    height: 16vw;
    margin-top: -2vw;
  }
}
.frame-1 .frame-container .frame-slogan .play-btn {
  position: absolute;
  left: 98%;
  width: 8.426vh;
  height: 7.87vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .play-btn {
    width: 13vw;
    height: 12vw;
  }
}
.frame-1 .frame-container .frame-slogan .play-btn::before {
  content: "";
  background: url(../images/frame-1/play-btn.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}
.frame-1 .frame-container .frame-slogan .play-btn img {
  position: absolute;
  width: auto;
  height: 4.167vh;
  margin-left: 0.5vh;
  -webkit-animation: zoom-in-zoom-out 2s ease infinite;
          animation: zoom-in-zoom-out 2s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-slogan .play-btn img {
    margin-left: 1vw;
    height: 8vw;
  }
}
.frame-1 .frame-container .frame-time {
  position: absolute;
  bottom: 28vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time {
    bottom: 3vw;
  }
}
.frame-1 .frame-container .frame-time h1.title {
  background: url(../images/frame-1/title.png) no-repeat center center;
  background-size: 100% auto;
  width: 77.5vh;
  height: 3.426vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tsb";
  font-size: 2.3vh;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time h1.title {
    width: 100vw;
    height: 6vw;
    background: url(../images/frame-1/title.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 2.8vw;
  }
}
.frame-1 .frame-container .frame-time p.time {
  background: url(../images/frame-1/time.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47.5vh;
  height: 2.778vh;
  color: #ffc012;
  font-size: 1.75vh;
  font-family: "tr";
  margin-top: 2vh;
  text-shadow: 0 0 5px #c1b289, 0 0 10px #c1b289, 0 0 20px #c1b289, 0 0 40px #c1b289;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time p.time {
    margin-top: 1vw;
    width: 95vw;
    height: 6vw;
    font-size: 3.4vw;
  }
}
.frame-1 .frame-container .frame-time .frame-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vh;
  margin-top: 2vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-button {
    gap: 4vw;
    margin-top: 1vw;
  }
}
.frame-1 .frame-container .frame-time .frame-button button {
  cursor: pointer;
  background: url(../images/frame-1/main-btn.png) no-repeat center center;
  background-size: 100% auto;
  border: unset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 21.759vh;
  height: 7.685vh;
  color: #ffffff;
  font-family: "tsb";
  font-size: 1.7vh;
  line-height: 1.05;
}
.frame-1 .frame-container .frame-time .frame-button button.tai-auto-btn {
  background-image: url(../images/frame-1/tai-auto.png);
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-button button {
    width: 31vw;
    height: 11vw;
    font-size: 2.7vw;
  }
}
.frame-1 .frame-container .frame-time .frame-button button p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.frame-1 .frame-container .frame-time .frame-button button p span {
  font-size: 1vh;
}
.frame-1 .frame-container .frame-time .frame-button button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.frame-1 .frame-container .frame-time .frame-download {
  background: url(../images/frame-1/download-container.png) no-repeat center center;
  background-size: 100% auto;
  width: 40.463vh;
  height: 11.667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75vh;
  margin-top: 2vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-download {
    width: 83vw;
    height: 24vw;
    margin-top: 1vw;
    gap: 1.5vw;
  }
}
.frame-1 .frame-container .frame-time .frame-download .download-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-download .download-container {
    gap: 1.5vw;
  }
}
.frame-1 .frame-container .frame-time .frame-download .download-container a {
  position: relative;
  width: 15vh;
  height: 5vh;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-download .download-container a {
    width: 30vw;
    height: 9vw;
  }
}
.frame-1 .frame-container .frame-time .frame-download .download-container a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.frame-1 .frame-container .frame-time .frame-download .download-container a p {
  position: absolute;
  left: 30%;
  top: 12%;
  font-family: "tr";
  font-size: 1vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-download .download-container a p {
    font-size: 1.9vw;
  }
}
.frame-1 .frame-container .frame-time .frame-download .download-container a.ios-btn {
  background: url(../images/frame-1/ios-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-time .frame-download .download-container a.android-btn {
  background: url(../images/frame-1/android-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-time .frame-download .credit-btn,
.frame-1 .frame-container .frame-time .frame-download .giftcode-btn {
  width: 10.37vh;
  height: 10.37vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.25vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-time .frame-download .credit-btn,
  .frame-1 .frame-container .frame-time .frame-download .giftcode-btn {
    width: 20vw;
    height: 20vw;
    font-size: 2.5vw;
  }
}
.frame-1 .frame-container .frame-time .frame-download .credit-btn:hover,
.frame-1 .frame-container .frame-time .frame-download .giftcode-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.frame-1 .frame-container .frame-time .frame-download .credit-btn p,
.frame-1 .frame-container .frame-time .frame-download .giftcode-btn p {
  text-align: center;
  color: #e3c79d;
  height: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tb";
}
.frame-1 .frame-container .frame-time .frame-download .giftcode-btn {
  background: url(../images/frame-1/giftcode-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-time .frame-download .credit-btn {
  background: url(../images/frame-1/credit-btn.png) no-repeat center center;
  background-size: 100% auto;
}
.frame-1 .frame-container .frame-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 57vh;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero {
    top: 88vw;
  }
}
.frame-1 .frame-container .frame-hero p {
  position: absolute;
}
.frame-1 .frame-container .frame-hero p:nth-child(1) img {
  height: 38.704vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(1) img {
    height: 37.2vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(2) {
  margin-right: 27%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(2) {
    margin-right: 33%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(2) img {
  height: 30.37vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(2) img {
    height: 29.2vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(3) {
  margin-left: 27%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(3) {
    margin-left: 33%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(3) img {
  height: 36.296vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(3) img {
    height: 34.8vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(4) {
  margin-right: 45%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(4) {
    margin-right: 60%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(4) img {
  height: 31.204vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(4) img {
    height: 29.867vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(5) {
  margin-left: 45%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(5) {
    margin-left: 60%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(5) img {
  height: 31.204vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(5) img {
    height: 31.333vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(6) {
  margin-right: 62%;
  margin-top: 2%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(6) {
    margin-right: 80%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(6) img {
  height: 26.574vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(6) img {
    height: 25.6vw;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(7) {
  margin-left: 70%;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(7) {
    margin-left: 95%;
  }
}
.frame-1 .frame-container .frame-hero p:nth-child(7) img {
  height: 30.556vh;
}
@media only screen and (max-width: 1023px) {
  .frame-1 .frame-container .frame-hero p:nth-child(7) img {
    height: 29.467vw;
  }
}
.frame-1 .frame-container .frame-hero p img {
  width: auto;
}

.frame-2 {
  background: url("../images/frame-2/bg.jpg") no-repeat top center;
  background-size: 100% auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .frame-2 {
    background: url("../images/frame-2/bg-mb.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-2 .frame-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 89.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container {
    height: 127.733vw;
  }
}

.frame-2 .frame-container .frame-title {
  background: url(../images/frame-2/title.png) no-repeat center center;
  background-size: 100% auto;
  width: 32.188vw;
  height: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 6%;
  font-family: "tb";
  color: #000000;
  font-size: 0.95vw;
  padding-top: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-title {
    width: 90vw;
    height: 7vw;
    font-size: 2.5vw;
    padding-top: 0.6vw;
  }
}
.frame-2 .frame-container .frame-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw;
  position: absolute;
  top: 10%;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress {
    gap: 2vw;
    top: 12%;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-1.vi {
  top: 3vw;
  left: -4.7vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .sub-title-1.vi {
    top: 5vw;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-1 {
  top: 3vw;
  left: -3.4vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .sub-title-1 {
    top: 5vw;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-2 {
  right: -3vw;
  top: 3vw;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .sub-title-2 {
    right: -4vw;
    top: 5vw;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-2.vi {
  right: -3vw;
  top: 3vw;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .sub-title-2.vi {
    right: -4vw;
    top: 5vw;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-1,
.frame-2 .frame-container .frame-progress .sub-title-2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 0.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "tr";
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .sub-title-1,
  .frame-2 .frame-container .frame-progress .sub-title-2 {
    font-size: 2vw;
  }
}
.frame-2 .frame-container .frame-progress .sub-title-1 span,
.frame-2 .frame-container .frame-progress .sub-title-2 span {
  background: #ffeea2;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeea2), to(#fff9eb));
  background: linear-gradient(to top, #ffeea2 0%, #fff9eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-2 .frame-container .frame-progress .progress-line {
  border: 2px solid #876a39;
  width: 50vw;
  height: 0.5vw;
  position: absolute;
  top: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-line {
    width: 90vw;
    top: 28.5%;
    height: 1.5vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-line::before, .frame-2 .frame-container .frame-progress .progress-line::after {
  width: 4.635vw;
  height: 4.948vw;
  position: absolute;
  z-index: 7;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-line::before, .frame-2 .frame-container .frame-progress .progress-line::after {
    width: 7.635vw;
    height: 7.948vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-line::before {
  content: "";
  background: url(../images/frame-2/start.png) no-repeat center center;
  background-size: 100% auto;
  left: -2.3vw;
}
.frame-2 .frame-container .frame-progress .progress-line::after {
  content: "";
  background: url(../images/frame-2/end.png) no-repeat center center;
  background-size: 100% auto;
  right: -2.3vw;
}
.frame-2 .frame-container .frame-progress .progress-line .current-line {
  position: absolute;
  height: 170%;
  background: url(../images/frame-2/line-active.png) repeat center center;
  background-size: cover;
  margin-left: -0.3%;
  -webkit-animation: glow 2s ease infinite;
          animation: glow 2s ease infinite;
}
.frame-2 .frame-container .frame-progress .progress-line .current-line::before {
  content: "";
  width: 5.677vw;
  height: 5.365vw;
  background: url(../images/frame-2/camel.gif) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-line .current-line::before {
    width: 10.677vw;
    height: 9.365vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-line .current-line::after {
  content: "";
  width: 8.906vw;
  height: 2.24vw;
  background: url(../images/frame-2/sand-start.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 90%;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-line .current-line::after {
    width: 14.906vw;
    height: 3.24vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.frame-2 .frame-container .frame-progress .progress-holder.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.frame-2 .frame-container .frame-progress .progress-holder.active .progress-item img {
  -webkit-animation: tada 2s ease infinite;
          animation: tada 2s ease infinite;
}
.frame-2 .frame-container .frame-progress .progress-holder .progress-total {
  width: 4.063vw;
  height: 1.667vw;
  background: url(../images/frame-2/progress-title.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tsb";
  font-size: 0.95vw;
  padding-bottom: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-holder .progress-total {
    width: 13.063vw;
    height: 5.667vw;
    font-size: 2.5vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-holder .progress-dot img {
  width: auto;
  height: 3.385vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-holder .progress-dot img {
    height: 8.385vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-holder .progress-item {
  background: url(../images/frame-2/chest-holder.png) no-repeat center center;
  background-size: 100% auto;
  width: 5.938vw;
  height: 5.833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-holder .progress-item {
    width: 12.938vw;
    height: 12.833vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-holder .progress-item img {
  width: 85%;
  max-height: 95%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-2 .frame-container .frame-progress .progress-holder .progress-name {
  background: url(../images/frame-2/name-holder.png) no-repeat center center;
  background-size: 100% auto;
  width: 10.104vw;
  height: 2.708vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  text-align: center;
  font-family: "uec";
  color: #ffedb0;
  font-size: 0.85vw;
  padding-bottom: 0.2vw;
  margin-top: 0.7vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-holder .progress-name {
    width: 21.104vw;
    height: 5.708vw;
    margin-top: 2vw;
    font-size: 2.2vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-main {
  background: url(../images/frame-2/total.png) no-repeat center center;
  background-size: 100% auto;
  width: 31.771vw;
  height: 1.563vw;
  position: absolute;
  top: calc(100% + 2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tr";
  font-size: 0.75vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-main {
    width: 90vw;
    height: 7vw;
    font-size: 2.3vw;
  }
}
.frame-2 .frame-container .frame-progress .progress-main p span {
  background: #ffeea2;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeea2), to(#fff9eb));
  background: linear-gradient(to top, #ffeea2 0%, #fff9eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.95vw;
  font-weight: bold;
  -webkit-animation: glowTiny 2s ease infinite;
          animation: glowTiny 2s ease infinite;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-progress .progress-main p span {
    font-size: 2.5vw;
  }
}
.frame-2 .frame-container .title-2 {
  top: 37%;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .title-2 {
    top: 50%;
  }
}
.frame-2 .frame-container .title-2 p.note {
  position: absolute;
  top: calc(100% + 1vw);
  font-size: 1vw;
  height: 2.5vw;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .title-2 p.note {
    top: calc(100% + 3vw);
    font-size: 2.2vw;
  }
}
.frame-2 .frame-container .frame-feature {
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-feature {
    width: 80vw;
    height: 41vw;
    top: 65%;
  }
}
@media only screen and (min-width: 1024px) {
  .frame-2 .frame-container .frame-feature {
    display: -ms-grid;
    display: grid;
    top: 47%;
    -ms-grid-columns: 1fr 2vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 2vw 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 2vw;
  }
  .frame-2 .frame-container .frame-feature > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .frame-2 .frame-container .frame-feature > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .frame-2 .frame-container .frame-feature > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .frame-2 .frame-container .frame-feature > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.frame-2 .frame-container .frame-feature .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.133vw;
  height: 9.733vw;
  border: unset;
}
.frame-2 .frame-container .frame-feature .slick-arrow.slick-prev {
  background: url(../images/frame-2/arrow-left.png) no-repeat center center;
  background-size: 100% auto;
  right: calc(100% + 1.5vw);
}
.frame-2 .frame-container .frame-feature .slick-arrow.slick-next {
  background: url(../images/frame-2/arrow-right.png) no-repeat center center;
  background-size: 100% auto;
  left: calc(100% + 1.5vw);
}
.frame-2 .frame-container .frame-feature .slick-list {
  height: 100%;
}
.frame-2 .frame-container .frame-feature .slick-list .slick-track {
  height: 100%;
}
.frame-2 .frame-container .frame-feature .feature-container {
  font-family: "uec";
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-feature .feature-container {
    background: url(../images/frame-2/content-detail.png) no-repeat top 1vw center;
    background-size: 100% auto;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .frame-2 .frame-container .frame-feature .feature-container {
    width: 25.208vw;
    height: 12.708vw;
    padding: 3.5vw 1vw 1vw 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background: url(../images/frame-2/content-detail.png) no-repeat center center;
    background-size: 100% auto;
    position: relative;
  }
}
.frame-2 .frame-container .frame-feature .feature-container p {
  color: #000000;
  font-size: 0.85vw;
}
.frame-2 .frame-container .frame-feature .feature-container p strong {
  font-family: "tb";
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-feature .feature-container p {
    margin: 9.5vw 3vw 3vw 3vw;
    font-size: 2.85vw;
  }
}
.frame-2 .frame-container .frame-feature .feature-container h1 {
  background: url(../images/frame-2/content-title.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 3vw;
  top: -0.5vw;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "tsb";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 0.95vw;
  line-height: 1.1;
  padding-top: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .frame-2 .frame-container .frame-feature .feature-container h1 {
    height: 10vw;
    top: 0;
    font-size: 2.95vw;
    padding-top: 0.6vw;
  }
}
.frame-2 .frame-container .frame-feature .feature-container h1 span {
  background: #ffffa3;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffa3), to(#ffffff));
  background: linear-gradient(to top, #ffffa3 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-3 {
  background: url("../images/frame-3/bg.jpg") no-repeat top center;
  background-size: 100% auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 {
    background: url("../images/frame-3/bg-mb.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-3 .frame-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container {
    height: 205.733vw;
  }
}

.frame-3 .frame-container .frame-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 12%;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-content {
    left: unset;
    top: 41%;
  }
}
.frame-3 .frame-container .frame-content .new-version {
  width: auto;
  height: 1.719vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-content .new-version {
    height: 6vw;
  }
}
.frame-3 .frame-container .frame-content .slogan {
  width: auto;
  height: 15.833vw;
  margin-top: 1vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .frame-content .slogan {
    height: 55vw;
    margin-top: 3vw;
  }
}
.frame-3 .frame-container .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  margin-top: -4vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .feature-container {
    margin-top: -15vw;
  }
}
.frame-3 .frame-container .feature-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.frame-3 .frame-container .feature-holder img {
  width: auto;
  height: 7.24vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .feature-holder img {
    height: 24vw;
  }
}
.frame-3 .frame-container .feature-holder:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.frame-3 .frame-container .feature-holder:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.frame-3 .frame-container .feature-holder p {
  font-family: "ua";
  font-size: 0.95vw;
  color: #fefefe;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .feature-holder p {
    font-size: 2.5vw;
  }
}
.frame-3 .frame-container .feature-holder p.highlight {
  background: url(../images/frame-3/title.png) no-repeat center center;
  background-size: 100% auto;
  width: 9.063vw;
  height: 1.823vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8vw;
  padding-bottom: 0.1vw;
  margin-top: -0.5vw;
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .feature-holder p.highlight {
    width: 27vw;
    height: 5vw;
    margin-top: -1.5vw;
    font-size: 2.5vw;
  }
}
.frame-3 .frame-container .feature-holder p.highlight span {
  background: #ffe374;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe374), to(#fefefe));
  background: linear-gradient(to top, #ffe374 0%, #fefefe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-3 .frame-container {
  /* 2 item trên */
}
.frame-3 .frame-container .feature-holder:nth-child(-n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.frame-3 .frame-container .feature-holder:nth-child(1) {
  padding-left: 25%;
}
.frame-3 .frame-container .feature-holder:nth-child(2) {
  padding-right: 25%;
}
.frame-3 .frame-container {
  /* 3 item dưới */
}
.frame-3 .frame-container .feature-holder:nth-child(n+3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
}
@media only screen and (max-width: 1023px) {
  .frame-3 .frame-container .feature-holder:nth-child(n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(26% - 10px);
            flex: 0 0 calc(26% - 10px);
  }
}

.frame-4 {
  background: url("../images/frame-4/bg.jpg") no-repeat top center;
  background-size: 100% auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .frame-4 {
    background: url("../images/frame-4/bg-mb.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
.frame-4 .frame-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34.2vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container {
    height: 83.067vw;
  }
}

.frame-4 .frame-container .frame-title {
  position: absolute;
  top: 15%;
  pointer-events: none;
}
.frame-4 .frame-container .frame-title img {
  width: auto;
  height: 16.51vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-title img {
    height: 41.51vw;
  }
}
.frame-4 .frame-container .frame-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-social {
    gap: 4vw;
    top: 50%;
  }
}
.frame-4 .frame-container .frame-social a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.frame-4 .frame-container .frame-social a:hover {
  -webkit-animation: tada 2s ease infinite;
          animation: tada 2s ease infinite;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.frame-4 .frame-container .frame-social a img {
  width: auto;
  height: 3.49vw;
}
@media only screen and (max-width: 1023px) {
  .frame-4 .frame-container .frame-social a img {
    height: 10vw;
  }
}

.notify-wrapper {
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1vw;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .register-wrapper {
    gap: 3vw;
  }
}
.register-wrapper input {
  background: #a1864b;
  border: unset;
  height: 1.8vw;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-size: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .register-wrapper input {
    height: 3.2vw;
    font-size: 3vw;
  }
}
.register-wrapper button {
  cursor: pointer;
  background: url(../images/frame-1/main-btn.png) no-repeat center center;
  background-size: 100% auto;
  border: unset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 11vw;
  height: 4vw;
  color: #ffffff;
  font-family: "tsb";
  font-size: 1vw;
}
@media only screen and (max-width: 1023px) {
  .register-wrapper button {
    width: 31vw;
    height: 11vw;
    font-size: 2.7vw;
  }
}
.register-wrapper button p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.register-wrapper button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.footer {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw 0;
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 12vw 0;
  }
}
.footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer .footer-container .footer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "font-footer";
}
.footer .footer-container .footer-detail p {
  font-size: 0.85vw;
  color: #bab9b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .footer-detail p {
    font-size: 2.8vw;
  }
}
.footer .footer-container .footer-detail p:nth-child(1) {
  font-family: "main-text";
  text-transform: uppercase;
  color: #a3997d;
}
.footer .footer-container .footer-detail p:nth-child(1) a {
  color: #a3997d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footer-container .footer-detail p:nth-child(1) a:hover {
  color: #cfb262;
}
.footer .footer-container .right-link, .footer .footer-container .left-link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .right-link, .footer .footer-container .left-link {
    gap: 3vw;
  }
}
.footer .footer-container .right-link {
  left: calc(100% + 4vw);
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .right-link {
    left: unset;
    top: calc(100% + 3vw);
  }
}
.footer .footer-container .right-link .logo-gosu {
  width: auto;
  height: 1.5vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .right-link .logo-gosu {
    height: 3.5vw;
  }
}
.footer .footer-container .right-link .logo-gihot {
  width: auto;
  height: 1.3vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .right-link .logo-gihot {
    height: 3.3vw;
  }
}
.footer .footer-container .left-link {
  right: calc(100% + 4vw);
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .left-link {
    right: unset;
    bottom: calc(100% + 4vw);
  }
}
.footer .footer-container .left-link img {
  width: auto;
  height: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-container .left-link img {
    width: auto;
    height: 3.8vw;
  }
}
#sparkCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}
