@charset "UTF-8";
:root {
  --color-brand: #0095da;
  --color-brand-yellow: #f0d75f;
  --color-brand-puple: #9d4edd;
  --color-brand-mint: #3ddc97;
  --color-brand-coral-red: #ff695d;
  --color-sping: #ff6b6b;
  --color-white: #ffffff;
  --container-width: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body,
h1,
h2,
h3,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.swiper-pagination {
  position: relative;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-top: 1.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-color: var(--color-sping);
  transition: all 0.3s ease;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--color-brand);
}

:root {
  color-scheme: light;
}

body {
  width: 100%;
  min-height: 100vh;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb:hover {
  background: var(--color-brand);
  border-radius: 4px;
}

main {
  overflow: clip;
}

h1,
h2,
h3 {
  line-height: 1;
}

p {
  line-height: 1.5;
}

.bubble-water {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.bubble-water::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.24), transparent 18%), radial-gradient(circle at 74% 34%, rgba(255, 255, 255, 0.18), transparent 20%);
}
.bubble-water__bubble {
  position: absolute;
  left: var(--bubble-left);
  bottom: calc(var(--bubble-size) * -1);
  width: var(--bubble-size);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.92) 0 12%, transparent 13%), radial-gradient(circle at 50% 54%, rgba(191, 238, 255, 0.72) 0 42%, rgba(255, 255, 255, 0.34) 43% 70%, rgba(255, 255, 255, 0.16) 71%);
  box-shadow: inset -8px -10px 18px rgba(37, 158, 205, 0.18), inset 5px 7px 16px rgba(255, 255, 255, 0.55), 0 10px 30px rgba(255, 255, 255, 0.16);
  transform: translate3d(0, 0, 0) scale(0.82);
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .bubble-water__bubble {
    opacity: 0.64;
    transform: translate3d(0, -62vh, 0) scale(1);
  }
}
.ioe-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.ioe-section .section-wrapper {
  width: 100%;
  padding: max(3%, 2rem) 0;
}
.ioe-section .section-header {
  padding: 0 1rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.ioe-section .section-header .section-title {
  font-family: "Baloo";
  color: #0095da;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ioe-section .section-header .section-subtitle {
  color: #252525;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
}
.ioe-section .section-body {
  margin-bottom: 1rem;
  padding: 0 1rem;
  position: relative;
}
.ioe-section .section-footer {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.ioe-section.roadmap-setion .section-body {
  padding: 0;
}
.ioe-section.roadmap-setion .section-subtitle {
  color: #5c5c5c;
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 600;
}
.ioe-section.top-cloud .section-wrapper {
  background: #fffbef;
}
.ioe-section.top-cloud::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/160;
  max-height: 64px;
  background: url("../images/roadmap/bg_decor_roadmap.png") no-repeat top center/100% auto;
}
.ioe-section.bottom-cloud .section-wrapper {
  background: #fffbef;
}
.ioe-section.bottom-cloud::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/160;
  max-height: 64px;
  background: url("../images/roadmap/bg_decor_roadmap.png") no-repeat top center/100% auto;
  transform: rotate(180deg);
}
.ioe-section.ioe-banner {
  margin-bottom: max(2%, 1.5rem);
}
.ioe-section.ioe-banner .section-wrapper {
  padding: 1rem 0;
}
@media (max-width: 640px) {
  .ioe-section.ioe-banner .section-wrapper {
    padding-top: 0.5rem;
  }
}
.ioe-section.container-section {
  max-width: calc(1320px + 2rem);
}

