@charset "UTF-8";
@font-face {
  font-family: "FC-azonix";
  src: url("./fonts/FC-Azonix.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*----- Variables -----*/
/*----- End Variables -----*/
/* ======= Reset & Base ======= */
* {
  box-sizing: border-box;
}

body {
  background: #001f6d;
  padding: 16px;
  color: white;
  font: normal 16px "Inter", -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6,
.button {
  font-family: "FC-Azonix", -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

div.container-width, div.container, div.row {
  max-width: 1500px;
}

.button {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border-radius: 80px;
  width: 100%;
  padding: 2px;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 24px;
  backdrop-filter: blur(20px);
  font-weight: 400;
}
.button > span {
  padding: 14px 30px;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2509803922) inset;
  position: relative;
  z-index: 2;
  border-radius: 76px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 95.98%);
  backdrop-filter: blur(20px);
}
.button:hover {
  box-shadow: 0px -4px 40px 0px rgba(26, 59, 255, 0.5019607843), 0px 6px 40px 0px rgba(189, 3, 255, 0.5019607843);
}
.button:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 80px;
  background: linear-gradient(90deg, #002CFF -0.14%, #1A3BFF 0.87%, #4F5AFF 3.87%, #7E75FF 6.88%, #A68DFF 9.89%, #C69FFF 13.9%, #DFAEFF 16.91%, #F1B8FF 19.92%, #FBBFFF 23.93%, #FFC1FF 27.94%, #F9C1FF 30.95%, #E8C3FF 34.96%, #CDC5FF 39.97%, #A6C9FF 44.99%, #75CEFF 50%, #3AD4FF 56.02%, #05DAFF 61.03%, #19C1FF 64.04%, #606FFF 77.07%, #9333FF 88.1%, #B30EFF 96.13%, #C000FF 100.14%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.header-button-1:hover .sub_account_menu {
  visibility: visible;
  opacity: 1;
}

#logo {
  width: 105px !important;
  margin-right: 0;
}

.header {
  padding: 0 16px;
}
.header .header-inner {
  max-width: 1690px;
  background: radial-gradient(36.56% 168.41% at 50% 50%, rgba(255, 255, 255, 0) 28.03%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 24px;
  margin-top: 36px;
}
.home .header .header-inner {
  background: none;
}

.event-logo {
  text-align: center;
}
.event-logo img {
  margin: -36px 0 0 !important;
}
.home .event-logo {
  display: none;
}

.header-nav > li > a {
  color: #fff;
  font: 700 16px "Inter", -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.header-nav > li.active > a {
  color: #fff;
}
.header-nav > li.header-button-1:hover .sub_account_menu {
  visibility: visible;
  opacity: 1;
}
.header-nav .nav-icon > a {
  width: 50px;
  height: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 16px;
}
.header-nav .nav-icon > a:hover {
  border: none;
}
.header-nav .header-button > .button.primary {
  font: 600 14px "Inter";
  padding: 7px 8px;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  height: 50px;
  width: 184px;
}
.header-nav .header-button > .button.primary:before {
  display: none;
}
.header-nav .header-button > .button.primary:hover {
  box-shadow: none;
}

.sub_account_menu {
  width: 249px;
  list-style: none;
  margin: 4px 0 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: #fff;
  border-radius: 16px;
  padding: 12px 8px !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
.sub_account_menu li {
  margin: 0;
  position: relative;
}
.sub_account_menu li:before {
  width: 176px;
  height: 1px;
  background: #F1F5F9;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -88px;
}
.sub_account_menu li + li:before {
  content: "";
}
.sub_account_menu li a {
  background: none;
  font: 14px "Inter";
  color: #334155;
  padding: 8px 5px;
  border-radius: 0;
  text-transform: none;
  justify-content: start;
}
.sub_account_menu li a:before {
  display: none;
}
.sub_account_menu li a:hover {
  box-shadow: none;
  color: #334155;
}
.sub_account_menu li a#logout-menu {
  padding-left: 36px;
  background: url(./images/logout.svg) no-repeat left 5px center;
}

.mobile-nav > li > a {
  text-decoration: none;
  color: #fff;
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 12px;
  padding: 0;
  justify-content: center;
}

.home-banner .section-content > .row > .col {
  padding-bottom: 0;
}

.banner-image {
  margin-top: 80px;
}

.banner-text {
  margin-top: 50px;
  text-align: center;
}
.banner-text p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

.footer-wrapper {
  display: none;
}

.site-footer {
  padding-bottom: 30% !important;
}

.off-canvas-left .mfp-container .mfp-content,
.off-canvas-right .mfp-container .mfp-content {
  background: #fff;
  width: 100%;
  max-width: 512px;
}
.off-canvas-left .mfp-container .sidebar-menu,
.off-canvas-right .mfp-container .sidebar-menu {
  padding: 32px 24px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li {
  border: none;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block {
  margin-bottom: 40px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block:last-child,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block:last-child {
  width: 100%;
  margin-top: 80px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-title,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 12px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-content,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-content {
  width: 100%;
  border-radius: 16px;
  padding: 16px 66px 16px 16px;
  color: #475569;
  font-size: 12px;
  position: relative;
  background: #F1F5F9;
  width: 100%;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-phone,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-phone {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -24px;
  content: "";
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-phone a,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-phone a {
  display: block;
  width: 48px;
  height: 48px;
  background: url(./images/phone.svg) no-repeat center;
  font-size: 0;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-email,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-email {
  margin-bottom: 5px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-email a,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-email a {
  text-decoration: none;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-name,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-name {
  font: 14px "FC-Azonix";
  color: #020617;
  margin-bottom: 5px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-job,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .contact-job {
  color: #FFBF00;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.header-block .header-block-block-3,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.header-block .header-block-block-3 {
  width: 100%;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.menu-item:hover,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.menu-item:hover {
  background: none;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.menu-item a,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.menu-item a {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s;
  padding: 10px 0;
  background-position: left -24px center;
}
.off-canvas-left .mfp-container .sidebar-menu .nav-sidebar li.menu-item a:hover,
.off-canvas-right .mfp-container .sidebar-menu .nav-sidebar li.menu-item a:hover {
  color: #134BD4;
  padding-left: 44px;
  text-decoration: underline;
  background: url(./images/arrow-right.svg) no-repeat left center;
}
.off-canvas-left .mfp-container .mobile-sidebar,
.off-canvas-right .mfp-container .mobile-sidebar {
  height: 100%;
}
.off-canvas-left .mfp-close,
.off-canvas-right .mfp-close {
  background: #F5F6F7;
  border-radius: 12px;
  top: 32px;
  right: 24px;
  mix-blend-mode: inherit;
  opacity: 1;
  line-height: 0;
}
.off-canvas-left .mfp-close svg,
.off-canvas-right .mfp-close svg {
  color: #545454;
  width: 24px;
  height: 24px;
}
.off-canvas-left .nav > li > a,
.off-canvas-right .nav > li > a {
  text-decoration: none;
  color: #0B0B0B;
}
.off-canvas-left .header-newsletter-item,
.off-canvas-left .header-social-icons,
.off-canvas-right .header-newsletter-item,
.off-canvas-right .header-social-icons {
  display: none !important;
}

.top-social-list .facebook a {
  width: 145px;
  height: 44px;
  display: block;
  font-size: 0;
  background: url(./images/fb.svg) no-repeat center;
}

.searchform .button.icon {
  background: #0084FF;
}

.top-banner {
  position: relative;
}
.top-banner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 30, 93, 0) 64.3%, #1A1E5D 100%);
  content: "";
}

.top-banner-text {
  margin-top: 40px;
}
.top-banner-text h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px;
}
.top-banner-text p {
  font-size: 16px;
  font-weight: 600;
}
.top-banner-text > .col-inner {
  position: static;
}

.button.primary {
  text-align: center;
  line-height: 1.3;
}
.ticket-register-banner .button.primary span {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  background: url(images/arrow-down.svg) no-repeat right center;
  white-space: nowrap;
}

.wpcf7-response-output {
  display: none !important;
}

.blocker {
  z-index: 1002;
}

.modal {
  border: 3px solid #23D1FF;
  background: #1A1E5D;
  max-width: 1600px;
  width: 100%;
  padding: 15px 15px 0;
  color: #fff;
}
.modal a.close-modal {
  background: none;
}
.modal a.close-modal:before {
  width: 100%;
  height: 100%;
  content: "x";
  font-size: 22px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #23D1FF;
  color: #01041B;
  text-indent: 0;
  font-weight: 700;
}
.modal .message-container {
  font-weight: 700;
  margin-bottom: 20px;
}
.modal .message-container p {
  margin-bottom: 0.5em;
}
.modal .message-container .confirm-title {
  font-size: 18px;
}
.modal .message-container #ticket_number_choosed {
  font-weight: 900;
  color: #23D1FF;
  font-size: 24px;
}

.modal-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #23D1FF;
  padding-bottom: 5px;
  border-bottom: 1px solid #23D1FF;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: linear-gradient(94.3deg, #F7C2FF 6.79%, #2DD6FF 106.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.modal-content .note {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.modal-content .button {
  background: linear-gradient(92.83deg, #E478A3 0, #0084FF 100%);
  border: 2px solid #fff;
  border-radius: 50px;
  width: 100%;
  padding: 1px 20px;
  min-height: 0;
  height: 40px;
}

.time-count-down {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #23D1FF;
}
.time-count-down p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.time-count-down p > span:first-child {
  font-size: 16px;
  color: #fff;
}

#choose-passenger-modal {
  padding-bottom: 0;
}

#notify-passenger-modal,
#confirmed-passenger-modal,
#exist-passenger-modal,
#login_personal-award-modal {
  max-width: 800px;
  text-align: center;
}
#notify-passenger-modal .modal-header,
#notify-passenger-modal .modal-content,
#confirmed-passenger-modal .modal-header,
#confirmed-passenger-modal .modal-content,
#exist-passenger-modal .modal-header,
#exist-passenger-modal .modal-content,
#login_personal-award-modal .modal-header,
#login_personal-award-modal .modal-content {
  max-width: 610px;
  margin: 0 auto;
}

.accordion {
  color: #fff;
}
.accordion .accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion .accordion-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  gap: 12px;
}
.accordion .accordion-title .toggle {
  width: 24px;
  height: 24px;
  min-height: 0;
  order: 1;
  border: none;
  padding: 0;
  margin: 0;
  position: static;
  background: url(./images/arrow-circle-down.svg) no-repeat center;
}
.accordion .accordion-title .toggle i {
  display: none;
}
.accordion .accordion-title > span {
  order: 0;
}
.accordion .accordion-title:hover {
  color: #23D1FF;
}
.accordion .accordion-title.active .toggle {
  transform: rotate(180deg);
}
.accordion .accordion-inner {
  padding: 16px 0;
}
.accordion .accordion-inner .col {
  padding-bottom: 0;
}
.accordion .accordion-inner p {
  margin-bottom: 0.75em;
}
.accordion .accordion-inner p strong {
  color: #23D1FF;
}
.accordion .accordion-inner p .price {
  color: #F7C2FF;
}

#confirm-voted-award-modal .modal-content {
  max-width: 600px;
  margin: 0 auto;
}
#confirm-voted-award-modal .modal-content > p {
  text-align: center;
}

.glow-box {
  position: absolute;
  top: 60px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.glow-box h5 {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  font-size: 18px;
}

.new-challenger {
  margin: 0 auto;
  margin-bottom: -25px !important;
}

.section-home-page {
  height: 100vh;
}
.section-home-page .row {
  max-width: 100%;
}
.section-home-page .section-content {
  height: 100%;
}
.col-home-page {
  padding-top: 84px;
}
.col-home-page .col-inner {
  text-align: center;
}
.col-home-page .button.primary {
  font-size: 18px;
}
.col-home-page .button.primary > span {
  padding: 14px 28px;
}

.dare-change {
  margin: 0 auto 30px !important;
}
.dare-change img {
  max-width: 744px;
}

.mascot {
  position: fixed;
  bottom: 0px;
  display: block;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 140% !important;
}
.header-nav-main {
  z-index: 1001;
}
.home .flex-right {
  visibility: hidden;
  opacity: 0;
}
.home .box-title {
  margin: 0 auto 24px;
  width: 82%;
  background-image: url("/wp-content/uploads/2025/06/Vector.svg");
}
.home .box-text {
  font-size: 18px;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 10px 20px;
  max-width: 600px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.search-box i {
  color: white;
  font-size: 20px;
  margin-right: 10px;
}

.search-box input {
  margin-bottom: 0;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
  width: 100%;
  font-weight: 300;
  font-family: "Inter";
  margin-bottom: 2px;
  box-shadow: none;
}
.search-box input:focus {
  outline: none;
  box-shadow: none;
  background: transparent; /* giữ nguyên nền */
  color: #fff;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* ======= Card Container: Mobile default ======= */
.card-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  scrollbar-width: none; /* Firefox */
  padding: 20px 15px;
  margin: 0 -15px;
}

.card-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* ======= Card: Mobile default ======= */
.card {
  flex: 0 0 auto;
  width: 160px;
  background: linear-gradient(180deg, #13237d 0%, #1d2fa1 100%);
  border-radius: 16px;
  padding: 12px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* Avatar */
.avatar {
  position: relative;
  margin-bottom: 10px;
}

.avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
}

.icon-top-right {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  border-radius: 50%;
  padding: 4px;
  width: 20px;
  height: 20px;
}

/* Text content */
.team-name {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.label {
  font-size: 11px;
  color: #f9b233;
  font-weight: bold;
  margin-bottom: 4px;
}

.leader-name {
  font-size: 12px;
}

/* Detail button */
.detail-button {
  margin-top: 8px;
  background: #2e4aff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 11px;
  cursor: pointer;
  display: none;
}

.card:hover .detail-button {
  display: inline-block;
}

.what-news-content .is-sticky-column .button.primary {
  max-width: 280px;
  height: auto;
  opacity: 0.6;
}
.what-news-content .is-sticky-column .button.primary:hover, .what-news-content .is-sticky-column .button.primary.active {
  opacity: 1;
}
.what-news-content .is-sticky-column .button.primary span {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(50px);
  line-height: 1.2;
  padding: 25px 10px;
  box-shadow: none;
}
.what-news-content .is-sticky-column .col-inner {
  align-items: end;
  padding-left: 45px;
  padding-right: 15px;
}

.section-district-10 .section-bg img {
  height: auto;
}

.what-news-header,
.feedback-header,
.challenger-header {
  position: relative;
}
.what-news-header:before,
.feedback-header:before,
.challenger-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 52, 188, 0) 0%, #0034BA 60%, #000F72 100%);
  z-index: 1;
}

.section-schedule,
.what-news-content,
.x-challenger-content,
.feedback-content,
.challenger-content {
  background: url(./images/schedule-bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.section-schedule .section-bg img,
.what-news-content .section-bg img,
.x-challenger-content .section-bg img,
.feedback-content .section-bg img,
.challenger-content .section-bg img {
  height: auto;
  top: 10%;
}

.vote-header .section-bg img {
  top: 0;
}

/* ======= Desktop ≥768px ======= */
@media screen and (min-width: 850px) {
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding: 0;
    margin: 0;
    gap: 20px;
  }
  .card {
    width: calc((100% - 80px) / 5); /* 5 cards per row, 20px gap x4 */
    padding: 16px;
  }
  .avatar img {
    width: 72px;
    height: 72px;
  }
  .team-name {
    font-size: 14px;
  }
  .label,
  .leader-name {
    font-size: 13px;
  }
  .detail-button {
    font-size: 12px;
    padding: 6px 12px;
  }
  .countdown-wrapper {
    padding: 80px 0 58px !important;
  }
}
.gradient-text {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #002CFF, #1A3BFF, #4F5AFF, #7E75FF, #A68DFF, #C69FFF, #DFAEFF, #F1B8FF, #FBBFFF, #FFC1FF, #F9C1FF, #E8C3FF, #CDC5FF, #A6C9FF, #75CEFF, #3AD4FF, #05DAFF, #19C1FF, #606FFF, #9333FF, #B30FFF, #C000FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Glow effect */
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6666666667), 0 0 12px rgba(192, 0, 255, 0.6666666667), 0 0 24px rgba(192, 0, 255, 0.5333333333);
}

.container-draw .frame-wrapper {
  position: relative;
}
.container-draw .frame,
.container-draw .frame-title {
  padding: 2px;
  background: linear-gradient(90deg, #002CFF -0.08%, #1A3BFF 0.47%, #4F5AFF 2.12%, #7E75FF 3.76%, #A68DFF 5.41%, #C69FFF 7.6%, #DFAEFF 9.25%, #F1B8FF 10.89%, #FBBFFF 13.09%, #FFC1FF 15.28%, #F9C1FF 16.93%, #E8C3FF 19.12%, #CDC5FF 21.86%, #A6C9FF 24.6%, #75CEFF 27.35%, #3AD4FF 30.64%, #05DAFF 33.38%, #19C1FF 35.02%, #606FFF 42.15%, #9333FF 48.19%, #B30EFF 52.57%, #C000FF 54.77%);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  backdrop-filter: blur(50px);
}
.container-draw .frame-inner,
.container-draw .frame-title p {
  background-color: #002CB2;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  backdrop-filter: blur(50px);
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.6980392157), 0px 6px 30px 0px rgba(189, 3, 255, 0.6980392157);
  margin: 0;
}
.container-draw .frame-title {
  position: absolute;
  margin-top: -25px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container-draw .frame-title p {
  box-shadow: none;
  font-family: "FC-Azonix";
  font-size: 10px;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  padding: 6px 20px 50px;
  white-space: nowrap;
}
.container-draw .frame-content {
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px 10px;
  color: white;
  font-weight: bold;
}
.container-draw .code-box {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Responsive font size (optional) */
@media (max-width: 768px) {
  .gradient-text {
    font-size: 36px;
  }
}
.box-title {
  width: 94%;
  height: 44px;
  background-image: url("http://cmctel.giathom.com/wp-content/uploads/2025/06/Vector-district-mobile.svg");
  background-size: contain;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}

.box-text {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-align: center;
  padding: 0;
}

.col-district > .col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.des-district {
  display: none;
}

.section-district-header {
  padding-top: 156px !important;
}

.section-title-container {
  margin: 0;
}
.section-title-container h1 {
  font-size: 60px;
  font-weight: normal;
  text-shadow: 0 -1px 11px rgba(26, 59, 255, 0.5), 0 6px 11px rgba(189, 3, 255, 0.5), 1px 0 #8DCCFF, -1px 0 #8DCCFF, 0 1px #8DCCFF, 0 -1px #8DCCFF, 1px 1px #8DCCFF, -1px -1px #8DCCFF, 1px -1px #8DCCFF, -1px 1px #8DCCFF;
  margin: 0;
}
.section-title-container h3 {
  font-size: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 34.62%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.section-title-container.sub-title {
  margin-bottom: 30px;
}
.section-title-container .section-title-center {
  justify-content: center;
}
.section-title-container b {
  display: none;
}

.countdown-wrapper {
  background: linear-gradient(180deg, rgba(0, 52, 188, 0) 0%, #052D97 18%, #000F72 100%);
  margin-top: -68px;
  padding: 68px 0 24px !important;
}

.incoming-challenger h2 {
  font-family: "Inter";
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

#countdown {
  font-family: "FC-Azonix", -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(0deg, #0b2c77 0%, #1e3c98 100%);
  border-radius: 20px;
  padding: 20px 40px;
  gap: 12px;
  margin: auto;
  color: #fff;
  height: 130px;
  border: 2px solid #34489A;
}
#countdown .time-segment {
  text-align: center;
  min-width: 60px;
  display: flex;
  flex-direction: column;
}
#countdown .time-value {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}
#countdown .time-label {
  font-size: 10px;
  opacity: 0.6;
  margin-top: 4px;
  letter-spacing: 1px;
  font-weight: 300;
}
#countdown .time-colon {
  font-size: 32px;
  font-weight: bold;
  opacity: 0.8;
  margin: 0 5px;
}

.section-district-10 h2 {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 5px;
}
.section-district-10 h3 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (min-width: 850px) {
  .section-district-header {
    padding-top: 227px !important;
  }
  .section-title-container.sub-title {
    margin-bottom: 50px;
  }
  .section-title-container h1 {
    font-size: 100px;
  }
  .section-title-container h3 {
    font-size: 32px;
  }
  .text-district {
    width: 550px !important;
  }
  .des-district-mobile {
    display: none;
  }
  .des-district {
    display: block;
    width: 769px !important;
    margin-bottom: 40px !important;
  }
  .mascot-district {
    width: 643px;
    margin-top: -22px;
  }
  #countdown {
    padding: 20px 60px;
    height: 170px;
    width: 770px;
  }
  .container-draw .frame-content {
    gap: 16px;
    padding: 24px;
  }
}
@media screen and (max-width: 849px) {
  .header .header-main {
    height: 68px !important;
  }
  .header .header-inner {
    padding: 0 12px;
    width: auto;
  }
  .header .header-inner .logo {
    order: 1;
    max-width: 100px;
    margin: 0;
  }
  .header .header-inner .logo img {
    max-height: 32px;
    max-width: 76px;
    margin: 0;
  }
  .home .header .header-inner {
    margin-top: 15px;
  }
  .home .header .header-inner .logo {
    order: 2;
  }
  .nav .nav-icon {
    margin: 0;
  }
  .nav .header-button > .button.primary {
    box-shadow: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 6px;
    border-radius: 12px;
    border: none;
    width: 56px;
    height: 36px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav .header-button > .button.primary:before {
    display: none;
  }
  .nav .sub_account_menu li {
    margin: 0;
    padding: 0;
  }
  .event-logo img {
    max-width: 127px;
    margin-top: -5px !important;
  }
  body:not(.home) .header-inner .flex-right {
    flex: inherit !important;
  }
  .home-banner .section-bg {
    background: #1A1E5D;
  }
  .home-banner .section-bg img {
    transform: translateY(-90px);
  }
  .banner-text {
    margin-top: 220px;
    text-align: justify;
  }
  .repeater-items li .time-segment .event-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
  }
  .repeater-items li .time-segment .arrow-event svg {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
  .repeater-items li .time-segment.open .event-content {
    max-height: 200px;
    padding-top: 32px;
  }
  .repeater-items li .time-segment.open .event-content:before {
    width: 40px;
    left: 0;
    top: 14px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: "";
    height: 1px;
  }
  .repeater-items li .time-segment.open .arrow-event svg {
    transform: none;
  }
  .what-news-content .is-sticky-column .col-inner {
    padding-left: 16px;
    padding-right: 0;
    padding-top: 30px;
    align-items: start;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .mascot {
    width: 68% !important;
  }
}
.card {
  flex: 0 0 auto;
  padding: 50px 0;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  background: url(./images/card-team-bg.svg) no-repeat top center;
  background-size: contain;
  height: 335px;
  width: 269px;
  border-radius: 0 30px 0 30px;
}

.card:hover {
  box-shadow: 0px -4px 40px 0px rgba(26, 59, 255, 0.5019607843), 0px 6px 40px 0px rgba(189, 3, 255, 0.5019607843);
  backdrop-filter: blur(50px);
  transform: none;
}

.avatar {
  margin-bottom: 16px;
  position: static;
}

.avatar img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
}

.icon-top-right {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 4px 0px;
  width: 62px;
  height: 32px;
}

.section-district-10 .team-name {
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 6px;
}

.card-content .label {
  font-size: 12px;
  color: rgb(255, 191, 0);
  font-weight: bold;
  margin-bottom: 4px;
}

.leader-name {
  font-size: 18px;
}

.icon-top-right .point {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-button {
  padding: 2px;
  font-size: 11px;
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 12px rgba(94, 60, 255, 0.6), 0 0 20px rgba(0, 234, 255, 0.4);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), #4E589D);
}

.section-schedule h2.uppercase {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.section-schedule h3.uppercase {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.station-tabs .tab-titles .tab-title {
  cursor: unset !important;
  padding: 2px !important;
  margin: 0 !important;
  position: relative;
  border-radius: 24px;
  width: 231px;
  min-width: 231px;
  transition: all 0.3s;
}
.station-tabs .tab-titles .tab-title:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(90deg, #002CFF -0.14%, #1A3BFF 0.87%, #4F5AFF 3.87%, #7E75FF 6.88%, #A68DFF 9.89%, #C69FFF 13.9%, #DFAEFF 16.91%, #F1B8FF 19.92%, #FBBFFF 23.93%, #FFC1FF 27.94%, #F9C1FF 30.95%, #E8C3FF 34.96%, #CDC5FF 39.97%, #A6C9FF 44.99%, #75CEFF 50%, #3AD4FF 56.02%, #05DAFF 61.03%, #19C1FF 64.04%, #606FFF 77.07%, #9333FF 88.1%, #B30EFF 96.13%, #C000FF 100.14%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.station-tabs .tab-titles .tab-title.active {
  backdrop-filter: blur(50px);
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5019607843), 0px 6px 30px 0px rgba(189, 3, 255, 0.5019607843);
}
.station-tabs .tab-titles .tab-title.active:before {
  opacity: 1;
}
.station-tabs .tab-titles .tab-title.active .plan-title {
  color: #fff;
}
.station-tabs .tab-titles .tab-title.active .plan-date-time {
  color: rgba(255, 255, 255, 0.5);
}

.plan-title {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  color: #8087B9;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  font: normal 24px "FC-Azonix";
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab-title.active .plan-title, .plan-title:hover {
  color: #fff;
  background-color: #192780;
  backdrop-filter: blur(50px);
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5019607843), 0px 6px 30px 0px rgba(189, 3, 255, 0.5019607843);
}

.plan-date-time {
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  text-transform: none;
  font: 500 14px "Inter";
  transition: all 0.3s;
}

.tab-title.active .plan-date-time, .plan-title:hover .plan-date-time {
  color: #8C93BF;
}

.station-tabs .tab-titles {
  overflow-x: auto;
  scrollbar-width: none;
  gap: 16px;
  padding: 40px 16px !important;
  margin: 0 -16px !important;
}

.trip-schedule-list li {
  margin-left: 0 !important;
}

.repeater-items {
  margin: 0;
}

.repeater-items li {
  margin-left: 0 !important;
  margin-bottom: 16px !important;
  border-radius: 24px;
  padding: 1px;
  position: relative;
}
.repeater-items li:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
.repeater-items li .time-segment {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 45.67%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(16px);
  padding: 28px 24px;
  border-radius: 20px;
}

.tab-contents {
  margin-top: 0;
}

.time-value {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.time-label {
  margin-top: 2px;
  font-weight: 300;
}

.section-district-10 {
  padding-top: 30px;
}

.incoming-challenger h2 {
  margin-bottom: 10px;
}

.search-box {
  margin-bottom: 35px;
}

.time-segment .time {
  font-family: "FC-Azonix", -apple-system, "system-ui", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  position: relative;
}

.time .arrow-event {
  position: absolute;
  right: 0;
  top: 6px;
}

.arrow-event svg {
  width: 18px;
  height: 18px;
}

.time-segment .event-time {
  font-size: 24px;
  font-weight: 400;
}

.time-segment .event-separate {
  background-color: rgba(255, 255, 255, 0.2);
}

.event-content .event-title {
  font-size: 20px;
  font-weight: 600;
}

.event-content .event-desc {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 850px) {
  .event-logo img {
    margin: -52px 0 0 !important;
  }
  .header-nav > li {
    margin: 0 5px;
  }
  .header-nav > li > a {
    padding: 11px 15px;
    border-bottom: 2px solid transparent;
  }
  .header-nav > li > a:hover {
    color: #23D1FF;
    border-bottom-color: #23D1FF;
  }
  .header-nav > li.active > a {
    color: #fff;
    border-radius: 40px;
    border: 2px solid #fff;
    background: linear-gradient(92.83deg, #E478A3 0, #0084FF 100%);
    box-shadow: 0px 0px 40px 0px rgba(0, 208, 255, 0.5);
  }
  .off-canvas-left .mfp-container .sidebar-menu,
  .off-canvas-right .mfp-container .sidebar-menu {
    padding: 48px 52px;
  }
  .off-canvas-left .mfp-close,
  .off-canvas-right .mfp-close {
    top: 48px;
    right: 52px;
  }
  .banner-image {
    margin-top: 217px;
    text-align: center;
  }
  .banner-image img {
    max-width: 1080px;
  }
  .banner-text {
    margin-top: 690px;
    padding-bottom: 0;
  }
  .banner-text p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
  }
  .modal {
    padding: 40px 40px 0;
  }
  .modal a.close-modal {
    width: 48px;
    height: 48px;
    top: 40px;
    right: 40px;
  }
  .modal a.close-modal:before {
    font-size: 32px;
    color: #23D1FF;
    background: rgba(35, 209, 255, 0.2);
  }
  .modal .message-container {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .modal .message-container .confirm-title {
    font-size: 24px;
  }
  .modal .message-container #ticket_number_choosed {
    font-size: 40px;
  }
  .modal-header h3 {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 2px solid #23D1FF;
    margin-bottom: 20px;
  }
  .modal-content .note {
    font-size: 16px;
  }
  .modal-content .button {
    height: 50px;
    font-size: 20px;
  }
  .time-count-down {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .time-count-down p {
    gap: 20px;
  }
  .time-count-down p > span:first-child {
    font-size: 24px;
  }
  .accordion .accordion-title {
    font-size: 24px;
    padding: 15px 0;
  }
  .accordion .accordion-inner .col {
    font-size: 20px;
  }
  #confirm-voted-award-modal .modal-content > p {
    font-size: 24px;
  }
  .home .box-title {
    position: absolute;
    right: 30px;
    width: 300px;
    top: -84px;
    height: 44px;
  }
  .new-challenger {
    width: 32% !important;
  }
  .dare-change {
    margin-bottom: 0 !important;
  }
  .section-home-page .button.primary {
    font-size: 32px;
    width: 550px;
  }
  .mascot {
    width: 40% !important;
  }
  .repeater-items li {
    position: relative;
  }
  .repeater-items .time-segment {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .time-segment .time {
    margin-right: 40px;
  }
  .time-segment .event-separate {
    width: 1px;
    height: 40px;
    position: absolute;
    left: 290px;
  }
  .event-content {
    position: absolute;
    left: 350px;
  }
  .time .arrow-event {
    display: none;
  }
  .station-tabs .tab-titles {
    display: flex;
    justify-content: center;
    gap: 64px;
    overflow: inherit;
  }
  .station-tabs .tab-titles .tab-title {
    width: 290px;
  }
  .plan-title {
    font-size: 32px;
  }
  .plan-date-time {
    font-size: 16px;
  }
  .tab-contents {
    width: 80%;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 1360px) {
  .header .header-inner {
    padding-left: 30px;
    margin-top: 52px;
  }
  .header .header-nav {
    padding-right: 10px;
  }
  .top-banner-text {
    margin-top: 140px;
  }
  .scroll-slide .top-banner-text {
    height: calc(100% - 140px);
  }
  .top-banner-text h2, .top-banner-text p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .top-banner-text .button.primary {
    width: 310px;
  }
  .col-home-page {
    padding-top: 26px;
  }
  .home .box-title {
    top: 0;
  }
  .section-home-page .button.primary {
    height: 90px;
    margin: 0 30px;
  }
  .what-news-content .is-sticky-column .button.primary span {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
  .header #logo {
    width: 80px;
  }
  .header-nav > li > a {
    font-size: 11px;
    padding: 10px;
    border-width: 1px;
    letter-spacing: -0.2px;
  }
  .header-nav > li.active {
    border-width: 1px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1440px) {
  .header-nav > li {
    margin: 0 5px;
  }
  .header-nav > li > a {
    font-size: 12px;
    padding: 10px;
    border-width: 1px;
  }
  .header-nav > li.active {
    border-width: 1px;
  }
}
.mt-6 {
  margin-top: 60px;
}

.title-des {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 34.62%, rgba(255, 255, 255, 0.48) 100%);
  color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 18px;
}

#countdown {
  padding: 20px;
  gap: 0;
  justify-content: space-between;
}

#countdown .time-separate {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

#countdown .time-value {
  font-size: 36px;
}

#countdown .time-separate:before {
  content: ":";
}

/* Nút dropdown */
.team-dropdown-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #1a2678;
  color: white;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(#1a2678, #1a2678), linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.6), 0 0 20px rgba(0, 255, 255, 0.4), 0 0 30px rgba(255, 0, 255, 0.3);
}

.section-team-detail {
  padding-top: 50px;
}

.team-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  padding: 14px 28px;
  border-radius: 20px;
  background-color: #1a2678;
  position: relative;
  gap: 20px;
  /* Gradient border */
  background-image: linear-gradient(#1a2678, #1a2678), linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  backdrop-filter: blur(50px);
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5), 0px 6px 30px 0px rgba(189, 3, 255, 0.5);
  margin: 0 auto;
  cursor: pointer;
}

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

.dropdown-text {
  font-family: "FC-azonix", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
}

.dropdown-icon {
  color: rgb(217, 217, 217);
  font-size: 16px;
  pointer-events: none;
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.stat-box {
  width: 180px;
  height: 100px;
  border-radius: 32px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0, 102, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  background-image: linear-gradient(to bottom, #174BDD, #F1D8FF), linear-gradient(to bottom, #3F67DF, #EED4FF);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.stat-number {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  font-family: "FC-Azonix";
  line-height: 44px;
}

.stat-label {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.col-team-detail {
  padding-top: 150px;
}

.col-team-detail .avatar {
  text-align: center;
}

.col-team-detail .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 32px;
}

.tech-glow {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  background: linear-gradient(90deg, #ff00ff, #00ffff, #ffffff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0px #fff, 0 0 0px #ff00ff, 0 0 5px #00ffff, 0 0 10px #ff00ff;
}

.futuristic-text {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.col-team-detail .box-title h1 {
  font-size: 16px;
}

.col-team-detail .box-title .box-text {
  opacity: 0.3;
  flex-basis: 70%;
}

.col-team-detail .box-title .box-name {
  opacity: 1;
  margin-left: -15px;
  flex-basis: auto;
}

.col-team-detail h2, .col-team-detail h4 {
  text-align: center;
}

.col-team-detail h2 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0 -1px 11px rgba(26, 59, 255, 0.5), 0 6px 11px rgba(189, 3, 255, 0.5), 1px 0 #8DCCFF, -1px 0 #8DCCFF, 0 1px #8DCCFF, 0 -1px #8DCCFF, 1px 1px #8DCCFF, -1px -1px #8DCCFF, 1px -1px #8DCCFF, -1px 1px #8DCCFF;
}

.col-team-detail h4 {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 34.62%, rgba(255, 255, 255, 0.48) 100%);
  color: transparent;
  background-clip: text;
}

.col-team-detail .box-title {
  max-width: 350px;
  margin: 0 auto 1em auto;
}

.dropdown {
  position: relative;
  margin-bottom: 20px;
}

.dropdown-button {
  padding: 14px 28px;
  background-color: #1a2678;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  background-image: linear-gradient(#1a2678, #1a2678), linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 8px #ff00ff, 0 0 16px #00ffff;
  min-width: 260px;
  justify-content: space-between;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
  z-index: 1000;
  width: 330px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow-y: hidden;
}

.dropdown-menu li {
  margin-left: 0px !important;
  margin-bottom: 0;
  border-radius: 16px;
}

.dropdown-menu li:after {
  content: "";
  width: 94%;
  height: 1px;
  background: rgb(241, 245, 249);
  position: absolute;
  left: 3%;
}

.dropdown-menu li a {
  display: block;
  padding: 20px;
  color: rgb(51, 65, 85);
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
}

.dropdown-menu li a:after {
  content: "";
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/check-mark.svg);
  position: absolute;
  right: 22px;
  top: 25px;
  width: 12px;
  height: 9px;
  opacity: 0;
}

.dropdown-menu li.active a:after {
  opacity: 1;
}

.dropdown-menu li a:hover {
  background-color: rgb(241, 245, 249);
}

.detail-button {
  backdrop-filter: blur(20px);
  background: linear-gradient(0deg, rgba(105, 114, 172, 0.9) 0%, rgba(95, 105, 168, 0.9) 98.98%);
  border: 1px solid;
  font-family: "FC-azonix";
  border-image-source: linear-gradient(180deg, #6972AB 0%, #6972AB 100%);
  font-weight: 300;
}

.detail-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  z-index: 1; /* Lớp phủ nằm trên phần tử khác */
  pointer-events: none; /* Không cản tương tác */
}

.col-member h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}

.col-member .md-none {
  display: none;
}

.list-member-desktop p {
  text-align: center;
}

.list-member-desktop .list {
  display: none;
}

.list-member-desktop .list.show {
  display: block;
}

.card-member {
  display: flex;
  align-items: center;
  background-image: linear-gradient(#0D1B84, #253296), linear-gradient(90deg, #022DFE 0%, #AAC8FF 20%, #16C3FF 60%, #BD00FF 90%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  background-size: 100%;
  padding: 15px;
  position: relative;
  max-width: 398px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 0 28px;
  min-width: 310px;
}

.card-member:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 95.98%);
  z-index: -1;
  border-radius: 0 28px;
}

.crown {
  position: absolute;
  top: -14px;
  left: 25px;
  width: 34px;
}

.card-member .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  object-fit: contain;
}

.card-member .info {
  flex: 1;
}

.card-member p {
  margin-bottom: 0;
}

.card-member .info h3 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 400;
}

.card-member .info .department {
  font-size: 10px;
  color: rgb(255, 191, 0);
  font-weight: 600;
}

.card-member .info .role {
  font-size: 10px;
  opacity: 0.6;
}

.call-icon {
  width: 32px;
}

.col-member .box-title {
  max-width: 350px;
  margin: 0 auto;
  gap: 4px;
  margin-bottom: 1em;
  font-family: "FC-Azonix";
}

.col-member .box-title .arrow {
  position: absolute;
  right: 25px;
}

.img-star {
  text-align: center;
}

.img-star img {
  height: 19px;
  width: 184px;
}

.show-for-medium .header-button .logo-name {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 11px;
  position: relative;
  font-weight: 700;
  background: rgb(19, 75, 212);
  border: 1px solid #fff;
}

.show-for-medium .header-button .button.primary {
  justify-content: center;
}

.show-for-medium .header-button .button.primary.user-info {
  justify-content: flex-start;
}

.show-for-medium .header-button .logo-name:after {
  content: "";
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/polygon-4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 7px;
  right: -17px;
}

.logo-name + span {
  display: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

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

.dropdown-menu.md-none {
  width: calc(100% + 1px);
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  bottom: 0;
  position: fixed;
  top: auto;
}

.dropdown-menu.md-none li {
  border-radius: 0;
}

.dropdown-menu.md-none li a {
  padding-left: 60px;
  border-radius: 0;
}

.dropdown-menu.md-none li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.dropdown-menu.md-none li a.tri-tue:before {
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/tri-tue-2.svg);
}

.dropdown-menu.md-none li a.suc-khoe:before {
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/suc-khoe-2.svg);
}

.dropdown-menu.md-none li a.nghe-thuat:before {
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/nghe-thuat-2.svg);
}

.dropdown-menu.md-none li a.truyen-thong:before {
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/truyen-thong-2.svg);
}

.whats-news-title {
  font-size: 44px;
  font-weight: 400;
  text-shadow: 0 -1px 11px rgba(26, 59, 255, 0.5), 0 6px 11px rgba(189, 3, 255, 0.5), 1px 0 #8DCCFF, -1px 0 #8DCCFF, 0 1px #8DCCFF, 0 -1px #8DCCFF, 1px 1px #8DCCFF, -1px -1px #8DCCFF, 1px -1px #8DCCFF, -1px 1px #8DCCFF;
}

.col-side-bar .col-inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 -15px;
  padding: 0 15px;
  width: calc(100% + 30px);
}

.col-side-bar .col-inner a {
  border-radius: 20px;
  height: 67px;
  font-size: 18px;
  font-weight: 400;
}

.col-side-bar .col-inner a.active, .col-side-bar .col-inner a:hover {
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5), 0px 6px 30px 0px rgba(189, 3, 255, 0.5);
}

.col-side-bar .col-inner a:before {
  border-radius: 16px;
}

.col-side-bar .col-inner a span {
  border-radius: 12px;
  width: 182px;
  padding: 5px 0px;
}

.container-arrow {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}

.arrow-white, .arrow-gray {
  width: 30px;
  height: 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid white;
  border-radius: 4px;
}

.arrow-gray {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.column-about h2 {
  font-size: 32px;
  font-weight: 400;
}

.column-about h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter";
  margin-bottom: 10px;
}

.column-about p {
  line-height: 20px;
  display: flex;
  gap: 5px;
}

.column-about p img {
  border-radius: 12px;
  height: 100%;
  min-width: 0;
  margin-bottom: 0 !important;
  object-fit: cover;
}

.schedule-title {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
}

.schedule-img {
  display: flex;
  flex-flow: row;
  width: 96%;
  gap: 10px;
  margin-right: 5px;
}

.schedule-img .col {
  padding: 0;
}

.schedule-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  min-width: 0;
}

