@import url("https://fonts.cdnfonts.com/css/gg-sans-2");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", Arial, sans-serif;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}

html {
  position: relative;
  font-size: 1vw;
  scrollbar-gutter: stable;
}
.article-deco3 {
  pointer-events: none;
}
@media (max-width: 639.98px) {
  html {
    font-size: calc(1600 / 375 * 1vw);
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

html::-webkit-scrollbar {
  width: 0.5rem;
}

body.hidden__scrollbar {
  overflow: hidden;
}

body[data-scroll-locked] {
  overflow: hidden !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  position: relative;
}

a {
  display: block;
  text-decoration: none;
}

button {
  cursor: pointer;
  display: flex;
  border: none;
}
.hidden-scroll {
  overflow: auto;

  /* Firefox */
  scrollbar-width: none;

  /* IE, Edge cũ */
  -ms-overflow-style: none;
}

/*.swiper-opactity-3-item {*/
/*  overflow: visible !important;*/
/*}*/
/*.swiper-opactity-3-item .swiper-slide {*/
/*  opacity: 0;*/
/*  transition: all ease 0.3s;*/
/*}*/
/*.swiper-opactity-3-item .swiper-slide.swiper-slide-active,*/
/*.swiper-opactity-3-item .swiper-slide.swiper-slide-active + .swiper-slide,*/
/*.swiper-opactity-3-item*/
/*  .swiper-slide.swiper-slide-active*/
/*  + .swiper-slide*/
/*  + .swiper-slide {*/
/*  opacity: 1;*/
/*}*/

/* Chrome, Safari */
.hidden-scroll::-webkit-scrollbar {
  display: none;
}
/* Button circle */
.button_circle {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.2px solid #e4e4e4;
  background: #fff;
  overflow: hidden;
  transition: all ease 0.3s;
}
.button_circle.primary {
  border-color: #1991c7;
}
.button_circle__container {
  height: 1rem;
  transition: all ease 0.3s;
  position: absolute;
  left: calc(50% + 0.25rem);
  transform: translateX(-100%);
  display: flex;
  justify-content: space-between;
  width: 3rem;
}
.button_circle__container.prev {
  left: calc(-50% - 0.4rem);
  transform: translateX(100%);
}
.button_circle svg {
  width: 0.47906rem;
  height: 100%;
}
.button_circle.primary svg path {
  transition: all ease 0.3s;
  stroke: #1991c7;
  stroke-opacity: 1;
}
.button_circle::after {
  display: none !important;
}
@media (max-width: 639.98px) {
  .button_circle__container.prev {
    left: calc(-50% - 0.8rem);
  }
  .button_circle__container {
    height: 0.63875rem;
  }
  .main {
    margin-top: 0rem;
  }
  .button_circle {
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
  }
  .button_circle svg {
    width: 0.31938rem;
    height: 0.63875rem;
  }
}
@media (min-width: 639.98px) {
  .button_circle:hover {
    background: #1991c7;
  }
  .button_circle:hover svg path {
    transition: all ease 0.3s;
    stroke: #fff;
    stroke-opacity: 1;
  }
  .button_circle:hover .button_circle__container.prev {
    transform: translateX(0.4rem);
  }
  .button_circle:hover .button_circle__container {
    transform: translateX(-0.4rem);
  }
}

/* Title Tag */
.title-tag {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  width: fit-content;
  background: var(--Brand-Yellow, #fcca45);
}
.title-tag svg {
  width: 1rem;
  height: 1rem;
}
.title-tag h3 {
  padding-top: 0.1rem;
  color: #fff;
  margin-left: 0.5rem;
  /* PC/Sub title/16 - M */
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  text-transform: uppercase;
}
/* Button Pimary */
.button-primary {
  width: fit-content;
  display: flex;
  height: 3rem;
  padding: 0 1.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: var(--Brand-Blue, #1991c7);
  transition: all ease 0.3s;
  box-shadow: 0 0 0 2px #a3e2ff, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.button-primary p {
  color: var(--Trng, #fff) !important;
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
}
.button-primary svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.button-primary:hover {
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: #e6b639;
  box-shadow: 0 0 0 2px #ffdca3, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
/* Button Outline */
.button-outline * {
  transition: all ease 0.3s;
}
.button-outline {
  width: fit-content;
  display: flex;
  height: 3rem;
  padding: 0 1.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  border: 1.4px solid var(--Brand-Blue, #1991c7);
  transition: all ease 0.3s;
}
.button-outline p {
  color: var(--Brand-Blue, #1991c7);
  leading-trim: both;
  text-edge: cap;
  font-family: "Google Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  transition: all ease 0.3s;
  line-height: 150%; /* 1.5rem */
}
.button-outline svg {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.button-outline:hover {
  border-radius: 6.25rem;
  border: 1.4px solid var(--Brand-Yellow, #fcca45);
  background: rgba(243, 187, 40, 0.04);
}
.button-outline:hover p {
  color: var(--Brand-Yellow, #fcca45);
}
.button-outline:hover svg path {
  fill: var(--Brand-Yellow, #fcca45);
}

/* Other */
.is_mobile {
  display: none;
}
.is_pc {
  display: block;
}
@media (max-width: 639.98px) {
  .is_pc {
    display: none;
  }
  .is_mobile {
    display: block;
  }
  .button-primary svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
  }
  /* Title Tag */
  .title-tag {
    padding: 0.3125rem 0.625rem;
  }
  .title-tag svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .title-tag h3 {
    font-size: 0.75rem;
    margin-left: 0.38rem;
    line-height: 160%; /* 1.2rem */
  }
  .button-outline {
    height: 2.5rem;
    padding: 0 1.5rem;
  }
  .button-outline p {
    font-size: 0.875rem;
  }
  .button-primary p {
    font-size: 0.875rem;
  }
  .button-primary {
    height: 2.5rem;
    border: 1.2px solid #f5f5f5;
  }
  .button-primary p {
    margin-left: 0.38rem;
  }
  .custom-pagination .swiper-pagination-bullet {
    height: 0.125rem !important;
  }
}

/* Swiper Pagination Custom*/
.swiper-pagination {
}
.custom-pagination .swiper-pagination-bullet {
  width: 1.4375rem;
  height: 0.1875rem;
  border-radius: 62.5rem;
  opacity: 0.32;
  background: var(--Brand-Dark-Burgundy, #041821);
  transition: all ease 0.3s;
  margin-right: 0.1875rem !important;
  margin-left: 0 !important;
}
.custom-pagination .swiper-pagination-bullet-active {
  width: 9rem;
  background: var(--Brand-Blue, #1991c7);
  opacity: 1;
}

.reset-swiper-button {
  position: unset;
  width: fit-content;
  height: fit-content;
  margin: 0;
}

:root {
}

.pagination,
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination {
  width: max-content;
  margin: 0 auto;
}
.pagination__item {
  cursor: pointer;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: Google Sans;
  color: #1b252f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-right: 0.25rem;
  background: #fff;
  border: 1px solid #ddd;
}

.pagination__nav {
  display: flex;
  width: 2.125rem;
  height: 2.125rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;

  color: #1991c7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.pagination__nav--prev {
  margin-right: 0.25rem;
}

.pagination__item.active {
  color: #fff;
  background: #1991c7;
  border-color: #1991c7;
}
.pagination__item:not(.dots):not(.active):hover {
  color: #fff;
  background: #1991c7;
  border-color: #1991c7;
}

/* @import "tailwindcss"; */

/* Google Sans - Regular (400) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Google Sans - Regular Italic (400) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Google Sans - Medium (500) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Google Sans - Medium Italic (500) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Google Sans - SemiBold (600) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Google Sans - SemiBold Italic (600) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Google Sans - Bold (700) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Google Sans - Bold Italic (700) */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ImperialScript-Regular";
  src: url("../fonts/ImperialScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --root-font-size: 1vw;
  --root-font-family: "Google Sans", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-family: var(--root-font-family);
}
header a,
header a:link,
header a:visited {
  text-decoration: none;
  color: initial;
  width: 100%;
}
input,
textarea {
  border: none;
}
webkit-scrollbar {
  /* width: 8px; */
  display: none;
}
::-webkit-scrollbar-thumb:hover {
  background: #1990c7dd;
  cursor: grabbing;
}
::-webkit-scrollbar {
  width: 0.38rem;
  /* Hoặc bất kỳ độ rộng nào */
}

/* Ẩn phần thanh cuộn nhưng vẫn cho phép cuộn */
::-webkit-scrollbar-thumb {
  width: 0.25rem;
  border-radius: 2.8125rem;
  background: #1991c7;
}
::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.6);
  border-radius: 2.8125rem;
}

@layer base {
  :root {
    --color-primary: #1991c7;
    --color-primary-blue: #4dd1b6;
    --color-primary-yellow: #f3bb28;
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
  }
}

.text-imperial-script {
  font-family: "ImperialScript-Regular", sans-serif;
  font-weight: 600;
  font-size: calc(var(--root-font-size) * 3);
  color: var(--color-primary-yellow);
  line-height: 120%;
}

.my-container {
  width: 100%;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

@media screen and (max-width: 768px) {
  .my-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.your-element {
  background: linear-gradient(
    to bottom,
    rgba(223, 248, 255, 0.5),
    rgba(177, 229, 255, 0.4)
  );
}

.your-element-v2 {
  background: linear-gradient(to bottom, #0d84ba, #8edcff);
  color: var(--color-primary);
}

.your-element-v3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #084986);
}

.your-element-v4 {
  background: linear-gradient(to top, #9dd9ff, rgba(255, 255, 255, 0));
}

.your-element-v5 {
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

.your-element-v6 {
  background: linear-gradient(to right, #134a9b, #1b91c7);
}

.your-element-v7 {
  background: linear-gradient(
    to right,
    rgba(157, 217, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
}

.your-element-v8 {
  background: linear-gradient(
    to bottom,
    rgba(157, 217, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
}

.your-element-v9 {
  background: linear-gradient(
    to top,
    #ffffff,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
}

.your-element-v10 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #0587d8);
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.bg-transparent {
  background: transparent !important;
}
.bg-primary {
  background: var(--color-primary) !important;
}
.bg-primary-d {
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: var(--Brand-Blue, #1991c7);
  box-shadow: 0 0 0 2px #a3e2ff,
    /* vòng glow xanh bên ngoài */ 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.bg-blue {
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: var(--Brand-Blue, #1991c7);
  box-shadow: 0 0 0 2px #a3e2ff, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.bg-yellow {
  background: var(--color-primary-yellow) !important;
}
.bg-white {
  background: white !important;
}
.text-color-primary {
  color: var(--color-primary) !important;
}
.text-color-blue {
  color: var(--color-primary-blue) !important;
}
.text-color-yellow {
  color: var(--color-primary-yellow) !important;
}
.text-color-white {
  color: white;
}
.shadow-button-primary {
  box-shadow: 0 0 0 2px #a3e2ff, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.shadow-button-yellow {
  box-shadow: 0 0 0 2px #ffdca3, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.shadow-button-blue {
  box-shadow: 0 0 0 2px #a3e2ff, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.border-color-primary {
  border-color: var(--color-primary) !important;
}
.border-color-yellow {
  border-color: var(--color-primary-yellow) !important;
}
.border-color-blue {
  border-color: var(--color-primary-blue) !important;
}
.border-color-white {
  border-color: white !important;
}
.h-2 {
  height: 2rem !important;
}
.h-2_5 {
  height: 2.5rem !important;
}
.h-2_75 {
  height: 2.75rem !important;
}
.h-3 {
  height: 3rem !important;
}
.h-3_75 {
  height: 3.75rem !important;
}
.w-2 {
  width: 2rem !important;
}
.w-2_5 {
  width: 2.5rem !important;
}
.w-2_75 {
  width: 2.75rem !important;
}
.w-3 {
  width: 3rem !important;
}
.w-3_75 {
  width: 3.75rem !important;
}
.wh-full {
  width: 100% !important;
  height: 100% !important;
}
.w-full {
  width: 100% !important;
}
.h-full {
  height: 100% !important;
}
.mb-0_75 {
  margin-bottom: 0.75rem;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.px-0_75 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-1_75 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0_25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-0_75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-0_875 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.text-1 {
  font-size: 1rem;
}
.text-0_875 {
  font-size: 0.875rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.relative {
  position: relative;
  z-index: 10;
}
.absolute-0 {
  position: absolute;
  inset: 0;
}
.border-none {
  border: none;
}
.border-1_4 {
  border-width: 1.4px;
  border-style: solid;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.leading-160 {
  line-height: 160%;
}
.leading-150 {
  line-height: 150%;
}
.fixed-0 {
  position: fixed;
  inset: 0;
}
.splash-gradient {
  --circle-size: 0vmax;
  mask: radial-gradient(
    circle var(--circle-size) at 50% 50%,
    transparent 99%,
    black 100%
  );
  -webkit-mask: radial-gradient(
    circle var(--circle-size) at 50% 50%,
    transparent 99%,
    black 100%
  );
}
.cursor-pointer {
  cursor: pointer;
}
.svg-rotate-90 {
  transform: rotate(90deg);
  width: 1rem;
  height: 1rem;
}
.svg-rotate--90 {
  transform: rotate(-90deg);
  width: 1rem;
  height: 1rem;
}
.text-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button {
  position: relative;
  border-radius: 62.5rem;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.button .title-sub {
  position: absolute;
  left: 0;
  top: 0;
}

.button .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.button .content .text-button {
  position: absolute;
  inset: 0;
  line-height: 150%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