.ioe-category {
  width: 100%;
  max-width: 1140px;
  padding: 0 1rem;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 1rem;
}
@media (max-width: 640px) {
  .ioe-category {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ioe-category .ioe-button {
  width: 100%;
  max-width: 200px;
}
.ioe-category.news-category {
  max-width: 1320px;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  overflow-x: auto;
  gap: 12px;
  padding: 1.5rem 16px 0.75rem;
}

.ioe-usp {
  max-width: 1325px;
  margin: 0 auto;
}
.ioe-usp .section-body {
  padding-top: max(3%, 1.5rem);
}
.ioe-usp .img-usp {
  display: block;
}
@media (max-width: 640px) {
  .ioe-usp .img-usp {
    display: none;
  }
}
.ioe-usp .img-usp-mobile {
  display: none;
}
@media (max-width: 640px) {
  .ioe-usp .img-usp-mobile {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }
}
.ioe-usp img {
  width: 100%;
  pointer-events: none;
}

.ioe-news .swiper-wrapper {
  padding: 1rem 0;
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ioe-news .section-wrapper {
    padding-bottom: 0;
  }
}

.ioe-partner-award {
  width: 100%;
  gap: 1rem;
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ioe-partner-award {
    flex-direction: column;
    gap: 2rem;
  }
}
.ioe-partner-award .ioe-award,
.ioe-partner-award .ioe-partner {
  width: 50%;
}
@media (max-width: 992px) {
  .ioe-partner-award .ioe-award,
  .ioe-partner-award .ioe-partner {
    width: 100%;
  }
}
.ioe-partner-award .ioe-partner .partner-image {
  margin: 0 auto;
  width: fit-content;
  pointer-events: none;
}

.ioe-impressive {
  width: 100%;
  max-width: 1000px;
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .ioe-impressive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .ioe-impressive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.title-child-section {
  margin-bottom: 1rem;
  color: #0095da;
  font-size: clamp(22px, 22px + 1vw, 28px);
  font-family: "Baloo";
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.title-child-section::after {
  content: "";
  background-color: #ff6b6b;
  width: 42px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ioe-product {
  max-width: 992px;
  margin: 0 auto;
  width: 100%;
}
.ioe-product .swiper-wrapper {
  align-items: center;
}
.ioe-product .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #0095da;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.ioe-product .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ioe-swiper-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .ioe-swiper-button {
    display: none;
  }
}
.ioe-swiper-button .swiper-button-next,
.ioe-swiper-button .swiper-button-prev {
  width: max(9.9305555556%, 1.5rem);
  height: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ioe-swiper-button .swiper-button-next svg,
.ioe-swiper-button .swiper-button-prev svg {
  display: none;
}
.ioe-swiper-button .swiper-button-next {
  background-image: url("../images/ic_slide_next.png");
}
.ioe-swiper-button .swiper-button-prev {
  background-image: url("../images/ic_slide_prev.png");
}

.empty-message {
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  color: #5c5c5c;
  font-size: clamp(14px, 2vw, 16px);
}

.ioe-button {
  width: fit-content;
  min-width: 120px;
  min-height: 46px;
  border-radius: 24px;
  padding: 12px 24px;
  box-shadow: -3px -3px 2px 0px rgba(0, 0, 0, 0.1490196078) inset;
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-family: "Baloo";
  background-color: var(--color-brand);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ioe-button.button-yellow {
  background-color: var(--color-brand-yellow);
}
.ioe-button.button-puple {
  background-color: var(--color-brand-puple);
}
.ioe-button.button-mint {
  background-color: var(--color-brand-mint);
}
.ioe-button.button-coral-red {
  background-color: var(--color-brand-coral-red);
}
.ioe-button.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ioe-button.arrow-button::after {
  content: "";
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background: url("../images/arrow_ioe_button.png") no-repeat center/contain;
}

.roadmap-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.25rem;
  width: 52.5641025641%;
  max-width: 164px;
}
.roadmap-item[data-level=school] {
  transform: translate(-90%, 0%);
}
@media (max-width: 767px) {
  .roadmap-item[data-level=school] {
    transform: translate(-90%, 18%);
  }
}
.roadmap-item[data-level=ward] {
  transform: translate(-15%, -70%);
  flex-direction: column-reverse;
}
.roadmap-item[data-level=city] {
  transform: translate(-30%, 10%);
  flex-direction: column-reverse;
}
.roadmap-item[data-level=nation] {
  transform: translate(0%, 105%);
}
@media (max-width: 767px) {
  .roadmap-item[data-level=nation] {
    transform: translate(0%, 120%);
  }
}
.roadmap-item .competition-icon {
  width: 100%;
}
.roadmap-item .competition-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  pointer-events: none;
}
.roadmap-item .competition-detail {
  width: fit-content;
  display: grid;
  place-items: center;
}
.roadmap-item .competition-detail .competition-name {
  width: max-content;
  font-size: min(2vw, 1.5rem);
  font-family: "Baloo";
  color: #908e8e;
  text-align: center;
}
.roadmap-item .competition-detail .competition-time {
  width: max-content;
  text-align: center;
  font-size: min(1vw, 0.875rem);
  color: #000000;
}
.roadmap-item[data-active="1"] .competition-icon {
  color: #0095da;
}
.roadmap-item[data-active="1"] .competition-icon img {
  filter: grayscale(0);
}
.roadmap-item[data-type=tuluyen] {
  opacity: 0;
}
.roadmap-item[data-type=tuluyen]::before {
  content: "";
  width: 24px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: -2px -2px 6px 2px #ccc;
  background-color: #ff6b6b;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .roadmap-item[data-type=tuluyen]::before {
    border: 1px solid white;
    width: 12px;
  }
}
.roadmap-item[data-type=tuluyen][data-active="1"]::before {
  animation: dot-ring-pulse 1.6s ease-in-out infinite;
}
.roadmap-item[data-postion="1"] {
  transform: translate(-50%, -45%);
}
.roadmap-item[data-postion="1"]::before {
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .roadmap-item[data-postion="1"] {
    transform: translate(-50%, -30%);
  }
}
.roadmap-item[data-postion="2"] {
  transform: translate(35%, -15%);
}
@media (max-width: 767px) {
  .roadmap-item[data-postion="2"] {
    transform: translate(35%, -5%);
  }
}
.roadmap-item[data-postion="3"] {
  transform: translate(35%, 87%);
}
@media (max-width: 1580px) {
  .roadmap-item[data-postion="3"] {
    transform: translate(35%, 80%);
  }
}
.roadmap-item[data-postion="4"] {
  transform: translate(50%, 107%);
}
@media (max-width: 1580px) {
  .roadmap-item[data-postion="4"] {
    transform: translate(50%, 98%);
  }
}
.roadmap-item[data-postion="5"] {
  transform: translate(50%, -15%);
}
.roadmap-item[data-postion="5"]::before {
  display: none;
}
@media (max-width: 767px) {
  .roadmap-item[data-postion="5"] {
    transform: translate(50%, 0%);
  }
}
.roadmap-item[data-enable=True], .roadmap-item[data-enable=true] {
  opacity: 1;
}

.banner-card {
  width: 100%;
  aspect-ratio: 648/365;
  overflow: hidden;
  padding: 0 0.5rem;
}
.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 640px) {
  .banner-card img {
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  .banner-card {
    aspect-ratio: 340/365;
  }
}

.product-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.product-card .product-card-image {
  width: fit-content;
  position: relative;
  margin-bottom: 1rem;
}
.product-card .product-card-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 25%);
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.swiper-slide-active .product-card .product-card-footer {
  opacity: 1;
}

.news-card {
  width: 100%;
  height: auto;
  max-width: 424px;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  color: #252525;
  background-color: white;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .news-card {
    max-width: unset;
  }
}
.news-card .card-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 375/259;
}
.news-card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.news-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card .card-meta {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}
.news-card .card-title {
  width: 100%;
  flex: 1;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0 16px;
  font-size: 16px;
  line-height: 1.5;
}
.news-card .card-desc {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.impressive-item {
  text-align: center;
}
.impressive-item h1 {
  color: #1b63a7;
  font-size: clamp(50px, 50px + 1.5vw, 70px);
  font-family: "Baloo";
}
.impressive-item p {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 500;
}

.partner-card {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border: none;
  aspect-ratio: 200/170;
}
.partner-card img {
  width: 100%;
  height: auto;
  box-shadow: none;
  object-fit: contain;
}

.award-card {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #d1e0ed;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  font-palette: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1rem;
  font-weight: 700;
}
.award-card img {
  box-shadow: none;
  width: 100%;
  height: 100%;
  max-height: 278px;
  object-fit: contain;
}

.honor-card {
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #68c9ef;
  background-color: #d1f2ff;
  padding: max(1.5rem, 2%) 1rem;
  background-image: url("../images/bg_honor_center.png"), url("../images/bg_honor_bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 25% 2%, center bottom;
  background-size: auto auto, 100% auto;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  gap: 1rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .honor-card {
    flex-direction: column;
    gap: 0;
    max-width: 420px;
    padding-bottom: max(2rem, 6%);
  }
}
.honor-card .honor-info {
  width: 36.1111111111%;
  position: relative;
}
@media (max-width: 640px) {
  .honor-card .honor-info {
    width: 75%;
  }
}
.honor-card .honor-info .user-avt {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.honor-card .honor-info .user-avt::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/img_avatar_farme.png") no-repeat center/100% 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.honor-card .honor-info .user-avt img {
  width: 83.8046272494%;
  height: 83.8046272494%;
  border-radius: 50%;
  object-fit: cover;
}
.honor-card .honor-info .user-name {
  width: fit-content;
  min-width: 75%;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 16px;
  padding: 10px 12px;
  color: #021018;
  font-size: clamp(10px, 1vw, 14px);
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: start;
  font-weight: 600;
}
.honor-card .honor-info .user-name h3 {
  color: #1c4974;
  font-family: "Baloo";
  font-size: clamp(16px, 1.5vw, 26px);
  margin-top: 6px;
  font-weight: 400;
  text-align: center;
}
.honor-card .honor-detail {
  width: 53.7037037037%;
  background: url("../images/bg_honor_table.png") no-repeat center top/100% 100%;
  padding: 6% 6% 12%;
  position: relative;
}
@media (max-width: 640px) {
  .honor-card .honor-detail {
    width: 100%;
  }
}
.honor-card .ach-title {
  width: 89.6551724138%;
  margin-left: auto;
  color: #1c4974;
  font-family: "Baloo";
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 400;
  margin-bottom: 1.25rem;
  text-align: center;
}
.honor-card .ach-item {
  width: 100%;
  margin-bottom: 1.25rem;
}
.honor-card .ach-item:last-child {
  margin-bottom: 0;
}
.honor-card .ach-item .ach-name {
  color: #1c4974;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.honor-card .ach-item .ach-content {
  color: #021018;
  font-size: clamp(12px, 1vw, 16px);
}
.honor-card[data-rank-ord="1"] .ach-title::before {
  content: "";
  width: 9.3103448276%;
  height: auto;
  aspect-ratio: 54/101;
  background-image: url("../images/ic_rank_1.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(50%);
}
@media (max-width: 640px) {
  .honor-card[data-rank-ord="1"] .ach-title::before {
    width: 7.2413793103%;
  }
}

.golden-board .swiper-wrapper {
  align-items: center;
}
.golden-board .swiper-slide {
  scale: 0.9;
  padding: 0 1rem;
}
.golden-board .swiper-slide.swiper-slide-active {
  scale: 1;
}
.golden-board .section-body {
  padding: 0;
}
@media (max-width: 640px) {
  .golden-board .section-body {
    padding: 0 1rem;
  }
}

.product-section .section-wrapper {
  padding-top: 0;
}
.product-section .section-title {
  color: white !important;
}
.product-section.top-cloud::before {
  max-height: unset;
  background: url("../images/bg_decor_blue.png") no-repeat top center/100% auto;
  transform: translateY(2px);
}
.product-section.top-cloud .section-wrapper {
  background: linear-gradient(180deg, #00a5e8 0%, #ffffff 100%);
}

.partner-swiper .swiper-slide {
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.pagination-ioe {
  width: fit-content;
  margin: 0 auto;
}
.pagination-ioe .page-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  color: #0b1c30;
  font-size: 12px;
  margin: 0 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-ioe .page-item a {
  font-size: 12px;
}
@media (max-width: 640px) {
  .pagination-ioe .page-item {
    width: 32px;
    height: 32px;
  }
}
.pagination-ioe .page-item .page-link {
  background-color: transparent;
  border: none;
  margin: 0;
  color: #0b1c30;
  transition: all 0.1s ease;
}
.pagination-ioe .page-item.active, .pagination-ioe .page-item:hover {
  background-color: #ff6b6b;
  font-weight: 700;
}
.pagination-ioe .page-item.active .page-link, .pagination-ioe .page-item:hover .page-link {
  color: white;
}
.pagination-ioe .page-item.disabled {
  pointer-events: none;
  background-color: #ccc;
}

@keyframes dot-ring-pulse {
  0% {
    scale: 1;
    box-shadow: -2px -2px 6px 2px #ccc, 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  50% {
    scale: 1.25;
    box-shadow: -2px -2px 6px 2px #ccc, 0 0 0 8px rgba(255, 0, 0, 0.15);
  }
  100% {
    scale: 1;
    box-shadow: -2px -2px 6px 2px #ccc, 0 0 0 14px rgba(255, 0, 0, 0);
  }
}
.ioe-swiper {
  --ioe-slide-width: min(31vw, 420px);
  --ioe-slide-gap: min(13vw, 188px);
  --ioe-slide-x: 0px;
  --ioe-slide-y: 0px;
  --ioe-slide-scale: 1;
  --ioe-slide-opacity: 1;
  --ioe-slide-z: 10;
  position: relative;
  display: grid;
  width: 100%;
  perspective: 1302px;
  place-items: center;
  touch-action: pan-y;
  margin: 0 auto;
}

.ioe-swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 992px;
  height: clamp(420px, 62vw, 650px);
  transform-style: preserve-3d;
}

.ioe-swiper-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--ioe-slide-z);
  width: var(--ioe-slide-width);
  opacity: var(--ioe-slide-opacity);
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--ioe-slide-x)), calc(-50% + var(--ioe-slide-y)), 0) scale(var(--ioe-slide-scale));
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 360ms ease, filter 360ms ease;
  will-change: transform, opacity;
}