.col-feed-back p {
  padding: 15px 0px;
  width: 100%;
  border-radius: 24px 24px 0 0;
  text-align: center;
  background: #EBF1F8;
  margin: 0 auto;
}

.col-challenge {
  padding-bottom: 0;
}

.col-challenge .info {
  margin-right: 15px;
}

.col-challenge .info h3 {
  font-size: 18px;
}

.col-challenge .info .role {
  font-size: 14px;
  opacity: 1;
}

.col-challenge .card-member {
  background: transparent;
}

.col-challenge .card-member:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(90deg, #002CFF -0.14%, #1A3BFF 0.87%, #4F5AFF 3.87%, #7E75FF 6.88%, #A68DFF 9.89%, #C69FFF 13.9%, #DFAEFF 16.91%, #F1B8FF 19.92%, #FBBFFF 23.93%, #FFC1FF 27.94%, #F9C1FF 30.95%, #E8C3FF 34.96%, #CDC5FF 39.97%, #A6C9FF 44.99%, #75CEFF 50%, #3AD4FF 56.02%, #05DAFF 61.03%, #19C1FF 64.04%, #606FFF 77.07%, #9333FF 88.1%, #B30EFF 96.13%, #C000FF 100.14%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  padding: 2px;
}

.col-challenge .card-member .avatar {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  object-fit: cover;
}

