*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: "Arima", serif;
  background-image: url("./images/main_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    background-image: url("./images/main_bg_mb.jpg");
  }
}

html {
  scroll-behavior: smooth;
}

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

::-webkit-scrollbar-track {
  margin-bottom: 5px;
  background: #ffffff99;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: white;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-3\.5 {
  inset: 0.875rem;
}

.-left-4 {
  left: -1rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-\[-2\%\] {
  bottom: -2%;
}

.bottom-\[-20\%\] {
  bottom: -20%;
}

.bottom-\[-50\%\] {
  bottom: -50%;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[-14\%\] {
  left: -14%;
}

.left-\[-23\.1\%\] {
  left: -23.1%;
}

.left-\[-23\.5\%\] {
  left: -23.5%;
}

.left-\[-24\%\] {
  left: -24%;
}

.left-\[-28\%\] {
  left: -28%;
}

.left-\[20vw\] {
  left: 20vw;
}

.left-\[9vw\] {
  left: 9vw;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-100\%\] {
  right: -100%;
}

.right-\[-22\%\] {
  right: -22%;
}

.right-\[-23\.1\%\] {
  right: -23.1%;
}

.right-\[18vw\] {
  right: 18vw;
}

.right-\[9vw\] {
  right: 9vw;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[-12\%\] {
  top: -12%;
}

.top-\[-13\%\] {
  top: -13%;
}

.top-\[-16\%\] {
  top: -16%;
}

.top-\[-18vw\] {
  top: -18vw;
}

.top-\[-20\%\] {
  top: -20%;
}

.top-\[-2vw\] {
  top: -2vw;
}

.top-\[-50\%\] {
  top: -50%;
}

.top-\[0\.1vw\] {
  top: 0.1vw;
}

.top-\[0vw\] {
  top: 0vw;
}

.top-\[2\.5vw\] {
  top: 2.5vw;
}

.top-\[28\%\] {
  top: 28%;
}

.top-\[2vw\] {
  top: 2vw;
}

.top-\[35\%\] {
  top: 35%;
}

.top-\[35vw\] {
  top: 35vw;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[10\] {
  z-index: 10;
}

.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-\[1vw\] {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.my-\[3vw\] {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.\!mt-\[1vw\] {
  margin-top: 1vw !important;
}

.\!mt-\[2vw\] {
  margin-top: 2vw !important;
}

.mb-\[0\.2vw\] {
  margin-bottom: 0.2vw;
}

.mb-\[0\.5vw\] {
  margin-bottom: 0.5vw;
}

.mb-\[0\.8vw\] {
  margin-bottom: 0.8vw;
}

.mb-\[2vw\] {
  margin-bottom: 2vw;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-\[-1vw\] {
  margin-top: -1vw;
}

.mt-\[0\.4vw\] {
  margin-top: 0.4vw;
}

.mt-\[0\.5vw\] {
  margin-top: 0.5vw;
}

.mt-\[0\.8vw\] {
  margin-top: 0.8vw;
}

.mt-\[10vw\] {
  margin-top: 10vw;
}

.mt-\[1vw\] {
  margin-top: 1vw;
}

.mt-\[2vw\] {
  margin-top: 2vw;
}

.mt-\[3vw\] {
  margin-top: 3vw;
}

.mt-\[4vw\] {
  margin-top: 4vw;
}

.mt-\[5vw\] {
  margin-top: 5vw;
}

.mt-\[6vw\] {
  margin-top: 6vw;
}

.mt-\[8vw\] {
  margin-top: 8vw;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[12\/9\] {
  aspect-ratio: 12/9;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-8 {
  height: 2rem;
}

.h-\[10vw\] {
  height: 10vw;
}

.h-\[120vw\] {
  height: 120vw;
}

.h-\[127vw\] {
  height: 127vw;
}

.h-\[14vw\] {
  height: 14vw;
}

.h-\[16vw\] {
  height: 16vw;
}

.h-\[18vw\] {
  height: 18vw;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[20vw\] {
  height: 20vw;
}

.h-\[2vw\] {
  height: 2vw;
}

.h-\[3vw\] {
  height: 3vw;
}

.h-\[5vw\] {
  height: 5vw;
}

.h-\[6vw\] {
  height: 6vw;
}

.h-\[72vw\] {
  height: 72vw;
}

.h-\[8vw\] {
  height: 8vw;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[35vw\] {
  min-height: 35vw;
}

.min-h-\[40vw\] {
  min-height: 40vw;
}

.w-8 {
  width: 2rem;
}

.w-\[10vw\] {
  width: 10vw;
}

.w-\[12\%\] {
  width: 12%;
}

.w-\[14vw\] {
  width: 14vw;
}

.w-\[16vw\] {
  width: 16vw;
}

.w-\[18vw\] {
  width: 18vw;
}

.w-\[2\%\] {
  width: 2%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[20vw\] {
  width: 20vw;
}

.w-\[22\%\] {
  width: 22%;
}

.w-\[23\.1\%\] {
  width: 23.1%;
}

.w-\[24\%\] {
  width: 24%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[32vw\] {
  width: 32vw;
}

.w-\[34\%\] {
  width: 34%;
}

.w-\[35vw\] {
  width: 35vw;
}

.w-\[39\.8\%\] {
  width: 39.8%;
}

.w-\[4vw\] {
  width: 4vw;
}

.w-\[50vw\] {
  width: 50vw;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[58\%\] {
  width: 58%;
}

.w-\[5vw\] {
  width: 5vw;
}

.w-\[68vw\] {
  width: 68vw;
}

.w-\[6vw\] {
  width: 6vw;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[8vw\] {
  width: 8vw;
}

.w-\[calc\(100\%-1vw\)\] {
  width: calc(100% - 1vw);
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[2\%\] {
  --tw-translate-x: 2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[1\.6\%\] {
  --tw-translate-y: 1.6%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[-1\] {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[0\.5vw\] {
  gap: 0.5vw;
}

.gap-\[1\.8vw\] {
  gap: 1.8vw;
}

.gap-\[1vw\] {
  gap: 1vw;
}

.gap-\[2\.5vw\] {
  gap: 2.5vw;
}

.gap-\[2vw\] {
  gap: 2vw;
}

.gap-\[3vw\] {
  gap: 3vw;
}

.space-x-\[4vw\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4vw * var(--tw-space-x-reverse));
  margin-left: calc(4vw * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.bg-\[\#174111\]\/50 {
  background-color: rgb(23 65 17 / 0.5);
}

.bg-\[\#2C8241\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 130 65 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2C8241\]\/50 {
  background-color: rgb(44 130 65 / 0.5);
}

.bg-\[\#FFE972\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 114 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fffad2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 210 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[url\(\'\.\/images\/sec7-tin-bg-0\.png\'\)\] {
  background-image: url('./images/sec7-tin-bg-0.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.\!object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[0\.5vw\] {
  padding: 0.5vw;
}

.p-\[1vw\] {
  padding: 1vw;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[19\%\] {
  padding-left: 19%;
  padding-right: 19%;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[4vw\] {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.\!pb-\[2vw\] {
  padding-bottom: 2vw !important;
}

.\!pt-\[0\.5vw\] {
  padding-top: 0.5vw !important;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[1\.2vw\] {
  padding-bottom: 1.2vw;
}

.pb-\[4vw\] {
  padding-bottom: 4vw;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[3\%\] {
  padding-left: 3%;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-\[3\%\] {
  padding-right: 3%;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-\[50vw\] {
  padding-top: 50vw;
}

.pt-\[58\%\] {
  padding-top: 58%;
}

.pt-\[6vw\] {
  padding-top: 6vw;
}

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

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

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

.text-\[0\.9vw\] {
  font-size: 0.9vw;
}

.text-\[1vw\] {
  font-size: 1vw;
}

.text-\[3\.6vw\] {
  font-size: 3.6vw;
}

.text-\[3vw\] {
  font-size: 3vw;
}

.text-\[5vw\] {
  font-size: 5vw;
}

.text-\[6\.5vw\] {
  font-size: 6.5vw;
}

.text-\[6vw\] {
  font-size: 6vw;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-light {
  font-weight: 300 !important;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.\!text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}

.text-\[\#174111\] {
  --tw-text-opacity: 1;
  color: rgb(23 65 17 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA400\] {
  --tw-text-opacity: 1;
  color: rgb(255 164 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFD700\] {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

h2 {
  font-size: 6vw;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8vw;
  }
}

h3,
nav {
  font-size: 5vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h3,
nav {
    font-size: 1.2vw;
  }
}

h4 {
  font-size: 4vw;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(67 114 168 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h4 {
    font-size: 0.95vw;
  }
}

.icon-size {
  height: 5vw;
  width: 5vw;
}

@media (min-width: 768px) {
  .icon-size {
    height: 1.4vw;
    width: 1.4vw;
  }
}

p,
span {
  text-align: justify;
  font-size: 4vw;
}

@media (min-width: 768px) {
  p,
span {
    font-size: 1.1vw;
  }
}

.custom-text {
  font-size: 0.75vw;
}

p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

nav a {
  position: relative;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav .nav-link.active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 233 114 / var(--tw-text-opacity, 1));
}

nav .nav-link-mb.active {
  font-weight: 600;
}

nav .nav-link-mb {
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(44 130 65 / var(--tw-text-opacity, 1));
}

section {
  width: 100vw;
  scroll-margin-top: 3.5vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  section {
    overflow: visible;
  }

  .section-container {
    margin-left: auto;
    margin-right: auto;
    width: 68vw;
  }
}

.nav_arrow {
  transition: left 0.3s ease;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}

iframe {
  /* Extend it beyond the viewport... */
  width: 700%;
  height: 100%;
  margin-left: -300%;
}

.bg-shadow {
  box-shadow: 4px 4px 250px 0px #b1f85d40;
}

.ngucung-container > div {
  position: relative;
  height: 20%;
  width: 100%;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .ngucung-container > div {
    height: 100%;
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ngucung-container .cung.expanded {
  height: 30%;
}

@media (min-width: 768px) {
  .ngucung-container .cung.expanded {
    height: auto;
  }
}

.ngucung-container > div > .cung-bg {
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (min-width: 768px) {
  .ngucung-container > div > .cung-bg {
    aspect-ratio: auto;
    height: 100%;
  }
}

.hover-scale {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .hover-scale {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ngucung-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .ngucung-overlay {
  --tw-bg-opacity: 0.4;
}

@media (min-width: 768px) {
  .ngucung-overlay {
    left: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.5;
  }
}

.ngucung-overlay h2,
.ngucung-overlay h3,
.ngucung-overlay img:not(.overlay-mb) {
  display: none;
}

@media (min-width: 768px) {
  .ngucung-overlay h2,
  .ngucung-overlay h3,
  .ngucung-overlay img:not(.overlay-mb) {
    display: block;
  }
}

/* Thiết lập trạng thái ban đầu cho h3 và img */

.ngucung-overlay h3,
.ngucung-overlay .view-more-wrapper,
.ngucung-overlay img:not(.overlay-mb) {
  opacity: 0;
}

.ngucung-overlay img:not(.overlay-mb) {
  position: absolute;
  bottom: -3px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cung-sub-title {
  margin-top: 1vw;
  margin-bottom: 2vw;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(64 133 68 / var(--tw-bg-opacity, 1));
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 1vw;
  font-size: 3.5vw;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cung-sub-title {
    margin-bottom: 0.8vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0.2vw;
    font-size: 1.3vw;
  }
}

.cung-content {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

/* Định nghĩa các keyframe animations */

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes fadeout-overlay {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Áp dụng animation cho h3 và img khi hover */

.group:hover .ngucung-overlay h3,
.group:hover .ngucung-overlay .view-more-wrapper,
.group:hover .ngucung-overlay img {
  animation: fadein 0.7s forwards;
}

/* Áp dụng animation cho h3 và img khi không hover */

.group:not(:hover) .ngucung-overlay h3,
.group:not(:hover) .ngucung-overlay .view-more-wrapper,
.group:not(:hover) .ngucung-overlay img:not(.overlay-mb) {
  animation: fadeout 0.7s forwards;
}

/* Điều chỉnh vị trí của h2 khi chưa hover */

.group:not(:hover) .ngucung-overlay h2 {
  transform: translateY(60%);
  transition: transform 0.7s;
}

/* Đưa h2 trở lại vị trí ban đầu khi hover */

.group:hover .ngucung-overlay h2 {
  transform: translateY(0);
  transition: transform 0.7s;
}

/* CSS cho cung khi được mở rộng */

.cung.expanded {
  width: 100% !important;
  transition: width 0.5s ease, z-index 0s 0.5s;
  z-index: 10;
}

.cung.expanded > .cung-bg {
  border-radius: 1rem;
}

/* CSS cho cung khi thu nhỏ */

.cung.collapsed {
  width: 100%;
}

@media (min-width: 768px) {
  .cung.collapsed {
    width: 40% !important;
  }
}

.cung.collapsed {
  transition: width 0.5s ease, z-index 0s 0s;
}

.cung.expanded > .ngucung-overlay,
.cung.collapsed > .ngucung-overlay,
.cung.collapsed > .cung-bg,
.cung.expanded > .cung-bg {
  width: 100%;
}

@media (min-width: 768px) {
  .cung.expanded > .ngucung-overlay,
.cung.collapsed > .ngucung-overlay,
.cung.collapsed > .cung-bg,
.cung.expanded > .cung-bg {
    width: 50%;
  }
}

.cung.appear {
  animation: fadein 0.7s forwards;
}

/* CSS cho phần thông tin cung */

.cung-info {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.cung-info.show {
  opacity: 1;
}

.cung-info.hidden {
  animation: fadeout-overlay 0.7s forwards;
  cursor: auto;
}

.ngucung-overlay.hidden {
  animation: fadeout-overlay 0.7s forwards;
  cursor: auto;
}

/* Nút đóng */

.close-button {
  cursor: pointer;
}

/* Đảm bảo ngucung-container không bị tràn */

.ngucung-container {
  overflow: hidden;
}

.cung.expanded[data-cung="sol"] > .cung-bg,
.cung.expanded[data-cung="do"] > .cung-bg,
.cung.expanded[data-cung="mi"] > .cung-bg {
  display: none;
}

.cung-info.cung.expanded[data-cung="sol"] > .cung-bg,.cung-info
.cung.expanded[data-cung="do"] > .cung-bg,.cung-info
.cung.expanded[data-cung="mi"] > .cung-bg {
  animation: fadeout-overlay 0.7s forwards;
  cursor: auto;
}

.ngucung-overlay.cung.expanded[data-cung="sol"] > .cung-bg,.ngucung-overlay
.cung.expanded[data-cung="do"] > .cung-bg,.ngucung-overlay
.cung.expanded[data-cung="mi"] > .cung-bg {
  animation: fadeout-overlay 0.7s forwards;
  cursor: auto;
}

.cung-info h2 {
  font-size: 6vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cung-info h2 {
    font-size: 2vw;
  }
}

.cung-info h3 {
  font-size: 4.5vw;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .cung-info h3 {
    font-size: 1.5vw;
  }
}

.cung-info p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.close-button svg {
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.5);
  padding: 0.2vw;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev-lich-trinh,
.swiper-button-next-lich-trinh {
  position: static !important;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev-lich-trinh::after,
.swiper-button-next-lich-trinh::after {
  display: none;
}

.hoatDongSwiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sld-content-bg {
  background: linear-gradient(
    90deg,
    rgba(34, 97, 25, 0.85) 0%,
    rgba(71, 116, 10, 0.85) 51.55%,
    rgba(34, 97, 25, 0.85) 101.36%
  );
}

.arc-rotate {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid transparent;
  border-top: 3px solid white;
  border-radius: 100%;
  animation: rotate 5s linear infinite;
  z-index: 20;
  pointer-events: none;
}

.arc-norotate {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid #acacac;
  border-radius: 100%;
  z-index: 10;
  pointer-events: none;
}

@keyframes rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(315deg);
  }
}

.sld-title-1,
.sld-title-2,
.sld-content {
  transition: opacity 0.3s ease-in-out;
}

.sld-title-1 {
  font-weight: 700;
  line-height: 1.4;
}

.sld-title-2 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 4vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sld-title-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2vw;
  }
}

.sld-content {
  font-size: 4vw;
  font-weight: 300;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sld-content {
    font-size: 1.2vw;
    line-height: 1.4;
  }
}

.active-date > div {
  --tw-text-opacity: 1;
  color: rgb(255 164 0 / var(--tw-text-opacity, 1));
}

.date-item:hover {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
}

.cardSwiper {
  margin-top: 2vw;
}

.content-wrapper {
  position: relative;
  width: 100%;
  min-height: 15vw;
  /* Điều chỉnh chiều cao tùy theo nội dung */
}

.slide-images img,
.content-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
  visibility: hidden;
}

.slide-images img.active,
.content-slide.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.cung-sub-title {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.content-navigation {
  bottom: 0px;
  display: flex;
  --tw-translate-y: 70vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 1vw;
}

@media (min-width: 768px) {
  .content-navigation {
    position: absolute;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.page-numbers {
  display: flex;
  align-items: center;
}

.current-page {
  font-size: 6vw;
  font-weight: 500;
}

@media (min-width: 768px) {
  .current-page {
    font-size: 2.2vw;
  }
}

.nav-btn {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-btn:hover {
  opacity: 0.7;
}

.divider {
  font-size: 5vw;
  font-weight: 300;
}

@media (min-width: 768px) {
  .divider {
    font-size: 1.8vw;
  }
}

.total-pages {
  font-size: 4vw;
  font-weight: 300;
}

@media (min-width: 768px) {
  .total-pages {
    font-size: 1.3vw;
  }
}

.nav-btn svg {
  height: 5vw;
  width: 5vw;
}

@media (min-width: 768px) {
  .nav-btn svg {
    height: 1.6vw;
    width: 1.6vw;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}

@media (min-width: 768px) {
  .swiper-pagination {
    margin-bottom: 0.4vw !important;
    gap: 0.5vw;
  }
}

.swiper-pagination-bullet {
  height: 1.6vw !important;
  width: 1.6vw !important;
  cursor: pointer;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    height: 0.8vw !important;
    width: 0.8vw !important;
  }
}

.swiper-pagination-bullet {
  background: #ffa400 !important;
  opacity: 1 !important;
  position: relative;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet::before {
    inset: -2px;
  }
}

.swiper-pagination-bullet::before {
  border: 2px solid #ffa40080;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  height: 1.6vw !important;
  width: 1.6vw !important;
  cursor: pointer;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet-active {
    height: 0.8vw !important;
    width: 0.8vw !important;
  }
}

.swiper-pagination-bullet-active {
  background: #ffc909 !important;
  opacity: 1;
  transform: scale(1.4);
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.cung-mi-pagination {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5vw;
}

.cung-mi-pagination .splide__pagination__page {
  width: 0.8vw;
  height: 0.8vw;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cung-mi-pagination .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.2);
}

.custom-aspect {
  aspect-ratio: 19/7 !important;
}

.cung.expanded .custom-aspect {
  aspect-ratio: auto !important;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.3vw);
  }
}

.bounce-arrow {
  animation: bounce 1.5s infinite ease-in-out;
}

.view-more-wrapper:hover .bounce-arrow {
  animation-duration: 1s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

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

@keyframes scroll-mobile {
  0% {
    transform: translateX(0);
  }

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

.animate-scroll {
  animation: scroll 20s linear infinite;
}

.animate-scroll-mobile {
  animation: scroll-mobile 25s linear infinite;
}

#muteButton {
  opacity: 1;
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:text-\[\#FFE972\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 233 114 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[0\.8vw\] {
    left: 0.8vw;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-\[0\.8vw\] {
    top: 0.8vw;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-\[0\.7vw\] {
    margin-top: 0.7vw;
    margin-bottom: 0.7vw;
  }

  .md\:my-\[2vw\] {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .md\:mb-\[-7vw\] {
    margin-bottom: -7vw;
  }

  .md\:ml-\[-5\%\] {
    margin-left: -5%;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[-3vw\] {
    margin-top: -3vw;
  }

  .md\:mt-\[0\.4vw\] {
    margin-top: 0.4vw;
  }

  .md\:mt-\[1vw\] {
    margin-top: 1vw;
  }

  .md\:mt-\[3vw\] {
    margin-top: 3vw;
  }

  .md\:mt-\[4vw\] {
    margin-top: 4vw;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-\[1\.5vw\] {
    height: 1.5vw;
  }

  .md\:h-\[2\.5vw\] {
    height: 2.5vw;
  }

  .md\:h-\[2vw\] {
    height: 2vw;
  }

  .md\:h-\[30vw\] {
    height: 30vw;
  }

  .md\:h-\[34vw\] {
    height: 34vw;
  }

  .md\:h-\[4\.5vw\] {
    height: 4.5vw;
  }

  .md\:h-\[6vw\] {
    height: 6vw;
  }

  .md\:h-\[7vw\] {
    height: 7vw;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:\!w-\[2vw\] {
    width: 2vw !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[1\.5vw\] {
    width: 1.5vw;
  }

  .md\:w-\[2\.5vw\] {
    width: 2.5vw;
  }

  .md\:w-\[35vw\] {
    width: 35vw;
  }

  .md\:w-\[48\%\] {
    width: 48%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[62\%\] {
    width: 62%;
  }

  .md\:w-\[64\%\] {
    width: 64%;
  }

  .md\:w-\[calc\(100\%-0\.4vw\)\] {
    width: calc(100% - 0.4vw);
  }

  .md\:translate-x-\[-12\%\] {
    --tw-translate-x: -12%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-\[10\%\] {
    --tw-translate-x: 10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-\[0\.5vw\] {
    gap: 0.5vw;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-\[12\%\] {
    padding-left: 12%;
    padding-right: 12%;
  }

  .md\:py-\[1vw\] {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .md\:pl-\[1vw\] {
    padding-left: 1vw;
  }

  .md\:pr-\[1\.5\%\] {
    padding-right: 1.5%;
  }

  .md\:pr-\[1vw\] {
    padding-right: 1vw;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[1\.5vw\] {
    padding-top: 1.5vw;
  }

  .md\:pt-\[3\%\] {
    padding-top: 3%;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[0\.82vw\] {
    font-size: 0.82vw;
  }

  .md\:text-\[1\.3vw\] {
    font-size: 1.3vw;
  }

  .md\:text-\[1\.7vw\] {
    font-size: 1.7vw;
  }

  .md\:text-\[1\.8vw\] {
    font-size: 1.8vw;
  }

  .md\:text-\[1vw\] {
    font-size: 1vw;
  }

  .md\:text-\[2\.2vw\] {
    font-size: 2.2vw;
  }

  .md\:text-\[2vw\] {
    font-size: 2vw;
  }
}
