@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #2a2a2a;
}

.button {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  filter: brightness(1.1);
}
.button {
  background-color: transparent;
}
.button-register {
  background-image: url("/images/dang_ky_ngay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 23.125vw;
  height: 4.7916666667vw;
}

@media (max-width: 768px) {
  .button-register {
    width: 58.8541666667vw;
    height: 13.0208333333vw;
  }
}
@font-face {
  font-family: "nth-bold";
  src: url("/font/NTH Justice Mist Bold.ttf") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nth-regular";
  src: url("/font/NTH Justice Mist Regular.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nth-medium";
  src: url("/font/NTH Justice Mist Medium.ttf") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "uvnlaxanh-b";
  src: url("/font/uvnlaxanh-b.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow-light";
  src: url("/font/barlow.light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow-semibold";
  src: url("/font/barlow.semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.nth-bold {
  font-family: "nth-bold", sans-serif;
}

.nth-regular {
  font-family: "nth-regular", sans-serif;
}

.uvnlaxanh-b {
  font-family: "uvnlaxanh-b", sans-serif;
}

.nav-fake {
  width: 100vw;
  height: 1.8229166667vw;
  z-index: 1;
}

.navbar {
  position: fixed;
  width: 100vw;
  height: 3.90625vw;
  top: 0;
  z-index: 1000;
  background-image: url("../images/header-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: height 0.2s ease, font-size 0.2s ease;
}
.navbar-logo {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.navbar-logo img {
  width: 11.375vw;
  height: 3.1666666667vw;
  object-fit: contain;
  transition: width 0.2s ease, height 0.2s ease;
}
.navbar-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.28125vw;
}
.navbar .navbar-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.40625vw;
  font-family: "nth-bold";
  text-transform: uppercase;
  position: relative;
}
.navbar .navbar-menu ul li a.active {
  color: #f1e79c;
}
.navbar .home-icon {
  width: 1.8229166667vw;
  height: 1.5104166667vw;
  background-image: url(../images/home-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar .icon-notification {
  width: 1.3020833333vw;
  height: 1.5104166667vw;
  background-image: url(../images/icon-notification.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease, width 0.2s ease, height 0.2s ease;
  transform-origin: top center;
  position: relative;
}
.navbar .icon-notification:hover {
  animation: bell-shake 0.5s ease-in-out;
}
.navbar .icon-notification .notification-count {
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 50%;
  position: absolute;
  top: -0.2604166667vw;
  right: -0.2604166667vw;
  background-color: #ff0000;
  color: white;
  font-size: 0.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "barlow-light", sans-serif;
  line-height: 1;
  transition: width 0.2s ease, height 0.2s ease, font-size 0.2s ease;
}
.navbar .login-button {
  width: 11.153125vw;
  height: 2.2046875vw;
  background-image: url(../images/btn-login.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: width 0.2s ease, height 0.2s ease;
}
.navbar .logout-button {
  width: 2.1875vw;
  height: 2.1875vw;
  background-image: url(../images/logout-button.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: width 0.2s ease, height 0.2s ease;
}
.navbar .username {
  font-family: "uvnlaxanh-b", sans-serif;
  font-size: 1.0416666667vw;
  color: #fff9df;
  width: 5.5208333333vw;
  text-align: left;
  border-right: 0.1041666667vw solid #fff9df;
  padding-right: 0.4166666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.5208333333vw;
  transition: font-size 0.2s ease;
}
.navbar .nav-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
.navbar .notification-popup {
  position: absolute;
  top: 3.125vw;
  right: 3.8020833333vw;
  width: 14.6875vw;
  height: 18.90625vw;
  background-image: url(../images/notification-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1001;
}
.navbar .notification-popup.show {
  display: block;
}
.navbar .notification-list {
  width: 100%;
  height: 100%;
  padding: 2.0833333333vw 0 0.5208333333vw 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.navbar .notification-list::-webkit-scrollbar {
  width: 0.5729166667vw;
}
.navbar .notification-list::-webkit-scrollbar-track {
  background: #93d3aa;
  border-radius: 0.5208333333vw;
}
.navbar .notification-list::-webkit-scrollbar-thumb {
  background: #3a8e7a;
  border-radius: 0.5208333333vw;
  background-clip: padding-box;
  border: 0.1041666667vw solid transparent;
  transition: background 0.2s ease;
}
.navbar .notification-list::-webkit-scrollbar-thumb:hover {
  background: #2d6f5f;
}
.navbar .notification-list::-webkit-scrollbar-thumb:active {
  background: #1f4d41;
}
.navbar .notification-list {
  scrollbar-width: thin;
  scrollbar-color: #3a8e7a #93d3aa;
}
.navbar .notification-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5208333333vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.navbar .notification-item:hover {
  background-color: #f3e6b6;
}
.navbar .notification-item.read .notification-text {
  opacity: 0.6;
}
.navbar .notification-item.read .notification-unread {
  display: none;
}
.navbar .notification-text {
  font-family: "uvnlaxanh-b", sans-serif;
  font-size: 0.8333333333vw;
  color: #2c1408;
  flex: 1;
  line-height: 1.5;
}
.navbar .notification-unread {
  width: 1.9270833333vw;
  height: 2.03125vw;
  background-image: url(../images/notification-unread-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 0.5208333333vw;
}

.nav-link:nth-child(1).active::after {
  bottom: -5vw;
}
.nav-link.active {
  color: #f1e79c !important;
}
.nav-link.active .home-icon {
  background-image: url(../images/home-icon-active.png);
}
.nav-link.active::after {
  content: "";
  display: block;
  width: 7.8125vw;
  height: 7.2395833333vw;
  background-image: url(../images/nav-hover-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4.7916666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.nav-link .home-icon {
  background-image: url(../images/home-icon.png);
}

.navbar.mini-nav {
  height: 2.8125vw;
}
.navbar.mini-nav .navbar-logo img {
  width: 9.1vw;
  height: 2.5333333333vw;
  transition: width 0.2s ease, height 0.2s ease;
}
.navbar.mini-nav .nav-link:nth-child(1).active::after {
  bottom: -4.4270833333vw;
}
.navbar.mini-nav .nav-link.active::after {
  bottom: -4.21875vw;
}
.navbar.mini-nav .login-button {
  width: 9.40625vw;
  height: 1.859375vw;
}
.navbar.mini-nav .notification-popup {
  top: 2.6041666667vw;
}

/* Thêm media query cho màn hình nhỏ hơn hoặc bằng 768px */
@media (max-width: 768px) {
  .navbar {
    display: block;
    height: 11.0677083333vw;
    background-image: url(../images/header-background-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .navbar .notification-popup {
    position: absolute;
    top: 8.0729166667vw;
    right: -2.6041666667vw;
    width: 60vw;
    max-height: 60vh;
    height: auto;
  }
  .navbar .notification-list {
    padding: 5.2083333333vw 0 1.3020833333vw 0;
  }
  .navbar .icon-notification {
    width: 3.2552083333vw;
    height: 3.7760416667vw;
  }
  .navbar .icon-notification .notification-count {
    width: 2.34375vw;
    height: 2.34375vw;
    top: -0.6510416667vw;
    right: -0.6510416667vw;
    font-size: 2.34375vw;
  }
  .navbar .notification-item {
    padding: 1.6927083333vw;
  }
  .navbar .notification-text {
    font-size: 2.6041666667vw;
  }
  .navbar .notification-unread {
    width: 4.8177083333vw;
    height: 5.078125vw;
    margin-left: 1.3020833333vw;
  }
  .navbar .username {
    width: 13.8020833333vw;
    height: auto;
    font-size: 2.9947916667vw;
    border-right: 0.2604166667vw solid #fff9df;
    margin: 0 1.3020833333vw;
    line-height: 1.5;
  }
  .navbar .logout-button {
    width: 5.46875vw;
    height: 5.46875vw;
  }
  .navbar .navbar-container {
    display: block;
  }
  .navbar .navbar-menu {
    width: 100%;
    padding-top: 6.5104166667vw;
  }
  .navbar .navbar-menu ul {
    flex-direction: column;
    gap: 0vw;
  }
  .navbar .navbar-menu ul li {
    padding: 3.90625vw;
  }
  .navbar .navbar-menu ul li a {
    font-size: 5.08203125vw;
    line-height: 1.5;
  }
  .navbar .menu-icon-button {
    width: 5.078125vw;
    height: 4.1666666667vw;
    background-image: url(../images/menu-icon-mb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 1.0416666667vw;
  }
  .navbar .login-button {
    width: 33.59375vw;
    height: 6.640625vw;
  }
  .navbar .nav-right {
    right: 2.6041666667vw;
  }
  .navbar .navbar-logo-mobile {
    position: absolute;
    left: 1.5625vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
  }
  .navbar .navbar-logo-mobile a {
    display: block;
    line-height: 0;
  }
  .navbar .navbar-logo-mobile img {
    width: 19.53125vw;
    height: auto;
    max-height: 6.5104166667vw;
    object-fit: contain;
    display: block;
  }
  .navbar-bottom {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
    height: 14.84375vw;
    background-color: #000000;
  }
  .navbar-bottom-menu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 4.5572916667vw;
  }
  .navbar-bottom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    height: auto;
  }
  .navbar-bottom-menu ul li {
    display: block;
    width: 100%;
  }
  .navbar-bottom-menu ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 3.515625vw;
    font-family: "uvnlaxanh-b";
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding-top: 4.5572916667vw;
    padding-bottom: 4.5572916667vw;
    width: 100%;
  }
  .navbar-bottom-menu ul li a.active {
    color: #f1e79c;
  }
  .navbar-bottom-menu ul li a .home-icon {
    width: 4.6875vw;
    height: 3.7760416667vw;
    display: inline-block;
    vertical-align: middle;
  }
  .navbar-bottom .nav-link.active::after {
    width: 19.53125vw;
    height: 18.0989583333vw;
    bottom: 0vw;
  }
  .menu-mobile-wrapper {
    display: none;
    position: fixed;
    top: 11.0677083333vw;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: calc(100% - 11.0677083333vw);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .menu-mobile-wrapper.show {
    display: block;
    opacity: 1;
  }
  .menu-mobile-wrapper .nav-link.active::after {
    width: 19.53125vw;
    height: 18.0989583333vw;
    bottom: -7.03125vw;
  }
}
@keyframes bell-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}
.popup-login #login-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popup-login.popup-ngan .popup-content,
.popup-login .popup-content {
  width: 100%;
  margin-bottom: 1.0416666667vw;
  height: 17.1875vw !important;
}
.popup-login .form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
.popup-login .form-grid.single-column {
  width: 100%;
}
.popup-login .form-group {
  width: 100%;
}
.popup-login .form-group input[type=text],
.popup-login .form-group input[type=password] {
  width: 100%;
  padding: 0.625vw 0.78125vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.0416666667vw;
  color: #4f3108;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.1041666667vw solid #c0a47e;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
}
.popup-login .form-group input[type=text]::placeholder,
.popup-login .form-group input[type=password]::placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup-login .form-group input[type=text]::-webkit-input-placeholder,
.popup-login .form-group input[type=password]::-webkit-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup-login .form-group input[type=text]::-moz-placeholder,
.popup-login .form-group input[type=password]::-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup-login .form-group input[type=text]:-ms-input-placeholder,
.popup-login .form-group input[type=password]:-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup-login .form-group input[type=text]:focus,
.popup-login .form-group input[type=password]:focus {
  border-color: #1d5e24;
  background-color: #fff;
}
.popup-login .form-group input[type=text].error,
.popup-login .form-group input[type=password].error {
  border-color: #d32f2f;
  background-color: rgba(255, 235, 235, 0.9);
}
.popup-login .forgot-password-container {
  display: flex;
  justify-content: center;
}
.popup-login .forgot-password-container .forgot-password-button {
  font-family: "nth-medium", sans-serif;
  font-size: 1.7708333333vw;
  color: #1d5e24;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.popup-login .forgot-password-container .forgot-password-button:hover {
  color: #27754f;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .popup-login.popup-ngan .popup-content,
  .popup-login .popup-content {
    margin-bottom: 1.6927083333vw;
    height: 27.9296875vw !important;
  }
  .popup-login .form-grid {
    gap: 1.6927083333vw;
  }
  .popup-login .form-group input[type=text],
  .popup-login .form-group input[type=password] {
    padding: 1.015625vw 1.26953125vw;
    font-size: 1.6927083333vw;
    border: 0.1692708333vw solid #c0a47e;
  }
  .popup-login .forgot-password-container .forgot-password-button {
    font-size: 2.8776041667vw;
  }
}
body.lock-body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup.hidden {
  display: none;
}
.popup .popup-container {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.popup .popup-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.popup.popup-nho .popup-container {
  width: 43.75vw;
  height: 41.7708333333vw;
}
.popup.popup-nho .popup-container::before {
  width: 60.2083333333vw;
  height: 46.5104166667vw;
  background-image: url("/images/popup_nho_background.png");
  background-size: 60.2083333333vw 46.5104166667vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup.popup-thuong .popup-container {
  width: 56.6666666667vw;
  height: 41.7708333333vw;
}
.popup.popup-thuong .popup-container::before {
  width: 73.75vw;
  height: 46.9791666667vw;
  background-image: url("/images/popup_thuong_background.png");
  background-size: 73.75vw 46.9791666667vw;
  left: -10vw;
  top: -0.5208333333vw;
}
.popup.popup-ngan .popup-container {
  width: 56.6666666667vw;
  height: 35.4166666667vw;
}
.popup.popup-ngan .popup-container::before {
  width: 72.3958333333vw;
  height: 41.09375vw;
  background-image: url("/images/popup_ngan_background.png");
  background-size: 72.3958333333vw 41.09375vw;
  left: -8.6458333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.popup .close-btn {
  position: absolute;
  top: 1.6145833333vw;
  right: 2.1875vw;
  width: 1.875vw;
  height: 1.875vw;
  cursor: pointer;
  background-image: url("/images/popup_close_button.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  transition: transform 0.3s ease;
}
.popup .close-btn:hover {
  transform: rotate(360deg);
}
.popup .popup-title {
  font-family: "nth-medium", sans-serif;
  font-size: 2.7083333333vw;
  margin-top: 2.0833333333vw;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #029d6d, #308467);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.popup .popup-title::before {
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background-image: url("/images/popup_title_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.popup .popup-title::after {
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background-image: url("/images/popup_title_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.popup .popup-content {
  font-family: "nth-medium", sans-serif;
  font-size: 1.71875vw;
  color: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 1.5104166667vw;
}
.popup#common-popup .popup-container {
  padding: 0 4.9479166667vw;
}
.popup#common-popup .popup-content {
  text-align: center;
  height: calc(100% - 15.625vw);
}
.popup.popup-nho .popup-content {
  height: calc(100% - 4.7916666667vw);
}
.popup.popup-thuong .popup-content {
  height: calc(100% - 4.7916666667vw);
}
.popup.popup-thuong .popup-content ul {
  list-style-type: disc;
  padding-left: 1.5625vw;
  margin: 0 0 0.78125vw 0;
}
.popup.popup-thuong .popup-content ul li {
  color: #101010;
  font-size: 1.71875vw;
  font-family: "nth-medium", sans-serif;
  margin: 0 0 0.5208333333vw 0;
  padding-left: 0.5208333333vw;
}
.popup.popup-ngan .popup-content {
  height: calc(100% - 4.7916666667vw);
}
.popup.popup-title-top .popup-title {
  margin-top: 1.0416666667vw;
}
.popup.popup-title-top.popup-nho .popup-content {
  height: calc(100% - 3.75vw);
}
.popup.popup-title-top.popup-thuong .popup-content {
  height: calc(100% - 3.75vw);
}
.popup.popup-title-top.popup-ngan .popup-content {
  height: calc(100% - 3.75vw);
}
.popup .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup .form-group input[type=text],
.popup .form-group input[type=password],
.popup .form-group input[type=email] {
  width: 41.25vw;
  height: 3.2291666667vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  border: 0.1041666667vw solid #96c3ab;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  padding: 0.625vw 0.78125vw;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #ecf3f0, #ffffff);
}
.popup .form-group input[type=text]::placeholder,
.popup .form-group input[type=password]::placeholder,
.popup .form-group input[type=email]::placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup .form-group input[type=text]::-webkit-input-placeholder,
.popup .form-group input[type=password]::-webkit-input-placeholder,
.popup .form-group input[type=email]::-webkit-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup .form-group input[type=text]::-moz-placeholder,
.popup .form-group input[type=password]::-moz-placeholder,
.popup .form-group input[type=email]::-moz-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup .form-group input[type=text]:-ms-input-placeholder,
.popup .form-group input[type=password]:-ms-input-placeholder,
.popup .form-group input[type=email]:-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1;
}
.popup .form-group input[type=text]:focus,
.popup .form-group input[type=password]:focus,
.popup .form-group input[type=email]:focus {
  border-color: #1d5e24;
}
.popup .form-group input[type=text].error,
.popup .form-group input[type=password].error,
.popup .form-group input[type=email].error {
  border-color: #d32f2f;
}
.popup .form-note {
  font-family: "nth-medium", sans-serif;
  font-size: 1.25vw;
  color: #101010;
  text-align: left;
  width: 41.25vw;
  margin: 0;
  padding: 0;
  margin-top: 0.5208333333vw;
}
.popup .form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .form-group-odd input[type=text],
.popup .form-group-odd input[type=password],
.popup .form-group-odd input[type=email] {
  background: linear-gradient(to right, #ecf3f0, #ffffff);
}
.popup .form-group-even input[type=text],
.popup .form-group-even input[type=password],
.popup .form-group-even input[type=email] {
  background: linear-gradient(to right, #ffffff, #ecf3f0);
}
.popup .form-row {
  display: flex;
  column-gap: 1.0416666667vw;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.popup .form-row .form-group {
  flex: 1;
  max-width: 41.25vw;
}
.popup .form-select {
  width: 100%;
  height: 3.2291666667vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  border: 0.1041666667vw solid #96c3ab;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  padding: 0vw 0.78125vw;
  background: linear-gradient(to right, #ecf3f0, #ffffff);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/dropdown-icon.png");
  background-repeat: no-repeat;
  background-position: right 1.71875vw top 1.40625vw;
  background-size: 1.1979166667vw 0.6770833333vw;
  padding-right: 3.4375vw;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.popup .form-select:focus {
  border-color: #1d5e24;
}
.popup .form-select.error {
  border: 0.1041666667vw solid #d32f2f;
}
.popup .platform-header {
  display: flex;
  column-gap: 1.0416666667vw;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
}
.popup .platform-header .platform-header-left,
.popup .platform-header .platform-header-right {
  flex: 0 0 22.9166666667vw;
  max-width: 22.9166666667vw;
  text-align: left;
}
.popup .platform-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  width: 100%;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  cursor: pointer;
}
.popup .platform-checkbox-label input[type=checkbox] {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  accent-color: #96c3ab;
}
.popup .platform-checkbox-label span {
  user-select: none;
}
.popup .checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  width: 41.25vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  cursor: pointer;
}
.popup .checkbox-label input[type=checkbox] {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  accent-color: #96c3ab;
  flex-shrink: 0;
}
.popup .checkbox-label span {
  user-select: none;
}
.popup .checkbox-label.error input[type=checkbox] {
  outline: 0.1041666667vw solid #d32f2f;
  outline-offset: 0.1041666667vw;
}
.popup .custom-file-input {
  width: 100%;
  height: 3.2291666667vw;
  border: 0.1041666667vw solid #96c3ab;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #ffffff, #ecf3f0);
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup .custom-file-input:hover {
  border-color: #1d5e24;
}
.popup .custom-file-input.error {
  border-color: #d32f2f;
}
.popup .custom-file-input .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.popup .custom-file-input .file-label {
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  pointer-events: none;
  z-index: 1;
  text-align: left;
  width: 100%;
  padding-left: 0.78125vw;
}
.popup .button.blank-button {
  width: 18.4895833333vw;
  height: 3.6458333333vw;
  background-image: url("/images/popup_button_background.png");
  background-size: 18.4895833333vw 3.6458333333vw;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "nth-medium", sans-serif;
  font-size: 1.7708333333vw;
  color: #c0e2ca;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}
.popup .button.blank-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.popup .button.blank-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .popup .close-btn {
    top: 2.6236979167vw;
    right: 3.5546875vw;
    width: 3.046875vw;
    height: 3.046875vw;
  }
  .popup .popup-title {
    font-size: 4.4010416667vw;
    margin-top: 3.3854166667vw;
    gap: 1.26953125vw;
  }
  .popup .popup-title::before {
    width: 2.1158854167vw;
    height: 2.1158854167vw;
  }
  .popup .popup-title::after {
    width: 2.1158854167vw;
    height: 2.1158854167vw;
  }
  .popup .popup-content {
    font-size: 2.79296875vw;
    gap: 2.4544270833vw;
  }
  .popup .form-group input[type=text],
  .popup .form-group input[type=password],
  .popup .form-group input[type=email] {
    width: 67.03125vw;
    height: 5.2473958333vw;
    font-size: 2.5390625vw;
    border: 0.1692708333vw solid #96c3ab;
    padding: 1.015625vw 1.26953125vw;
  }
  .popup .form-note {
    font-size: 2.03125vw;
    width: 67.03125vw;
    margin-top: 0.8463541667vw;
  }
  .popup .form-row {
    column-gap: 1.6927083333vw;
  }
  .popup .form-row .form-group {
    max-width: 67.03125vw;
  }
  .popup .form-select {
    height: 5.2473958333vw;
    font-size: 2.5390625vw;
    border: 0.1692708333vw solid #96c3ab;
    padding: 0vw 1.26953125vw;
    background-position: right 2.79296875vw top 2.28515625vw;
    background-size: 1.9466145833vw 1.1002604167vw;
    padding-right: 5.5859375vw;
  }
  .popup .form-select.error {
    border: 0.1692708333vw solid #d32f2f;
  }
  .popup .platform-header {
    column-gap: 1.6927083333vw;
    font-size: 2.5390625vw;
  }
  .popup .platform-header .platform-header-left,
  .popup .platform-header .platform-header-right {
    flex: 0 0 37.2395833333vw;
    max-width: 37.2395833333vw;
  }
  .popup .platform-checkbox-label {
    gap: 0.8463541667vw;
    font-size: 2.5390625vw;
  }
  .popup .platform-checkbox-label input[type=checkbox] {
    width: 1.6927083333vw;
    height: 1.6927083333vw;
  }
  .popup .checkbox-label {
    gap: 0.8463541667vw;
    width: 67.03125vw;
    font-size: 2.5390625vw;
  }
  .popup .checkbox-label input[type=checkbox] {
    width: 1.6927083333vw;
    height: 1.6927083333vw;
  }
  .popup .checkbox-label.error input[type=checkbox] {
    outline: 0.1692708333vw solid #d32f2f;
    outline-offset: 0.1692708333vw;
  }
  .popup .custom-file-input {
    height: 5.2473958333vw;
    border: 0.1692708333vw solid #96c3ab;
  }
  .popup .custom-file-input .file-label {
    font-size: 2.5390625vw;
    padding-left: 1.26953125vw;
  }
  .popup .button.blank-button {
    width: 30.0455729167vw;
    height: 5.9244791667vw;
    background-size: 30.0455729167vw 5.9244791667vw;
    font-size: 2.8776041667vw;
  }
  .popup.popup-title-top .popup-title {
    margin-top: 1.6927083333vw;
  }
  .popup.popup-nho .popup-container {
    width: 71.09375vw;
    height: 67.8776041667vw;
  }
  .popup.popup-nho .popup-container::before {
    width: 97.8385416667vw;
    height: 75.5794270833vw;
    background-size: 97.8385416667vw 75.5794270833vw;
  }
  .popup.popup-nho .popup-content {
    height: calc(100% - 7.7864583333vw);
  }
  .popup.popup-nho.popup-title-top .popup-content {
    height: calc(100% - 6.09375vw);
  }
  .popup.popup-thuong .popup-container {
    width: 92.0833333333vw;
    height: 67.8776041667vw;
  }
  .popup.popup-thuong .popup-container::before {
    width: 119.84375vw;
    height: 76.3411458333vw;
    background-size: 119.84375vw 76.3411458333vw;
    left: -16.25vw;
    top: -0.8463541667vw;
  }
  .popup.popup-thuong .popup-content {
    height: calc(100% - 7.7864583333vw);
  }
  .popup.popup-thuong .popup-content ul {
    list-style-type: disc;
    padding-left: 2.5390625vw;
    margin: 0 0 1.26953125vw 0;
  }
  .popup.popup-thuong .popup-content ul li {
    color: #101010;
    font-size: 2.79296875vw;
    font-family: "nth-medium", sans-serif;
    margin: 0 0 0.8463541667vw 0;
    padding-left: 0.8463541667vw;
  }
  .popup.popup-thuong.popup-title-top .popup-content {
    height: calc(100% - 6.09375vw);
  }
  .popup.popup-ngan .popup-container {
    width: 92.0833333333vw;
    height: 57.5520833333vw;
  }
  .popup.popup-ngan .popup-container::before {
    width: 117.6432291667vw;
    height: 66.77734375vw;
    background-size: 117.6432291667vw 66.77734375vw;
    left: -14.0494791667vw;
  }
  .popup.popup-ngan .popup-content {
    height: calc(100% - 7.7864583333vw);
  }
  .popup.popup-ngan.popup-title-top .popup-content {
    height: calc(100% - 6.09375vw);
  }
  .popup#common-popup .popup-container {
    padding: 0 8.0403645833vw;
  }
  .popup#common-popup .popup-content {
    height: calc(100% - 25.390625vw);
  }
}
.popup-video #submit-video-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popup-video .popup-container {
  padding: 0 3.125vw;
  font-size: 1.5625vw;
}
.popup-video .text-12 {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.5625vw;
}
.popup-video .popup-content {
  width: 100%;
  margin-bottom: 1.0416666667vw;
  height: 21.40625vw;
}
.popup-video .form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
.popup-video .form-grid.single-column {
  width: 100%;
}
.popup-video .button {
  margin-top: 3.8541666667vw;
}
.popup-video .button.submit-video-button {
  width: 18.4895833333vw;
  height: 3.6458333333vw;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "nth-medium", sans-serif;
  font-size: 1.7708333333vw;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  position: relative;
  background: linear-gradient(to bottom, #f6ffc5, #fdfff4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.popup-video .button.submit-video-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/button-submit-video-background.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.popup-video .button.submit-video-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.popup-video .form-group {
  width: 100%;
}
.popup-video .form-group input[type=text] {
  width: 41.3020833333vw;
  height: 3.3333333333vw;
  padding: 0.625vw 0.78125vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.1041666667vw solid #96c3ab;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
}
.popup-video .form-group input[type=text]::placeholder {
  color: #000000;
  opacity: 1;
}
.popup-video .form-group input[type=text]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.popup-video .form-group input[type=text]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.popup-video .form-group input[type=text]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.popup-video .form-group input[type=text]:focus {
  border-color: #1d5e24;
  background-color: #fff;
}
.popup-video .form-group input[type=text].error {
  border-color: #d32f2f;
  background-color: rgba(255, 235, 235, 0.9);
}
.popup-video .form-group input[type=text].input-long {
  width: 100%;
}
.popup-video .hashtag-note {
  font-family: "nth-medium", sans-serif;
  font-size: 0.8333333333vw;
  color: #1d5e24;
  text-align: center;
  margin-top: 0.78125vw;
  padding: 0.5208333333vw;
  background-color: rgba(231, 200, 138, 0.3);
  border-radius: 0;
}

@media (max-width: 768px) {
  .popup-video .popup-container {
    padding: 0 5.078125vw;
    font-size: 2.5390625vw;
  }
  .popup-video .text-12 {
    margin-top: 1.6927083333vw;
    margin-bottom: 2.5390625vw;
  }
  .popup-video .popup-content {
    margin-bottom: 1.6927083333vw;
    height: 34.78515625vw;
  }
  .popup-video .form-grid {
    gap: 1.6927083333vw;
  }
  .popup-video .button {
    margin-top: 6.2630208333vw;
  }
  .popup-video .button.submit-video-button {
    width: 30.0455729167vw;
    height: 5.9244791667vw;
    font-size: 2.8776041667vw;
  }
  .popup-video .form-group input[type=text] {
    width: 67.1158854167vw;
    height: 5.4166666667vw;
    padding: 1.015625vw 1.26953125vw;
    font-size: 2.5390625vw;
    border: 0.1692708333vw solid #96c3ab;
  }
  .popup-video .hashtag-note {
    font-size: 1.3541666667vw;
    margin-top: 1.26953125vw;
    padding: 0.8463541667vw;
  }
}
.popup-forgot-password .popup-content {
  height: 24.7395833333vw !important;
}

@media (max-width: 768px) {
  .popup-forgot-password .popup-content {
    height: 40.2018229167vw !important;
  }
}
.popup-register .popup-title {
  margin-top: 1.09375vw;
}
.popup-register .popup-content {
  height: 32.6041666667vw !important;
  display: flex;
  flex-direction: column;
  row-gap: 0.6770833333vw;
  margin-top: 0;
}
.popup-register .popup-content .form-row .form-group:only-child {
  flex: 0 0 auto;
}
.popup-register .popup-content .form-row .form-group:not(:only-child) {
  flex: 0 0 22.9166666667vw;
  max-width: 22.9166666667vw;
}
.popup-register .popup-content .form-row .form-group:not(:only-child) input[type=text],
.popup-register .popup-content .form-row .form-group:not(:only-child) input[type=password],
.popup-register .popup-content .form-row .form-group:not(:only-child) input[type=email] {
  width: 22.9166666667vw;
}
.popup-register .popup-content .form-note {
  text-align: center;
  color: #da5151;
  font-size: 1.5625vw;
  margin-top: -0.5208333333vw;
  margin-bottom: -0.5208333333vw;
}
.popup-register .popup-content .checkbox-label {
  font-size: 1.25vw;
  justify-content: center;
}
.popup-register .popup-content .form-group-even .platform-text {
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #101010;
  text-align: left;
  width: 100%;
  margin-bottom: 0.6770833333vw;
}
.popup-register .popup-content .form-platform {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.popup-register .popup-content .form-platform .cot-1, .popup-register .popup-content .form-platform .platform-text {
  flex: 1;
}
.popup-register .popup-content .form-row-platform .form-group-odd.form-platform {
  flex: 0 0 10.4166666667vw !important;
  max-width: 10.4166666667vw !important;
}
.popup-register .popup-content .form-row-platform .form-group-even {
  flex: 0 0 35.4166666667vw !important;
  max-width: 35.4166666667vw !important;
}
.popup-register .popup-content .form-row-platform .form-group-even input[type=text],
.popup-register .popup-content .form-row-platform .form-group-even input[type=password],
.popup-register .popup-content .form-row-platform .form-group-even input[type=email] {
  width: 35.4166666667vw !important;
}

@media (max-width: 768px) {
  .popup-register .popup-title {
    margin-top: 1.77734375vw;
  }
  .popup-register .popup-content {
    height: 52.9817708333vw !important;
    row-gap: 1.1002604167vw;
  }
  .popup-register .popup-content .form-row .form-group:not(:only-child) {
    flex: 0 0 37.2395833333vw;
    max-width: 37.2395833333vw;
  }
  .popup-register .popup-content .form-row .form-group:not(:only-child) input[type=text],
  .popup-register .popup-content .form-row .form-group:not(:only-child) input[type=password],
  .popup-register .popup-content .form-row .form-group:not(:only-child) input[type=email] {
    width: 37.2395833333vw;
  }
  .popup-register .popup-content .form-note {
    font-size: 2.5390625vw;
    margin-top: -0.8463541667vw;
    margin-bottom: -0.8463541667vw;
  }
  .popup-register .popup-content .checkbox-label {
    font-size: 2.03125vw;
  }
  .popup-register .popup-content .form-group-even .platform-text {
    font-size: 2.5390625vw;
    margin-bottom: 1.1002604167vw;
  }
  .popup-register .popup-content .form-row-platform .form-group-odd.form-platform {
    flex: 0 0 16.9270833333vw !important;
    max-width: 16.9270833333vw !important;
  }
  .popup-register .popup-content .form-row-platform .form-group-even {
    flex: 0 0 57.5520833333vw !important;
    max-width: 57.5520833333vw !important;
  }
  .popup-register .popup-content .form-row-platform .form-group-even input[type=text],
  .popup-register .popup-content .form-row-platform .form-group-even input[type=password],
  .popup-register .popup-content .form-row-platform .form-group-even input[type=email] {
    width: 57.5520833333vw !important;
  }
}
.popup.popup-benefit .popup-content {
  width: 50.5729166667vw !important;
  max-width: 100%;
  margin: 10px auto 0;
  height: 30.2083333333vw !important;
  display: block;
  text-align: left;
  overflow-y: auto;
  font-size: 1.5625vw;
  line-height: 1.2;
  padding-right: 1.9270833333vw;
  box-sizing: border-box;
}
.popup.popup-benefit .popup-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 1.0416666667vw;
}
.popup.popup-benefit .popup-content .heading-1, .popup.popup-benefit .popup-content .heading-2, .popup.popup-benefit .popup-content .heading-3 {
  font-size: 1.875vw;
  color: #0e7f45;
  font-family: "nth-medium", sans-serif;
  line-height: 1;
  margin: 0 0 0.78125vw 0;
  padding: 0;
}
.popup.popup-benefit .popup-content p {
  color: #373700;
  font-size: 1.5625vw;
  font-family: "nth-medium", sans-serif;
  margin: 0 0 0.78125vw 0;
}
.popup.popup-benefit .popup-content span.strong {
  font-weight: bold;
  font-weight: 700;
}
.popup.popup-benefit .popup-content ul {
  list-style-type: disc;
  padding-left: 1.5625vw;
  margin: 0 0 0.78125vw 0;
}
.popup.popup-benefit .popup-content ul li {
  color: #373700;
  font-size: 1.5625vw;
  font-family: "nth-medium", sans-serif;
  margin: 0 0 0.5208333333vw 0;
  padding-left: 0.5208333333vw;
}

@media (max-width: 768px) {
  .popup.popup-benefit .popup-content {
    width: 82.1809895833vw !important;
    height: 49.0885416667vw !important;
    font-size: 2.5390625vw;
    padding-right: 3.1315104167vw;
    margin-top: 10px;
  }
  .popup.popup-benefit .popup-content img {
    margin-bottom: 1.6927083333vw;
  }
  .popup.popup-benefit .popup-content .heading-1, .popup.popup-benefit .popup-content .heading-2, .popup.popup-benefit .popup-content .heading-3 {
    font-size: 3.90625vw;
    margin: 0 0 1.953125vw 0;
  }
  .popup.popup-benefit .popup-content p {
    font-size: 3.90625vw;
    margin: 0 0 1.953125vw 0;
  }
  .popup.popup-benefit .popup-content span.strong {
    font-weight: bold;
    font-weight: 700;
  }
  .popup.popup-benefit .popup-content ul {
    list-style-type: disc;
    padding-left: 2.5390625vw;
    margin: 0 0 1.26953125vw 0;
  }
  .popup.popup-benefit .popup-content ul li {
    color: #373700;
    font-size: 2.5390625vw;
    font-family: "nth-medium", sans-serif;
    margin: 0 0 0.8463541667vw 0;
    padding-left: 0.8463541667vw;
  }
}
.popup.popup-profile .popup-content {
  display: block !important;
  padding: 1.0416666667vw;
  box-sizing: border-box;
}
.popup.popup-profile .column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5729166667vw;
}
.popup.popup-profile .column-2 {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
.popup.popup-profile .profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2604166667vw;
  text-align: center;
}
.popup.popup-profile .avatar {
  margin-top: 0.3645833333vw;
}
.popup.popup-profile .avatar img {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border: 0.15625vw solid #4a8251;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.popup.popup-profile .display-name {
  font-family: "nth-medium", sans-serif;
  font-size: 1.875vw;
  color: #333333;
  text-align: center;
  line-height: 1;
}
.popup.popup-profile .value-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5625vw;
  justify-content: center;
  align-items: center;
  margin-top: 0.5208333333vw;
}
.popup.popup-profile .value-divider {
  width: 0.0520833333vw;
  height: 1.25vw;
  background-color: #333333;
  flex-shrink: 0;
}
.popup.popup-profile .value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0vw;
}
.popup.popup-profile .value-item-value {
  font-family: "nth-medium", sans-serif;
  font-size: 1.875vw;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  font-family: "barlow-semibold", sans-serif;
}
.popup.popup-profile .value-item-label {
  font-family: "nth-medium", sans-serif;
  font-size: 1.875vw;
  color: #333333;
  line-height: 1.2;
  font-family: "barlow-light", sans-serif;
}
.popup.popup-profile .video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9270833333vw;
  margin-top: 1.7708333333vw;
  width: 100%;
  justify-content: center;
}
.popup.popup-profile .video-list .video-thumbnail {
  display: block;
  width: 9.21875vw;
  height: 16.40625vw;
  overflow: hidden;
  border-radius: 0.4166666667vw;
  position: relative;
}
.popup.popup-profile .video-list .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popup.popup-profile .video-list .video-thumbnail .video-overlay {
  position: absolute;
  bottom: 0.4166666667vw;
  left: 0.15625vw;
  display: flex;
  align-items: center;
  gap: 0.2604166667vw;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.2083333333vw 0.3125vw;
  border-radius: 0.2083333333vw;
}
.popup.popup-profile .video-list .video-thumbnail .video-overlay .play-icon {
  width: 0.5208333333vw;
  height: 0.625vw;
  background-image: url("/images/small-play-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.popup.popup-profile .video-list .video-thumbnail .video-overlay .view-count {
  font-family: "barlow-semibold", sans-serif;
  font-size: 0.7171875vw;
  color: #ffffff;
  line-height: 1;
}
.popup.popup-profile .video-list .empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 2.0833333333vw;
  font-family: "nth-medium", sans-serif;
  font-size: 1.25vw;
  color: #333333;
}
.popup.popup-profile .nav-video-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
}
.popup.popup-profile .nav-video-list .nav-video-item {
  width: 3.2291666667vw;
  height: 3.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "barlow-semibold", sans-serif;
  font-size: 1.0416666667vw;
  color: #393939;
  background-color: #c5c5c5;
  border: 0.15625vw solid #d1f1d4;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup.popup-profile .nav-video-list .nav-video-item:hover {
  background-color: #b0b0b0;
}
.popup.popup-profile .nav-video-list .nav-video-item.active {
  background-color: #639969;
  color: #ffffff;
  border-color: #639969;
}
.popup.popup-profile .nav-video-list .nav-video-nav-btn {
  width: 3.2291666667vw;
  height: 3.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #393939;
  background-color: #c5c5c5;
  border: 0.1041666667vw solid #d1f1d4;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.popup.popup-profile .nav-video-list .nav-video-nav-btn:hover:not(.disabled) {
  background-color: #b0b0b0;
}
.popup.popup-profile .nav-video-list .nav-video-nav-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .popup.popup-profile .popup-content {
    padding: 1.6927083333vw;
  }
  .popup.popup-profile .column-1 {
    gap: 0.9309895833vw;
  }
  .popup.popup-profile .column-2 {
    gap: 1.6927083333vw;
  }
  .popup.popup-profile .profile-info {
    gap: 0.4231770833vw;
  }
  .popup.popup-profile .avatar {
    margin-top: 0.5924479167vw;
  }
  .popup.popup-profile .avatar img {
    width: 13.5416666667vw;
    height: 13.5416666667vw;
    border: 0.25390625vw solid #4a8251;
  }
  .popup.popup-profile .display-name {
    font-size: 3.046875vw;
  }
  .popup.popup-profile .value-wrapper {
    gap: 2.5390625vw;
    margin-top: 0.8463541667vw;
  }
  .popup.popup-profile .value-divider {
    width: 0.0846354167vw;
    height: 2.03125vw;
  }
  .popup.popup-profile .value-item-value {
    font-size: 3.046875vw;
  }
  .popup.popup-profile .value-item-label {
    font-size: 3.046875vw;
  }
  .popup.popup-profile .video-list {
    gap: 3.1315104167vw;
    margin-top: 2.8776041667vw;
  }
  .popup.popup-profile .video-list .video-thumbnail {
    width: 14.98046875vw;
    height: 26.66015625vw;
    border-radius: 0.6770833333vw;
  }
  .popup.popup-profile .video-list .video-thumbnail .video-overlay {
    bottom: 0.6770833333vw;
    left: 0.25390625vw;
    gap: 0.4231770833vw;
    padding: 0.3385416667vw 0.5078125vw;
    border-radius: 0.3385416667vw;
  }
  .popup.popup-profile .video-list .video-thumbnail .video-overlay .play-icon {
    width: 0.8463541667vw;
    height: 1.015625vw;
  }
  .popup.popup-profile .video-list .video-thumbnail .video-overlay .view-count {
    font-size: 1.1654296875vw;
  }
  .popup.popup-profile .video-list .empty-state {
    padding: 3.3854166667vw;
    font-size: 2.03125vw;
  }
  .popup.popup-profile .nav-video-list {
    gap: 0.8463541667vw;
  }
  .popup.popup-profile .nav-video-list .nav-video-item {
    width: 5.2473958333vw;
    height: 5.2473958333vw;
    font-size: 1.6927083333vw;
    border: 0.25390625vw solid #d1f1d4;
  }
  .popup.popup-profile .nav-video-list .nav-video-nav-btn {
    width: 5.2473958333vw;
    height: 5.2473958333vw;
    font-size: 2.5390625vw;
    border: 0.1692708333vw solid #d1f1d4;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2.6041666667vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    filter: brightness(1);
    transform: translateX(0);
  }
  25% {
    transform: translateX(-0.15625vw);
  }
  50% {
    transform: translateX(0.15625vw);
  }
  75% {
    transform: translateX(-0.15625vw);
  }
  100% {
    transform: translateX(0);
    filter: brightness(1.2);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.custom-scrollbar {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 0.5729166667vw;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #93d3aa;
  border-radius: 0.5208333333vw;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #3a8e7a;
  border-radius: 0.5208333333vw;
  background-clip: padding-box;
  border: 0.1041666667vw solid transparent;
  transition: background 0.2s ease;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #2d6f5f;
}
.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background: #1f4d41;
}
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #3a8e7a #93d3aa;
}

.frame1 {
  position: relative;
  width: 100vw;
  height: 51.7vw;
  height: 51.7vw;
  background-image: url("/images/frame1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3.90625vw !important;
}
.frame1 .frame1-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.frame1 > div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.frame1 .button-register {
  position: absolute;
  bottom: 7.5520833333vw;
  left: 10.9375vw;
  z-index: 1;
}
.frame1 .text1 {
  position: absolute;
  left: 0vw;
  width: 44.7916666667vw;
  text-align: center;
  bottom: 13.8020833333vw;
  font-size: 2.34375vw;
  color: #fff;
  font-family: "nth-regular";
  line-height: 1;
  letter-spacing: 0.6770833333vw;
  z-index: 1;
}
.frame1 .quyen-loi {
  position: absolute;
  width: 14.7395833333vw;
  height: 2.0833333333vw;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.frame1 .quyen-loi-1 {
  right: 1.0416666667vw;
  top: 7.6041666667vw;
  background-image: url("/images/quyen_loi_1.png");
  animation-delay: 0s;
}
.frame1 .quyen-loi-2 {
  right: 2.5vw;
  top: 11.3020833333vw;
  background-image: url("/images/quyen_loi_2.png");
  animation-delay: 0.5s;
}
.frame1 .quyen-loi-3 {
  right: 1.0416666667vw;
  top: 15vw;
  background-image: url("/images/quyen_loi_3.png");
  animation-delay: 1s;
}
.frame1 .quyen-loi-4 {
  right: 2.5vw;
  top: 18.59375vw;
  background-image: url("/images/quyen_loi_4.png");
  animation-delay: 1.5s;
}
.frame1 .download-wrapper {
  position: absolute;
  width: 44.7395833333vw;
  left: 0;
  top: 44.7916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.frame1 .download-wrapper.logged-in {
  top: 40.78125vw;
}
.frame1 .download-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15625vw;
}
.frame1 .download-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15625vw;
}
.frame1 .download-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.frame1 .download-apple {
  width: 8.4895833333vw;
  height: 2.1875vw;
  background-image: url("/images/download_apple-store.png");
}
.frame1 .download-google {
  width: 8.4895833333vw;
  height: 2.1875vw;
  background-image: url("/images/download_google-play.png");
}
.frame1 .download-apk {
  width: 8.4895833333vw;
  height: 2.1875vw;
  background-image: url("/images/download_apk.png");
}
.frame1 .download-pc {
  width: 8.59375vw;
  height: 2.3958333333vw;
  background-image: url("/images/download_pc.png");
}

@media (max-width: 768px) {
  .frame1 {
    margin-top: 11.0677083333vw !important;
    height: 171.3541666667vw;
    background-image: url("/images/frame1-mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .frame1 .frame1-background-video {
    display: none !important;
  }
  .frame1 .text1 {
    font-size: 5.859375vw;
    line-height: 1;
    width: 100%;
    bottom: 42.3177083333vw;
  }
  .frame1 .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 13.0208333333vw;
  }
  .frame1 .button-register {
    position: relative;
    width: 57.8125vw;
    height: 11.9791666667vw;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .frame1 .quyen-loi {
    position: absolute;
    width: 36.8489583333vw;
    height: 5.2083333333vw;
  }
  .frame1 .quyen-loi-1 {
    right: 1.0416666667vw;
    top: 5.078125vw;
  }
  .frame1 .quyen-loi-2 {
    right: 4.9479166667vw;
    top: 14.1927083333vw;
  }
  .frame1 .quyen-loi-3 {
    right: 1.0416666667vw;
    top: 23.4375vw;
  }
  .frame1 .quyen-loi-4 {
    right: 4.9479166667vw;
    top: 32.6822916667vw;
  }
  .frame1 .download-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 131.5104166667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frame1 .download-wrapper.logged-in {
    top: 131.5104166667vw;
  }
  .frame1 .download-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5078125vw;
  }
  .frame1 .download-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5078125vw;
  }
  .frame1 .download-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    text-decoration: none;
  }
  .frame1 .download-apple {
    width: 21.1588541667vw;
    height: 5.4166666667vw;
    background-image: url("/images/download_apple-store.png");
  }
  .frame1 .download-google {
    width: 21.1588541667vw;
    height: 5.4166666667vw;
    background-image: url("/images/download_google-play.png");
  }
  .frame1 .download-apk {
    width: 21.1588541667vw;
    height: 5.4166666667vw;
    background-image: url("/images/download_apk.png");
  }
  .frame1 .download-pc {
    width: 21.4973958333vw;
    height: 5.9244791667vw;
    background-image: url("/images/download_pc.png");
  }
}
.frame2 {
  position: relative;
  width: 100vw;
  height: 51.1979166667vw;
  background-image: url("/images/frame2.jpg");
  background-size: 100% 100%;
}
.frame2 .frame2-container .box-wrapper {
  position: relative;
  padding-top: 12.5vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1666666667vw;
}
.frame2 .frame2-container .box {
  width: 22.5520833333vw;
  height: 29.1666666667vw;
  background-image: url("/images/box.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.frame2 .frame2-container .box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.frame2 .frame2-container .box .image-1 {
  position: absolute;
  top: -3.6458333333vw;
  left: -0.2604166667vw;
  background-image: url("/images/box-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 33.75vw;
  width: 43.3333333333vw;
}
.frame2 .frame2-container .box .image-2 {
  position: absolute;
  bottom: -0.9375vw;
  left: -1.0416666667vw;
  background-image: url("/images/box-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 33.0208333333vw;
  height: 46.0416666667vw;
}
.frame2 .frame2-container .box .image-3 {
  position: absolute;
  top: -4.0625vw;
  left: -7.8125vw;
  background-image: url("/images/box-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40.2083333333vw;
  height: 34.1145833333vw;
}
.frame2 .button-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .frame2 {
    height: 156.5104166667vw;
    background-image: url("/images/frame2-mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .frame2 .frame2-container {
    overflow: hidden;
    height: 130.2083333333vw;
  }
  .frame2 .frame2-container .box-wrapper {
    width: auto;
    min-width: 0;
    gap: 5.2083333333vw;
    padding-top: 59.5052083333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-out;
  }
  .frame2 .frame2-container .box {
    width: 42.8385416667vw;
    height: 55.3385416667vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    transition: transform 0.3s ease-out, top 0.3s ease-out, z-index 0.3s ease-out;
    z-index: 1;
    order: 0;
  }
  .frame2 .frame2-container .box:hover {
    transform: none !important;
  }
  .frame2 .frame2-container .box:active {
    transform: none !important;
  }
  .frame2 .frame2-container .box-active {
    transform: scale(1.2796352584);
    top: -2.6041666667vw;
    z-index: 10;
  }
  .frame2 .frame2-container .box-active:hover {
    transform: scale(1.2796352584) !important;
  }
  .frame2 .frame2-container .box-active:active {
    transform: scale(1.2796352584) !important;
  }
  .frame2 .frame2-container .box .image-1 {
    position: absolute;
    top: -6.7708333333vw;
    left: -0.78125vw;
    background-image: url("/images/box-1-mb.png");
    width: 82.421875vw;
    height: 64.1927083333vw;
  }
  .frame2 .frame2-container .box .image-2 {
    position: absolute;
    top: -9.2447916667vw;
    left: -2.0833333333vw;
    background-image: url("/images/box-2-mb.png");
    width: 66.796875vw;
    height: 66.5364583333vw;
  }
  .frame2 .frame2-container .box .image-3 {
    position: absolute;
    top: -7.2916666667vw;
    left: -11.71875vw;
    background-image: url("/images/box-3-mb.png");
    width: 73.3072916667vw;
    height: 64.453125vw;
  }
  .frame2 .button-wrapper {
    margin-top: 10.546875vw;
  }
}
.frame3 {
  position: relative;
  width: 100vw;
  height: 51.1979166667vw;
  background-image: url("/images/frame3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.frame3-container {
  position: relative;
  padding-top: 9.1145833333vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0vw;
}
.frame3-container .box {
  width: 25.0520833333vw;
  height: 36.6145833333vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.frame3-container .box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  filter: brightness(1.1);
  cursor: pointer;
}
.frame3-container .box-1 {
  background-image: url("/images/frame-3_box-1.png");
}
.frame3-container .box-2 {
  margin-top: 2.7083333333vw;
  background-image: url("/images/frame-3_box-2.png");
}
.frame3-container .box-3 {
  background-image: url("/images/frame-3_box-3.png");
}

@media (max-width: 768px) {
  .frame3 {
    height: 163.5416666667vw;
    background-image: url("/images/frame3-mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .frame3-container {
    display: block;
    position: relative;
    padding-top: 21.09375vw;
  }
  .frame3-container .box {
    position: absolute;
    width: 47.65625vw;
    height: 67.96875vw;
    margin-top: 21.09375vw;
  }
  .frame3-container .box:hover {
    transform: none;
    filter: none;
  }
  .frame3-container .box-1, .frame3-container .box-2, .frame3-container .box-3 {
    top: 0;
  }
  .frame3-container .box-1 {
    left: 3.2552083333vw;
  }
  .frame3-container .box-2 {
    right: 3.2552083333vw;
  }
  .frame3-container .box-3 {
    top: 63.5416666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .frame3-container .box-3:hover {
    transform: translateX(-50%);
  }
}
.frame4 {
  position: relative;
  width: 100vw;
  height: 51.1979166667vw;
  background-image: url("/images/frame4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.frame4 .no-login-state {
  font-size: 2.0833333333vw;
  margin-top: 15.1041666667vw;
  text-align: center;
  font-family: "nth-medium";
}
.frame4-tab {
  padding-top: 6.7708333333vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0vw;
}
.frame4-tab .tab-item {
  width: 25.8333333333vw;
  height: 4.7395833333vw;
  border-radius: 0.5208333333vw;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.frame4-tab .tab-item:hover {
  cursor: pointer;
  filter: brightness(1.1);
}
.frame4-tab .tab-item-1 {
  background-image: url("/images/tab-nhiemvudangco.png");
}
.frame4-tab .tab-item-1.active {
  background-image: url("/images/tab-nhiemvudangco-active.png");
}
.frame4-tab .tab-item-2 {
  background-image: url("/images/tab-baithamgiadanop.png");
}
.frame4-tab .tab-item-2.active {
  background-image: url("/images/tab-baithamgiadanop-active.png");
}
.frame4-container-wrapper {
  display: block;
}
.frame4-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  height: 35.625vw;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 2.65625vw;
  column-gap: 3.4375vw;
  justify-items: center;
  align-items: center;
  max-width: calc(78.4375vw + 20px);
  margin: 1.6666666667vw auto 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.frame4-container .frame4-item {
  width: 17.03125vw;
  height: 15.6770833333vw;
  position: relative;
}
.frame4-container .frame4-item::before {
  content: "";
  position: absolute;
  top: -0.78125vw;
  left: -2.8645833333vw;
  width: 20.6770833333vw;
  height: 17.34375vw;
  background-image: url("/images/nhiemvu-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.frame4-container .frame4-item-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 0.3125vw;
}
.frame4-container .frame4-item-content .frame4-item-thumbnail {
  width: 100%;
  height: 11.0416666667vw;
}
.frame4-container .frame4-item-content .frame4-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frame4-container .frame4-item-content .button-wrapper2 {
  width: 100%;
  height: 4.3229166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame4-container .frame4-item-content .view-more-btn {
  background-image: url("/images/nhiembu-button.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15.15625vw;
  height: 3.125vw;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: "nth-regular";
}
.frame4-container .frame4-item-content .view-more-btn .button-inner {
  width: 100%;
  max-width: 100%;
  height: 2.5520833333vw;
  font-size: 1.1979166667vw;
  font-family: "nth-regular";
  color: #0e1316;
  text-align: center;
  line-height: 2.5520833333vw;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 0.8333333333vw;
}
.frame4-submit-video-list {
  width: 85.4166666667vw;
  height: 36.6145833333vw;
  background-image: url("/images/table-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 1.0416666667vw;
  box-sizing: border-box;
  transform: translateX(0.2083333333vw);
}
.frame4-video-table {
  width: 71.6145833333vw;
  height: 30.7291666667vw;
  display: flex;
  flex-direction: column;
  margin: 2.0833333333vw auto 0 auto;
  border: 0.15625vw solid #c0a47e;
  box-sizing: border-box;
  font-family: "nth-medium", sans-serif;
  font-size: 1.5625vw;
  color: #4f3108;
}
.frame4-video-table-header {
  display: grid;
  grid-template-columns: 4.0104166667vw 9.6354166667vw 15.2083333333vw 12.1875vw 11.25vw 8.1770833333vw 1fr;
  width: 100%;
  height: 3.5416666667vw;
  background-color: rgba(231, 200, 138, 0.58);
}
.frame4-video-table-body {
  display: flex;
  flex-direction: column;
  width: calc(100% + 8.3333333333vw);
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding-right: 8.3333333333vw;
  box-sizing: border-box;
}
.frame4-video-table-body::-webkit-scrollbar {
  width: 0.5729166667vw;
}
.frame4-video-table-row {
  display: grid;
  grid-template-columns: 4.0104166667vw 9.6354166667vw 15.2083333333vw 12.1875vw 11.25vw 8.1770833333vw 1fr;
  width: 100%;
}
.frame4-video-table-cell {
  padding: 0.5208333333vw;
  border-right: 0.1041666667vw solid #c0a47e;
  border-bottom: 0.1041666667vw solid #c0a47e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.frame4-video-table-cell:nth-child(2) {
  padding: 0.5208333333vw;
}
.frame4-video-table-cell:nth-child(2) img {
  width: 8.4375vw;
  height: 5.15625vw;
  object-fit: cover;
  border: 0.15625vw solid #c0d1a3;
  border-radius: 0.15625vw;
  box-sizing: border-box;
}
.frame4-video-table-cell:nth-child(3) {
  color: #1d5e24;
}
.frame4-video-table-cell:last-child {
  border-right: none;
  gap: 0.4166666667vw;
}
.frame4-video-table-cell:last-child .gem-value {
  display: inline-block;
}
.frame4-video-table-cell:last-child .gem-icon {
  width: 2.2916666667vw;
  height: 1.3020833333vw;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.frame4-video-table-cell .video-platform-icon {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin-right: 0.9895833333vw;
}
.frame4-video-table-cell .video-platform-icon:last-child {
  margin-right: 0;
}
.frame4-video-table-cell .video-platform-icon:hover {
  opacity: 0.8;
}
.frame4-video-table-cell .video-platform-icon img {
  width: 2.5vw;
  height: 2.5vw;
  object-fit: contain;
  display: block;
}
.frame4-video-table-row:last-child .frame4-video-table-cell {
  border-bottom: none;
}
.frame4-video-table-row:nth-last-child(-n+4):last-child .frame4-video-table-cell {
  border-bottom: 0.1041666667vw solid #c0a47e;
}
.frame4-video-table-row.rejected {
  background-color: #c4c3c1;
  color: #bc2020;
}
.frame4-video-table-row.rejected .frame4-video-table-cell {
  color: #bc2020;
}
.frame4-video-table-row.completed {
  background-color: #c8e8cf;
  color: #1d5e24;
}
.frame4-video-table-row.completed .frame4-video-table-cell {
  color: #1d5e24;
}
.frame4-video-table-row.awarded {
  background-color: #fff4e6;
  color: #d97706;
}
.frame4-video-table-row.awarded .frame4-video-table-cell {
  color: #d97706;
}
.frame4-video-table .status-badge {
  display: inline-block;
  font-size: 1.5625vw;
  font-weight: 500;
}
.frame4-video-table .status-badge.status-completed {
  color: #1d5e24;
}
.frame4-video-table .status-badge.status-awarded {
  color: #d97706;
}
.frame4-video-table .status-badge.status-rejected {
  color: #bc2020;
}
.frame4-video-table .status-badge.status-approved {
  color: #1e40af;
}
.frame4-video-table .status-badge.status-pending {
  color: #6b7280;
}

@media (max-width: 768px) {
  .frame4 {
    height: 171.6145833333vw;
    background-image: url("/images/frame4-mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .frame4 .no-login-state {
    font-size: 3.3854166667vw;
    margin-top: 24.5442708333vw;
    text-align: center;
    font-family: "nth-medium";
  }
  .frame4-tab {
    padding-top: 16.9270833333vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0vw;
  }
  .frame4-tab .tab-item {
    width: 47.65625vw;
    height: 8.59375vw;
    border-radius: 0.6510416667vw;
  }
  .frame4-tab .tab-item-1 {
    background-image: url("/images/tab-nhiemvudangco.png");
  }
  .frame4-tab .tab-item-1.active {
    background-image: url("/images/tab-nhiemvudangco-active.png");
  }
  .frame4-tab .tab-item-2 {
    background-image: url("/images/tab-baithamgiadanop.png");
  }
  .frame4-tab .tab-item-2.active {
    background-image: url("/images/tab-baithamgiadanop-active.png");
  }
  .frame4-container-wrapper {
    width: calc(89.84375vw * 1.1);
    height: 131.640625vw;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .frame4-container {
    width: 81.7708333333vw;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.46875vw;
    column-gap: 7.8125vw;
    padding-top: 1.3020833333vw;
    margin-top: 5.46875vw;
    overflow-y: visible;
    overflow-x: visible;
  }
  .frame4-container .frame4-item {
    width: 36.4583333333vw;
    height: 33.4635416667vw;
  }
  .frame4-container .frame4-item::before {
    left: -6.1197916667vw;
    top: -1.6927083333vw;
    width: 44.2708333333vw;
    height: 37.3697916667vw;
  }
  .frame4-container .frame4-item-content {
    padding: 0.6510416667vw;
  }
  .frame4-container .frame4-item-content .frame4-item-thumbnail {
    width: 34.8958333333vw;
    height: 23.5677083333vw;
  }
  .frame4-container .frame4-item-content .button-wrapper2 {
    margin-top: 1.5625vw;
    height: 6.7708333333vw;
  }
  .frame4-container .frame4-item-content .view-more-btn {
    width: 32.421875vw;
    height: 6.7708333333vw;
  }
  .frame4-container .frame4-item-content .view-more-btn .button-inner {
    width: 100%;
    max-width: 100%;
    height: 5.5989583333vw;
    font-size: 2.55859375vw;
    line-height: 5.5989583333vw;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    box-sizing: border-box;
    padding: 0 1.953125vw;
  }
  .frame4-submit-video-list {
    margin-top: 3.6458333333vw;
    width: 98.5677083333vw;
    height: 125.9114583333vw;
    background-image: url("/images/table-background-mb.png");
    padding-top: 4.9479166667vw;
    padding-left: 4.296875vw;
    overflow: hidden;
  }
  .frame4-video-table-wrapper {
    width: 89.84375vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .frame4-video-table {
    width: 213.1510416667vw;
    height: 116.40625vw;
    border: none;
    margin: 0;
  }
  .frame4-video-table-header {
    height: 11.71875vw;
    grid-template-columns: 11.328125vw 26.4322916667vw 49.7395833333vw 30.7291666667vw 27.734375vw 35.15625vw 32.03125vw;
  }
  .frame4-video-table-row {
    grid-template-columns: 11.328125vw 26.4322916667vw 49.7395833333vw 30.7291666667vw 27.734375vw 35.15625vw 32.03125vw;
  }
  .frame4-video-table-cell {
    font-size: 3.90625vw;
    border: 0.2604166667vw solid #c0a47e;
    box-sizing: border-box;
  }
  .frame4-video-table-cell:nth-child(2) {
    padding: 1.6927083333vw 2.34375vw;
  }
  .frame4-video-table-cell:nth-child(2) img {
    width: 21.09375vw;
    height: 12.890625vw;
    border: 0.390625vw solid #c0d1a3;
    border-radius: 0.390625vw;
    box-sizing: border-box;
  }
  .frame4-video-table-body {
    width: 100%;
    padding-right: 0;
  }
  .frame4-video-table-body::-webkit-scrollbar {
    width: auto;
  }
  .frame4-video-table-body::-webkit-scrollbar-track {
    background: transparent;
  }
  .frame4-video-table-body::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .frame4-video-table-body {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }
  .frame4-video-table-row.rejected {
    background-color: #c4c3c1;
    color: #bc2020;
  }
  .frame4-video-table-row.rejected .frame4-video-table-cell {
    color: #bc2020;
  }
  .frame4-video-table-row.completed {
    background-color: #c8e8cf;
    color: #1d5e24;
  }
  .frame4-video-table-row.completed .frame4-video-table-cell {
    color: #1d5e24;
  }
  .frame4-video-table-row.awarded {
    background-color: #fff4e6;
    color: #d97706;
  }
  .frame4-video-table-row.awarded .frame4-video-table-cell {
    color: #d97706;
  }
  .frame4-video-table .status-badge {
    display: inline-block;
    font-size: 3.90625vw;
    font-weight: 500;
  }
  .frame4-video-table .status-badge.status-completed {
    color: #1d5e24;
  }
  .frame4-video-table .status-badge.status-awarded {
    color: #d97706;
  }
  .frame4-video-table .status-badge.status-rejected {
    color: #bc2020;
  }
  .frame4-video-table .status-badge.status-approved {
    color: #1e40af;
  }
  .frame4-video-table .status-badge.status-pending {
    color: #6b7280;
  }
}
.frame5 {
  width: 100vw;
  height: 51.1458333333vw;
  background-image: url("/images/frame5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4.0625vw;
}
.frame5 .frame5-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.frame5 .filter-wrapper {
  position: absolute;
  top: 5.2083333333vw;
  right: 1.0416666667vw;
  z-index: 10;
}
.frame5 .filter-wrapper .filter-button {
  background-image: url("/images/filter-button.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13.4895833333vw;
  height: 2.2916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "nth-bold", sans-serif;
  font-size: 0.9375vw;
  color: #23201f;
  position: relative;
  transition: transform 0.2s ease;
}
.frame5 .filter-wrapper .filter-button span {
  z-index: 1;
}
.frame5 .filter-wrapper .filter-button .filter-icon {
  position: absolute;
  right: 1.09375vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  transition: transform 0.3s ease;
  z-index: 1;
}
.frame5 .filter-wrapper .filter-button:hover {
  transform: scale(1.05);
}
.frame5 .filter-wrapper .filter-button:active {
  transform: scale(0.98);
}
.frame5 .filter-wrapper.active .filter-button .filter-icon {
  transform: translateY(-50%) rotate(180deg);
}
.frame5 .filter-wrapper .filter-pannel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5208333333vw;
  background-image: url("/images/filter-pannel.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.6041666667vw;
  height: 13.2291666667vw;
  padding: 0vw;
  z-index: 20;
}
.frame5 .filter-wrapper .filter-pannel .filter-item {
  width: 100%;
  padding: 0.3645833333vw;
  cursor: pointer;
  border-radius: 0.2083333333vw;
  transition: background-color 0.2s ease;
}
.frame5 .filter-wrapper .filter-pannel .filter-item:hover {
  background-color: #f5f5f5;
}
.frame5 .filter-wrapper .filter-pannel .filter-item .filter-item-label {
  font-family: "uvnlaxanh-b", sans-serif;
  font-size: 1.0416666667vw;
  color: #23201f;
}
.frame5 .filter-wrapper .filter-pannel .filter-item .filter-item-month {
  display: none;
  flex-direction: column;
  gap: 0.2604166667vw;
  margin-top: 0.5208333333vw;
  padding-top: 0.5208333333vw;
  border-top: 1px solid rgba(35, 32, 31, 0.1);
}
.frame5 .filter-wrapper .filter-pannel .filter-item .filter-item-month span {
  font-family: "uvnlaxanh-b", sans-serif;
  font-size: 0.9375vw;
  color: #23201f;
  padding: 0.2604166667vw 0.5208333333vw;
  cursor: pointer;
  border-radius: 0.2083333333vw;
  transition: background-color 0.2s ease;
}
.frame5 .filter-wrapper .filter-pannel .filter-item .filter-item-month span:hover {
  background-color: rgba(35, 32, 31, 0.1);
}
.frame5 .filter-wrapper .filter-pannel .filter-item.active .filter-item-month {
  display: flex;
}
.frame5 .filter-wrapper .filter-pannel.has-active-item .filter-item:not(.active) {
  display: none;
}
.frame5 .filter-wrapper.active .filter-pannel {
  display: block;
}
.frame5 .top-3-wrapper {
  top: 7.34375vw;
  position: absolute;
  right: 15.4166666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9270833333vw;
}
.frame5 .top-3-wrapper .top-item {
  width: 12.2395833333vw;
  height: 18.125vw;
  background-image: url("/images/top-creator-background.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #23201f;
  font-family: "nth-bold", sans-serif;
}
.frame5 .top-3-wrapper .top-item.top-1 {
  margin-top: -1.6145833333vw;
}
.frame5 .top-3-wrapper .top-item .avatar {
  margin-top: 2.03125vw;
}
.frame5 .top-3-wrapper .top-item .avatar img {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 50%;
}
.frame5 .top-3-wrapper .top-item .display-name {
  margin-top: 1.5625vw;
  font-size: 1.40625vw;
  font-weight: bold;
  color: #23201f;
  text-align: center;
  width: 100%;
  padding-left: 0.2604166667vw;
  padding-right: 0.2604166667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frame5 .top-3-wrapper .top-item .views {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #23201f;
  text-align: center;
  position: relative;
  display: inline-block;
}
.frame5 .top-3-wrapper .top-item .views::after {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 0.78125vw;
  background-image: url("/images/eye-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5104166667vw;
}
.frame5 .top-3-wrapper .top-item .rank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.25vw;
}
.frame5 .top-3-wrapper .top-item .rank img {
  width: 1.71875vw;
  height: 2.8125vw;
  object-fit: contain;
}
.frame5 .top-3-wrapper .top-item.top-3 .rank img {
  width: 1.6666666667vw;
  height: 2.6041666667vw;
}
.frame5 .top-30-wrapper {
  position: absolute;
  top: 29.4791666667vw;
  right: 18.75vw;
  width: 32.8125vw;
  color: #23201f;
  padding-right: 1.5625vw;
  height: 15.625vw;
  overflow-y: auto;
  overflow-x: hidden;
}
.frame5 .top-30-wrapper .top-30-item {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.3645833333vw 0;
  font-size: 1.1828125vw;
  font-family: "nth-bold", sans-serif;
}
.frame5 .top-30-wrapper .top-30-item .rank {
  width: 5.9895833333vw;
  flex-shrink: 0;
  text-align: center;
  font-weight: bold;
}
.frame5 .top-30-wrapper .top-30-item .display-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.frame5 .top-30-wrapper .top-30-item .views {
  width: 9.8958333333vw;
  flex-shrink: 0;
  text-align: right;
  font-weight: bold;
  text-align: center;
}
.frame5 .update-time {
  position: absolute;
  bottom: 2.6041666667vw;
  right: 18.75vw;
  width: 32.8125vw;
  font-size: 1.0416666667vw;
  font-family: "nth-medium", sans-serif;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .frame5 {
    height: 171.3541666667vw;
    background-image: url("/images/frame5-mb.jpg");
  }
  .frame5 .top-3-wrapper {
    top: 18.359375vw;
    right: 4.4270833333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.7760416667vw;
  }
  .frame5 .top-3-wrapper .top-item {
    width: 28.125vw;
    height: 45.703125vw;
    background-image: url("/images/top-creator-background-mb.png");
  }
  .frame5 .top-3-wrapper .top-item .avatar {
    margin-top: 4.4270833333vw;
  }
  .frame5 .top-3-wrapper .top-item .avatar img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border-radius: 50%;
  }
  .frame5 .top-3-wrapper .top-item .display-name {
    font-size: 3.09765625vw;
    margin-top: 4.8177083333vw;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .frame5 .top-3-wrapper .top-item .views {
    font-size: 3.90625vw;
  }
  .frame5 .top-3-wrapper .top-item .views::after {
    width: 2.8645833333vw;
    height: 1.8229166667vw;
    right: -3.2552083333vw;
  }
  .frame5 .top-3-wrapper .top-item .rank {
    margin-top: 5.9895833333vw;
  }
  .frame5 .top-3-wrapper .top-item .rank img {
    width: 2.6041666667vw;
    height: 4.8177083333vw;
  }
  .frame5 .top-3-wrapper .top-item.top-1 {
    margin-top: -3.6458333333vw;
  }
  .frame5 .top-3-wrapper .top-item.top-3 .rank {
    margin-top: 5.9895833333vw;
  }
  .frame5 .top-3-wrapper .top-item.top-3 .rank img {
    width: 2.6041666667vw;
    height: 4.8177083333vw;
  }
  .frame5 .top-30-wrapper {
    top: 84.6354166667vw;
    width: 48.6979166667vw;
    right: 5.9895833333vw;
    padding-right: 1.5625vw;
    height: 67.0572916667vw;
  }
  .frame5 .top-30-wrapper .top-30-item {
    font-size: 3.125vw;
  }
  .frame5 .top-30-wrapper .top-30-item .rank {
    width: 7.1614583333vw;
  }
  .frame5 .top-30-wrapper .top-30-item .display-name {
    width: 24.21875vw;
  }
  .frame5 .top-30-wrapper .top-30-item .views {
    width: 16.015625vw;
  }
  .frame5 .update-time {
    bottom: 5.2083333333vw;
    right: 5.078125vw;
    width: 51.8229166667vw;
    font-size: 2.2356770833vw;
  }
  .frame5 .filter-wrapper {
    top: 70.3125vw;
    right: 17.578125vw;
  }
  .frame5 .filter-wrapper .filter-button {
    width: 23.4375vw;
    height: 3.3854166667vw;
    font-size: 1.6927083333vw;
    background-size: cover;
    z-index: 2;
  }
  .frame5 .filter-wrapper .filter-button:hover {
    transform: none;
  }
  .frame5 .filter-wrapper .filter-button:active {
    transform: none;
  }
  .frame5 .filter-wrapper .filter-button .filter-icon {
    right: 1.6927083333vw;
    width: 1.0416666667vw;
    height: 0.6510416667vw;
  }
  .frame5 .filter-wrapper .filter-pannel {
    width: 23.4375vw;
    height: 23.9583333333vw;
    margin-top: -1.6927083333vw;
    z-index: 1;
    padding-top: 2.34375vw;
  }
  .frame5 .filter-wrapper .filter-pannel .filter-list .filter-item {
    font-size: 1.8684895833vw;
  }
  .frame5 .filter-wrapper .filter-pannel .filter-list .filter-item .filter-item-label {
    font-size: 1.6927083333vw;
  }
  .frame5 .filter-wrapper .filter-pannel .filter-list .filter-item .filter-item-month span {
    font-size: 1.6927083333vw;
  }
}
.frame6 {
  width: 100vw;
  height: 63.2291666667vw;
  position: relative;
  justify-content: center;
  background-image: url("/images/frame6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.frame6::after {
  display: none;
}
.frame6-container {
  width: 82.8125vw;
  height: 48.90625vw;
  margin: 0 auto;
  padding-top: 7.96875vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame6-creators-list {
  display: grid;
  grid-template-columns: repeat(5, 15.0520833333vw);
  column-gap: 1.0416666667vw;
  row-gap: 1.1979166667vw;
  height: 40.9375vw;
  width: 100%;
  padding: 0.5208333333vw 1.3541666667vw 0.5208333333vw 0.5208333333vw;
  box-sizing: border-box;
}
.frame6-creator-item {
  width: 15.0520833333vw;
  height: 19.5833333333vw;
  padding-top: 1.9270833333vw;
  position: relative;
  background-image: url("/images/creator-box-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frame6-creator-avatar {
  width: 10.9895833333vw;
  height: 10.5208333333vw;
  position: relative;
  background-image: url("/images/frame-6-avatar-border.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame6-creator-avatar img {
  width: 10.3645833333vw;
  height: 9.8vw;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: url("/images/frame-6-avatar-mask.png");
  mask-image: url("/images/frame-6-avatar-mask.png");
  mask-repeat: no-repeat;
  -webkit-mask-size: 10.3645833333vw 9.84375vw; /* chỉnh kích thước theo chiều rộng và chiều cao */
  mask-size: 10.3645833333vw 9.84375vw;
}
.frame6-creator-info {
  font-family: "uvnlaxanh-b";
  font-size: 1.09375vw;
  color: #fff;
  text-align: center;
  margin-top: 0.2604166667vw;
}
.frame6-creator-channel-view {
  font-family: "nth-medium";
  font-size: 1.5625vw;
  color: #27754f;
  text-align: center;
  margin-top: 1.71875vw;
}
.frame6-creator-channel-name {
  width: 6.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frame6 .search-input-wrapper {
  position: absolute;
  top: 2.03125vw;
  right: 23.6458333333vw;
  width: 21.71875vw;
  height: 3.6979166667vw;
  background-image: url("/images/search-input-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.frame6 .search-input-wrapper input {
  font-family: "nth-medium";
  font-size: 1.5166666667vw;
  color: #fff;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.5208333333vw;
  box-sizing: border-box;
  text-align: center;
}
.frame6 .search-input-wrapper input::placeholder {
  color: #fff;
  opacity: 1;
}
.frame6 .search-input-wrapper input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.frame6 .search-input-wrapper input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.frame6 .search-input-wrapper input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.frame6 .search-input-wrapper .search-button {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background-image: url("/images/search-button.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2.1875vw;
  top: 50%;
  transform: translateY(-50%);
}
.frame6 .search-input-wrapper .search-button:hover {
  cursor: pointer;
  filter: brightness(1.1);
}
.frame6-social-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.0416666667vw;
  padding-top: 1.875vw;
}
.frame6-social-list .row-1,
.frame6-social-list .row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame6-social-list .row-2 {
  margin-top: -2.8645833333vw;
}
.frame6-social-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame6-social-item img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.frame6-social-item:has(img[alt=Facebook]) img {
  width: 10.46875vw;
  height: 6.5625vw;
}
.frame6-social-item:has(img[alt=Youtube]) img {
  width: 10.3125vw;
  height: 6.5625vw;
}
.frame6-social-item:has(img[alt="Facebook Group"]) img {
  width: 13.6458333333vw;
  height: 6.5625vw;
}
.frame6-social-item:has(img[alt=TikTok]) img {
  width: 9.375vw;
  height: 6.5625vw;
}
.frame6-social-item:has(img[alt=Discord]) img {
  width: 9.4791666667vw;
  height: 6.5625vw;
}
.frame6-social-item:has(img[alt=Instagram]) img {
  width: 10.46875vw;
  height: 6.5625vw;
}

@media (max-width: 768px) {
  .frame6 {
    height: 171.3541666667vw;
    background-image: url("/images/frame6-mb.jpg");
  }
  .frame6::after {
    display: block;
  }
  .frame6-creator-channel-name {
    width: 12.625vw;
  }
  .frame6-creator-info {
    font-size: 2.0833333333vw;
    margin-top: 2.4609375vw;
  }
  .frame6-creator-channel-view {
    font-family: "nth-medium";
    font-size: 3.43359375vw;
    margin-top: 2.6041666667vw;
  }
  .frame6 .search-input-wrapper {
    width: 54.296875vw;
    height: 9.2447916667vw;
    top: 16.2760416667vw;
  }
  .frame6 .search-input-wrapper input {
    font-size: 3.7916666667vw;
  }
  .frame6 .search-input-wrapper .search-button {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    right: 6.3802083333vw;
  }
  .frame6-container {
    width: 90.625vw;
    height: 145.8333333333vw;
    padding-top: 0;
  }
  .frame6-creators-list {
    height: 116.885417vw;
    grid-template-columns: repeat(3, 28.90625vw);
    column-gap: 1.3020833333vw;
    row-gap: 1.8229166667vw;
    margin-top: 26.0416666667vw;
    overflow: hidden;
  }
  .frame6-creator-item {
    width: 28.90625vw;
    height: 37.3697916667vw;
  }
  .frame6-creator-avatar {
    width: 20.703125vw;
    height: 19.7916666667vw;
  }
  .frame6-creator-avatar img {
    width: 19.4010416667vw;
    height: 18.6197916667vw;
    mask-size: 19.4010416667vw 18.6197916667vw;
  }
}
.frame7-policy-link {
  font-family: "nth-medium", sans-serif;
  font-size: 1.7708333333vw;
  color: #1d5e24;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease;
  display: inline-block;
}
.frame7-policy-link:hover {
  color: #27754f;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .frame7 {
    width: 100vw;
    height: 171.484375vw;
    position: relative;
    justify-content: center;
    background-image: url("/images/frame7-mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .frame7::after {
    display: none;
  }
  .frame7-social-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 4.6875vw;
    margin-left: -3.515625vw;
  }
  .frame7-social-list .row-1,
  .frame7-social-list .row-2,
  .frame7-social-list .row-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .frame7-social-list .row-1 {
    margin-top: 35.9375vw;
  }
  .frame7-social-list .row-2,
  .frame7-social-list .row-3 {
    margin-top: -6.7708333333vw;
  }
  .frame7-social-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frame7-social-item img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .frame7-social-item:has(img[alt=Facebook]) img {
    width: 41.40625vw;
    height: 25.5208333333vw;
  }
  .frame7-social-item:has(img[alt=Youtube]) img {
    width: 42.8385416667vw;
    height: 25.390625vw;
  }
  .frame7-social-item:has(img[alt="Facebook Group"]) img {
    width: 56.7708333333vw;
    height: 25.5208333333vw;
  }
  .frame7-social-item:has(img[alt=TikTok]) img {
    width: 38.8020833333vw;
    height: 25.5208333333vw;
  }
  .frame7-social-item:has(img[alt=Discord]) img {
    width: 39.3229166667vw;
    height: 25.5208333333vw;
  }
  .frame7-social-item:has(img[alt=Instagram]) img {
    width: 43.359375vw;
    height: 25.5208333333vw;
  }
  .frame7-policy-link {
    font-size: 3.90625vw;
    position: absolute;
    bottom: 3.125vw;
    left: 2.6041666667vw;
  }
}
body {
  background-color: #f1f8e4;
}

.quest-detail-wrapper {
  position: relative;
  min-height: 100vh;
  padding-top: 3.90625vw;
}
.quest-detail-wrapper::before {
  content: "";
  position: absolute;
  top: 3.90625vw;
  left: 0;
  width: 100%;
  min-height: 47.5vw;
  background-image: url("/images/event_detail_background_top.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
.quest-detail-wrapper::after {
  content: "";
  position: absolute;
  top: 16.3020833333vw;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 48.6458333333vw;
  background-image: url("/images/event_detail_background_bottom.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

.quest-detail-content {
  position: relative;
  z-index: 1;
  min-height: 26.0416666667vw;
}

.quest-detail-name {
  font-size: 3.746875vw;
  color: #27754f;
  font-family: "nth-medium", sans-serif;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
}
.quest-detail-name::before {
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background-image: url("/images/popup_title_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 0.5208333333vw;
}
.quest-detail-name::after {
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background-image: url("/images/popup_title_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 0.5208333333vw;
}

.quest-detail-container {
  width: 85.78125vw;
  margin: 3.6458333333vw auto 0 auto;
  display: flex;
  gap: 2.0833333333vw;
}
.quest-detail-container .quest-detail-col-1 {
  width: 33.59375vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6666666667vw;
}
.quest-detail-container .quest-detail-col-1 .quest-detail-thumbnail {
  width: 33.5416666667vw;
  height: 33.5416666667vw;
  background-image: url("/images/demo_quest_thumbnail.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.4166666667vw solid #a1ceb7;
  border-radius: 0.2083333333vw;
}
.quest-detail-container .quest-detail-col-1 .quest-detail-submit-button {
  width: 17.03125vw;
  height: 5.4166666667vw;
  background-image: url("/images/submit-video-button.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.quest-detail-container .quest-detail-col-1 .quest-detail-submit-button:hover {
  transform: scale(1.05);
}
.quest-detail-container .quest-detail-col-1 .quest-detail-submit-button:active {
  transform: scale(0.98);
}
.quest-detail-container .quest-detail-col-2 {
  flex: 1;
  min-width: 0;
  font-family: "nth-medium", sans-serif;
}
.quest-detail-container .quest-detail-col-2 h1, .quest-detail-container .quest-detail-col-2 h2, .quest-detail-container .quest-detail-col-2 h3, .quest-detail-container .quest-detail-col-2 h4, .quest-detail-container .quest-detail-col-2 h5, .quest-detail-container .quest-detail-col-2 h6 {
  font-size: 1.875vw;
  color: #0e7f45;
  font-family: "nth-medium", sans-serif;
  line-height: 1;
  margin: 0 0 0.78125vw 0;
  padding: 0;
}
.quest-detail-container .quest-detail-col-2 .heading-1, .quest-detail-container .quest-detail-col-2 .heading-2, .quest-detail-container .quest-detail-col-2 .heading-3 {
  font-size: 1.875vw;
  color: #0e7f45;
  font-family: "nth-medium", sans-serif;
  line-height: 1;
  margin: 0 0 0.78125vw 0;
  padding: 0;
}
.quest-detail-container .quest-detail-col-2 p {
  color: #373700;
  font-size: 1.5625vw;
  font-family: "nth-medium", sans-serif;
  margin: 0 0 0.78125vw 0;
}
.quest-detail-container .quest-detail-col-2 span.strong {
  font-weight: bold;
  font-weight: 700;
}
.quest-detail-container .quest-detail-col-2 *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p) {
  color: #373700;
  font-size: 1.5625vw;
  font-family: "nth-medium", sans-serif;
}

@media (max-width: 768px) {
  .quest-detail-wrapper {
    height: calc(100vh - 11.0677083333vw);
    padding-top: 11.0677083333vw;
  }
  .quest-detail-wrapper::before {
    top: 0;
    min-height: 57.1614583333vw;
    background-image: url("/images/event_detail_background_top-mb.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .quest-detail-wrapper::after {
    top: 0;
    min-height: 75.1302083333vw;
    background-image: url("/images/event_detail_background_bottom-mb.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .quest-detail-content {
    min-height: 65.1041666667vw;
  }
  .quest-detail-name {
    font-size: 6.7708333333vw;
    margin-top: 4.9479166667vw;
  }
  .quest-detail-container {
    width: 83.8541666667vw;
    flex-direction: column;
    gap: 4.1666666667vw;
    height: 70vh;
    overflow-y: scroll;
  }
  .quest-detail-container .quest-detail-col-1 {
    width: 100%;
    flex-shrink: 0;
  }
  .quest-detail-container .quest-detail-col-1 .quest-detail-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border: 1.0416666667vw solid #a1ceb7;
    border-radius: 0.5208333333vw;
  }
  .quest-detail-container .quest-detail-col-1 .quest-detail-submit-button {
    width: 100%;
    max-width: 42.7083333333vw;
    height: 8.8541666667vw;
    background-image: url("/images/submit-video-button-mb.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 6.640625vw;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 100;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .quest-detail-container .quest-detail-col-1 .quest-detail-submit-button:hover {
    transform: translateX(-50%);
  }
  .quest-detail-container .quest-detail-col-1 .quest-detail-submit-button:active {
    transform: translateX(-50%);
    opacity: 1;
  }
  .quest-detail-container .quest-detail-col-2 {
    width: 100%;
    flex: none;
  }
  .quest-detail-container .quest-detail-col-2 h1, .quest-detail-container .quest-detail-col-2 h2, .quest-detail-container .quest-detail-col-2 h3, .quest-detail-container .quest-detail-col-2 h4, .quest-detail-container .quest-detail-col-2 h5, .quest-detail-container .quest-detail-col-2 h6 {
    font-size: 3.90625vw;
    margin: 0 0 1.953125vw 0;
  }
  .quest-detail-container .quest-detail-col-2 .heading-1, .quest-detail-container .quest-detail-col-2 .heading-2, .quest-detail-container .quest-detail-col-2 .heading-3 {
    font-size: 3.90625vw;
    margin: 0 0 1.953125vw 0;
  }
  .quest-detail-container .quest-detail-col-2 p {
    font-size: 3.90625vw;
    margin: 0 0 1.953125vw 0;
  }
  .quest-detail-container .quest-detail-col-2 span.strong {
    font-weight: bold;
    font-weight: 700;
  }
  .quest-detail-container .quest-detail-col-2 *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p) {
    font-size: 3.90625vw;
  }
}
.footer {
  width: 100%;
  height: 9.375vw;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-col-logo {
  width: 19.1666666667vw;
}

.footer-logo {
  width: 14.6875vw;
  height: 2.0833333333vw;
  object-fit: contain;
}

.footer-col-content {
  flex: 1;
  justify-content: left;
}

.footer-content {
  text-align: left;
  color: #beccc9;
  font-size: 1.1458333333vw;
  font-family: "uvnlaxanh-b", sans-serif;
}

.footer-content p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.3020833333vw;
  color: #beccc9;
  font-family: "uvnlaxanh-b", sans-serif;
  font-weight: 300;
}

.footer-content p:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}

.footer-policy-link {
  font-size: 1.1510416667vw;
  color: #beccc9;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-policy-link:hover {
  color: #27754f;
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

.text-center {
  text-align: center;
  justify-content: center;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.4479166667vw;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-desktop {
  display: none !important;
}

.margin-0 {
  margin: 0 !important;
}

.text-green {
  color: #27754f;
}

.frame {
  position: relative;
  margin-top: 4.0625vw;
}
.frame::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 9.7916666667vw;
  bottom: -2.0833333333vw;
  background-image: url("/images/day.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(50%);
  z-index: 1;
}

.margin-0 {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .frame {
    margin-top: 3.6458333333vw;
  }
  .frame::after {
    width: 100%;
    height: 9.765625vw;
    bottom: -1.953125vw;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: block !important;
  }
  .button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3.125vw;
  }
}

/*# sourceMappingURL=user.css.map */