.section-schedule-x {
  padding-top: 0 !important;
}

.rank {
  width: 30px;
  height: 30px;
  background-position: center;
  display: grid;
  margin-right: 12px;
  position: relative;
}

.rank:before {
  background-image: url(http://cmctel.giathom.com/wp-content/uploads/2025/07/reflect.svg);
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
}

.rank span {
  grid-area: 1/1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 1px;
}

.rank img {
  grid-area: 1/1;
  width: 30px;
  height: 30px;
}

.col-challenge .card-member:nth-of-type(2) .rank::before, .col-challenge .card-member:nth-of-type(3) .rank::before, .col-challenge .card-member:nth-of-type(4) .rank::before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 5px;
}

.col-challenge .card-member:nth-of-type(1), .col-challenge .card-member:nth-of-type(2), .col-challenge .card-member:nth-of-type(3) {
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.7), 0px 6px 30px 0px rgba(189, 3, 255, 0.7);
}

.col-challenge .title-des {
  margin-bottom: 60px;
}

.col-challenge .whats-news-title {
  margin-bottom: 0;
}

.team-point {
  background: linear-gradient(45deg, #243E94, #3A4D9A);
  padding: 5px 10px;
  border-radius: 16px 16px 0 16px;
  font-family: "FC-Azonix";
}

.column-x-challenge .station-tabs .tab-titles {
  display: flex;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.column-x-challenge h2 {
  font-size: 32px;
}

.column-x-challenge h3 {
  font-size: 20px;
  font-family: "Inter";
}

.column-x-challenge p {
  font-size: 14px;
}

.column-x-challenge ul.nav-line {
  display: none;
}

.container-draw {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 30px 20px;
}

.frame-title {
  position: absolute;
}

.mascot-left {
  position: absolute;
  left: -400px;
  top: 50px;
  width: 420px;
  height: 420px;
}

.mascot-right {
  position: absolute;
  right: -420px;
  top: 45px;
  width: 420px;
  height: 420px;
}

.code-box {
  width: 64px;
  height: 100px;
  background: linear-gradient(to bottom, #1e3fae, #395fdd);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.congrats {
  margin-top: 20px;
  font-size: 16px;
  color: rgb(255, 211, 63);
}

.winner-name {
  font-size: 32px;
  font-weight: 500;
  font-family: "Fc-Azonix";
  text-align: center;
}

.winner-role {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.spin-button {
  margin-top: 30px;
  padding: 16px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #001265;
  background: linear-gradient(to right, #cc00ff, #00eaff);
  border-radius: 24px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(204, 0, 255, 0.6);
  transition: transform 0.2s;
}

.spin-button:hover {
  transform: scale(1.05);
}

.list-south-team.list {
  display: block !important;
}

.prize-container {
  display: flex;
  position: relative;
  justify-items: center;
  margin: 0 auto;
  flex-direction: column;
  min-height: calc(100vh - 340px);
  margin-top: -50px;
}

.prize-container .mascot-left {
  left: -230px;
  display: none;
}

.prize-container .mascot-right {
  right: -250px;
  display: none;
}

.prize-box {
  min-width: 251px;
  width: 251px;
  width: 100%;
  height: 159px;
  position: relative;
  background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/07/gift-box.svg);
  background-size: 100% 100%;
}

.prize-box img {
  width: 80px;
  height: 90px;
  margin-bottom: 5px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.prize-box p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  bottom: 50px;
  font-family: "Fc-Azonix";
  left: 50%;
  transform: translateX(-50%);
}

.prize-box-row {
  display: flex;
  justify-content: center;
}

.prize-box-row p {
  bottom: 35px;
  width: 80%;
  text-align: center;
}

.prize-box-row .prize-box {
  height: 130px;
  width: 45%;
  min-width: auto;
}

.header-vote {
  text-align: center;
  padding: 4px;
  margin: 0 auto 20px;
  background: url(https://cmctel.giathom.com/wp-content/uploads/2025/07/box-vote.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 293px;
  min-height: 60px;
  padding-top: 10px;
  display: block;
  line-height: 4px;
}

.header-vote span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Fc-Azonix";
}

.header-vote span:nth-of-type(2) {
  font-size: 18px;
}

.section-vote, .col-vote {
  padding-bottom: 0 !important;
}

.section-vote .title-des {
  margin: 10px 0 25px 0;
}

.section-vote + .what-news-content {
  min-height: calc(100vh - 410px);
}

.card-vote {
  display: flex;
  align-items: center;
  background-size: 100%;
  padding: 15px;
  position: relative;
  max-width: 398px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: auto;
  width: auto;
  background-image: linear-gradient(#0D1B84, #253296), linear-gradient(90deg, #022DFE 0%, #AAC8FF 20%, #16C3FF 60%, #BD00FF 90%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  backdrop-filter: blur(50px);
  border-radius: 0 32px;
}

.card-vote:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 95.98%);
  z-index: -1;
  border-radius: 0 28px;
}

.tag-vote {
  position: absolute;
  top: -10px;
  left: 15px;
  padding: 2px 23px;
  font-size: 10px;
  border: 1px solid transparent;
  border-radius: 0 8px 0 8px;
  background: linear-gradient(#1a2678, #1a2678), linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-clip: padding-box, border-box;
}

.thumb {
  width: 100px;
  height: 100px;
  border-radius: 0 16px 0 16px;
  margin-right: 15px;
  overflow: hidden;
  border: 1px solid #fff;
  min-width: 100px;
  min-height: 100px;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-vote {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-vote .teams-perform {
  font-size: 12px;
  font-family: "FC-azonix";
  margin-bottom: 5px;
  font-weight: 400;
}

.info-vote .label-perform {
  font-size: 10px;
  color: rgb(255, 191, 0);
  font-weight: 700;
  margin-bottom: 2px;
}

.info-vote .title-perform {
  font-size: 16px;
  color: white;
}

.footer-vote {
  font-size: 14px;
  text-align: center;
  padding: 15px 10px 0 10px;
}

.footer-vote .button {
  margin-bottom: 5px;
  border-radius: 24px;
}

.footer-vote .button > span {
  background: transparent;
  padding: 12px 30px;
}

.footer-vote .button:before {
  border-radius: 24px;
}

.section-vote-district {
  padding-bottom: 0 !important;
  min-height: 100vh;
}

.note {
  font-size: 11.5px;
  color: rgb(255, 255, 255);
  margin: 10px 0 5px 0;
  text-align: center;
}

.vote-info, .movie-info {
  margin: 20px 0 0 20px;
}

.vote-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.rate-box {
  width: 80%;
  padding: 16px;
  border-radius: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  background-image: linear-gradient(to top, #174BDD, #F1D8FF), linear-gradient(to top, #3F67DF, #EED4FF);
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.vote-card .button {
  border-radius: 24px;
  margin-bottom: -6px;
  padding: 5px;
}

.vote-card .button.disabled {
  font-size: 14px;
}

.vote-card .button:before {
  border-radius: 24px;
}

.rate-box span {
  font-size: 40px;
}

.rate-box p {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.card-wrapper {
  max-width: 500px;
  margin: auto;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.vote-card {
  max-width: 500px;
  margin: 0 auto;
}

.header-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.header-card img {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
}

.team-info h2 {
  margin: 0;
  font-size: 32px;
  text-shadow: 0 0 5px #fff;
  text-shadow: 0 -1px 11px rgba(26, 59, 255, 0.5), 0 6px 11px rgba(189, 3, 255, 0.5), 1px 0 #8DCCFF, -1px 0 #8DCCFF, 0 1px #8DCCFF, 0 -1px #8DCCFF, 1px 1px #8DCCFF, -1px -1px #8DCCFF, 1px -1px #8DCCFF, -1px 1px #8DCCFF;
  font-weight: 400;
}

.team-info span {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}

.team-info span:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.7);
}

.team-info p {
  font-size: 12px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

.team-info span {
  color: #fff;
  font-weight: 500;
}

.movie-image img {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 0 32px 0 32px;
  min-height: 215px;
  background: linear-gradient(#0D1B84, #253296), linear-gradient(90deg, #022DFE 0%, #AAC8FF 20%, #16C3FF 60%, #BD00FF 90%);
  margin: 0 auto;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  object-fit: cover;
}

.movie-info {
  margin-top: 20px;
}

.sub-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
  font-weight: 700;
}

.movie-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}

.vote-rate {
  margin: auto 0 20px 0;
  display: flex;
  justify-content: center;
}

.vote-action {
  margin: 24px auto 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vote-action .button {
  margin: 0 10px 0 10px;
  border-radius: 24px;
  min-height: 62px;
  font-size: 20px;
}

.vote-action button.button.disabled {
  font-size: 14px;
}

.vote-action .button:before {
  border-radius: 24px;
}

.vote-action .button.arrow {
  min-width: 48px;
  width: 48px;
  border-radius: 100px;
  margin: 0;
}

.vote-action .button.arrow.disabled {
  pointer-events: none;
}

.vote-action .button.arrow:before {
  border-radius: 100px;
}

.vote-action .arrow.left img {
  transform: rotate(90deg);
}

.vote-action .arrow.right img {
  transform: rotate(270deg);
}

.button-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-image: linear-gradient(to right, #2A48FF 0%, #DEBEFF 25%, #8FC3FF 60%, #626CFF 75%, #BC12FF 100%), linear-gradient(90deg, #7488FF 0%, #7FD2FF 50%, #D461FF 100%);
  background-clip: padding-box, border-box;
  border: 3px solid transparent;
  backdrop-filter: blur(50px);
  width: 296px;
  height: 68px;
  text-decoration: none;
  font-size: 28px;
  font-family: "Fc-Azonix";
  color: rgb(0, 20, 141);
}

.button-spin:hover {
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5), 0px 6px 30px 0px rgba(189, 3, 255, 0.5);
}

.section-lucky-draw.lucky-draw {
  min-height: 100vh;
}

.section-lucky-draw .whats-news-title {
  font-size: 38px;
}

.section-lucky-draw .title-des {
  font-size: 18px;
  margin-bottom: 30px;
}

.section-vote-district .header-vote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 175px;
  min-height: 29px;
  font-size: 16px;
  font-family: "FC-azonix";
  background: url(https://cmctel.giathom.com/wp-content/uploads/2025/07/teams-box.svg) no-repeat;
  background-size: 100% 100%;
}

.section-vote-district .whats-news-title {
  font-size: 32px;
}

.vote-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 0 32px 0 32px;
  margin-right: 15px;
  overflow: hidden;
  border: transparent;
  background: linear-gradient(#0D1B84, #253296), linear-gradient(90deg, #022DFE 0%, #AAC8FF 20%, #16C3FF 60%, #BD00FF 90%);
  margin: 0 auto;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;
}

.vote-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-handbook .repeater-items {
  width: 100%;
  list-style: none;
}

.col-handbook .repeater-items .time-segment {
  display: flex;
  align-items: center;
  gap: 12px;
}

.repeater-items .event-download {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.col-handbook .repeater-items .button {
  font-size: 14px;
  padding: 5px;
  border-radius: 24px;
  margin-bottom: 0;
}

.col-handbook .repeater-items .button:before {
  border-radius: 24px;
}

.col-handbook .repeater-items .button-detail {
  min-width: 100px;
}

.col-handbook .repeater-items .button-download {
  min-width: 35px;
}

.img-mascots {
  height: 300px;
  position: relative;
  margin: -115px 0 -35px 0;
}

.img-mascots img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-mascots img:nth-of-type(2) {
  bottom: 35px;
  position: absolute;
  left: -45px;
}

.img-mascots img:nth-of-type(3) {
  position: absolute;
  right: -30px;
  bottom: 80px;
}

.row-film {
  margin-top: -40px;
}

.card-vote.active, .card-vote:hover {
  box-shadow: 0px -4px 40px 0px rgba(26, 59, 255, 0.5019607843), 0px 6px 40px 0px rgba(189, 3, 255, 0.5019607843);
}

.show-for-medium .mobile-nav .header-button span, .hide-for-medium .header-nav .header-button span {
  display: none;
}

.show-for-medium .mobile-nav .header-button .user-info span {
  display: block;
}

.show-for-medium .mobile-nav .header-button .user-info span.logo-name {
  display: flex;
}

.header-button .icon-user {
  margin: 0 !important;
  font-size: 16px;
}

.section-lucky-draw .fill {
  height: calc(100% + 1px);
}

.wpcf7-spinner {
  display: none;
}

.section-update-id {
  min-height: 100vh;
}

.row-update-id {
  justify-content: center;
  margin-top: -50px;
}

.customer-info-form .wpcf7-form-control {
  height: 50px;
  border-radius: 12px;
}

.wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(#1a2678, #1a2678), linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
}

.wpcf7-form-control.wpcf7-submit:hover {
  box-shadow: 0px -4px 30px 0px rgba(26, 59, 255, 0.5), 0px 6px 30px 0px rgba(189, 3, 255, 0.5);
}

.wait-time-active {
  display: none;
}

.show-for-medium .nav-right {
  width: 105px;
}

.vote-card-item-container.section-vote-district {
  min-height: auto;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 30px 15px 30px !important;
  background: linear-gradient(90deg, #002CFF -0.08%, #1A3BFF 0.47%, #4F5AFF 2.12%, #7E75FF 3.76%, #A68DFF 5.41%, #C69FFF 7.6%, #DFAEFF 9.25%, #F1B8FF 10.89%, #FBBFFF 13.09%, #FFC1FF 15.28%, #F9C1FF 16.93%, #E8C3FF 19.12%, #CDC5FF 21.86%, #A6C9FF 24.6%, #75CEFF 27.35%, #3AD4FF 30.64%, #05DAFF 33.38%, #19C1FF 35.02%, #606FFF 42.15%, #9333FF 48.19%, #B30EFF 52.57%, #C000FF 54.77%);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  backdrop-filter: blur(50px);
}

.vote-card-item-container.section-vote-district:before {
  content: "";
  z-index: -1;
  padding: 2px;
  position: absolute;
  inset: 2px;
  background-color: #002CB2;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
  backdrop-filter: blur(50px);
}

.south-card-item-container .header-card {
  flex-direction: column;
}

.south-card-item-container .header-card .team-info h2 {
  font-size: 20px;
  text-align: center;
}

.vote-card-item-container {
  display: flex;
  flex-direction: column;
}

.vote-card {
  margin-top: auto;
}

.vote-action {
  margin: initial;
}

.vote-action button.button {
  font-size: 14px;
}

.south-card-item-container {
  margin-top: 10px;
}

.home #logo {
  justify-content: center;
  display: flex;
}

.home .medium-logo-center .flex-left {
  display: none;
}

.home .flex-right {
  display: none;
}

.home .header .header-inner {
  justify-content: center;
}

.home .header .header-inner {
  margin-top: 15px;
}

@media screen and (min-width: 850px) {
  .md-none {
    display: none;
  }
  #countdown {
    gap: 12px;
    justify-content: space-evenly;
    padding: 20px 60px;
  }
  #countdown .time-separate {
    font-size: 28px;
  }
  #countdown .time-value {
    font-size: 60px;
  }
  #countdown .time-label {
    margin-top: 10px;
  }
  .col-team-detail .box-title {
    background-image: url("http://cmctel.giathom.com/wp-content/uploads/2025/06/Vector-district.svg");
    width: auto;
    max-width: 500px;
    margin: 0 auto 1em auto;
  }
  .col-team-detail .box-title .box-text {
    text-align: right;
  }
  .col-team-detail .box-title .box-name {
    text-align: left;
    margin-left: 10px;
  }
  .team-dropdown {
    width: 400px;
    padding: 14px 35px 14px 45px;
  }
  .col-team-detail .avatar img {
    width: 140px;
    height: 140px;
    border-radius: 40px;
  }
  .col-team-detail h2 {
    font-size: 80px;
  }
  .col-team-detail h4 {
    font-size: 28px;
  }
  .col-team-detail .box-title h1 {
    font-size: 18px;
  }
  .stat-box {
    width: 470px;
    height: 175px;
    border-radius: 48px;
  }
  .stat-number {
    font-size: 80px;
    line-height: 80px;
  }
  .stat-label {
    font-size: 20px;
    margin-top: 0;
  }
  .col-member h2 {
    font-size: 56px;
  }
  .col-member .box-title .arrow {
    display: none;
  }
  .col-member .box-title {
    font-size: 20px;
    background-image: url("http://cmctel.giathom.com/wp-content/uploads/2025/06/Vector-district-desktop.svg");
    height: 50px;
    background-size: 100% 100%;
    min-width: 270px;
  }
  .card-member {
    height: auto;
    width: auto;
    background-image: linear-gradient(#0D1B84, #253296), linear-gradient(90deg, #022DFE 0%, #AAC8FF 20%, #16C3FF 60%, #BD00FF 90%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    backdrop-filter: blur(50px);
    border-radius: 0 32px;
  }
  .list-member-desktop .card-member {
    margin-bottom: 15px;
  }
  .card-member .info .role {
    font-size: 12px;
  }
  .card-member p {
    margin-bottom: -16px;
  }
  .logo-name + span {
    display: flex;
    padding-left: 9px;
    text-transform: none;
  }
  .hide-for-medium .header-button .button.primary {
    width: auto;
    justify-content: center;
    padding: 6px 15px;
  }
  .hide-for-medium .header-button .logo-name {
    width: 36px;
    height: 36px;
    padding: 17px;
    border-radius: 50%;
    background: rgb(19, 75, 212);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .hide-for-medium .header-button .logo-name + span:after {
    content: "";
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url(https://cmctel.giathom.com/wp-content/uploads/2025/06/polygon-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 16px;
    right: 6px;
  }
  .list-member-desktop {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .crown {
    top: -18px;
  }
  .dropdown-menu {
    width: 400px;
  }
  .row-about {
    display: flex;
    flex-direction: row;
    width: 70%;
    gap: 30px;
  }
  .col-side-bar {
    width: 30%;
    flex-basis: 30%;
  }
  .col-side-bar .col-inner {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    margin-top: -25px;
  }
  .col-side-bar .col-inner a {
    font-size: 20px;
  }
  .col-side-bar .col-inner a span {
    width: 290px;
    line-height: 100%;
  }
  .column-about {
    flex-basis: 64%;
  }
  .container-arrow {
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 30px;
    transform: translateY(4px);
  }
  .column-about h2 {
    display: inline;
  }
  .whats-news-title {
    font-size: 80px;
  }
  .whats-news-title.x-challenge {
    font-size: 100px;
  }
  .schedule-img {
    width: calc(70% - 30px);
    margin: 0 auto;
    gap: 0px;
  }
  .schedule-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
  .schedule-img .col {
    padding: 0;
    margin: 0 5px;
  }
  .section-schedule .station-tabs .tab-titles {
    margin: 0 auto !important;
    width: 70%;
    justify-content: space-between;
    padding: 30px 0 !important;
  }
  .section-schedule .station-tabs .tab-contents {
    width: 70%;
  }
  .title-des {
    font-size: 32px;
  }
  .list-member-desktop .list {
    display: block;
  }
  .col-challenge .card-member {
    width: 750px;
    max-width: 750px;
    padding-right: 25px;
  }
  .team-point {
    width: 110px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 25px 0 25px;
    font-size: 32px;
  }
  .col-challenge .card-member .avatar {
    width: 70px;
    height: 70px;
  }
  .col-challenge .info h3 {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .col-challenge .card-member .info .role {
    font-size: 14px;
  }
  .col-challenge .card-member p {
    margin-bottom: 0;
  }
  .col-feed-back p {
    width: 60%;
    border-radius: 48px 48px 0 0;
    padding: 30px 50px;
  }
  .rank {
    width: 45px;
    height: 45px;
    margin: 0 25px 0 10px;
  }
  .rank:before {
    width: 40px;
    height: 40px;
  }
  .rank img {
    width: 45px;
    height: 45px;
  }
  .rank span {
    font-size: 24px;
    line-height: 45px;
  }
  .col-challenge .card-member:nth-of-type(2) .rank::before, .col-challenge .card-member:nth-of-type(3) .rank::before, .col-challenge .card-member:nth-of-type(4) .rank::before {
    width: 32px;
    height: 32px;
    top: 6px;
    left: 6px;
  }
  .column-x-challenge .station-tabs .tab-titles {
    padding-top: 20px !important;
    justify-content: center;
  }
  .column-x-challenge .col-inner {
    width: 750px;
    margin: 0 auto !important;
  }
  .column-x-challenge .tab-titles {
    justify-content: space-between;
  }
  .column-x-challenge .tab-titles .tab-title {
    width: 350px;
  }
  .column-x-challenge .tab-titles .tab-title .plan-title {
    font-size: 24px;
  }
  .list-member-desktop .list-south-team {
    display: flex;
    flex-direction: row;
    padding: 0 50px;
  }
  .list-member-desktop .list-south-team .list-member {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 15px;
  }
  .congrats {
    font-size: 18px;
  }
  .winner-name {
    font-size: 42px;
  }
  .winner-role {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .section-lucky-draw.lucky-draw {
    padding-top: 200px !important;
  }
  .section-lucky-draw .whats-news-title {
    font-size: 62px;
  }
  .section-lucky-draw .title-des {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .code-box {
    width: 88px;
    height: 130px;
    font-size: 62px;
  }
  .col-handbook .repeater-items {
    width: 70%;
    min-height: 200px;
  }
  .repeater-items .event-download {
    width: auto;
  }
  .col-handbook .repeater-items .time-segment {
    justify-content: space-between;
  }
  .col-handbook .repeater-items .button-detail {
    min-width: 200px;
  }
  .col-handbook .repeater-items .button {
    height: 40px;
    margin-right: 10px;
  }
  .col-handbook .repeater-items .button-download {
    min-width: 88px;
  }
  .col-handbook .repeater-items .time-segment .event-desc {
    font-size: 20px;
  }
  .prize-container {
    width: 70%;
    min-height: calc(100vh - 477px);
  }
  .prize-container .mascot-left, .prize-container .mascot-right {
    display: block;
  }
  .prize-box, .prize-box-row .prize-box {
    height: 200px;
  }
  .prize-box p {
    font-size: 28px;
  }
  .prize-box img {
    width: 110px;
    height: 120px;
    top: -21px;
  }
  .header-button .icon-user {
    font-size: 18px;
  }
  .hide-for-medium .header-nav .header-button .user-info span {
    display: flex;
  }
  .prize-box-row p {
    bottom: 45px;
  }
  .card-vote-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
  }
  .card-vote {
    margin: 0;
    cursor: pointer;
  }
  .footer-vote .button {
    max-width: 450px;
  }
  .img-mascots img:nth-of-type(2) {
    left: 250px;
  }
  .img-mascots img:nth-of-type(3) {
    right: 260px;
  }
  #logo, .hide-for-medium .nav-right {
    width: 290px !important;
  }
  .hide-for-medium .header-nav .header-button .user-info span:nth-of-type(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px 0 10px;
    max-width: 150px;
  }
  .section-vote + .what-news-content {
    min-height: calc(100vh - 595px);
  }
  .vote-card-item-container {
    width: 270px !important;
  }
  .home .flex-right {
    display: block;
  }
  .home #logo {
    display: flex;
    justify-content: flex-start;
  }
  .home .header .header-inner {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #logo, .hide-for-medium .nav-right {
    width: 350px !important;
  }
  .hide-for-medium .header-nav .header-button .user-info span:nth-of-type(2) {
    max-width: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .list-member-desktop {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .prize-container {
    width: 100%;
    min-height: calc(100vh - 450px);
    margin-top: 200px;
  }
  .section-district-header + .section-schedule {
    min-height: calc(100vh - 545px);
  }
  .feedback-content {
    min-height: calc(100vh - 527px);
  }
  .home #logo {
    position: absolute;
    top: 30px;
    left: 50px;
  }
}