.ioe-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.ioe-swiper-slide[data-offset="0"] {
  --ioe-slide-x: 0px;
  --ioe-slide-scale: 1;
  --ioe-slide-opacity: 1;
  --ioe-slide-z: 10;
  pointer-events: auto;
}

.ioe-swiper-slide[data-offset="-1"] {
  --ioe-slide-x: calc(0px - var(--ioe-slide-gap));
  --ioe-slide-y: 2px;
  --ioe-slide-scale: 0.875;
  --ioe-slide-z: 8;
}

.ioe-swiper-slide[data-offset="1"] {
  --ioe-slide-x: var(--ioe-slide-gap);
  --ioe-slide-y: 2px;
  --ioe-slide-scale: 0.875;
  --ioe-slide-z: 8;
}

.ioe-swiper-slide[data-offset="-2"] {
  --ioe-slide-x: calc(0px - var(--ioe-slide-gap) - var(--ioe-slide-gap) + var(--ioe-slide-gap) / 2);
  --ioe-slide-y: 12px;
  --ioe-slide-scale: 0.75;
  --ioe-slide-z: 6;
}

.ioe-swiper-slide[data-offset="2"] {
  --ioe-slide-x: calc(var(--ioe-slide-gap) + var(--ioe-slide-gap) - var(--ioe-slide-gap) / 2);
  --ioe-slide-y: 12px;
  --ioe-slide-scale: 0.75;
  --ioe-slide-z: 6;
}

