@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet');

:root {
  --primary-blue: #2f28fb;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

/*
@font-face {
  font-family: 'Transducer';
  src: url('../font/transducer-black.otf') format('opentype');
}

@font-face {
  font-family: 'Transducer';
  src: url('../font/UTMBanque.woff2') format('woff2'),
    url('../font/UTMBanque.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Transducer';
  src: url('../font/UTMBanqueBold.woff2') format('woff2'),
    url('../font/UTMBanqueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Transducer Bold';
  src: url('../font/UTMBanqueBold.woff2') format('woff2'),
    url('../font/UTMBanqueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*/

body,
input,
select,
textarea,
button {
  font-family: 'Transducer', sans-serif;
}

body {
  position: relative;
}

body .row {
  margin-right: 0px;
  margin-left: 0px;
}

body .btn-scrollheader {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 99;
}

body .btn-scrollheader button {
  height: 50px;
  width: 50px;
  background: transparent;
  border: 1px solid #4730ef;
  border-radius: 100%;
}

body .btn-scrollheader button:hover {
  background: #2910e2 !important;
}

body .btn-scrollheader button img {
  height: 20px;
  filter: brightness(0);
}

body {
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  color: #414142;
  padding-top: 0;
  position: relative;
}

body::before {
  display: none;
}

.title-section h4 {
  font-size: 24px;
}

.title-section h2 {
  font-size: 64px;
}

.title-tab-at {
  margin: 60px 0 36px;
}

h6 {

  font-size: 15px;
}

.container {
  max-width: 1512px;
  padding-right: 0;
  padding-left: 0;
}

.ita {
  font-style: italic;
}

.pd-l30 {
  padding-left: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}


/*--header--*/
header {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}



@media (max-width: 1519px) {
  section .container {
    padding-left: calc(8.32% * 100vw);
    padding-right: calc(8.32% * 100vw);
  }
}

section .container {
  padding-left: 7vw;
  /* 8.32% của 1519px */
  padding-right: 7vw;
  /* 8.32% của 1519px */
}

header .container-header {
  max-width: 100%;
  margin: auto;
}

header .container-scroll {
  display: flex;

  align-items: flex-start;
  padding: 0px 18px 0px 0px;
}

header .container-scroll .box-menu {
  height: auto;
  width: 100%;
}

header .container-scroll .btn-action {
  margin-left: 62px;
}

#navbar {
  position: absolute;
  top: 0;
  transition: top 0.3s;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #161211;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a:nth-child(1) img {
  padding-top: 0;
  padding-bottom: 0;
  height: 87px;
  transition: height 0.5s ease, filter 0.5s ease;
}

.logo img {
  float: left;
  margin-right: 30px;
  height: 35px;
}

.bd-1w {
  border: 1px solid #fff;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu-header nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.menu-header nav ul li {
  list-style: none;
}

.menu-header nav ul li:hover a {
  font-weight: bold;
}

.menu-header nav ul li a {
  font-size: 14px;
  padding: 20px 24px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  font-family: 'Transducer', sans-serif;
  ;
  text-decoration: none;
}

.menu-header nav ul li.active a {
  font-weight: 700;
  color: #fff;
}

ul#menu-main li a {
  cursor: pointer;
}

.bg-menu-item {
  background: var(--primary-blue);
}

.activity-item.question {
  padding: 2% 4%;
}

.activity-item .button-list.box-faq {
  border-radius: 0;
  border: 0.7px solid #FFFFFF;
  padding: 7px 20px !important;
  width: 100%;
  color: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  background: transparent;
  text-align: start;
  flex-direction: column;
  margin-top: 10px;
  position: relative;

}

.question-container .tab-at .box-content {
  height: 500px;
  overflow: auto;
}

.section-location {
  display: inline-block;
  position: relative;
  width: 100%;
}

.button-list.box-faq .title-at h2 {
  font-size: 16px;
}

.button-list.box-faq .box-content h3 {
  font-size: 20px;
  margin: 0;
  color: #FFFFFFCC;

}

.button-list.box-faq .box-content span,
.button-list.box-faq .box-content p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: justify;
  font-family: 'Transducer';
  padding: 0 10px;
}

.user-menu .dropdown-menu .close {
  position: absolute;
  top: 5px;
}

.question-container .tab-at .box-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;

}

.question-container .tab-at .box-content::-webkit-scrollbar {
  background: transparent;
  border-right: 1px solid #FFFFFF;
  width: 5px;
}

.activity-item.question .question-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.question-container .button-list.box-faq .tab-at {
  position: absolute;
  background: #1C0E08;
  z-index: 1;
  left: -0.7px;
  border: 0.7px solid #FFFFFF;
  border-top: none;
  width: calc(100% + 1.7px);
}

.item-at.active .tab-at {
  padding-top: 15px !important;
}

.flex-col {
  flex-direction: column;
}

.activity-item .activity-item-desc {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 6%;
}

.pad-lr10 {
  padding-left: 10%;
  padding-right: 10%;
}

.activity-item-desc.title p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.activity-item-desc.title h2 {
  font-size: 74px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.activity-item-desc.title1 h3 {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.activity-item-desc.title2 h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.activity-item-desc.title2 p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.height-600 {
  height: 600px !important;
}

.section-location img {
  width: 100%;
}

.menu-tiem-nav-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 4%;
  width: 100%;
}

.menu-tiem-nav-cont p {
  margin-bottom: 0;
}

#menu-item-17 .dropdown-menu-header-content {
  box-shadow: 0 0 90px 0 #2400FF;
}

#menu-item-17 .bg-menu-item {
  background: #471AFF;
}

#menu-item-17 .box-activity .content-activity .activity-item {
  height: 500px;
}

#menu-item-17 .box-activity .content-activity .activity-item img {
  height: 125px !important;
}

#menu-item-17 .box-activity .content-activity .activity-item h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

#menu-item-17 .box-activity .content-activity .activity-item p {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

#menu-item-17 .box-activity .content-activity .activity-item div a {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000 !important;
}

#menu-item-17 .box-activity .content-activity .activity-item div.btn-secord {
  width: 320px !important;
  margin-top: 40px;
}

#menu-item-17 .activity-item-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#menu-item-17 .box-activity .content-activity .activity-item .activity-item-top-btn div.btn-secord {
  width: 110px !important;
  color: #fff;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  margin-top: 0px;
}

#menu-item-17 .box-activity .content-activity .activity-item .activity-item-top-btn div.btn-secord.active {
  background: #471AFF;
  border: 1.5px solid #471AFF;
}

#menu-item-17 .box-activity .content-activity .activity-item .activity-item-top-btn div a {
  color: #fff !important;
}

#menu-item-17 .activity-item .activity-item-desc {
  align-items: flex-end;
  gap: 6px;
}

#menu-item-17 .activity-item .activity-item-desc.hide {
  display: none !important;
}

.activity-item-top-btn {
  display: flex;
  gap: 10px;
}

#menu-item-17 .activity-item {
  padding: 0 4%;
}

#menu-item-17 .activity-item .activity-item-desc {
  margin-top: 12%;
}

#menu-item-17 .activity-item .activity-item-desc-img1,
#menu-item-17 .activity-item .activity-item-top-btn .activity-item-desc-img3 {
  flex: 0 0 31%;
}

#menu-item-17 .activity-item .activity-item-desc-img2 {
  flex: 1;
}

#menu-item-17 .box-activity .content-activity .activity-item .activity-item-desc img {
  height: auto !important;
}

.section-location .title-maps {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}

.section-location .title-maps .row {
  margin: 0;
  width: 100%;
}

.section-location .title-maps .row .title-section {
  text-align: left;
}

.section-location .title-maps .row .title-section h3 {
  text-align: left;
  margin: 0 0 0 -1.5%;
  margin-top: -17%;
}

.slide-section {
  padding-top: 0;
  position: relative;
}

.slide-section .content-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.slide-section .content-slide.relative {
  position: relative !important;
  height: initial !important;
}

.slide-section .content-slide .container-slide {
  max-width: 1210px;
  width: 100%;
  margin: auto;
}

.slide-section .content-slide .container-slide h1 {
  text-transform: none;
  text-align: center;
  font-size: 64px;
  color: #8b756e;
  font-weight: 400;
  margin-top: -26%;
}

.slide-section .content-slide .container-slide h1.left {
  text-align: left;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 12px;
  height: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.owl-dots .owl-dot.active {
  background: #38F600 !important;
}

.owl-dots .owl-dot {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0) !important;
  margin: 0 4px;

  box-sizing: border-box;
  width: 57.87px;
  height: 14.91px;

  border: 0.745624px solid #FFFFFF !important;
  border-radius: 2.23687px;
  transform: skew(-35deg);

}

span#str-total-price {
  font-weight: 900;
  padding-left: 5px;
  margin-bottom: 0px;
  color: #FF3A1A;
  text-transform: uppercase;
  font-size: 32px;
}