.ioe-swiper-slide[aria-hidden=true] {
  filter: saturate(0.88);
}

.ioe-swiper-slide.is-outside {
  opacity: 0;
  pointer-events: none;
}

.ioe-flex-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1322px;
  gap: 1rem;
  position: absolute;
  top: 50%;
}

.ioe-swiper-button {
  position: relative;
  transform: translateY(-50%);
  z-index: 20;
  display: grid;
  padding: 0;
  cursor: pointer;
  width: max(9.9305555556%, 1.5rem);
  max-width: 136px;
  height: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
@media (max-width: 992px) {
  .ioe-swiper-button {
    display: none;
  }
}

.ioe-swiper-button--prev {
  left: 0.5rem;
  background-image: url("../images/ic_slide_prev.png");
}

.ioe-swiper-button--next {
  right: 0.5rem;
  background-image: url("../images/ic_slide_next.png");
}

.ioe-swiper-pagination {
  position: absolute;
  bottom: 0;
  transform: translateY(200%);
  z-index: 15;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .ioe-swiper-pagination {
    position: relative;
    transform: 0;
  }
}

.ioe-swiper-pagination button {
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  background: #ff6865;
  border: 0;
  border-radius: 999px;
  transition: width 220ms ease, background-color 220ms ease;
}

.ioe-swiper-pagination button.is-active {
  width: 32px;
  background: #159eea;
}

@media (max-width: 991.98px) {
  .ioe-product-showcase {
    padding: 24px 10px 38px;
  }
  .ioe-swiper {
    --ioe-slide-width: min(44vw, 340px);
    --ioe-slide-gap: min(30vw, 210px);
    margin-top: 0;
  }
  .ioe-swiper-button {
    top: auto;
    bottom: 0;
    width: 68px;
    border-width: 3px;
  }
}
@media (max-width: 575.98px) {
  .ioe-swiper {
    --ioe-slide-width: min(82vw, 310px);
    --ioe-slide-gap: min(33vw, 112px);
  }
}
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.ioe-header {
  width: 100%;
  background-color: white;
}
.ioe-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0 0.75rem;
  margin: 0 auto;
}
.ioe-header .header-nav-section {
  width: 44.5833333333%;
  border-bottom: 1px solid #bbbcbf;
  padding-bottom: 0.5rem;
  color: #252525;
  display: flex;
  justify-content: start;
}
.ioe-header .header-nav-section .nav-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  max-width: 768px;
  min-height: 32px;
}
.ioe-header .header-nav-section.right-nav-menu .nav-content {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 992px) {
  .ioe-header .header-nav-section.right-nav-menu .nav-content {
    justify-content: end;
  }
  .ioe-header .header-nav-section.right-nav-menu .btn-register {
    display: none;
  }
}
.ioe-header .header-nav-center {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ioe-header .header-nav-center img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 992px) {
  .ioe-header .header-nav-center img {
    height: 48px;
  }
}
.ioe-header .explore-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-left: 1rem;
  cursor: pointer;
}
@media (max-width: 640px) {
  .ioe-header .explore-group .grid-icon {
    display: flex;
    min-height: 32px;
  }
  .ioe-header .explore-group .text-explore {
    display: none;
  }
}
.ioe-header .partner-center {
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 12px;
}
.ioe-header .partner-center img {
  width: auto;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .ioe-header .partner-center {
    display: none;
  }
}
.ioe-header .user-action {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ioe-header .user-action .btn-auth {
  font-weight: 500;
  margin-right: 1rem;
}
.ioe-header .user-box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 12px;
  width: fit-content;
  font-family: Arial, sans-serif;
}
.ioe-header .user-box .user-info {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 640px) {
  .ioe-header .user-box .user-info {
    display: none;
  }
}
.ioe-header .user-box-mobile {
  display: none;
  background: #f5f5f5;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  height: 32px;
  width: 32px;
  font-size: 1.25rem;
  cursor: pointer;
}
@media (max-width: 640px) {
  .ioe-header .user-box-mobile {
    display: flex;
  }
}
.ioe-header .user-id {
  font-size: 13px;
  color: #252525;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
.ioe-header .user-name {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  justify-content: flex-end;
}
.ioe-header .dropdown {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.ioe-header .dropdown img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-guide {
  width: fit-content;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
}
.support-guide .icon-root {
  width: 64px;
  height: 64px;
  min-width: 48px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.support-guide .icon-root img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-guide__channels {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  right: 100%;
  bottom: 50%;
  padding-right: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(0.5rem, 50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 640px) {
  .support-guide__channels {
    flex-direction: column-reverse;
    right: 50%;
    bottom: 100%;
    padding-right: 0;
    padding-bottom: 0.5rem;
    transform: translate(50%, 0.5rem);
  }
}
.support-guide:hover .support-guide__channels, .support-guide:focus-within .support-guide__channels, .support-guide.is-open .support-guide__channels {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 50%);
}
@media (max-width: 640px) {
  .support-guide:hover .support-guide__channels, .support-guide:focus-within .support-guide__channels, .support-guide.is-open .support-guide__channels {
    transform: translate(50%, 0);
  }
}
.support-guide__item {
  width: 42px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.support-guide__item:hover, .support-guide__item:focus {
  transform: translateY(-2px);
}
.support-guide__item i {
  font-size: 1.55rem;
  line-height: 1;
}
.support-guide__item span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.ioe-footer {
  width: 100%;
  padding: 0 1rem;
  background-color: var(--color-brand);
  color: white;
}
.ioe-footer .footer-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-top {
  width: 100%;
  padding: 2.5rem 0 1rem;
  text-align: center;
}
.footer-top .product-logo {
  max-width: 76px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.footer-top .product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-top .company-info {
  line-height: 1.5;
}
@media (max-width: 640px) {
  .footer-top .company-info p {
    margin-bottom: 1rem;
  }
}
.footer-top .company-info p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid white;
  font-size: 14px;
}
.footer-bottom.footer-container {
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 640px) {
  .footer-bottom.footer-container {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-bottom .certifications a {
  font-weight: 700;
  margin-right: 1rem;
}
.footer-bottom .certifications a:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .footer-bottom .certifications a {
    font-size: 14px;
  }
}

.sidebar-left,
.sidebar-right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 360px;
  max-width: 100%;
  background: #fff;
  z-index: 1055;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.sidebar-left::-webkit-scrollbar,
.sidebar-right::-webkit-scrollbar {
  width: 3px;
}
.sidebar-left::-webkit-scrollbar-track,
.sidebar-right::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar-left::-webkit-scrollbar-thumb, .sidebar-left::-webkit-scrollbar-thumb:hover,
.sidebar-right::-webkit-scrollbar-thumb,
.sidebar-right::-webkit-scrollbar-thumb:hover {
  background: #ff5a66;
  border-radius: 4px;
}
.sidebar-left.is-open,
.sidebar-right.is-open {
  transform: translateX(0);
}

.sidebar-left {
  left: 0;
  transform: translateX(-100%);
}

.sidebar-right {
  right: 0;
  transform: translateX(100%);
}

.sidebar-left-header,
.sidebar-right-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 72px;
  padding: 24px 24px 16px;
  border-bottom: 0;
  flex-shrink: 0;
}

.sidebar-right-header {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.sidebar-left-user,
.sidebar-right-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sidebar-right-user {
  justify-content: flex-end;
  text-align: right;
}

.sidebar-left-avatar,
.sidebar-right-avatar {
  width: 24px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #6b7280;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
}

.sidebar-right-avatar {
  display: none;
}

.sidebar-left-user-text,
.sidebar-right-user-text {
  min-width: 0;
}

.sidebar-left-user-id,
.sidebar-right-user-id {
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

.sidebar-left-user-name,
.sidebar-right-user-name {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-left-close,
.sidebar-right-close {
  background: none;
  border: none;
  cursor: pointer;
  width: fit-content;
  aspect-ratio: 1/1;
  padding: 4px;
  padding: 0;
  color: #172033;
  font-size: 20px;
  line-height: 1;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.sidebar-left-close:hover,
.sidebar-right-close:hover {
  color: #ff5a66;
  background: #f5f5f5;
}

.sidebar-left-nav,
.sidebar-right-nav {
  flex: 1;
  padding: 0 24px 24px;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sidebar-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

.sidebar-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav-item {
  margin-bottom: 12px;
}
.sidebar-nav-item:last-child {
  margin-bottom: 0;
}

.sidebar-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 8px 10px;
  color: #252525;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  line-height: 1.4;
  border-radius: 11px;
}
.sidebar-nav-link .sidebar-nav-icon {
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-header/ic_home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar-nav-link .sidebar-nav-icon.ic-tuluyen {
  background-image: url("../images/icon-header/ic_tuluyen.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-thithu {
  background-image: url("../images/icon-header/ic_thithu.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-hcioe {
  background-image: url("../images/icon-header/ic_hcioe.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-events {
  background-image: url("../images/icon-header/ic_events.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-ranking {
  background-image: url("../images/icon-header/ic_ranking.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-infor {
  background-image: url("../images/icon-header/ic_infor.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-news {
  background-image: url("../images/icon-header/ic_news.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-support {
  background-image: url("../images/icon-header/ic_support.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-myioe {
  background-image: url("../images/icon-header/ic_myioe.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-thanhtich {
  background-image: url("../images/icon-header/ic_thanhtich.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-accumulate-points {
  background-image: url("../images/icon-header/ic_accumulate_points.svg");
}
.sidebar-nav-link .sidebar-nav-icon.ic-link-account {
  background-image: none;
  background-color: currentColor;
  -webkit-mask: url("../images/icon-header/ic_link_account.svg") no-repeat center/contain;
  mask: url("../images/icon-header/ic_link_account.svg") no-repeat center/contain;
}
.sidebar-nav-link .sidebar-nav-icon.ic-history {
  background-image: url("../images/icon-header/ic_history.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-logout {
  background-image: url("../images/icon-header/ic_logout.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-security {
  background-image: url("../images/icon-header/ic_security.png");
}
.sidebar-nav-link .sidebar-nav-icon.ic-muagoi {
  background-image: url("../images/icon-header/ic_muagoi.png");
}
.sidebar-nav-link span {
  flex: 1;
  text-align: left;
}
.sidebar-nav-link:hover, .sidebar-nav-link:focus {
  background: #f9e0ef;
  color: #ff5a66;
  outline: none;
  text-decoration: none;
}
.sidebar-nav-link-arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("../images/arrow_ioe_button.png") no-repeat center/contain;
}
.sidebar-nav-link-chevron {
  margin-left: auto;
  color: #748194;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.sidebar-nav-item .sidebar-nav-link-arrow {
  opacity: 0;
  transition: all 0.3s ease;
}
.sidebar-nav-item.active .sidebar-nav-link, .sidebar-nav-item:hover .sidebar-nav-link {
  background: #f8d7e9;
  color: #ff5a66;
}
.sidebar-nav-item.active .sidebar-nav-link-arrow, .sidebar-nav-item:hover .sidebar-nav-link-arrow {
  opacity: 1;
}
.sidebar-nav-item.active .sidebar-nav-icon, .sidebar-nav-item:hover .sidebar-nav-icon {
  background-image: url("../images/icon-header/ic_home_active.png");
}
.sidebar-nav-item.active .ic-tuluyen, .sidebar-nav-item:hover .ic-tuluyen {
  background-image: url("../images/icon-header/ic_tuluyen_active.png");
}
.sidebar-nav-item.active .ic-thithu, .sidebar-nav-item:hover .ic-thithu {
  background-image: url("../images/icon-header/ic_thithu_active.png");
}
.sidebar-nav-item.active .ic-hcioe, .sidebar-nav-item:hover .ic-hcioe {
  background-image: url("../images/icon-header/ic_hcioe_active.png");
}
.sidebar-nav-item.active .ic-events, .sidebar-nav-item:hover .ic-events {
  background-image: url("../images/icon-header/ic_events_active.png");
}
.sidebar-nav-item.active .ic-ranking, .sidebar-nav-item:hover .ic-ranking {
  background-image: url("../images/icon-header/ic_ranking_active.png");
}
.sidebar-nav-item.active .ic-infor, .sidebar-nav-item:hover .ic-infor {
  background-image: url("../images/icon-header/ic_infor_active.png");
}
.sidebar-nav-item.active .ic-news, .sidebar-nav-item:hover .ic-news {
  background-image: url("../images/icon-header/ic_news_active.png");
}
.sidebar-nav-item.active .ic-support, .sidebar-nav-item:hover .ic-support {
  background-image: url("../images/icon-header/ic_support_active.png");
}
.sidebar-nav-item.active .ic-myioe, .sidebar-nav-item:hover .ic-myioe {
  background-image: url("../images/icon-header/ic_myioe_active.png");
}
.sidebar-nav-item.active .ic-thanhtich, .sidebar-nav-item:hover .ic-thanhtich {
  background-image: url("../images/icon-header/ic_thanhtich_active.png");
}
.sidebar-nav-item.active .ic-accumulate-points, .sidebar-nav-item:hover .ic-accumulate-points {
  background-image: url("../images/icon-header/ic_accumulate_points.svg");
}
.sidebar-nav-item.active .ic-link-account, .sidebar-nav-item:hover .ic-link-account {
  background-image: none;
}
.sidebar-nav-item.active .ic-history, .sidebar-nav-item:hover .ic-history {
  background-image: url("../images/icon-header/ic_history_active.png");
}
.sidebar-nav-item.active .ic-logout, .sidebar-nav-item:hover .ic-logout {
  background-image: url("../images/icon-header/ic_logout_active.png");
}
.sidebar-nav-item.active .ic-security, .sidebar-nav-item:hover .ic-security {
  background-image: url("../images/icon-header/ic_security_active.png");
}
.sidebar-nav-item.active .ic-muagoi, .sidebar-nav-item:hover .ic-muagoi {
  background-image: url("../images/icon-header/ic_muagoi_active.png");
}

.sidebar-right .sidebar-nav-item.active > .sidebar-nav-link::after {
  right: auto;
  left: 0;
  border-radius: 0 3px 3px 0;
}

.sidebar-nav-link:not(.collapsed) .sidebar-nav-link-chevron {
  transform: rotate(180deg);
}

.sidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  background: transparent;
  border-top: 0;
}
.sidebar-submenu li a {
  display: block;
  padding: 6px 10px 6px 44px;
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.15s;
}
.sidebar-submenu li a:hover, .sidebar-submenu li a.active {
  color: #ff5a66;
}
.sidebar-submenu li a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sidebar-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.35rem 0.5rem;
  color: #374151;
  font-size: 1.35rem;
  line-height: 1;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sidebar-toggle:hover {
  background: #f5f5f5;
  color: #be185d;
}

@media (max-width: 480px) {
  .sidebar-left {
    width: min(100vw, 312px);
  }
  .sidebar-right {
    width: min(100vw, 288px);
  }
}
.ioe-roadmap {
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
  padding: 0 1rem max(6%, 3rem) 0;
  aspect-ratio: 1456/580;
  position: relative;
}
.ioe-roadmap .main-roadmap {
  width: 85.782967033%;
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1249/386;
}
.ioe-roadmap .detail-roadmap {
  width: 100%;
  height: 100%;
  position: relative;
}
.ioe-roadmap .competition-trip {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
}
.ioe-roadmap .tuluyen-trip {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ioe-roadmap .trip-finish .dolphin-hat {
  width: 25%;
  position: absolute;
  top: -5%;
  left: 22%;
  z-index: 1;
  transform-origin: bottom center;
  animation: hat-swing 2s ease-in-out infinite;
}
.ioe-roadmap .trip-finish .dolphin-ioe {
  transform-origin: bottom center;
  animation: dolphin-sway 3s ease-in-out infinite;
}

@keyframes hat-swing {
  0%, 100% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
}
@keyframes dolphin-sway {
  0%, 60%, 100% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(0deg);
  }
}
.product-swiper {
  padding: 0 0 max(6%, 2.5rem);
}
.product-swiper .swiper-slide {
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  .product-swiper {
    padding: max(4%, 1.5rem) 0 max(6%, 2.5rem);
  }
  .product-swiper .swiper-slide-active {
    transform: scale(1.25);
  }
  .product-swiper .swiper-slide-prev .product-card {
    transform: translateX(25%);
  }
  .product-swiper .swiper-slide-next .product-card {
    transform: translateX(-25%);
  }
}
.product-swiper .swiper-slide-active {
  z-index: 2;
}
.product-swiper .swiper-slide-active,
.product-swiper .swiper-slide-prev,
.product-swiper .swiper-slide-next {
  opacity: 1;
}
.product-swiper .swiper-button {
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  background-color: #d6f6fc;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  padding: 1.25rem;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-swiper .swiper-button {
    display: none;
  }
}
.product-swiper .swiper-button svg {
  fill: #0095da;
}
.product-swiper .swiper-button.swiper-button-prev {
  left: 0;
}
.product-swiper .swiper-button.swiper-button-next {
  right: 0;
}
.product-swiper .swiper-slide-active .product-card .ioe-button {
  padding: 0px 24px;
  min-height: 36px;
  font-size: 0.875rem;
}

.banner-top .swiper-button {
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  background-color: #d6f6fc;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  padding: 0.75rem;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-top .swiper-button {
    display: none;
  }
}
.banner-top .swiper-button svg {
  fill: #0095da;
}
.banner-top .swiper-button.swiper-button-prev {
  left: 25%;
  transform: translateX(50%);
}
.banner-top .swiper-button.swiper-button-next {
  right: 25%;
  transform: translateX(-50%);
}

.trip-ioe {
  width: 100%;
  position: relative;
  background: url("../images/roadmap/bg_roadmap.png") no-repeat center 75%/100% auto;
  padding-top: 40%;
}
@media (max-width: 992px) {
  .trip-ioe {
    background: url("../images/roadmap/bg_roadmap_mobile.png") no-repeat 15% bottom/125% 100%;
    padding: 8% 0;
  }
}

.trip-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}
.trip-item .trip-line-decor {
  width: fit-content;
  position: relative;
}
.trip-item .trip-line-decor .trip-mobile,
.trip-item .trip-line-decor .trip-desktop {
  width: 100%;
}
.trip-item .trip-line-decor .trip-mobile {
  display: none;
}
@media (max-width: 992px) {
  .trip-item .trip-line-decor .trip-mobile {
    display: block;
  }
}
.trip-item .trip-line-decor .trip-desktop {
  display: block;
}
@media (max-width: 992px) {
  .trip-item .trip-line-decor .trip-desktop {
    display: none;
  }
}
.trip-item img {
  width: 100%;
  pointer-events: none;
}
.trip-item .trip-detail {
  width: fit-content;
  display: grid;
  place-items: center;
}
.trip-item .trip-name {
  font-size: clamp(14px, 14px + 0.25vw, 22px);
  margin: 0.5rem auto 0.25rem;
  text-align: center;
  color: #0095da;
  font-weight: 700;
}
.trip-item .trip-timeline {
  font-size: clamp(12px, 1vw, 14px);
  color: black;
  text-align: center;
}
.trip-item .trip-image {
  width: 90%;
  max-width: 131px;
  max-height: 126px;
}
.trip-item[data-status="0"] .trip-line-decor img,
.trip-item[data-status="0"] .trip-image {
  filter: grayscale(1);
}
.trip-item[data-status="0"] .trip-name {
  color: #8a8989;
}
.trip-item[data-status="0"] .trip-timeline {
  color: #5c5c5c;
}
.trip-item[data-status="1"] .trip-line-decor::after {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../images/roadmap/ic_shark_ioe.png") no-repeat center/contain;
  position: absolute;
}
.trip-item[data-status="1"] .trip-name {
  color: #ff870f;
}
.trip-item[data-status="1"] .trip-timeline {
  color: transparent;
  position: relative;
}
.trip-item[data-status="1"] .trip-timeline::before {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Đang diễn ra";
  padding: 0.125rem 1rem;
  font-size: clamp(10px, 1vw, 14px);
  background-color: #ff870f;
  color: white;
  border-radius: 999px;
  margin: 0.25rem auto 0.5rem;
}
.trip-item[data-status="1"][data-position="1"] .trip-line-decor::after {
  bottom: 0;
  left: 0;
  transform: translate(0, 25%);
}
.trip-item[data-status="1"][data-position="2"] .trip-line-decor::after {
  top: 0;
  right: 0;
  transform: translate(40%, -15%);
}
.trip-item[data-status="1"][data-position="3"] .trip-line-decor::after {
  bottom: 0;
  right: 0;
  transform: translate(35%, 25%);
}
.trip-item[data-status="1"][data-position="4"] .trip-line-decor::after {
  bottom: 0;
  right: 0;
  transform: translate(35%, 25%);
}
.trip-item[data-status="1"][data-position="5"] .trip-line-decor::after {
  bottom: 0;
  left: 50%;
  transform: translate(-20%, 25%);
}

@media (max-width: 992px) {
  .trip-item {
    padding: 0 0.5rem 1rem;
  }
  .trip-item .trip-line-decor::after {
    display: none;
  }
  .trip-item[data-position="1"] {
    flex-direction: row-reverse;
    margin: 0 auto;
    transform: translateX(10%);
  }
  .trip-item[data-position="2"] {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .trip-item[data-position="3"] {
    flex-direction: row-reverse;
    justify-content: end;
    transform: translateY(15%);
  }
  .trip-item[data-position="4"] {
    flex-direction: column-reverse;
    margin-left: auto;
    transform: translateY(-25%);
    max-width: 40%;
  }
  .trip-item[data-position="4"] .trip-line-decor {
    width: max-content;
    transform: translateX(-50%);
  }
  .trip-item[data-position="5"] {
    margin: 0 auto;
    transform: translate(25%, -30%);
  }
  .trip-item[data-position="5"] .trip-line-decor {
    transform: translateX(-25%) scale(1.1);
  }
}
@media (min-width: 993px) {
  .trip-item {
    width: 100%;
    max-width: 24.1666666667%;
    position: absolute;
  }
  .trip-item[data-position="1"] {
    left: 6%;
    bottom: 62%;
    align-items: end;
  }
  .trip-item[data-position="1"] .trip-line-decor {
    width: 32.8301886792%;
    max-width: 87px;
  }
}
@media (min-width: 993px) and (max-width: 992px) {
  .trip-item[data-position="1"] .trip-line-decor {
    transform: translate(0);
    width: 37.3563218391%;
  }
}
@media (min-width: 993px) {
  .trip-item[data-position="2"] {
    max-width: 17.34375%;
    right: 72%;
    top: 54%;
    flex-direction: column;
  }
  .trip-item[data-position="2"] .trip-detail {
    width: 70.2702702703%;
    margin-right: auto;
  }
  .trip-item[data-position="2"] .trip-line-decor {
    width: 66.6666666667%;
    margin-left: auto;
    max-width: 66.6666666667%;
  }
  .trip-item[data-position="3"] {
    max-width: 15.4166666667%;
    left: 43%;
    bottom: 22%;
    transform: translate(-50%, 0);
    flex-direction: column-reverse;
  }
  .trip-item[data-position="3"] .trip-detail {
    width: 100%;
  }
  .trip-item[data-position="3"] .trip-line-decor {
    width: 50%;
    margin-left: auto;
  }
  .trip-item[data-position="4"] {
    max-width: 30.5555555556%;
    right: 18%;
    bottom: 72%;
    transform: translate(-50%, 0);
    flex-direction: row-reverse;
    align-items: end;
  }
  .trip-item[data-position="4"] .trip-detail {
    width: 60%;
  }
  .trip-item[data-position="4"] .trip-line-decor {
    width: 42.0454545455%;
    transform: translate(-20%, -42%);
  }
  .trip-item[data-position="5"] {
    max-width: 17.7777777778%;
    right: 2%;
    bottom: 48%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .trip-item[data-position="5"] .trip-detail {
    width: 71.7857142857%;
  }
  .trip-item[data-position="5"] .trip-line-decor {
    width: 28.9285714286%;
    transform: translate(-25%, 50%);
  }
}
.ioe-news-card {
  width: 100%;
  height: auto;
  background-color: #f0f2f5;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.ioe-news-card .card-img {
  width: 26.6990291262%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 192/144;
  max-width: 192px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .ioe-news-card .card-img {
    aspect-ratio: 1/1;
  }
}
.ioe-news-card .card-body {
  width: 74.7572815534%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ioe-news-card .card-title {
  width: 100%;
  font-weight: 700;
  color: #252525;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}
.ioe-news-card .card-description {
  width: 100%;
  min-height: 40px;
  color: #364153;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ioe-news-card .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ioe-news-card .card-meta .news-view,
.ioe-news-card .card-meta .news-date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #aeaeaf;
  font-size: 14px;
}
@media (max-width: 640px) {
  .ioe-news-card .card-meta .news-view,
  .ioe-news-card .card-meta .news-date {
    font-size: 12px;
  }
}
.ioe-news-card .card-meta .news-detail {
  color: #ff6b6b;
  font-weight: 700;
  font-size: 14px;
}
.ioe-news-card .card-meta .news-cateogy-name {
  padding: 8px 12px;
  font-size: 12px;
  color: #00aeef;
  background-color: #e5eeff;
  font-weight: bold;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .ioe-news-card .card-meta .news-cateogy-name {
    padding: 4px 8px;
  }
}
.ioe-news-card.outstanding-card {
  flex-direction: row-reverse;
  padding: clamp(1.5rem, 2vw, 40px);
  border-radius: 40px;
}
.ioe-news-card.outstanding-card .card-img {
  width: 46.0606060606%;
  aspect-ratio: 608/342;
  max-width: 608px;
  border-radius: 24px;
}
.ioe-news-card.outstanding-card .card-title {
  font-size: clamp(16px, 2.5vw, 20px);
}
.ioe-news-card.outstanding-card .card-body {
  width: 46.0606060606%;
}
.ioe-news-card.outstanding-card .card-description {
  min-height: 76px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 992px) {
  .ioe-news-card.outstanding-card .card-description {
    min-height: 64px;
  }
}
.ioe-news-card.outstanding-card .card-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  align-items: start;
}
@media (max-width: 640px) {
  .ioe-news-card.outstanding-card {
    padding: 1rem 1.5rem;
    flex-direction: column;
  }
  .ioe-news-card.outstanding-card .card-img,
  .ioe-news-card.outstanding-card .card-title,
  .ioe-news-card.outstanding-card .card-body {
    width: 100%;
  }
}

.tabs-news-button {
  width: fit-content;
  padding: 8px 16px;
  border-radius: 30px;
  border: 2px solid #ff6b6b;
  background-color: white;
  box-shadow: -3px -3px 2px 0px rgba(0, 0, 0, 0.1490196078) inset;
  color: #ff6b6b;
  font-weight: 700;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.tabs-news-button.active, .tabs-news-button:hover {
  background-color: #ff6b6b;
  color: white;
}

.article-news {
  width: 65%;
}
@media (max-width: 992px) {
  .article-news {
    width: 100%;
  }
}

.aside-page {
  width: 32.1212121212%;
  position: sticky;
  top: 80px;
}
@media (max-width: 992px) {
  .aside-page {
    width: 100%;
    position: relative;
    top: unset;
  }
}

.news-card-sm {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.news-card-sm:last-child {
  margin-bottom: 0;
}
.news-card-sm .card-img {
  width: 22.6063829787%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 85/64;
  max-width: 85px;
}
.news-card-sm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-sm .card-body {
  width: 73.1382978723%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.news-card-sm .card-title {
  width: 100%;
  font-weight: 700;
  min-height: 32px;
  font-size: 14px;
  color: #252525;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card-sm .card-meta {
  width: 100%;
  color: #364153;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
}

.aside-box {
  width: 100%;
  background-color: #f0f2f5;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 1.5rem;
}
.aside-box .box-title {
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #364153;
  margin-bottom: 1.5rem;
}
.article-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 992px) {
  .article-section {
    flex-direction: column;
  }
}

.news-events .news-card-sm .card-img {
  width: 26.5957446809%;
  aspect-ratio: 100/56;
  max-width: 100px;
}
.news-events .news-card-sm .card-body {
  flex: 1;
}

.detail-section {
  width: 100%;
}
.detail-section__title {
  width: 100%;
  color: #000000;
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.detail-section__meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #364153;
  margin-bottom: 1.5rem;
}
.detail-section__thumbs {
  width: 100%;
  aspect-ratio: 824/491;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.detail-section__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-section__content {
  color: #252525;
}
.detail-section__content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-section__content table {
  width: 100%;
}

.ioe-breadcrumb {
  position: sticky;
  top: 80px;
  z-index: 99;
}
@media (max-width: 992px) {
  .ioe-breadcrumb {
    position: relative;
    top: unset;
  }
}
.ioe-breadcrumb .breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #677589;
}
.ioe-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 8px;
  height: 8px;
  color: #677589;
  border-right: 1px solid #677589;
  border-top: 1px solid #677589;
  margin-right: 1rem;
  rotate: 45deg;
  transform: scale(0.8);
}
.ioe-breadcrumb .breadcrumb-item.active {
  color: #ff6b6b;
}

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