.owl-dots .owl-dot span {
  background: none !important;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.section-about-home {
  padding: 0px 0px 0px;
  position: relative;
}

.section-about-home .button-link a {
  margin-top: 25px !important;
}

.section-about-home .slide-about {
  position: relative;
}

.section-about-home .btn-slider-header {
  position: absolute;
  bottom: 42px;
  left: 0%;
  z-index: 1;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 28%;

}

.section-about-home .btn-slider-header p {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Transducer', sans-serif;

}

.section-about-home .btn-slider-header .btn-primary-custom {
  height: 56px;
  width: 257.19px;
}

.section-about-home .btn-slider-header .btn-primary-custom a {
  font-size: 19.55px;
}

.section-about-home .btn-slider-header .btn-secord {
  height: 56px;
  width: 257.19px;
}

.section-about-home .btn-slider-header .btn-secord a {
  font-size: 19.55px;
}

.font-mont.font-mont-title {
  font-size: 13px !important;
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #110A50 !important;
  margin-bottom: 8px;
}

.font-mont.font-mont-desc {
  font-size: 14px !important;
  font-family: 'Transducer', sans-serif;
  color: #110A50 !important;
  line-height: 1.4;
  margin-bottom: 0;
}

.cont-namu-content {
  width: 100%;
}

.cont-namu .cont-namu-btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-manufacturing {
  position: relative;

  display: block;
  width: 100%;
  float: right;
  overflow: hidden;

}

.factory-section .ss-slider-run .box-left .item-content {
  background: #38f600 !important;
  padding: 31px 35px !important;
  min-height: 139px;
}



.title-runtolive-custom {
  color: #110A50 !important;
  -webkit-text-fill-color: #110A50 !important;
  font-family: Transducer, 'Transducer', sans-serif !important;
  font-size: clamp(19px, 5vw, 60px) !important;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.factory-section .box-right .sub-title-section h3 {
  font-size: clamp(12px, 3vw, 40px) !important;
}

.content-run-to-live,
.content-run-to-live p {
  color: #1F1F1F;
  text-align: justify;
  font-family: 'Transducer', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 340;
  line-height: 22px;
  letter-spacing: var(--Display-Medium-Tracking, 0);
}

.ticket-pricing-section {
  background-color: #F5F6F8;
  padding-top: 36px;
}

.pricing-table-section {
  background-color: #F5F6F8;
  padding-bottom: 36px;
}

.ticket-pricing-header {
  width: 100%;
  flex-wrap: wrap;
}

.raceday-title {
  font-size: clamp(24px, 5vw, 55px) !important;
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  color: #110A50;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.raceday-date-container {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.raceday-date-day {
  font-size: clamp(25px, 5vw, 55px) !important;
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  margin: -10px;
  padding: 0;
  line-height: 1;
  display: flex;
  white-space: nowrap;
}

.raceday-date-day span {
  font-size: inherit;
  display: inline;
  margin: 0;
}

.raceday-date-day .day-blue {
  color: var(--primary-blue);
  font-weight: 900;
}

.raceday-date-day .day-dark {
  color: #110A50;
  font-weight: 900;
}

.raceday-date-year {
  font-size: clamp(25px, 5vw, 55px) !important;
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  color: #110A50;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pricing-table-title {
  font-family: 'Transducer', sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #110A50;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pricing-table-container {
  width: 100%;
  overflow-x: auto;
}

.raceday-pricing-table {
  width: 100%;
  border-collapse: collapse;
  border: 6px solid #1C1625;
  background: #fff;
  text-align: center;
}

.raceday-pricing-table th,
.raceday-pricing-table td {
  border: 1px solid #D9D9D9;
  padding: 20px 10px;
  vertical-align: middle;
  font-family: 'Transducer', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.19796;
  text-transform: uppercase;
}

.raceday-pricing-table thead th {
  background-color: #1C1625;
  color: #FFFFFF;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid #1C1625;
}

.raceday-pricing-table thead .col-phase-header {
  text-align: center;
}

.raceday-pricing-table thead .col-phase-header .remain-text {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 5px;
}

.raceday-pricing-table thead .col-phase-header .remain-num {
  color: var(--primary-blue);
}

.row-super-early-bird td {
  background-color: #0ED549;
  color: #FFFFFF;
  border: 1px solid #1C1625;
  border-bottom: 6px solid #1C1625;
}

.row-super-early-bird .phase-name {
  color: #FFFFFF;
}

.disabled-row td {
  color: #BDBDBD;
}

.disabled-row .phase-name {
  color: #BDBDBD;
}

.row-actions td {
  padding: 30px 20px;
}

.btn-register-ticket {
  display: inline-block;
  background-color: #1C1625;
  color: #FFFFFF;
  padding: 15px 40px;
  font-family: 'Transducer', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.19796;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-register-ticket:hover {
  background-color: var(--primary-blue);
  color: #fff;
}

.event-countdown-table {
  display: flex;
  border: 5px solid #110A50;
  background: #fff;
  width: 100%;
  margin-top: 40px;
}

.event-countdown-table .table-left {
  flex: 0 0 47%;
  padding: 60px;
  border-right: 5px solid #110A50;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-countdown-table .table-right {
  flex: 1;
  display: flex;
}

.table-right .col-phase {
  flex: 1;
  border-right: 1px solid rgba(17, 10, 80, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.table-right .col-phase:last-child {
  border-right: none;
}

.title-super {
  color: #110A50;
  font-family: 'Transducer', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 0.875;
  text-transform: uppercase;
  margin: 0;
}

.ticket-status {
  margin-top: 40px;
}

.status-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.label-sold {
  color: #110A50;
  font-family: Transducer;
  font-size: 22.166px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}

.label-total {
  text-align: right;
  display: flex;
  flex-direction: column;
}

.total-text {
  color: #110A50;
  font-family: 'Transducer', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}

.total-num {
  color: #3023FF;
  font-family: 'Transducer', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.progress-bar-container {
  border: 2px solid #110A50;
  padding: 4px;
  height: 50px;
  width: 100%;
}

.progress-bar-container .progress-bar {
  background: #3023FF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-text {
  color: #fff;
  font-family: 'Transducer', sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
}

.table-left .btn-join-now {
  display: inline-block;
  background: #201d27;
  font-family: 'Transducer', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
  align-self: center;
}

.col-phase .phase-title {
  color: #110A50;
  font-family: 'Transducer', sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}

.col-phase .phase-status {
  color: rgba(17, 10, 80, 0.2);
  font-family: 'Transducer', sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.img-manufacturing img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.img-manufacturing a {
  display: block;
  width: 100%;
}

.thumnails-avatar {
  display: block;
  width: 100%;
}

.thumnails-avatar a {
  position: relative;
  padding-top: 55%;
  display: block;
  width: 100%;
  float: right;
  overflow: hidden;
  padding-top: 62%;
}

.thumnails-avatar a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.product-categories {
  padding: 0 48px;
  padding-bottom: 128px;
}

.list-product-categories .item-product-categories {
  margin-top: 40px;
  border: 1px solid #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
  margin-top: 40px;
}

.list-product-categories .item-product-categories:hover img {
  transition: transform 0.5s, opacity 0.5s;
  transform: scale(1.2);
}

.list-product-categories .item-product-categories .thumnails-product-categories {
  position: relative;
  padding-top: 55%;
  display: block;
  width: 100%;
  float: right;
  overflow: hidden;
  padding-top: 72% !important;
}

.list-product-categories .item-product-categories .thumnails-product-categories img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.list-product-categories .item-product-categories .infor-ourProduct {
  padding: 36px 24px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.list-product-categories .item-product-categories .infor-ourProduct a {
  cursor: pointer;
  text-decoration: none;
}

.list-product-categories .item-product-categories .infor-ourProduct a b {
  width: 100%;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.list-product-categories .item-product-categories .infor-ourProduct a.btn-ourproduct {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.list-product-categories .item-product-categories .infor-ourProduct a.btn-ourproduct img {
  height: 26px;
  margin-right: 8px;
}

.list-product-categories .item-product-categories .infor-ourProduct a.btn-ourproduct span {
  color: #fff;
  font-size: 20px;
}

.primary-section {
  padding: 146px 48px 229px 48px;
  background: url(../images/our-primarybg.png) no-repeat right bottom;
  background-size: cover;
}

.list-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.list-primary .item-primary {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
  padding: 0 7.5px;
  position: relative;
}

.list-primary .item-primary span {
  position: absolute;
  bottom: 0;
  font-size: 32px;
  left: 0;
  padding: 0 35px 19px 35px;
  color: white;
  width: 100%;
}

.list-primary .item-primary .thumbnails-primary {
  background: black;
  width: 100%;
  display: inline-block;
}

.list-primary .item-primary .thumbnails-primary a {
  position: relative;
  padding-top: 55%;
  display: block;
  width: 100%;
  float: right;
  overflow: hidden;
  padding-top: 195%;
}

.list-primary .item-primary .thumbnails-primary a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

.list-primary .item-primary .thumbnails-primary a img {
  opacity: 0.8;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

.list-primary .item-primary .thumbnails-primary a:hover img {
  transform: scale(1.3);
}

.center {
  text-align: center;
}

.img-organizational img {
  width: 100%;
}

.container-main {
  max-width: 1512px;
  margin: auto;
  width: 100%;
}

.img-organizational {
  width: 20%;
}

.menu-mobile {
  display: none;
}

img.logo-seasion {
  width: 19%;
}

section {
  padding: 36px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
}

.slide-pc {
  display: block;
  width: 100%;
}

.slide-mb {
  display: none;
  width: 100%;
}

p.section-description {
  margin-top: 16px;
  font-family: 'Transducer', sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  text-transform: none;

}

.update-elite-title {
  text-align: center;
}

img.medical-staff-logo {
  width: 60%;
}

p.medical-staff-title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
}

.medical-staff-list {
  display: flex;
  justify-content: space-evenly;
  gap: 10%;
  margin-top: 30px;
}

.mecdical-staff {
  width: 25%;
  text-align: center;
}

.mecdical-staff-container {
  padding: 0 2.5%;
}

.slide-manufacturing .title-section {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding-left: 0%;
  padding-right: 0%;
}

.title-section .raceday {
  display: block;
  text-align: right;
}

section.slide-manufacturing.factory-section .title-section {
  text-align: left;
}

section.slide-manufacturing.factory-section .title-section h3 {
  text-align: left;
}

.title-section {
  display: block;
  width: 100%;
  padding-right: 2.5%;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

.title-section .raceday p {
  display: flex;
  margin-bottom: 0px;
}

.title-section .raceday p span {
  font-size: 54px;
  font-family: 'Transducer', sans-serif;
  ;
  font-weight: 900;
  margin-bottom: 0px;
}



/* Commented out: conflicts with .cool-down-pay-ticket scoped styles */
/* .event-countdown-cell {
  flex-grow: 1;
  text-align: center;
  border-right: 1.5px solid rgba(255, 255, 255, 0.2);
} */

/* .event-countdown-cell .cell-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 80%;
  width: 100%;
} */

.box-btn-view {
  display: flex;
  margin-top: 30px;
  gap: 9px;
}

.box-btn-view .btn-action {
  width: 126px;
  height: 48px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-blue);
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.box-btn-view .btn-action.current {
  background: #38f600;
  border: 2px solid #38f600;
}

.arena-map .title-section {
  align-items: center;
}

.box-btn-view .btn-action p {
  margin-bottom: 0px;
  font-family: 'Transducer', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-blue);
}

.box-btn-view .btn-action.current p {
  color: #201d27;
}

.event-countdown-cell .cell-content .cell-title {
  font-size: 28.58px;
  text-transform: uppercase;
}

.event-countdown-cell .cell-content .cell-title p {
  color: #872319;
}

.event-countdown-cell.active .cell-content .cell-title p {
  color: #FF3C1A;
}

.event-countdown-cell .cell-content .cell-status p {
  font-size: 17.47px;
  color: #BDBDBD;
}

/* Commented out: conflicts with .cool-down-pay-ticket scoped styles */
/* .event-countdown-cell.event-countdown-active {
  flex: 0 0 65%;
  padding: 0px;
  border-left: 4px solid #FF3A1A;
} */

/* .event-countdown-header .event-countdown-cell.event-countdown-active {
  border-top: 4px solid #FF3A1A;
  border-radius: 15px 0px 0px 0px;
} */

/* .event-countdown-row .event-countdown-cell.event-countdown-active {
  border-bottom: 4px solid #FF3A1A;
  border-radius: 0px 0px 0px 15px;
} */

.header-countdown {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}

.title-process {
  display: flex;
  justify-content: space-between;
}

.header-coutdown-left {
  text-align: left;
  width: 80%;

}

.title-process .total-ticket-sale p {
  font-size: 14.44px;
}

.total-ticket-sale .total-ticket {
  display: flex;
  gap: 10px;
}



.total-ticket-sale .total-ticket-sale p {
  color: #FFF;
  text-align: center;
  font-family: Transducer;
  font-size: 10.952px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.total-ticket-sale .total-ticket-sale .total-ticket p {
  color: #FFF !important;
  font-family: Transducer !important;
  font-size: 15.572px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

total-ticket .total-ticket-sale .total-ticket p#total-ticket-value {
  color: #FF3A1A;
}

.header-price-coutdown .total-ticket-sale {
  align-items: center;
}

.total-ticket-sale {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.header-coutdown-left .date-sale {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px;
  color: #ffffff;
}

.header-coutdown-left .ticket-name {
  font-size: 28.58px;
  width: 340px;
  text-transform: uppercase;
  color: #FF3C1A;
}



.title-section .raceday h3 {
  font-size: 32px;
  font-weight: 900;
}

.title-section h3 {
  width: 100% !important;
  font-size: 40.61px;
  font-weight: 900;

}

.cosponsor-box {
  width: 22%;
}

.cosponsor-box img {
  width: 100%;
}

.header-coutdown-right {
  text-align: right;
  width: 45%;
}

.header-coutdown-right p {

  text-transform: uppercase;
  font-size: 19.69px;
  color: #FF3A1A;
  margin-bottom: 0px;
}

.header-coutdown-right .countdown-sale {

  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;


}

.body-countdown {
  /* margin-top: 50px; */
  /* padding-left: 7%; */
  /* padding-right: 7%; */
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 50px 7%;
}

.body-countdown p {
  margin-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  font-family: 'Transducer', sans-serif;
}

.process-box {
  width: 100%;
  border: 1px solid #ffffff;
  height: 78px;
  border-radius: 71px;
  padding: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
}

.process-box .process-percent {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  background-size: 450% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to left, #FF3A1A 38%, #F6511A 42%, #fff 50%, #F6511A 58%, #FF3A1A 62%);
  border-radius: 71px;
  padding-right: 30px;
  animation: loopHighLight 1.25s infinite linear;

  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;

}

.process-box .process-percent p {
  margin-bottom: 0px;
}

@keyframes loopHighLight {

  0% {
    background-position: 100% 0;
  }

  30% {
    background-position: 0% 0;
  }

  100% {
    background-position: 0% 0;
  }

}

.content-countdown {
  width: 100%;
}

.body-countdown .process-box p {
  margin-bottom: 0px;
  font-size: 24px;
  font-family: 'Transducer', sans-serif;
  margin-left: 10px;
}

.box-button-sale {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.sub-title-section h3 {
  width: 100% !important;
  font-size: 19.69px;
  font-weight: 900;
  color: #000;
}

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

.title-section h3 {
  display: inline;
  width: 100%;
  color: #0c0c0c;
}

.text-hightlight-elite {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-section h3 span {
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 126.5%;
}

.title-section h3 b {
  font-size: 40px;
  text-transform: none;
  color: #fff;
  line-height: 126.5%;
  font-weight: 700;
  text-transform: none;
  position: relative;
}

.title-section h3 b::before {
  width: 100%;
  height: 21px;
  display: inline-block;
  content: "";
  background: #dfeff9;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}

.title-section h2 {
  color: #fff;
}

.title-section p {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-family: 'Transducer', sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 100;
}

.call-partnership>img {
  display: inline-block;
  width: 100%;
}

.call-partnership {
  padding-top: 60px !important;
  overflow: initial;
  padding-top: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}

.call-partnership .title-section {
  margin-bottom: 0;
  padding-left: 48px;
  position: relative;
}

.call-partnership .title-section h3 {
  z-index: 2;
  position: relative;
}

.section-new-detail span {
  font-family: 'Transducer', sans-serif;
}

.call-partnership .title-section p {
  text-align: left;
  z-index: 2;
  position: relative;
}

.call-partnership .title-section img {
  position: absolute;
  top: -84px;
  left: 0;
  max-width: 100%;
}

.call-partnership .content-call-partner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 65px 0;
  background: rgba(0, 0, 0, 0.55);
}

.item-call-partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 0;
  background: white;
  padding: 24px 32px;
}

.item-call-partner b {
  font-size: 32px;
  font-weight: 700;
  color: #51362d;
}

.item-call-partner .button-link {
  width: fit-content;
}

.item-call-partner .button-link a {
  margin: 0;
}

.call-partner-mb {
  display: none !important;
}

.call-to-action:hover {
  text-decoration: none;
}

.adress-content {
  display: inline-block;
  width: 100%;
}

.adress-content p {
  display: inline-block;
  width: 100%;
  font-family: 'Transducer', sans-serif;
  padding-left: 25px;
  line-height: 30px;
  margin-bottom: 15px !important;
  position: relative;
}

.adress-content p img {
  margin-top: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}

.adress-content p span {
  font-weight: normal;
  font-family: 'Transducer', sans-serif;
}

.tb-btn-call-bottom {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
}

.tb-btn-call-bottom span {
  background: #fff;
  height: 100%;
  padding: 0 20px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  margin-right: 2px;
  align-items: center;
  color: white;
  border-radius: 0 !important;
}

.tb-btn-call-bottom span a {
  border-radius: 0 !important;
}

.tb-btn-call-bottom img {
  height: 30px;
  background: #fff;
  padding: 0 20px;
}

.tb-btn-call-bottom b {
  background: #fff;
  display: flex;
  align-items: center;
  height: 60px;
}

.tb-btn-call-bottom a {
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 2px;
  overflow: hidden;
  color: white;
  text-decoration: none;
}

.active-language {
  background: #4730ef;
}

.header-contact {
  display: none !important;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  gap: 20px;
  background: #161211;
  padding: 0px 75px 0px 75px;
  opacity: 0;
  visibility: hidden;

}

.header-contact .icon-contact-mini {
  margin: 0 35px 0 0px;
  color: #fff;
}

.header-contact .box-icon-contact .icon-contact-mini {
  margin: 0 0px 0 0px;
}

.header-contact .call-to-action img {
  margin-right: 4px;
  margin-top: -2px;
}

.price-table {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
}

.price-table th:not(:last-child),
.price-table td:not(:last-child) {
  border-right: 1px solid #606060;
}

.price-table th {
  padding-top: 30px;
  background: #201d28;
  padding-bottom: 30px;
}

.price-table tr {
  display: flex;
  width: 100%;
  height: 83px;
}

.price-table th p {
  font-size: 21.45px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}

.price-table td p {
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
  color: #FFFFFF;
}

.price-list .price-table td p {
  font-size: 23.83px;
  color: #B8B8C4;
}

.price-list .price-table .active td p {
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.price-list .price-table tr.active {
  border: 1px solid #FF3A1A
}

.price-list .price-table .row-open td:first-child p {
  color: #FFFFFF;
}

.price-list .price-table th:first-child,
.price-list .price-table td:first-child {
  flex: 0 0 18%;
  padding: 0% 3%;
}


.price-table th,
.price-table td {
  display: flex;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
}


.price-table .header-coutdown-right {
  text-align: left;
  width: auto;
}

.price-table .header-coutdown-right p {
  font-size: 10.95px;
  color: #FF3A1A;
}

.price-table .header-coutdown-right .countdown-sale {
  font-size: 14px;
}

.title-section .raceday p span.year {
  font-size: 34px;
  margin-left: 5px;
}

.premium-bar {
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(177deg, #FFEBBD 0%, #DD8027 100%);


  height: 85px;
  text-transform: uppercase;
}

.title-section .raceday p {
  display: flex;
  margin-bottom: 0px;
  width: auto;
  align-items: flex-end;
}

.title-section .raceday {
  display: flex;
  text-align: center;
}

.premium-bar .title-update {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  width: 20%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  padding-left: 3%;
}

.discount-percent {
  height: 100%;
}

.elite-price {
  display: flex;
  height: 80%;
  align-items: center;
}

.premium-bar .premium-content .discount-percent p {
  font-size: 9px;
  color: #FFFFFF;
  background: #FF0000;
  width: 100%;
  border: 0.5px solid #FFFFFF;
  padding: 5px;
  border-radius: 3px;
}

.premium-bar .premium-content {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
  padding-left: 4%;
  height: 100%;
}

.premium-bar .premium-content p.discount-price {
  font-size: 15px;
  font-weight: 100;
  text-decoration: line-through;
}

.premium-bar .title-update p {
  color: #150B0A;
  font-size: 15.49px;
  margin-bottom: 0;
}

.premium-bar .premium-content p {
  font-size: 21.45px;
  margin-bottom: 0;
  color: #000000;
}

.list-group-discount .price-table th p {
  font-size: 15.91px;
  display: flex;
  margin-left: 10%;
}

.list-group-discount .price-table td p {
  font-size: 22.03px;
  display: flex;
  margin-bottom: 0;
  margin-left: 10%;
}

.list-group-discount .price-table td p span {
  font-size: 22.03px;
  font-weight: 900;
  color: #FF3A1A;
  margin-bottom: 0;
  padding-left: 20px;
}

.list-group-discount .price-table th,
.list-group-discount .price-table td {
  justify-content: flex-start;

}

.list-group-discount .price-table th:first-child,
.list-group-discount .price-table td:first-child {
  flex: 0 0 30%;

}

.list-group-discount .price-table th:last-child {
  flex: 0 0 50%;

}

.list-group-discount .price-table td:last-child {
  flex: 0 0 50%;
}

.list-group-discount .price-table td:last-child div {
  width: 100%;
  display: block;
  text-align: center;
}

.list-group-discount .price-table td:last-child p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
}

.list-group-discount .price-table tr:not(:first-child, :last-child) {
  border-bottom: 1px solid #606060;
}

.last-season-sumary .content-box {
  width: 100%;
  aspect-ratio: 1730/968;
  max-width: 100%;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

/* Định dạng video nền */
.content-box .video-wrapper {
  position: relative;

  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* Đưa video ra sau nội dung */
}

.last-season-sumary .content-box .class-season-logo {
  width: 10%;
  z-index: 1;
  position: relative;
}

.last-season-sumary .content-box .content-summary {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  align-items: flex-end;
  z-index: 1;
  position: absolute;
}

.title-sponsor {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 86px;
}

.title-sponsor p.title-sponsor-content {
  font-size: 40.61px;
  text-transform: uppercase;
  margin-bottom: 106px;
}

.title-sponsor .title-sponsor-logo {
  width: 80%;
}

.title-sponsor-logo {
  display: flex;
  flex-wrap: wrap;
  /* Cho phép các ảnh xuống hàng */
  gap: 10px;
  /* Khoảng cách giữa các ảnh */
  justify-content: center;
  /* Căn giữa các ảnh */
}

.title-sponsor-logo a {
  width: calc(50% - 5px);
  /* Mỗi ảnh chiếm 50% chiều rộng, trừ đi khoảng cách */
  box-sizing: border-box;
  /* Đảm bảo padding/margin không làm ảnh bị tràn */
  text-align: center;
  /* Căn giữa nội dung trong thẻ a */
}

.title-sponsor-logo a img {
  width: 100%;
  /* Ảnh co giãn theo kích thước của thẻ a */
  height: auto;
  /* Đảm bảo tỷ lệ ảnh */
  display: block;
  /* Loại bỏ khoảng trắng dưới ảnh */
}


.marquee-container {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 125px;
}

.marquee-content {
  display: flex;
  animation: loopText 30s infinite linear;
}

.marquee-content .marquee-item {
  display: flex;
  flex: 1;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 46px;
}

@keyframes loopText {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

.marquee-content .marquee-item p.title-partners {
  font-size: 14.11;
}

.marquee-content .marquee-item .logo-partners img {
  width: auto;
  height: 114px;
}


.blur {
  transform: scale(2);
  filter: blur(5px) invert(83%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(97%) contrast(95%);
  transition: filter 0.5s ease, transform 1.5s ease;
}

.clear {
  transform: scale(1);
  filter: blur(0);
  transition: filter 2s ease, transform 2s ease;
}

.last-season-sumary .content-box .content-summary .sub-content,
.last-season-sumary .content-box .content-summary .main-content {
  display: block;
  text-align: center;
}

.last-season-sumary .content-box .content-summary .sub-content {
  flex: 1;
  box-sizing: border-box;
}

.last-season-sumary .content-box .content-summary p.last-event-content-sumary {
  color: #471AFF;
}

.last-season-sumary .content-box .content-summary .sub-content p.last-event-content-sumary {
  font-size: 48.87px;
}

.last-season-sumary .content-box .content-summary .sub-content p.last-event-content-title {
  font-size: 19.85px;
}

.last-season-sumary .content-box .content-summary .main-content p.last-event-content-sumary {
  font-size: 68.73px;
}

.last-season-sumary .content-box .content-summary .main-content p.last-event-content-title {
  font-size: 30.55px;
}

.header-contact .language {
  width: 116px;
  height: 35.57px;
  left: 1395.21px;
  top: 34px;

  background: #D9D9D9;
  border-radius: 5px;
  transform: skew(-35deg);
  ;
  display: flex;
  color: #000000;
  display: none;
}

.header-contact .language li {
  width: 100%;

}

.header-contact .language .lang-active {
  background: #FF4F32;
  border-radius: 5px;
  color: #FFFFFF !important;
}

/* .header-contact .language a {
  font-family: 'Transducer', sans-serif;;
  padding: 6px 5px;
  font-size: 12px;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
} */
.header-contact .language .en-language {
  padding: 6px 5px;
}

.header-contact .language .vn-language {
  padding: 6px 9px;
}

.box-button-header {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.box-icon-contact {
  display: flex;
  gap: 22px;
  align-items: center;
}

.btn-primary-custom {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 189.79px;
  height: 41.43px;

  border-radius: 6.52px;
  align-items: center;
  justify-content: center;
  transition: background 0.01s linear;
  background: #000;
  /* mix-blend-mode: lighten;
  background-color: #F6511A; */
}

:root {
  --angle: 0deg;
}



.no-scroll {
  overflow: hidden !important;
}

.btn-primary-custom a {
  display: flex;
  /* transform: skew(35deg); */
  font-weight: 900;
  font-size: 14px;
}

.premium-bar .btn-secord {
  width: 200px;
  height: 50px;
}

.btn-secord {
  position: relative;
  width: 189.79px;
  height: 41.43px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13.6535px 23.4669px;
  gap: 4.27px;
  background: #FFFFFF;
  border-radius: 6.40007px;
  transform: skew(-35deg);
}

.btn-secord a {
  display: flex;
  transform: skew(35deg);
  font-weight: 900;
  color: #262626;
}

.btn-action:hover {
  font-weight: inherit !important;

}

.btn-action img {
  position: absolute;
  right: 16px;
  bottom: 12px;
}

.pagging-list-product {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

p.last-season-home-title {
  font-family: 'Transducer', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 39px;
  font-weight: 100;
}

p.last-season-home-name {
  font-family: 'Transducer', sans-serif;
  font-size: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #471AFF;
  font-weight: 600;
}

p.last-season-home-description {
  font-family: 'Transducer';
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0 6%;
}


.box-pagging-bottom {
  display: flex;
  align-items: center;
}

.box-pagging-bottom a span {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 100%;
  display: inline-block;
}

.box-pagging-bottom a span.active {
  width: 61px;
  background: #fff;
  border-radius: 10px;
}

.element-pagging {
  margin-left: 44px;
}

.arrow-pagging-product {
  display: flex;
  align-items: center;
}

.numbers-pagging {
  float: left;
  margin: 0 12px;
}

.numbers-pagging a {
  float: left;
  margin: 0 12px;
  width: 42px;
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  color: #414142;
  text-decoration: none;
}

.numbers-pagging a.active {
  background: #c67e3b;
  color: white;
  font-weight: 700;
  border-color: #c67e3b !important;
}

.our-brands {
  padding-top: 0;
  padding-bottom: 76px;
}

.our-brands .list-our-brands {
  width: 100%;
  display: flex;
  justify-content: center;
}

.our-brands .list-our-brands a img {
  margin: 0 30px;
  height: 183px;
}

.pc {
  display: inline-block !important;
}

.mb {
  display: none !important;
}

#countdown {
  display: inline-block;
  width: 100%;
}

#countdown ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

#countdown ul li {
  text-align: center;
  color: #fff;
  font-size: 15.26px;
  text-transform: uppercase;
}

#countdown ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1E1E;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 102.25px;
  height: 102.25px;
  font-size: 40px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 900;
}

#countdown ul .box-none span {
  background: transparent !important;
  border: none;
}

#countdown ul .box-none span p {
  margin-bottom: 27px;
  font-size: 42.51px;
}

#countdown li.box-none span {
  width: 64px;
}

.logo-our-brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  text-align: center;
}

.logo-our-brands img {
  margin: 12px 20px;
}

.ss-slider-run {
  color: #000;
}

.about-home-slide .ss-slider-run .owl-dot {
  background: transparent !important;
}

.ss-slider-run .owl-dot.active {
  opacity: 0.5;
}

.ss-slider-run .title-section {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.ss-slider-run .sub-title-section {
  margin-bottom: 0px;
  text-transform: uppercase;

}

.ss-slider-run .box-right {
  padding-left: 30px;
}

.ss-slider-run .box-left .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  padding: 120px 40px 20px;
  background: #242424;
  height: 127.92px;
  display: flex;
  align-items: center;
}

.ss-slider-run .box-left .cont-namu {
  display: block;
  width: 100%;
  position: relative;
}

.ss-slider-run .box-left .cont-namu .btn-contmanu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;


  /* Rectangle 9 */

  box-sizing: border-box;

  position: absolute;
  width: 87.24px;
  height: 55.02px;

  border: 1.47711px solid #FFFFFF;
  border-radius: 6.89317px;
  transform: skew(-35deg);

}

.ss-slider-run .box-left .cont-namu .btn-contmanu img {
  height: 31px !important;
  width: 31px !important;
  position: initial;
}

.ss-slider-run .box-left p {
  width: 100%;
  padding-right: 80px;
  margin-bottom: 0;
}

.ss-slider-run p {
  color: #1F1F1F;
  text-align: justify;
  font-family: Transducer;
  font-size: 16px;
  font-style: normal;
  font-weight: 340;
  line-height: 22px;
}

.ss-slider-run .img-manufacturing {
  padding-top: 120%;
  margin-top: -100px;
  background: #2D2D2D;
}

.ss-slider-run .img-manufacturing img {
  border-radius: 0px;
  object-fit: contain;
}

.ss-slider-run .owl-dot {
  box-sizing: border-box;
  width: 57.87px;
  height: 14.91px;
  left: 547.88px;
  top: 1565px;

  border: 0.745624px solid #FFFFFF !important;
  border-radius: 2.23687px;
  transform: skew(-35deg);
  ;

}

.arena-map {
  display: inline-block;
  width: 100%;
}

.arena-map .view-arenamap {
  margin-top: 50px;
  display: block;
  width: 100%;
}

.arena-map .view-arenamap .title-section h4 {
  color: white;
}

.arena-map .view-arenamap .box-btn-view {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.arena-map .view-arenamap .box-btn-view .btn-action {
  font-size: 24px;
  width: 180px;
  height: 56px;
  padding: 9px 16px !important;
  text-align: center;
}

.arena-map .imgbody-arena {
  width: 100%;
  margin-top: 40px;
}

.arena-map .title-main-des {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.arena-map .title-main-des img {
  margin-right: 24px;
}

.arena-map .title-main-des .text-content i {
  font-style: normal;
}

.arena-map .img-manufacturing {
  padding-top: 100%;
}

.arena-map .img-list-full {
  width: 100%;
  height: fit-content;
}

.arena-map .arena-maps {
  width: 100%;
}

.arena-map .arena-maps .box-item-arena {
  display: block;
  width: 100%;
  margin-top: 32px;
}

.arena-map .arena-maps .box-item-arena:first-child {
  margin-top: 0;
}

.arena-map .arena-maps .box-item-arena .title-section {
  margin-bottom: 4px;
}

.arena-map .arena-maps .arenamap-img {
  display: inline-block;
  width: 100%;
}

.arena-map .arena-maps .arenamap-img img {
  width: 100%;
  display: inline-block;
}

.arena-map .button-list {
  margin-top: 56px;
}

.arena-slide-body .img-manufacturing {
  padding-top: 46%;
}

.credit-card {
  display: none;
}

.button-list {
  border-radius: 38px;
  border: 1px solid #4730ef;
  background: rgba(71, 48, 239, 0.5);
  padding: 7px 40px !important;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  margin-top: 48px;
}

.button-list .tab-at h3 {
  margin-bottom: 32px;
}

.accordion {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0px 40px;
}

.tab-at {
  display: none;
  padding: 15px;
  border-top: none;
}

.tab-at .box-content {
  display: inline-block;
  width: 100%;
}

.tab-at .box-content img {
  width: 100%;
}

.tab-at .box-content ul {
  list-style-type: none;
}

.tab-at .box-content ul li {
  padding-left: 12px;
}

.title-at {
  cursor: pointer;
  background-color: transparent;
  position: relative;
  transition: background-color 0.3s ease;
}

.title-at:after {
  content: url("../images/arrow-right.svg");
  height: 20px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.title-at.active::after {
  content: url("../images/arrow-up.svg");
}

.item-at {
  width: 100%;
  border-radius: 5px;
}

.title-at h2 {
  font-size: 22px;
  font-weight: 600px;
  padding: 10px 15px;
  margin: 0;
}

.charityfund .box-left {
  display: inline-block;
  width: 100%;
}

.charityfund .box-right {
  display: inline-block;
  width: 100%;
}

.charityfund .img-manufacturing {
  padding-top: 100%;
}

.charityfund .img-manufacturing img {
  border-radius: 40px;
  border: 1px solid #fff;
}

.organizational-logo {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.organizational-logo img {
  height: 110px;
  padding: 0 60px;
}

.organizational-logo .support-logo {
  height: 60px !important;
  padding: 0;
  margin: 16px 42px;
}

.price-list .box-content img {
  width: 100%;
  height: fit-content;
}

.racekit {
  display: inline-block;
  width: 100%;
}

.racekit {
  display: inline-block;
  width: 100%;
}

.racekit .img-bodyracekit {
  margin-top: 16px;
  width: 100%;
}

.racekit .racekit-box-body {
  width: 100%;
}

.racekit .racekit-box-body .box-item-racekit {
  display: block;
  width: 100%;
  margin-top: 32px;
}

.racekit .racekit-box-body .box-item-racekit:first-child {
  margin-top: 0;
}

.racekit .racekit-box-body .box-item-racekit .title-section {
  margin-bottom: 4px;
}

.racekit .racekit-box-body .item-racekit-img {
  display: inline-block;
  width: 100%;
}

.racekit .racekit-box-body .item-racekit-img img {
  width: 100%;
  display: inline-block;
}

.question {
  position: relative;
  z-index: 1;
}

.question .button-list {
  margin-top: 20px;
}

.footer-pc {
  display: block;
  width: 95%;

}

.footer-pc .box-button-header {
  justify-content: left;

}

.footer-pc .col-md-2 {
  text-align: center;
}

.footer-pc .box-button-header .btn-secord {
  height: 54.7px;
  width: 219.06px;
}

.footer-pc .mobile {
  display: none;
}

.footer-pc .box-button-header .btn-primary-custom {
  height: 59px;
  width: 286px;
  margin-top: 41px;
  transform: none !important;
  background: #201d27 !important;
  border-radius: 0px !important;
}

.footer-pc .box-button-header .btn-primary-custom::before {
  display: none !important;
}

.footer-pc .box-button-header .btn-primary-custom a {
  transform: none !important;
  color: #ffffff !important;
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.footer-pc .col-md-5:not(:last-child) {
  padding-left: 5%;
}

footer {
  margin: 80px 0 0;
  display: flex;
  width: 100%;
  position: relative;
  background: #ffffff;
  color: #000000;
  height: 500px;
  flex-direction: column;
  justify-content: flex-end;
}

footer .copyright,
footer .container {

  position: relative;
  z-index: 1;
}

footer .copyright p {
  text-transform: uppercase;
  color: #ffffff;
}

footer .container {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  align-content: center;

}

#navbar.sticky {
  position: fixed;
  height: 80px;
  background: #111111;
}

#navbar.sticky .header-contact {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

#navbar.sticky .box-menu {
  height: initial;
}

#navbar.sticky .logo a:nth-child(1) img {
  height: 60px;
  filter: brightness(0) invert(1);
}

.copyright {
  padding: 28px 0 8px;
  text-align: center;
  background: #080e4d;
}

.address-footer {
  color: #000000;
  display: grid;
  width: 100%;
  height: 100%;
}

.address-footer h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
}

.address-footer .content-address .item-address p {

  font-size: 11px;
  font-weight: 300;
}

.address-footer .content-address .item-address p:first-child {
  text-transform: uppercase;
  font-weight: 700;
  width: max-content;
}

.address-footer img {
  height: 20px;
  width: 20px;
  margin-right: 12px;
}

.address-footer b {

  font-size: 16px;
  font-weight: 300;
}

.footer-contact-ad {
  display: grid;
  width: 100%;
  height: 100%;
}

img.banner-logo {
  width: 100%;
}

.content-address {
  display: flex;
  align-items: flex-end;
}

.content-address .btn-action {
  height: 67px;
  padding: 18px 40px !important;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border: 1.5px solid #b6acff;
  background: #4730ef;
}

.content-address .btn-action img {
  height: 24px;
  bottom: 20px;
}

.item-at.active {
  border: 20px;
}

.flex-bt {
  display: block;
  width: 100%;
}

.box-ad-ct {
  display: flex;
  width: 100%;
  margin-top: 49px;
  justify-content: center;
}

.box-ad-ct img {
  height: 30px;
  margin-right: 20px;
}

.register {
  background: #0a112e;
  padding: 24px;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
}

.register .modal-dialog {
  max-width: 600px !important;
  width: 100%;
  max-width: inherit;
}

.modal-dialog .modal-content {
  background: #161855;
}

.modal-dialog .header-img {
  width: 100%;
}

.modal-dialog .close {
  position: absolute;
  display: block;
  right: -24px;
  top: -32px;
}

.modal-dialog .close span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
}

.modal-dialog .modal-header {
  position: relative;
}

.modal-dialog h5 {
  color: #fff;
  margin: 20px 0;
  font-size: 24px;
}

.modal-dialog .modal-body {
  text-align: center;
}

.modal-dialog .box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.modal-dialog .box-btn a {
  display: inline-block;
  width: 100%;
  background: #29218e;
  margin-left: 8px;
  border-radius: 20px;
  border: 1px solid #4730ef;
}

.modal-dialog .box-btn a:first-child {
  margin-right: 8px;
  margin-left: 0px;
}

.modal-dialog .box-btn a img {
  padding: 0 30px;
  max-height: 77px;
  width: auto;
}

.section-new-detail {
  color: #000;  
  padding: 220px 0 0;
}

section.section-new-detail .container {
  width: 75%;
}

.section-new-detail .breadcrumb-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-new-detail .content-new-header .box-content h4 {
  font-family: 'Transducer';
  font-weight: 900;
}

.section-new-detail .breadcrumb-new a {
  font-size: 11px;
  color: #FF3A1A;
}

.section-new-detail .breadcrumb-new a img {
  margin-right: 4px;
}

.section-new-detail .breadcrumb-new span {
  margin-bottom: 0;
  font-size: 11px;
}

.section-new-detail .breadcrumb-new span a {
  text-decoration: underline !important;
}

.section-new-detail .content-item-new b {
  font-size: 12px;
  font-family: 'Transducer';
}

.title-section h5 {
  text-align: left;
  color: #ffffff;
}

.section-new-detail .content-new-header {
  position: relative;
  padding-bottom: 70px;
  border-bottom: none;
}

.section-new-detail .content-new-header .box-content img {
  width: 100%;
}

.section-new-detail .content-new-header .right-new .title-section h5 {
  width: fit-content;
  border-bottom: 1px solid #4730ef;
}

.section-new-detail .hidden-md-down {
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
}

.section-new-detail .sticky {
  display: grid;
  position: sticky;
  top: 0;
  padding-top: 140px;
  padding-bottom: 70px;
}

.section-new-detail .sticky img {
  width: 30px;
  margin-top: 12px;
}

.section-new-detail .box-content b {
  margin-top: 12px;

  display: block;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 300;
}

.section-new-detail .img-manufacturing {
  padding-top: 70%;
}

.section-new-detail .content-item-new {
  display: block;
  width: 100%;
}

.section-new-detail .content-item-new .box-left {
  display: block;
  width: 100%;
}

.new-connection {
  display: block;
  width: 100%;
}

.new-connection .container {

  width: 75%;
}

.new-connection .img-manufacturing {
  padding-top: 70%;
}

.connection-content {
  display: flex;
  justify-content: center;
}

.connection-content .box-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}

.connection-content .box-right span {
  font-size: 10px;
}

.connection-content .box-right p {
  font-size: 12px;
}

.connection-content .box-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}


.section-new .container {
  width: 75%;
}

.section-new .connection-content {
  border-bottom: 1px solid #4e609e;
}

.section-new .connection-content .box-right {
  padding-left: 26px;
}

.section-new .connection-content .box-right span {
  font-size: 12px;
  margin-bottom: 4px;
}

.section-new .connection-content .box-right .title-item {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.section-new .connection-content .img-manufacturing {
  padding-top: 70%;
}

.connection-content .box-right span a {
  text-decoration: underline !important;
}

.pagination {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.pagination .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination .pages .active {
  background: linear-gradient(180deg,
      #4730ef 0%,
      rgba(71, 48, 239, 0) 100%) !important;
  stroke-width: 1px;
  stroke: #fff;
}

.pagination .pages .page-number {
  margin: 7px;
  border-radius: 100%;
  border: 1px solid #fff;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

/* .library-custom-login-page {
  padding: 220px 0 70px;
} */

.library-ss .owl-nav {
  display: block;
}

.library-ss .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 41%;
  width: 25px;
  height: 50px;
  background: #00000080 !important;
  stroke-width: 1px;
  border: none !important;
  /* border-radius: 3px; */
}

.library-ss .owl-nav .owl-prev span {
  margin-bottom: 0;
  font-size: 31.67px;
  margin-bottom: 4px;
}

.library-ss .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 42%;
  width: 25px;
  height: 50px;
  background: #00000080 !important;
  stroke-width: 1px;
  border: none !important;
}

.library-ss .owl-nav .owl-next span {
  margin-bottom: 0;
  font-size: 40px;
  margin-bottom: 4px;
}

.library-ss .img-manufacturing {
  padding-top: 68%;
}

.library-ss .slide-about {
  display: block;
  width: 100%;
  margin-top: 70px;
}

.btn-search {
  display: flex;
  align-items: center;
  background: #161855;
  border-radius: 20px;
  height: 72px;
  padding: 0 24px;
  width: fit-content;
}

.btn-search h5 {
  margin-bottom: 0;
  margin-right: 20px;
}

.partner-ss {
  padding: 220px 0 70px;
}

.partner-ss .title-section .title-gradient {
  font-size: 40px !important;
}

.partner-ss .logo-partner-ss {
  text-align: center;
  padding: 20px 0;
  min-height: 500px;
}

.error-ss {
  color: #fff;
  display: block;
  width: 100%;
  padding: 220px 0 70px;
}

.error-ss .content-ss {
  display: block;
  width: 100%;
}

.error-ss .content-ss img {
  width: 100%;
}

.error-ss h4 {
  font-size: 64px;
}

.error-ss h2 {
  font-size: 96px;
}

.tex-price-list .title-gradient {
  margin-top: 16px;
}

.map-view .modal-dialog {
  max-width: 1058px !important;
}

.map-view .modal-dialog .modal-body {
  padding: 0;
}

.map-view img {
  width: 100%;
}

.map-view {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.map-view.current {
  display: block;
  opacity: 1;
}

.item-at.active .tab-at {
  display: block !important;
  padding-top: 60px;
}

.item-at.active .title-at::after {
  rotate: -90deg;
}

.create-invitations-ss {
  padding: 220px 0 120px;
}

.create-invitations-ss b {
  color: #fff;

}

.create-invitations-ss .box-invitations {
  color: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 1.5px solid #2b71f8;
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;

  background: linear-gradient(180deg,
      rgba(17, 41, 211, 0) 0%,
      rgba(11, 20, 54, 0) 100%);
}

.create-invitations-ss .box-invitations .box-content {
  display: inline-block;
  width: 100%;
}

.create-invitations-ss .box-invitations .box-content .form-group {
  margin-bottom: 24px;
}

.create-invitations-ss .box-invitations .box-content .form-group span.ita {
  font-weight: 200;
}

.create-invitations-ss .box-invitations .box-content .form-control {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 80px;
  font-style: italic;
}

.create-invitations-ss .box-invitations .box-content .form-control::placeholder {
  color: #fff;
}

.create-invitations-ss .box-invitations .btn-action {
  font-family: 'Transducer', sans-serif;
  ;
  font-size: 16px;
  height: 50px;
  padding: 11px 30px !important;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
}

.create-invitations-ss .radio-buttons {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create-invitations-ss .custom-radio input {
  display: none;
}

.create-invitations-ss .radio-btn {
  width: 176px;
  height: 40px;
  display: inline-block;
  border-radius: 80px;
  position: relative;
  text-align: center;
  background: #7c89ae;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.create-invitations-ss .radio-btn .hobbies-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
}

.create-invitations-ss .radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.create-invitations-ss .radio-btn .hobbies-icon h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
}

.create-invitations-ss .custom-radio input:checked+.radio-btn {
  border: 1.5px solid #fff;
  background: #0038ff;
}

.create-invitations-ss .custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.uploader {
  display: block;
  width: 100%;
}

.uploader .modal-body {
  padding: 0;
}

.uploader #messages strong {
  display: none;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: 70px;
  max-width: 180px;
  border-radius: 8px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader input[type="file"] {
  display: none;
}

.uploader .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 80px;
  outline: none;
  padding: 5px 16px;
  height: 40px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #7c89ae;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 40px;
}

.formbtn {
  border-radius: 3px;
  border: solid 3px #ec407a;
  padding: 8px 10px;
  background: #ec407a;
  color: #fff;
  font-weight: bold;
}

header .container-scroll .btn-action {
  margin-left: 24px;
  padding: 10px 24px !important;
}

.menu-header nav ul li a {
  padding: 20px 16px;
  color: #ffffff !important;
}

.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-search {
  display: flex;
  align-items: center;
  background: #161855;
  border-radius: 20px;
  height: 72px;
  padding: 0 24px;
  width: fit-content;
  border: 1px solid #4730ef;
}

.box-btn-search {
  display: flex;
  align-items: center;
}

.box-btn-search .btn-search {
  min-width: 372px;
}

.box-btn-search .btn-search:first-child {
  margin-right: 60px;
}


.create-invitations-create-node {
  padding: 220px 0 120px;
}

.create-invitations-create-node #my-node {
  display: flex;
  width: 800px;
  margin: auto;
}

.create-invitations-create-node img#blah {
  background: transparent !important;
  max-width: 100%;
}

.create-invitations-create-node .btn-link-award {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  margin: 0 auto;
  width: 800px;
}

.create-invitations-create-node .btn-link-award a img {
  height: 40px;
}

.create-invitations-create-node .btn-link-award a {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .create-invitations-create-node {
    padding: 100px 0 30px;
  }

  .create-invitations-create-node img#blah {
    max-width: 740px;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 740px;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 550px;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 550px;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node .btn-link-award {
    display: inline-block;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {

  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 540px;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 540px;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 500px;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 500px;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 530px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 480px;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 480px;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 430px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 390px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 390px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 380px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 380px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 380px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 380px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 350px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 350px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 320px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 320px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 280px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 280px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (max-width: 280px) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 240px !important;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 240px !important;
    height: inherit;
    background: transparent !important;
  }

  .create-invitations-create-node #my-node {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .create-invitations-create-node .btn-link-award {
    margin: 0 auto;
    width: 700px;
    display: inline-block;
  }

  .create-invitations-create-node img#blah {
    max-width: 700px;
    height: inherit;
  }


}

.create-invitations-create-node .container {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}


.footer-logo {
  width: 100%;
}

.footer-logo>img {
  width: 159px;
  height: 159px;
  object-fit: contain;
}

.footer-pc .row {
  justify-content: space-between;
}

.policy-footer h6 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
}

.content-policy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
  gap: 10px;
}

.content-policy a {
  font-weight: 400;
  font-size: 12px;
  font-family: 'Transducer';
  color: #000000;
}

.company-footer h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  color: #000000;
}

.item-taxinfo {
  display: flex;
  gap: 10px;
}

.item-taxinfo p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Transducer';
}

.item-address {
  display: flex;
  gap: 6px;
}

.content-taxinfo {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 20px;
}

.item-taxinfo p:last-child {
  font-weight: 200;
}

.user-info {
  margin-right: 0px;
}

.user-info img {
  width: 41.43px;
  border-radius: 10% !important;
}

.item-address p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Transducer';
}

.item-address p:last-child {
  font-weight: 200;
}

/* Commented out: conflicts with .cool-down-pay-ticket scoped styles */
/* .event-countdown-cell {
  flex-grow: 1;
  text-align: center;
  border-right: 1.5px solid rgba(255, 255, 255, 0.2);
  width: 10%;
  padding: 0 1%;
  display: flex;
  align-items: center;
} */

/* .event-countdown-header {
  display: flex;
} */

/* .event-countdown-row {
  display: flex;
} */

tr.row-item {
  border-bottom: 1px solid #0a0a0a7d;
}

tr.row-item td:first-child p {
  color: #B8B8C4;
  text-align: center;
  font-family: Transducer;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 119.796%;
  /* 9.584px */
  text-transform: uppercase;
}

.price-list .price-table tr.row-item td.active p {
  color: #B8B8C4;
  text-align: center;
  font-family: Transducer;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 119.796%;
  /* 9.584px */
  text-transform: uppercase;
}

.button-type-buy a {
  width: 100%;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.header-price-coutdown .total-ticket-sale {
  align-items: center;
}

.total-ticket-sale>p:first-of-type {
  font-size: 13.03px;
  margin-bottom: 5px;
}

.total-ticket-sale .total-ticket p {
  font-size: 18.52px;
  font-weight: 600;
}

p#total-ticket-value-remaining {
  color: #FFFFFF;
}

.slide-manufacturing.factory-section .ss-slider-run .slide-about .item .img-manufacturing a.img-fluid {
  padding-top: 44%;
}

.box-button-sale .btn-primary-custom {
  width: 312px;
  height: 64px;
}

.box-button-sale .btn-primary-custom a {
  font-size: 19.85px;
}

table.price-table .btn-primary-custom {
  width: 55%;
  height: 52px;
}

.content-organizational {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0% 7.5%;
  margin-bottom: 80px
}

.content-cosponsor {
  display: flex;
  justify-content: space-between;
  height: 330px;
  align-items: center;
  padding: 0 10%;
}

.box-logo-header {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;

}

a.sale-noti {
  display: inline-block;
  margin-top: 15px;
}

a.sale-noti img {
  width: 150px;
  height: auto;
  display: block;
}

.footer-action {
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: fixed;
  background-color: #282222;
  padding: 0 5%;
  display: none;
}

.footer-action .btn-primary-custom {
  margin: 13px 0 !important;
}

/* Custom header logo wrapper styling */
.box-logo-header .header-logo-wrapper {
  width: 164px;
  height: 164px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-logo-header .header-logo-wrapper img {
  width: 84px;
  height: 86px;
  aspect-ratio: 42/43;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .box-logo-header .header-logo-wrapper {
    width: auto;
    height: auto;
    background: transparent;
    display: block;
  }

  .box-logo-header .header-logo-wrapper img {
    width: 37px;
    height: 37px;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .footer-logo {
    margin-bottom: 0 !important;
  }

  .footer-logo>img {
    width: 80px !important;
    height: auto !important;
  }

  .footer-logo .box-ad-ct.mobile img {
    height: 24px !important;
    margin-right: 15px !important;
  }
}


/* Custom header login button styling */
.btn-secord.btn-login-header {
  width: 185px;
  height: 44px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  transform: none;
  border-radius: 0;
}

.btn-secord.btn-login-header a {
  color: #FFF;
  transform: none;
}

/* Custom header register button styling */
.btn-primary-custom.btn-register-header {
  width: 185px;
  height: 44px;
  background: #f5f7fd;
  transform: none;
  border-radius: 0;
  mix-blend-mode: normal;
}

.btn-primary-custom.btn-register-header::before {
  display: none;
}

.btn-primary-custom.btn-register-header a {
  color: #000;
  transform: none;
}

/* Arena Map Title Styling based on Figma */
.arena-map .title-section h3,
.arena-map .title-section h3 * {
  font-family: 'Transducer', sans-serif !important;
  color: #110A50 !important;
  -webkit-text-fill-color: #110A50 !important;
  background: none !important;
  font-size: 40px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {

  .arena-map .title-section h3,
  .arena-map .title-section h3 * {
    font-size: 24px !important;
  }
}

footer .address-footer h6,
footer .address-footer p,
footer .address-footer a,
footer .policy-footer h6,
footer .policy-footer p,
footer .policy-footer a,
footer .company-footer h6,
footer .company-footer p,
footer .company-footer a,
footer .content-taxinfo p,
footer .item-taxinfo p,
footer .item-address p {
  color: #000000 !important;
}

footer .copyright p {
  color: #ffffff !important;
}

/* Mobile responsive for ticket-pricing-section */
@media only screen and (max-width: 991px) {

  .ticket-pricing-section,
  .pricing-table-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ticket-pricing-header {
    padding: 0 10px !important;
  }

  .raceday-date-day {
    margin: -3px !important;
  }

  .event-countdown-table {
    flex-direction: column !important;
    border-width: 3px !important;
    margin-top: 20px !important;
  }

  .event-countdown-table .table-left {
    padding: 30px 20px !important;
    border-right: none !important;
    border-bottom: 3px solid #110A50 !important;
    flex: none !important;
  }

  .event-countdown-table .table-right {
    flex-direction: column !important;
  }

  .event-countdown-table .table-right .event-countdown-row span {
    color: rgba(17, 10, 80, 0.20);
    text-align: center;
    font-family: Transducer;
    font-size: 25.408px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
  }

  .table-right .col-phase {
    border-right: none !important;
    border-bottom: 1px solid rgba(17, 10, 80, 0.2) !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 20px !important;
  }

  .table-right .col-phase:last-child {
    border-bottom: none !important;
  }

  .title-super {
    font-size: 24px !important;
  }

  .status-labels {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .label-total {
    text-align: left !important;
  }

  .label-sold {
    font-size: 18px !important;
  }

  .progress-bar-container {
    height: 40px !important;
  }

  .progress-text {
    font-size: 18px !important;
  }

  .col-phase .phase-title {
    font-size: 24px !important;
  }

  .col-phase .phase-status {
    font-size: 14px !important;
  }

  .table-left .btn-join-now {
    width: 100% !important;
    margin-top: 25px !important;
  }

  /* Mobile responsive for pricing-table-section */
  .pricing-table-title {
    font-size: 28px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

  .raceday-pricing-table {
    border-width: 2px !important;
    min-width: 100%;
    width: 100%;
  }

  .raceday-pricing-table th,
  .raceday-pricing-table td {
    font-size: 9px !important;
    padding: 6px 2px !important;
    word-break: break-word;
    letter-spacing: -0.5px;
  }

  .raceday-pricing-table thead th {
    padding: 8px 2px !important;
    border-bottom-width: 2px !important;
    font-size: 10px !important;
  }

  .raceday-pricing-table thead .col-phase-header .remain-text {
    font-size: 8px !important;
    margin-bottom: 2px !important;
  }

  .raceday-pricing-table thead .col-phase-header .remain-num {
    font-size: 9px !important;
  }

  .row-super-early-bird td {
    border-bottom-width: 2px !important;
  }

  .btn-register-ticket {
    padding: 5px 4px !important;
    font-size: 9px !important;
    letter-spacing: -0.5px;
  }

  .row-actions td {
    padding: 10px 2px !important;
  }
}

/* Custom styling for price-club-list button based on Figma */
.price-club-list table.price-table .btn-primary-custom {
  background: #201D27 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100% !important;
  max-width: 239px !important;
  height: 50px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  transform: none !important;
}

.price-club-list table.price-table .btn-primary-custom::before {
  display: none !important;
}

.price-club-list table.price-table .btn-primary-custom a {
  font-family: 'Transducer', sans-serif !important;
  font-size: 17.5px !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: normal !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: none !important;
  transform: none !important;
}

.price-list .title-section h3,
.price-list .title-section h3 * {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* New style for dynamic countdown table to match Figma design */
.cool-down-pay-ticket {
  padding: 60px 0 40px !important;
}

.cool-down-pay-ticket .ticket-pricing-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 40px !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cool-down-pay-ticket .raceday-title {
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(40px, 5vw, 60px) !important;
  color: #110A50 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  margin: 0 !important;
  -webkit-text-fill-color: #110A50 !important;
  background: none !important;
}

.cool-down-pay-ticket .raceday-date {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  line-height: 1 !important;
  gap: 3px;
}

.btn-primary-custom a {
  color: #FFF !important;
  text-align: center !important;
  font-family: Transducer !important;
  font-size: 17.5px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

.cool-down-pay-ticket .raceday-date-day {
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(28px, 3.5vw, 55px) !important;
  color: #110A50 !important;
  font-style: italic !important;
}

.cool-down-pay-ticket .raceday-date-year {
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(32px, 4vw, 60px) !important;
  color: #110A50 !important;
  font-style: italic !important;
}

.cool-down-pay-ticket .event-countdown-table {
  display: flex !important;
  border: 5px solid #110A50 !important;
  background: #FFF !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  min-height: auto !important;
}

.cool-down-pay-ticket .event-countdown-table .table-left {
  flex: 0 0 47% !important;
  padding: 50px 40px !important;
  border-right: 5px solid #110A50 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.cool-down-pay-ticket .event-countdown-table .table-right {
  flex: 1 !important;
  display: flex !important;
}

.cool-down-pay-ticket .table-right .col-phase {
  flex: 1 !important;
  border-right: 1px solid rgba(17, 10, 80, 0.2) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 50px 0 !important;
  border-bottom: none !important;
}

.cool-down-pay-ticket .table-right .col-phase:last-child {
  border-right: none !important;
}

/* Reset ALL cell styles — override generic .event-countdown-cell at L1384, L4323 */
.cool-down-pay-ticket .event-countdown-cell,
.cool-down-pay-ticket .event-countdown-cell.event-countdown-active,
.cool-down-pay-ticket .table-left .event-countdown-cell,
.cool-down-pay-ticket .table-left .event-countdown-cell.event-countdown-active,
.cool-down-pay-ticket .table-right .event-countdown-cell {
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  flex-grow: 0 !important;
  flex: none !important;
  text-align: left !important;
  background: none !important;
}

/* Override .event-countdown-header/.event-countdown-row & active borders */
.cool-down-pay-ticket .event-countdown-header,
.cool-down-pay-ticket .event-countdown-row,
.cool-down-pay-ticket .table-left .event-countdown-header,
.cool-down-pay-ticket .table-left .event-countdown-row,
.cool-down-pay-ticket .table-right .event-countdown-header,
.cool-down-pay-ticket .table-right .event-countdown-row {
  display: block !important;
  border: none !important;
}

/* Override .event-countdown-header/.event-countdown-row active orange borders at L1468/L1475 */
.cool-down-pay-ticket .event-countdown-header .event-countdown-cell.event-countdown-active,
.cool-down-pay-ticket .event-countdown-row .event-countdown-cell.event-countdown-active {
  border: none !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  flex: none !important;
}

/* Override .process-box old styles at L1608 (circular orange progress bar) */
.cool-down-pay-ticket .process-box,
.cool-down-pay-ticket .label-total-count.process-box,
.cool-down-pay-ticket span.process-box {
  width: auto !important;
  border: none !important;
  height: auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: block !important;
  align-items: unset !important;
  background: none !important;
}

/* Override .process-percent old gradient/animation at L1618 */
.cool-down-pay-ticket .process-percent,
.cool-down-pay-ticket .process-box .process-percent,
.cool-down-pay-ticket .progress-bar-fill.process-percent {
  background: #3023FF !important;
  background-image: none !important;
  background-size: auto !important;
  border-radius: 0 !important;
  animation: none !important;
  padding: 0 !important;
  padding-right: 0 !important;
}

/* Override .title-process generic (display:flex justify:space-between) at L1491 */
.cool-down-pay-ticket .title-process,
.cool-down-pay-ticket span.title-process {
  display: inline !important;
  justify-content: unset !important;
}

/* Fix COMING text color — span is inheriting white from theme */
.cool-down-pay-ticket .cell-status,
.cool-down-pay-ticket .cell-status span,
.cool-down-pay-ticket .cell-status p,
.cool-down-pay-ticket .phase-status,
.cool-down-pay-ticket .phase-status span {
  color: rgba(17, 10, 80, 0.25) !important;
  -webkit-text-fill-color: rgba(17, 10, 80, 0.25) !important;
}

/* Fix .cell-content styles at L1391 */
.cool-down-pay-ticket .event-countdown-cell .cell-content {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

/* Phase titles in right columns */
.cool-down-pay-ticket .col-phase .phase-title {
  color: #110A50 !important;
  font-family: 'Transducer', sans-serif !important;
  font-size: clamp(24px, 2.5vw, 40px) !important;
  font-weight: 900 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.cool-down-pay-ticket .col-phase .phase-title p {
  margin: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Phase status in right columns */
.cool-down-pay-ticket .col-phase .phase-status {
  color: rgba(17, 10, 80, 0.25) !important;
  font-family: 'Transducer', sans-serif !important;
  font-size: clamp(14px, 1.5vw, 25px) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.cool-down-pay-ticket .col-phase .phase-status span {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Left panel - title */
.cool-down-pay-ticket .title-super {
  color: #110A50 !important;
  font-family: 'Transducer', sans-serif !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
  margin: 0 0 30px !important;
}

/* Override .title-process generic (display:flex) — it's .label-sold here */
.cool-down-pay-ticket .status-labels {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 10px !important;
}

.cool-down-pay-ticket .label-sold {
  color: #110A50 !important;
  font-family: Transducer !important;
  font-size: 22.166px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  /* Override .title-process */
  display: inline !important;
  justify-content: unset !important;
}

.cool-down-pay-ticket .label-total {
  text-align: right !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: 'Transducer', sans-serif !important;
  color: #110A50 !important;
  text-transform: uppercase !important;
}

.cool-down-pay-ticket .label-total-prefix {
  color: #110A50 !important;
  text-align: right !important;
  font-family: Transducer !important;
  font-size: 11.826px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

.cool-down-pay-ticket .label-total-count {
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* Override .process-box generic styles (border-radius:71px, orange border etc) */
.cool-down-pay-ticket .label-total-count.process-box {
  width: auto !important;
  border: none !important;
  height: auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  background: none !important;
  gap: 4px !important;
}

.cool-down-pay-ticket .label-total-count.process-box p {
  color: #2F28FB !important;
  font-family: 'Transducer', sans-serif !important;
  font-size: 16.635px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

.cool-down-pay-ticket .label-total-count.process-box span {
  font-family: 'Transducer', sans-serif !important;
  font-size: 16.635px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}

.cool-down-pay-ticket .label-total-count p {
  margin: 0 !important;
  color: #3023FF !important;
  font-family: 'Transducer', sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-align: right !important;
}

/* Left panel - progress bar — override generic .progress-bar-container */
.cool-down-pay-ticket .progress-bar-container {
  border: 2px solid #110A50 !important;
  padding: 4px !important;
  height: 55px !important;
  width: 100% !important;
  margin-bottom: 25px !important;
  border-radius: 0 !important;
  background: #FFF !important;
  position: relative !important;
}

/* Override .process-percent old gradient/rounded styles */
.cool-down-pay-ticket .progress-bar-fill,
.cool-down-pay-ticket .progress-bar-fill.process-percent {
  background: #3023FF !important;
  background-image: none !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: width 1s ease !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  animation: none !important;
  color: #FFF !important;
  -webkit-text-fill-color: #FFF !important;
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(16px, 1.5vw, 24px) !important;
}

/* Left panel - CTA button */
.cool-down-pay-ticket .btn-join-now {
  display: inline-block !important;
  align-self: center !important;
  margin-top: 0 !important;
}

.cool-down-pay-ticket .btn-join-now .btn-primary-custom {
  background: #201D27 !important;
  transform: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}

.cool-down-pay-ticket .btn-join-now .btn-primary-custom::before {
  display: none !important;
}

.cool-down-pay-ticket .btn-join-now .btn-primary-custom a {
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(12px, 1vw, 18px) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  transform: none !important;
  background: none !important;
}

/* --- Mobile responsive --- */
@media only screen and (max-width: 991px) {
  .cool-down-pay-ticket .event-countdown-table {
    flex-direction: column !important;
    border-width: 3px !important;
  }

  .cool-down-pay-ticket .event-countdown-table .table-left {
    border-right: none !important;
    border-bottom: 3px solid #110A50 !important;
    padding: 30px 25px !important;
    flex: none !important;
  }

  .cool-down-pay-ticket .event-countdown-table .table-right {
    flex-direction: column !important;
  }

  .cool-down-pay-ticket .table-right .col-phase {
    border-right: none !important;
    border-bottom: 1px solid rgba(17, 10, 80, 0.2) !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 20px 25px !important;
  }

  .cool-down-pay-ticket .table-right .col-phase:last-child {
    border-bottom: none !important;
  }

  .cool-down-pay-ticket .btn-primary-custom a {
    font-size: 14px !important;
  }
}

/* --- Custom style for Menu Item 16 (Thông tin chung) - White background, black text --- */
.dropdown-menu-header.item-16 .dropdown-menu-header-content {
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.item-16 .activity-item.question {
  background: #ffffff !important;
  color: #000000 !important;
}

.item-16 .activity-item.question .button-list.box-faq {
  border-color: #000000 !important;
  color: #000000 !important;
}

.item-16 .activity-item.question .title-at h2 {
  font-family: 'Transducer', sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #0c145a !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.item-16 .activity-item.question .title-at {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 15px 10px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.item-16 .activity-item.question .title-at:hover {
  background: #f5f5f5 !important;
}

.item-16 .activity-item.question .title-at::after {
  display: none !important;
  content: none !important;
}

/* Skewed parallelogram arrow button */
.faq-arrow-btn {
  width: 50px;
  height: 40px;
  border: 1.5px solid #0c145a !important;
  border-radius: 6px;
  background-color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: skewX(-30deg);
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-arrow-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000000;
  transform: skewX(30deg);
  transition: transform 0.3s ease;
}

/* Rotation on active state */
.item-at.active .faq-arrow-icon {
  transform: skewX(30deg) rotate(90deg);
}

@media (max-width: 767px) {
  .item-16 .activity-item.question .title-at h2 {
    font-size: 18px !important;
  }

  .item-16 .activity-item.question .title-at {
    padding: 10px 5px !important;
  }

  .faq-arrow-btn {
    width: 42px !important;
    height: 34px !important;
    margin-right: 10px;
  }

  .faq-arrow-icon {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }
}

.item-16 .activity-item.question .button-list.box-faq .tab-at {
  background: #ffffff !important;
  border-color: #000000 !important;
}

.item-16 .activity-item.question .button-list.box-faq .box-content h3 {
  color: #000000 !important;
}

.item-16 .activity-item.question .button-list.box-faq .box-content p,
.item-16 .activity-item.question .button-list.box-faq .box-content span,
.item-16 .activity-item.question .button-list.box-faq .box-content b,
.item-16 .activity-item.question .button-list.box-faq .box-content strong {
  color: #000000 !important;
}

.item-16 .activity-item.question .question-container .tab-at .box-content::-webkit-scrollbar {
  border-right: 1px solid #000000 !important;
}

.item-16 .activity-item.question .question-container .tab-at .box-content::-webkit-scrollbar-thumb {
  background: #cccccc !important;
}

@media only screen and (max-width: 1001px) {

  /* Make sure header text and close button are black on mobile for item-16 */
  .dropdown-menu-header.item-16 .menu-tiem-nav-cont p {
    color: #000000 !important;
  }

  .dropdown-menu-header.item-16 .menu-tiem-nav-cont img {
    filter: invert(1) !important;
  }
}

/* --- Custom style for Menu Item 19 (Hoạt động) - White background, black text, border separator --- */
.dropdown-menu-header.item-19 .dropdown-menu-header-content {
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.dropdown-menu-header.item-19 .activity-item a {
  color: #000000 !important;
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  transition: all 0.3s ease !important;
  background: transparent !important;
}

.dropdown-menu-header.item-19 .activity-item a:hover {
  background: #f5f5f5 !important;
  color: #0c145a !important;
}

/* Divider line between the two items */
.dropdown-menu-header.item-19 .item-divider-line {
  background-color: #000000 !important;
}

@media only screen and (min-width: 1002px) {
  .dropdown-menu-header.item-19 .item-divider-line {
    width: 1.5px !important;
    height: 320px !important;
  }
}

@media only screen and (max-width: 1001px) {
  .dropdown-menu-header.item-19 .item-divider-line {
    width: 80% !important;
    height: 1.5px !important;
    margin: 25px auto !important;
  }

  /* Make sure header text and close button are black on mobile */
  .dropdown-menu-header.item-19 .menu-tiem-nav-cont p {
    color: #000000 !important;
  }

  .dropdown-menu-header.item-19 .menu-tiem-nav-cont img {
    filter: invert(1) !important;
  }
}

/* ========== Countdown Sale Modal ========== */
.countdown-sale-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
}

.countdown-sale-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1a1730 0%, #201D27 50%, #110A50 100%);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  min-width: 450px;
  max-width: 90vw;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 80px rgba(24, 198, 44, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: countdownModalIn 0.35s ease-out;
}

@keyframes countdownModalIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.countdown-sale-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
  padding: 5px;
}

.countdown-sale-modal-close:hover {
  color: #fff;
}

.countdown-sale-modal-icon {
  font-size: 48px;
  margin-bottom: 12px;
}

.countdown-sale-modal-title {
  color: #fff;
  font-family: 'transducer-extended', 'Transducer', sans-serif;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown-sale-modal-period {
  color: #18C62C;
  font-family: 'transducer-extended', 'Transducer', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.countdown-sale-modal-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 28px;
}

.countdown-sale-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.countdown-sale-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-sale-number {
  font-family: 'transducer-extended', 'Transducer', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 72px;
  display: block;
  line-height: 1.2;
}

.countdown-sale-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.countdown-sale-sep {
  color: #18C62C;
  font-size: 34px;
  font-weight: 900;
  padding-bottom: 28px;
}

/* Coming Soon button in price table */
.btn-coming-soon-wrapper {
  text-align: center;
  padding: 8px 4px;
}

.btn-coming-soon-link {
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(135deg, #444 0%, #2a2a2a 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'transducer-extended', 'Transducer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.btn-coming-soon-link:hover {
  background: linear-gradient(135deg, #18C62C 0%, #14AD27 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(24, 198, 44, 0.3);
  color: #fff !important;
  text-decoration: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .countdown-sale-modal-content {
    min-width: unset;
    width: 92vw;
    padding: 35px 18px;
  }

  .countdown-sale-number {
    font-size: 26px;
    min-width: 52px;
    padding: 10px 10px;
    border-radius: 8px;
  }

  .countdown-sale-timer {
    gap: 4px;
  }

  .countdown-sale-modal-title {
    font-size: 17px;
    letter-spacing: 1px;
  }

  .countdown-sale-modal-period {
    font-size: 13px;
  }

  .countdown-sale-sep {
    font-size: 22px;
    padding-bottom: 22px;
  }

  .countdown-sale-modal-icon {
    font-size: 36px;
  }

  .btn-coming-soon-link {
    font-size: 10px;
    padding: 10px 14px;
  }
}

/* Custom CSS overrides to keep btn-coming-soon-link styled like standard primary buttons when inside btn-primary-custom */
.btn-primary-custom a.btn-coming-soon-link {
  background: none !important;
  color: #fff !important;
  padding: 0 !important;
  display: flex !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  font-family: 'Transducer', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: inherit !important;
}

.btn-primary-custom a.btn-coming-soon-link:hover {
  background: none !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}

.btn-primary-custom.btn-register-header a.btn-coming-soon-link {
  color: #000 !important;
}

.btn-primary-custom.btn-register-header a.btn-coming-soon-link:hover {
  color: #000 !important;
}