/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none !important;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * 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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
   */
[type="search"]::-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 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* For most browsers */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  /* Hide the calendar icon */
}

/* For Firefox */
input[type="date"] {
  background-image: none;
  /* Remove the background image (calendar icon) */
}

:root {
  --color-white: #ffffff;
  --color-purpleBlack: #130407;
  --color-purple: #8E21B2;
  --color-yellow: #f5ae08;
  --color-blue: #2d93ed;
  --color-red: #db2e2e;
  --color-pink: #df3b5a;
  --color-green: #379d03;
  --color-black: #0f0609;
  --color-gray: #515151;
  --color-bg-card: #38163A;
  --padding-container: 16px;
  --width-container: 1440px;
}

.color-blue {
  color: var(--color-blue);
  display: inline-block;
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: #090402;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.rs {
  margin: 0;
  padding: 0;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 5;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .hamburger {
    display: block;
    top: 21px;
  }
}

.hamburger-box {
  width: 34px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 33px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 24px;
  }
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
  opacity: 1 !important;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 75ms 0.12s ease;
  transition: top 75ms 0.12s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease;
  transition: top 75ms ease;
  background: var(--color-white);
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.containerW {
  max-width: calc(var(--width-container) + var(--padding-container) * 2);
  padding: 0 var(--padding-container);
  margin: auto;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bgContain, header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub .icon_caret, header .menu-conatiner .header-right .btn-login, header .menu-conatiner .header-right .header-search .form_search form button, header .menu-conatiner .header-right .header-search .dropdown-search .item-icon::before, header .menu-conatiner .header-right .btn_account, .home-banner .lang-fixed .item, .home-banner .slg, .home-banner .ani_item, .home-banner .num_online, .home-banner .btn_dl, .home-news .page2_title, .home-news .box_wrap .box_news .nav-tabs .nav-item, .home-bxh .box_wrap .bxh_nav, .home-timeActive .timeActive_title, .home-video .containerW::before, .home-video .box_wrap .swiper .swiper-wrapper .swiper-slide.video_item::after, .home-video .box_wrap .swiper .swiper-button-next,
.home-video .box_wrap .swiper .swiper-button-prev, .login-page .info-form .group-input .btn_eye, .login-page .info-form .icon_email, .page-recharge .box_wrap .box_title .box_title_right .page-name .icon, .page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon, .page-recharge .box_wrap .box_content .box_right .p_txt .icon, .page-recharge .box_wrap .box_content .box_right .list_item .item .bonus .icon, .page-recharge .box_wrap .box_content .box_right .choose_pay .item_pay .icon, .page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head::after, .ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon, .modal-dialog .modal-content .modal-head .close-modal, .fixbox_download .num_online, .fixbox_download .dl_wrap .btn_recharge, .fixbox_download .dl_wrap .list_dl .dl_mb {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg100, .home-video, .login-page, .category-page .category-banner, .category-page .category-title, .category-page .category-content, .bg_login, .ctv-page {
  background-size: var(--width-container);
  background-repeat: no-repeat;
  background-position: top center;
}

body ::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}

body ::-webkit-scrollbar-thumb {
  background: #fff;
  /* Color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners */
  -webkit-box-shadow: 0px 0px 12px rgba(241, 95, 117, 0.2);
          box-shadow: 0px 0px 12px rgba(241, 95, 117, 0.2);
}

.group-input {
  position: relative;
  margin-bottom: 10px;
}

.group-input .label-title {
  font-weight: bold;
  color: var(--color-gray);
}

.group-input .input--style {
  display: block;
  width: 100%;
  border: 1px solid var(--color-gray);
  background-color: var(--color-black);
  font-size: 2rem;
  padding: 7px 14px;
  line-height: 1.5;
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .group-input .input--style {
    font-size: 1.6rem;
    padding: 6px 12px;
  }
}

.group-input .input--style:focus, .group-input .input--style:focus-visible {
  border: 1px solid var(--color-purple);
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px var(--color-purple);
          box-shadow: 0px 0px 10px var(--color-purple);
}

.group-input .error {
  display: none;
  color: var(--color-red);
  margin-top: 8px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .group-input .error {
    font-size: 1.4rem;
  }
}

.group-input .error.active {
  display: block;
}

.group-input:last-of-type {
  margin-bottom: 0;
}

.group-input-sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-top: 20px;
}

.group-input-sex .group-input-radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.group-input.has-error .input--style {
  border-color: var(--color-red);
  -webkit-box-shadow: 0px 0px 10px var(--color-red);
          box-shadow: 0px 0px 10px var(--color-red);
}

.group-input.has-success .input--style {
  border-color: var(--color-green);
}

/*video*/
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}

@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}

.lightbox-content {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*------ end video ---------*/
@-webkit-keyframes updown {
  0%, 100% {
    -webkit-transform: translateY(30px) rotate(5deg);
            transform: translateY(30px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(0);
            transform: translateY(-30px) rotate(0);
  }
}
@keyframes updown {
  0%, 100% {
    -webkit-transform: translateY(30px) rotate(5deg);
            transform: translateY(30px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(0);
            transform: translateY(-30px) rotate(0);
  }
}

@-webkit-keyframes updown2 {
  0%, 100% {
    -webkit-transform: translateY(40px) rotate(8deg);
            transform: translateY(40px) rotate(8deg);
  }
  50% {
    -webkit-transform: translateY(-40px) rotate(0);
            transform: translateY(-40px) rotate(0);
  }
}

@keyframes updown2 {
  0%, 100% {
    -webkit-transform: translateY(40px) rotate(8deg);
            transform: translateY(40px) rotate(8deg);
  }
  50% {
    -webkit-transform: translateY(-40px) rotate(0);
            transform: translateY(-40px) rotate(0);
  }
}

body.open {
  padding-top: 66px;
}

body.open .container_wrap {
  background-position-y: -66px;
}

@media only screen and (max-width: 767px) {
  body.open .container_wrap {
    background-position-y: -32px;
  }
}

@media only screen and (max-width: 1023px) {
  body.hasFixBottom {
    padding-bottom: 145px;
  }
}

.container_wrap {
  background: url(../images/top-fon-home1.jpg) center top no-repeat #090402;
  background-size: 1920px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .container_wrap {
    background-size: 1300px;
  }
}

@media only screen and (max-width: 767px) {
  .container_wrap {
    background-size: 855px;
    background-position-y: 34px;
  }
}

header {
  position: relative;
  z-index: 9999;
  height: 100px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #130407;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  header {
    background: #4d0f1b;
    height: 66px;
  }
}

header .containerW {
  height: 100%;
}

header .menu-conatiner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .menu-conatiner .logo .logo_img {
  display: block;
  width: 88px;
  height: 76px;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .logo .logo_img {
    margin: auto;
    margin-left: 52px;
    width: 57px;
    height: 49px;
  }
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .logo .logo_img {
    margin-left: 34px;
    width: 50px;
    height: 42px;
  }
}

header .menu-conatiner .logo .logo_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu {
    position: fixed;
    background: #4d0f1b;
    width: 350px;
    top: 66px;
    z-index: 4;
    left: 0;
    height: calc(100vh - 66px);
    padding: 12px 0;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .nav-menu {
    width: 305px;
  }
}

header .menu-conatiner .nav-menu .menu-ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 1440px) {
  header .menu-conatiner .nav-menu .menu-ul {
    gap: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .nav-menu .menu-ul {
    gap: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul {
    display: block;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li {
  position: relative;
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a {
  position: relative;
  text-decoration: none;
  color: var(--color-white);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  height: 82px;
  display: block;
  line-height: 82px;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a {
    height: unset;
    line-height: 1.5;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 40px 12px 24px;
    text-transform: none;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a:last-of-type {
    border-bottom: 0;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a:hover {
  color: var(--color-purple);
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .menu-a:hover .icon_caret {
  background-image: url(../images/icon_arr_bottom_blue.svg);
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 18px 0 34px 42px;
  list-style: none;
  width: 268px;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 50px 50px;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu {
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0 16px 16px 42px;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu .menu-li .menu-a {
  line-height: 1.5;
  height: unset;
  padding: 9px 20px 9px 0;
  color: var(--color-gray);
  border-bottom: 1px solid #ececec;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu .menu-li .menu-a {
    border: 0;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu .menu-li .menu-a:hover {
  color: var(--color-pink);
}

header .menu-conatiner .nav-menu .menu-ul .menu-li .sub-menu .menu-li:last-of-type .menu-a {
  border-bottom: 0;
}

header .menu-conatiner .nav-menu .menu-ul .menu-li:hover .sub-menu {
  display: block;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li:hover .sub-menu {
    display: none;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub .menu-a {
  padding-right: 23px;
}

header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub .icon_caret {
  content: "";
  display: block;
  background-image: url(../images/icon_arr_bottom_pink.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub .icon_caret {
    right: 10px;
  }
}

header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub.active > .menu-a {
  color: var(--color-blue);
}

header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub.active > .menu-a .icon_caret {
  background-image: url(../images/icon_arr_bottom_blue.svg);
}

header .menu-conatiner .nav-menu .menu-ul .menu-li.has_sub.active .sub-menu {
  display: block;
}

header .menu-conatiner .nav-menu.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

header .menu-conatiner .header-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .header-right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

header .menu-conatiner .header-right .btn-login {
  display: block;
  background-image: url(../images/page_title.png);
  background-size: 100% 100%;
  width: 150px;
  height: 55px;
  line-height: 55px;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .header-right .btn-login {
    width: 122px;
    height: 45px;
    line-height: 45px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right .btn-login {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .header-right .btn-login {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 1.2rem;
    margin-left: 5px;
  }
}

header .menu-conatiner .header-right .btn-login:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

header .menu-conatiner .header-right .header-search {
  position: relative;
  min-width: 200px;
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .header-right .header-search {
    min-width: 170px;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right .header-search {
    min-width: 200px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .header-right .header-search {
    margin-left: 10px;
    min-width: calc(100vw - 210px);
  }
}

header .menu-conatiner .header-right .header-search .form_search {
  background: #5e2731;
  border-radius: 50px;
  height: 36px;
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .header-right .header-search .form_search {
    height: 30px;
  }
}

header .menu-conatiner .header-right .header-search .form_search form input {
  color: var(--color-white);
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  padding-right: 45px;
  padding-left: 25px;
  font-size: 2rem;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .header-right .header-search .form_search form input {
    padding-right: 31px;
    padding-left: 6px;
    font-size: 1.4rem;
  }
}

header .menu-conatiner .header-right .header-search .form_search form button {
  background-image: url(../images/icon_search.png);
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  width: 17px;
  height: 18px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: transparent;
  cursor: pointer;
}

header .menu-conatiner .header-right .header-search .dropdown-search {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  background: #4d0f1b;
  border-radius: 20px;
  padding: 10px 25px 15px 24px;
  list-style: none;
  max-width: 500px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right .header-search .dropdown-search {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  header .menu-conatiner .header-right .header-search .dropdown-search {
    max-width: calc(100vw - 126px);
    padding: 10px 10px 15px 10px;
  }
}

header .menu-conatiner .header-right .header-search .dropdown-search.active {
  display: block;
}

header .menu-conatiner .header-right .header-search .dropdown-search .item {
  display: block;
  padding: 5px 0 5px 29px;
  color: var(--color-white);
  font-weight: 300;
  position: relative;
}

header .menu-conatiner .header-right .header-search .dropdown-search .item .txt_suggest {
  opacity: 0.3;
}

header .menu-conatiner .header-right .header-search .dropdown-search .item-icon::before {
  content: "";
  display: block;
  background-image: url(../images/icon_history.png);
  width: 18px;
  height: 19px;
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right .header-search .dropdown-search .item-icon::before {
    top: 5px;
    width: 15px;
  }
}

header .menu-conatiner .header-right .btn_account {
  background-image: url(../images/avatar.png);
  width: 37px;
  height: 37px;
  display: block;
  margin-left: 40px;
}

@media only screen and (max-width: 1200px) {
  header .menu-conatiner .header-right .btn_account {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  header .menu-conatiner .header-right .btn_account {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

header.fixed {
  position: fixed;
  width: 100%;
}

.home-banner {
  position: relative;
  height: calc(100vh - 82px);
  max-height: 850px;
}

@media only screen and (max-width: 1023px) {
  .home-banner {
    height: 594px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner {
    height: 446px;
  }
}

.home-banner .lang-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
  background-color: rgba(129, 14, 22, 0.44);
  padding: 25px 0;
}

@media only screen and (max-width: 1440px) {
  .home-banner .lang-fixed {
    padding: 15px 0;
  }
}

.home-banner .lang-fixed .item {
  display: block;
  padding: 13px 27px 13px 23px;
}

@media only screen and (max-width: 1440px) {
  .home-banner .lang-fixed .item {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .lang-fixed .item {
    padding: 7px 8px;
  }
}

.home-banner .lang-fixed .item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70px;
  height: 42px;
}

@media only screen and (max-width: 1440px) {
  .home-banner .lang-fixed .item img {
    width: 51px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .lang-fixed .item img {
    width: 34px;
    height: 22px;
  }
}

.home-banner .lang-fixed .item.active {
  background-color: rgba(129, 14, 22, 0.44);
}

.home-banner .slg {
  background-image: url(../images/name.png);
  width: 374px;
  height: 209px;
  position: absolute;
  z-index: 3;
  top: 196px;
  left: 50%;
  margin-left: -564px;
}

@media only screen and (max-width: 1200px) {
  .home-banner .slg {
    width: 284px;
    height: 152px;
    top: 174px;
    margin-left: -279px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-banner .slg {
    width: 213px;
    height: 116px;
    top: 158px;
    margin-left: -277px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .slg {
    width: 120px;
    height: 80px;
    top: 158px;
    margin-left: -127px;
  }
}

.home-banner .ani_item {
  position: absolute;
  z-index: 1;
  left: 50%;
  pointer-events: none;
}

.home-banner .ani_item-1 {
  background-image: url(../images/1.png);
  width: 253px;
  height: 400px;
  margin-left: -298px;
  top: 226px;
  -webkit-animation: updown 4s infinite;
          animation: updown 4s infinite;
}

@media only screen and (max-width: 1023px) {
  .home-banner .ani_item-1 {
    width: 134px;
    height: 279px;
    margin-left: -165px;
    top: 179px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .ani_item-1 {
    width: 77px;
    height: 150px;
    margin-left: -100px;
    top: 80px;
  }
}

.home-banner .ani_item-2 {
  background-image: url(../images/2.png);
  width: 211px;
  height: 287px;
  top: 335px;
  margin-left: -638px;
  -webkit-animation: updown2 4.2s 500ms infinite;
          animation: updown2 4.2s 500ms infinite;
}

@media only screen and (max-width: 1023px) {
  .home-banner .ani_item-2 {
    width: 158px;
    height: 205px;
    top: 157px;
    margin-left: -396px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .ani_item-2 {
    width: 100px;
    height: 140px;
    margin-left: -60px;
    top: 161px;
  }
}

.home-banner .ani_item-3 {
  background-image: url(../images/3.png);
  width: 156px;
  height: 283px;
  top: 159px;
  margin-left: -700px;
  -webkit-animation: updown 4s 500ms infinite;
          animation: updown 4s 500ms infinite;
}

@media only screen and (max-width: 1023px) {
  .home-banner .ani_item-3 {
    width: 111px;
    height: 202px;
    top: 130px;
    margin-left: -286px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .ani_item-3 {
    width: 77px;
    height: 140px;
    margin-left: -100px;
    top: 80px;
  }
}

.home-banner .ani_item-4 {
  background-image: url(../images/4.png);
  width: 70px;
  height: 258px;
  top: 272px;
  margin-left: -425px;
  -webkit-animation: updown2 4.2s 800ms infinite;
          animation: updown2 4.2s 800ms infinite;
}

@media only screen and (max-width: 1023px) {
  .home-banner .ani_item-4 {
    width: 50px;
    height: 184px;
    top: 260px;
    margin-left: -295px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .ani_item-4 {
    width: 34px;
    height: 129px;
    margin-left: -100px;
    top: 140px;
  }
}

.home-banner .num_online {
  background-image: url(../images/online.png);
  width: 131px;
  height: 145px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  margin-left: 547px;
  padding-top: 57px;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .home-banner .num_online {
    display: block;
    margin-left: 207px;
    top: 58px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .num_online {
    display: block;
    margin-left: 73px;
    top: 46px;
    width: 87px;
    height: 93px;
    left: auto;
    right: 5px;
    padding-top: 38px;
  }
}

.home-banner .num_online .txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-green);
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .home-banner .num_online .txt {
    font-size: 1.2rem;
  }
}

.home-banner .num_online .num {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .home-banner .num_online .num {
    font-size: 1.6rem;
  }
}

.home-banner .btn_dl {
  background-image: url(../images/btn_dl.png);
  width: 310px;
  height: 128px;
  position: absolute;
  z-index: 11;
  bottom: 100px;
  left: 50%;
  margin-left: -155px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .home-banner .btn_dl {
    width: 212px;
    height: 88px;
    margin-left: -106px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-banner .btn_dl {
    width: 172px;
    height: 74px;
    bottom: auto;
    top: 206px;
    margin-left: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .btn_dl {
    width: 115px;
    height: 47px;
    bottom: auto;
    top: 144px;
    left: auto;
    margin: 0;
    right: 0;
  }
}

.home-banner .btn_dl:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.home-banner .fixbox_download {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .home-banner .fixbox_download {
    display: block;
    position: absolute;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    left: 50%;
    bottom: 89px;
    margin: 0 0 0 -231px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .fixbox_download {
    bottom: 50px;
    margin: 0 0 0 -165px;
  }
}

.home-banner .fixbox_download .dl_wrap {
  background-image: url(../images/box_dl_mb.png);
  width: 462px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 47px;
}

@media only screen and (max-width: 1023px) {
  .home-banner .fixbox_download .dl_wrap {
    padding: 0 47px 0 42px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .fixbox_download .dl_wrap {
    width: 330px;
    height: 115px;
    padding: 0 30px;
  }
}

.home-banner .fixbox_download .num_online {
  display: none;
}

.home-banner .fixbox_download .toggle {
  display: none;
}

.home-banner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1440px;
  height: 201px;
  background-image: url(../images/light.png);
  background-size: 1440px 201px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  .home-banner::after {
    width: 100vw;
    background-size: 100vw auto;
  }
}

.home-news {
  background-color: #060000;
  padding: 12px 0 50px;
  position: relative;
}

.home-news .containerW {
  position: relative;
}

.home-news .containerW::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 461px;
  height: 381px;
  background-image: url(../images/top-home2.png);
  background-size: 461px 381px;
  pointer-events: none;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .home-news .containerW::before {
    background-size: contain;
    width: 230px;
    height: 190px;
  }
}

.home-news .page2_title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  width: 375px;
  height: 116px;
  line-height: 116px;
  background-image: url(../images/page_title.png);
  background-size: 100% 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .home-news .page2_title {
    width: 253px;
    height: 75px;
    line-height: 75px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .page2_title {
    width: 190px;
    height: 51px;
    line-height: 53px;
    font-size: 1.8rem;
  }
}

.home-news::after {
  content: "";
  position: absolute;
  bottom: -143px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1440px;
  height: 250px;
  background-image: url(../images/light2.png);
  background-size: 1440px 250px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  .home-news::after {
    width: 100vw;
    background-size: 100vw auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-news::after {
    width: 100vw;
    background-size: 100vw auto;
    height: 15vw;
    bottom: -2vw;
  }
}

.home-news .box_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
  background-image: url(../images/bg_new_home2.png);
  background-size: 100% 100%;
  width: 1295px;
  height: 527px;
  margin: auto;
  padding: 46px 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 1440px) {
  .home-news .box_wrap {
    width: 1170px;
    height: 497px;
    padding: 46px 66px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap {
    width: 980px;
    height: 447px;
    padding: 46px 56px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-news .box_wrap {
    display: block;
    width: 600px;
    height: 379px;
    padding: 35px 51px;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .box_wrap {
    display: block;
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    height: 292px;
    padding: 24px 6vw;
  }
}

@media (max-width: 375px) {
  .home-news .box_wrap {
    width: 100vw;
    margin-left: -15px;
  }
}

.home-news .box_wrap .box_slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .home-news .box_wrap .box_slider {
    display: none;
  }
}

.home-news .box_wrap .box_slider .swiper-pagination {
  bottom: 0;
}

.home-news .box_wrap .box_slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-white);
  width: 16px;
  height: 16px;
  margin: 0 11px;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap .box_slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}

.home-news .box_wrap .box_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #461756;
  -webkit-box-shadow: 0 0 4px #d65aff;
          box-shadow: 0 0 4px #d65aff;
}

.home-news .box_wrap .box_news {
  overflow: hidden;
}

.home-news .box_wrap .box_news .nav-tabs {
  border: 0;
}

@media only screen and (max-width: 1023px) {
  .home-news .box_wrap .box_news .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.home-news .box_wrap .box_news .nav-tabs .nav-item {
  width: 178px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  background-image: url(../images/category.png);
  background-size: 100% 100%;
  margin-right: 6px;
}

@media only screen and (max-width: 1440px) {
  .home-news .box_wrap .box_news .nav-tabs .nav-item {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap .box_news .nav-tabs .nav-item {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .box_wrap .box_news .nav-tabs .nav-item {
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
    margin: 0 1px;
  }
}

.home-news .box_wrap .box_news .nav-tabs .nav-item .nav-link {
  color: var(--color-white);
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0 5px;
}

.home-news .box_wrap .box_news .nav-tabs .nav-item .nav-link.active {
  color: var(--color-yellow);
}

.home-news .box_wrap .box_news .nav-tabs .nav-item:last-of-type {
  margin-right: 0;
}

.home-news .box_wrap .box_news .nav-tabs .nav-item:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.home-news .box_wrap .box_news .tab-content .news_list {
  position: relative;
  list-style: none;
  margin-top: 18px;
  height: 330px;
}

@media only screen and (max-width: 1440px) {
  .home-news .box_wrap .box_news .tab-content .news_list {
    height: 295px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap .box_news .tab-content .news_list {
    height: 263px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-news .box_wrap .box_news .tab-content .news_list {
    height: 257px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .box_wrap .box_news .tab-content .news_list {
    height: 207px;
    margin-top: 5px;
  }
}

.home-news .box_wrap .box_news .tab-content .news_list li .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.5rem;
  color: var(--color-white);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #80808063;
}

@media only screen and (max-width: 1440px) {
  .home-news .box_wrap .box_news .tab-content .news_list li .news_item {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap .box_news .tab-content .news_list li .news_item {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .box_wrap .box_news .tab-content .news_list li .news_item {
    font-size: 1.4rem;
    padding: 7px 0;
  }
}

.home-news .box_wrap .box_news .tab-content .news_list li .news_item span {
  display: block;
}

.home-news .box_wrap .box_news .tab-content .news_list li .news_item span.name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 22px;
}

.home-news .box_wrap .box_news .tab-content .news_list li .news_item span.date {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.home-news .box_wrap .box_news .tab-content .news_list li .btn_more {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 2rem;
  color: var(--color-yellow);
  text-decoration: none;
  background: #70295a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 100px;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .home-news .box_wrap .box_news .tab-content .news_list li .btn_more {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-news .box_wrap .box_news .tab-content .news_list li .btn_more {
    margin: 5px auto 0;
  }
}

.home-bxh {
  background-color: #060000;
  padding: 12px 0 50px;
}

@media only screen and (max-width: 767px) {
  .home-bxh {
    padding: 12px 0 30px;
  }
}

.home-bxh .bxh_title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  background-image: url(../images/page_title.png);
  background-size: 100% 100%;
  width: 257px;
  height: 103px;
  line-height: 103px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .home-bxh .bxh_title {
    height: 75px;
    line-height: 75px;
    font-size: 2.4rem;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .home-bxh .bxh_title {
    width: 140px;
    height: 51px;
    line-height: 53px;
    font-size: 1.8rem;
  }
}

.home-bxh .box_wrap {
  width: 1284px;
  height: 689px;
  background-image: url(../images/bg_bxh.png);
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 69px 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 1440px) {
  .home-bxh .box_wrap {
    width: 1170px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-bxh .box_wrap {
    width: 980px;
    padding: 43px 43px 28px;
    height: 577px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-bxh .box_wrap {
    width: 628px;
    height: 558px;
    padding: 35px 27px;
  }
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap {
    width: 100vw;
    height: 93vw;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5vw 4vw;
  }
}

.home-bxh .box_wrap::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 480px;
  height: 651px;
  margin-left: -240px;
  background-image: url(../images/art3.png);
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .home-bxh .box_wrap::before {
    width: 480px;
    height: 651px;
    margin-left: -200px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-bxh .box_wrap::before {
    display: none;
  }
}

.home-bxh .box_wrap .bxh_item {
  position: relative;
  z-index: 2;
}

.home-bxh .box_wrap .bxh_item .bxh_name {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-purple);
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .home-bxh .box_wrap .bxh_item .bxh_name {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_item .bxh_name {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
}

.home-bxh .box_wrap .bxh_item .table-responsive table {
  width: 100%;
}

.home-bxh .box_wrap .bxh_item .table-responsive table tr,
.home-bxh .box_wrap .bxh_item .table-responsive table th,
.home-bxh .box_wrap .bxh_item .table-responsive table td {
  border: 0;
  padding-left: 18px;
  padding-right: 18px;
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_item .table-responsive table tr,
  .home-bxh .box_wrap .bxh_item .table-responsive table th,
  .home-bxh .box_wrap .bxh_item .table-responsive table td {
    padding: 1vw 2vw;
  }
}

.home-bxh .box_wrap .bxh_item .table-responsive table thead tr th {
  font-size: 3rem;
  color: var(--color-yellow);
}

@media only screen and (max-width: 1200px) {
  .home-bxh .box_wrap .bxh_item .table-responsive table thead tr th {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_item .table-responsive table thead tr th {
    font-size: 3.8vw;
  }
}

.home-bxh .box_wrap .bxh_item .table-responsive table tbody tr td {
  font-size: 2.2rem;
  color: var(--color-white);
}

@media only screen and (max-width: 1200px) {
  .home-bxh .box_wrap .bxh_item .table-responsive table tbody tr td {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_item .table-responsive table tbody tr td {
    font-size: 3.5vw;
  }
}

.home-bxh .box_wrap .bxh_nav {
  background-image: url(../images/icon_next.png);
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -26px;
  right: -33px;
  border: 1px solid transparent;
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_nav {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    right: -3px;
  }
}

.home-bxh .box_wrap .bxh_nav-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -33px;
}

@media only screen and (max-width: 767px) {
  .home-bxh .box_wrap .bxh_nav-left {
    left: -3px;
  }
}

.home-bxh .box_wrap .bxh_nav:hover {
  border-color: var(--color-purple);
}

.home-timeActive {
  background-color: #060000;
  padding: 12px 0 125px;
  position: relative;
}

.home-timeActive::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  height: 201px;
  background-image: url(../images/light.png);
  background-size: 1440px 201px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  .home-timeActive::after {
    width: 100vw;
    background-size: 100vw auto;
  }
}

.home-timeActive .containerW {
  position: relative;
}

.home-timeActive .containerW::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 461px;
  height: 381px;
  background-image: url(../images/top-home4.png);
  background-size: 461px 381px;
  pointer-events: none;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .home-timeActive .containerW::before {
    background-size: contain;
    width: 230px;
    height: 190px;
  }
}

.home-timeActive .timeActive_title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  width: 375px;
  height: 116px;
  line-height: 116px;
  background-image: url(../images/page_title.png);
  background-size: 100% 100%;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .timeActive_title {
    width: 253px;
    height: 75px;
    line-height: 75px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .timeActive_title {
    width: 190px;
    height: 51px;
    line-height: 53px;
    font-size: 1.8rem;
  }
}

.home-timeActive .box_wrap .count_time {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--color-yellow);
  text-align: center;
  margin: 10px auto 0;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .count_time {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .count_time {
    font-size: 1.8rem;
  }
}

.home-timeActive .box_wrap .box-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1200px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1440px) {
  .home-timeActive .box_wrap .box-grid {
    margin: 40px 50px 0;
    gap: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .box-grid {
    margin: 9px 41px 0;
    gap: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .box-grid {
    display: block;
    margin: 5px 23px 0;
  }
}

.home-timeActive .box_wrap .box-grid .time_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-white);
  padding: 15px 0;
  border-bottom: 1px solid #746363;
}

.home-timeActive .box_wrap .box-grid .time_list .item .item_txt .name {
  font-size: 3rem;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_txt .name {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_txt .name {
    font-size: 1.6rem;
  }
}

.home-timeActive .box_wrap .box-grid .time_list .item .item_txt .sub {
  font-size: 2.5rem;
  color: var(--color-yellow);
  line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_txt .sub {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_txt .sub {
    font-size: 1.4rem;
  }
}

.home-timeActive .box_wrap .box-grid .time_list .item .item_time {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.home-timeActive .box_wrap .box-grid .time_list .item .item_time .hour {
  font-size: 3rem;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_time .hour {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_time .hour {
    font-size: 1.6rem;
  }
}

.home-timeActive .box_wrap .box-grid .time_list .item .item_time .countdown {
  font-size: 2.5rem;
  color: var(--color-yellow);
  line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_time .countdown {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .box-grid .time_list .item .item_time .countdown {
    font-size: 1.4rem;
  }
}

.home-timeActive .box_wrap .box-grid .time_list .item:last-of-type {
  border-bottom: 0;
}

.home-timeActive .box_wrap .btn_more {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 2rem;
  color: var(--color-yellow);
  text-decoration: none;
  background: #70295a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 100px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1023px) {
  .home-timeActive .box_wrap .btn_more {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .home-timeActive .box_wrap .btn_more {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}

.home-video {
  background-color: #060000;
  padding: 12px 0 50px;
  min-height: 1000px;
  background-image: url(../images/bottom-fon-home-1.jpg);
  background-position: bottom center;
}

@media only screen and (max-width: 1023px) {
  .home-video {
    min-height: unset;
  }
}

.home-video .containerW {
  position: relative;
}

.home-video .containerW::before {
  content: "";
  position: absolute;
  top: -108px;
  right: 0;
  width: 540px;
  height: 1026px;
  background-image: url(../images/art5.png);
  z-index: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .home-video .containerW::before {
    display: none;
  }
}

.home-video .video_title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  background-image: url(../images/page_title.png);
  background-size: 100% 100%;
  width: 257px;
  height: 103px;
  line-height: 103px;
  margin: 12px auto 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .home-video .video_title {
    height: 75px;
    line-height: 75px;
    font-size: 2.4rem;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .home-video .video_title {
    width: 140px;
    height: 51px;
    line-height: 53px;
    font-size: 1.8rem;
  }
}

.home-video .box_wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 977px;
  margin: 30px auto 0;
}

.home-video .box_wrap .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding-bottom: 72px;
}

@media only screen and (max-width: 767px) {
  .home-video .box_wrap .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 40px;
  }
}

.home-video .box_wrap .swiper .swiper-wrapper .swiper-slide .video_name {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-yellow);
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .home-video .box_wrap .swiper .swiper-wrapper .swiper-slide .video_name {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-video .box_wrap .swiper .swiper-wrapper .swiper-slide .video_name {
    font-size: 1.6rem;
  }
}

.home-video .box_wrap .swiper .swiper-wrapper .swiper-slide.video_item::after {
  content: "";
  display: inline;
  background-image: url(../images/icon_play.png);
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .home-video .box_wrap .swiper .swiper-wrapper .swiper-slide.video_item::after {
    width: 45px;
    height: 45px;
    margin-top: -17px;
  }
}

.home-video .box_wrap .swiper .swiper-wrapper .swiper-slide img {
  border: 1px solid var(--color-yellow);
}

.home-video .box_wrap .swiper .swiper-button-next,
.home-video .box_wrap .swiper .swiper-button-prev {
  width: 53px;
  height: 53px;
  margin-top: -63px;
  background-image: url(../images/icon_next.png);
}

@media only screen and (max-width: 767px) {
  .home-video .box_wrap .swiper .swiper-button-next,
  .home-video .box_wrap .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -53px;
  }
}

.home-video .box_wrap .swiper .swiper-button-next::after,
.home-video .box_wrap .swiper .swiper-button-prev::after {
  display: none;
}

.home-video .box_wrap .swiper .swiper-button-next.swiper-button-prev,
.home-video .box_wrap .swiper .swiper-button-prev.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

footer {
  background-color: #140508;
}

footer .footer_top {
  padding: 24px 0 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  footer .footer_top {
    padding: 34px 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_menu {
    margin-top: 22px;
  }
}

footer .footer_top .footer_menu li {
  margin-right: 40px;
}

footer .footer_top .footer_menu li a {
  color: var(--color-white);
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1023px) {
  footer .footer_top .footer_menu li a {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_menu li a {
    font-size: 1.4rem;
    text-transform: none;
  }
}

footer .footer_top .footer_menu li a:hover, footer .footer_top .footer_menu li a:focus, footer .footer_top .footer_menu li a.active {
  color: var(--color-purple);
}

footer .footer_top .footer_menu li:last-of-type {
  margin-right: 0;
}

footer .footer_top .footer_lang {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

footer .footer_top .footer_lang .dropdown .img_lang {
  width: 41px;
  height: 26px;
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_lang .dropdown .img_lang {
    width: 30px;
    height: 19px;
  }
}

footer .footer_top .footer_lang .dropdown .dropdown-toggle {
  color: var(--color-white);
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_lang .dropdown .dropdown-toggle {
    font-size: 1.6rem;
  }
}

footer .footer_top .footer_lang .dropdown .dropdown-toggle img {
  margin-left: 10px;
}

footer .footer_top .footer_lang .dropdown .dropdown-toggle::after {
  right: inherit;
  left: 0;
  margin-right: 10px;
}

footer .footer_top .footer_lang .dropdown .dropdown-toggle:hover, footer .footer_top .footer_lang .dropdown .dropdown-toggle:focus {
  color: var(--color-purple);
}

footer .footer_top .footer_lang .dropdown .dropdown-menu {
  background: #270e13;
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_lang .dropdown .dropdown-menu {
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer .footer_top .footer_lang .dropdown .dropdown-menu .dropdown-item {
  color: var(--color-white);
  font-size: 1.8rem;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  footer .footer_top .footer_lang .dropdown .dropdown-menu .dropdown-item {
    font-size: 1.6rem;
  }
}

footer .footer_top .footer_lang .dropdown .dropdown-menu .dropdown-item:hover, footer .footer_top .footer_lang .dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: var(--color-yellow);
}

footer .footer_bottom {
  padding: 16px 0 24px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom {
    padding: 0 0 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

footer .footer_bottom .footer_list {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .footer_list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .footer_bottom .footer_list .item {
  color: var(--color-white);
  font-size: 1.5rem;
  text-decoration: none;
}

footer .footer_bottom .footer_list .item:hover, footer .footer_bottom .footer_list .item:focus {
  color: var(--color-purple);
}

footer .footer_bottom .footer_logo {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .footer_logo {
    margin: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer .footer_bottom .footer_logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 210px;
  height: 120px;
}

@media only screen and (max-width: 1023px) {
  footer .footer_bottom .footer_logo img {
    width: 161px;
    height: 94px;
  }
}

footer .footer_bottom .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .footer_social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    margin-top: 20px;
  }
}

footer .footer_bottom .footer_social .item {
  display: inline-block;
  margin-right: 16px;
  border: 1px solid transparent;
  border-radius: 100px;
}

footer .footer_bottom .footer_social .item img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .footer_social .item img {
    width: 36px;
    height: 36px;
  }
}

footer .footer_bottom .footer_social .item:last-of-type {
  margin-right: 0;
}

footer .footer_bottom .footer_social .item:hover, footer .footer_bottom .footer_social .item:focus {
  border-color: var(--color-purple);
}

.login-page {
  --width-box: 618px;
  background-image: url(../images/bg_login.jpg);
  background-color: #090301;
  background-position: bottom center;
  padding: 100px 0;
  min-height: calc(100vh - 150px);
}

@media only screen and (max-width: 1440px) {
  .login-page {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .login-page {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .login-page {
    padding: 30px 0;
    min-height: 650px;
  }
}

.login-page .login-title {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-pink);
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .login-page .login-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.login-page .group-wrap {
  display: none;
}

.login-page .group-wrap.active {
  display: block;
}

.login-page .sub-title {
  background: #431a47;
  padding: 9px 20px 9px 50px;
  color: var(--color-white);
  max-width: var(--width-box);
  padding: 9px 20px 9px 50px;
  position: relative;
  margin: 0 auto 26px;
}

.login-page .sub-title::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-pink);
}

.login-page .txt_confirm {
  max-width: var(--width-box);
  color: var(--color-white);
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--color-green);
  padding: 10px 20px;
  margin: 0 auto 30px;
}

.login-page .info-form {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(193, 39, 45, 0.2)), color-stop(11%, rgba(165, 36, 51, 0.27)), color-stop(29%, rgba(130, 33, 51, 0.37)), color-stop(46%, rgba(102, 30, 64, 0.48)), color-stop(64%, rgba(83, 28, 68, 0.58)), color-stop(82%, rgba(71, 26, 70, 0.69)), to(rgba(67, 26, 71, 0.8)));
  background: linear-gradient(to top, rgba(193, 39, 45, 0.2) 0%, rgba(165, 36, 51, 0.27) 11%, rgba(130, 33, 51, 0.37) 29%, rgba(102, 30, 64, 0.48) 46%, rgba(83, 28, 68, 0.58) 64%, rgba(71, 26, 70, 0.69) 82%, rgba(67, 26, 71, 0.8) 100%);
  margin: auto;
  border-radius: 8px;
  max-width: var(--width-box);
  padding: 40px 50px;
}

@media only screen and (max-width: 767px) {
  .login-page .info-form {
    padding: 23px 16px;
  }
}

.login-page .info-form .label {
  color: var(--color-white);
  margin-bottom: 12px;
  font-weight: 400;
  display: block;
}

.login-page .info-form .group-input {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .login-page .info-form .group-input {
    margin-bottom: 16px;
  }
}

.login-page .info-form .group-input .btn_eye {
  background-image: url(../images/icon_eye_close.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 52px;
}

@media only screen and (max-width: 767px) {
  .login-page .info-form .group-input .btn_eye {
    right: 12px;
    top: 40px;
  }
}

.login-page .info-form .group-input .btn_eye.active {
  background-image: url(../images/icon_eye.svg);
}

.login-page .info-form .group-input.d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-page .info-form .group-input.d-flex .right {
  text-align: center;
}

.login-page .info-form .group-input.d-flex .right .btn_login {
  display: block;
  background-color: var(--color-purple);
  color: var(--color-white);
  border: 0;
  border-radius: 6px;
  padding: 9px 26px;
  cursor: pointer;
}

.login-page .info-form .group-input.d-flex .right .forgot {
  margin: 16px auto 0;
}

.login-page .info-form .group-input-checkbox .checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.login-page .info-form .group-input-checkbox .checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login-page .info-form .group-input-checkbox .checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: var(--color-purple);
}

.login-page .info-form .group-input-checkbox .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.login-page .info-form .group-input-checkbox .checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: var(--color-purple);
}

.login-page .info-form .group-input-checkbox .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: var(--color-purple);
}

.login-page .info-form .group-input-checkbox .checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

@media only screen and (max-width: 1023px) {
  .login-page .info-form .group-input-checkbox .checkbox.style-c .checkbox__checkmark {
    top: 1px;
  }
}

.login-page .info-form .group-input-checkbox .checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.login-page .info-form .group-input-checkbox .checkbox.style-c .checkbox__body {
  color: var(--color-white);
}

.login-page .info-form .group-input:last-of-type {
  margin-bottom: 0;
}

.login-page .info-form .icon_email {
  width: 75px;
  height: 59px;
  background-image: url(../images/icon_email.png);
  margin: auto;
}

.login-page .info-form .txt_email {
  color: var(--color-white);
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}

.login-page .info-form .txt_note {
  color: var(--color-white);
  margin-top: 30px;
}

.login-page .info-form .btn_continue {
  margin-top: -8px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: var(--color-blue);
  color: var(--color-white);
  text-align: center;
}

.login-page .info-form .btn_back_login {
  height: 40px;
  line-height: 40px;
  margin-top: 50px;
  display: block;
  background: var(--color-blue);
  color: var(--color-white);
  text-align: center;
}

.login-page .info-form .btn_back {
  margin-top: 16px;
  display: inline-block;
  color: var(--color-blue);
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .category-page .containerW {
    padding: 0;
  }
}

.category-page .category-banner {
  background-image: url(../images/banner_category.jpg);
  width: 100%;
  height: 528px;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-banner {
    background-size: 1024px;
    height: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-banner {
    background-size: 768px;
    height: 282px;
  }
}

.category-page .category-title {
  background-image: url(../images/title_category.jpg);
  width: 100%;
  height: 92px;
  line-height: 92px;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .category-page .category-title {
    height: 60px;
    line-height: 60px;
    font-size: 2.2rem;
  }
}

.category-page .category-content {
  background-image: url(../images/bg_category.jpg);
  background-size: 1440px;
  width: 100%;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content {
    background-size: 768px;
    padding: 0 15px;
  }
}

.category-page .category-content .bg-content {
  max-width: 1260px;
  padding: 0 15px;
  background-color: rgba(39, 128, 152, 0.4);
  margin: auto;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .bg-content {
    padding: 20px 15px;
  }
}

.category-page .category-content .category-nav .category-nav-ul {
  text-align: center;
}

.category-page .category-content .category-nav .category-nav-ul .category-nav-li {
  display: inline-block;
}

.category-page .category-content .category-nav .category-nav-ul .category-nav-li .category-nav-a {
  color: var(--color-blue);
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  margin: 0 30px;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .category-nav .category-nav-ul .category-nav-li .category-nav-a {
    font-size: 2.2rem;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .category-nav .category-nav-ul .category-nav-li .category-nav-a {
    font-size: 1.8rem;
    margin: 0 12px;
  }
}

.category-page .category-content .category-nav .category-nav-ul .category-nav-li .category-nav-a.active {
  color: var(--color-white);
  background: var(--color-purple);
  padding: 4px 22px 4px 22px;
  border-radius: 100px;
}

.category-page .category-content .category-list {
  margin-top: 36px;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .category-list {
    margin-top: 20px;
  }
}

.category-page .category-content .category-list .category-item {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3rem;
  padding: 10px 0;
  border-bottom: 1px dashed #ffffff4f;
  max-width: 860px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .category-list .category-item {
    font-size: 2rem;
    padding: 10px var(--padding-container);
    max-width: 640px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .category-list .category-item {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.category-page .category-content .category-list .category-item span {
  position: relative;
  z-index: 2;
}

.category-page .category-content .category-list .category-item .title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px;
}

.category-page .category-content .category-list .category-item .date {
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.category-page .category-content .category-list .category-item::after {
  content: "";
  display: block;
  width: calc(100% + 500px);
  max-width: 1260px;
  height: 100%;
  background: #0c5a71;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.category-page .category-content .category-list .category-item:hover {
  color: var(--color-yellow);
}

.category-page .category-content .category-list .category-item:hover::after {
  display: block;
}

.category-page .category-content .count_time {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-purple);
  text-align: center;
  margin-bottom: 30px;
  min-width: 200px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px;
  margin: auto;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .count_time {
    font-size: 2.2rem;
    min-width: 122px;
  }
}

.category-page .category-content .time_list {
  max-width: 500px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .time_list {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list {
    margin-top: 15px;
  }
}

.category-page .category-content .time_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-white);
  padding: 15px 0;
  border-bottom: 1px solid #746363;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list .item {
    padding: 10px 0;
  }
}

.category-page .category-content .time_list .item .item_txt .name {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list .item .item_txt .name {
    font-size: 1.8rem;
  }
}

.category-page .category-content .time_list .item .item_txt .sub {
  font-size: 2.5rem;
  color: var(--color-yellow);
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list .item .item_txt .sub {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.category-page .category-content .time_list .item .item_time {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.category-page .category-content .time_list .item .item_time .hour {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list .item .item_time .hour {
    font-size: 1.8rem;
  }
}

.category-page .category-content .time_list .item .item_time .countdown {
  font-size: 2.5rem;
  color: var(--color-yellow);
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .time_list .item .item_time .countdown {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.category-page .category-content .time_list .item:last-of-type {
  border-bottom: 0;
}

.category-page .category-content .post-suggestions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 30px 20px;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .post-suggestions {
    gap: 10px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-suggestions {
    gap: 5px;
    padding: 12px 0;
  }
}

.category-page .category-content .post-suggestions .post-suggestion-item {
  position: relative;
}

.category-page .category-content .post-suggestions .post-suggestion-item::before {
  content: "";
  padding-top: 60%;
  display: block;
}

.category-page .category-content .post-suggestions .post-suggestion-item .post-suggestion-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-page .category-content .post-suggestions .post-suggestion-item .post-suggestion-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-page .category-content .post-suggestions .post-suggestion-item .title {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  background: #000000bd;
  width: 100%;
  font-size: 3rem;
  padding: 15px 15px;
  color: var(--color-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .post-suggestions .post-suggestion-item .title {
    font-size: 1.6rem;
    padding: 12px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-suggestions .post-suggestion-item .title {
    font-size: 1.2rem;
    padding: 3px 6px;
    text-transform: unset;
  }
}

.category-page .category-content .post-detail img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}

.category-page .category-content .post-detail .post-detail-content {
  margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .post-detail .post-detail-content {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-detail .post-detail-content {
    margin-top: 20px;
  }
}

.category-page .category-content .post-detail .post-detail-content .post-detail-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-yellow);
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .post-detail .post-detail-content .post-detail-title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-detail .post-detail-content .post-detail-title {
    font-size: 1.8rem;
  }
}

.category-page .category-content .post-detail .post-detail-content .post-detail-description {
  color: white;
  margin-top: 30px;
  font-size: 3rem;
  padding: 0 50px;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .category-page .category-content .post-detail .post-detail-content .post-detail-description {
    font-size: 1.8rem;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-detail .post-detail-content .post-detail-description {
    font-size: 1.4rem;
    padding: 0;
  }
}

.category-page .category-content .post-detail .post-detail-content .post-detail-description p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .category-page .category-content .post-detail .post-detail-content .post-detail-description p {
    margin-bottom: 10px;
  }
}

.bg_login {
  background-image: url(../images/bg_login.jpg);
  background-color: #090301;
  background-position: bottom center;
}

.page-recharge {
  padding: 56px 0 80px;
}

@media only screen and (max-width: 767px) {
  .page-recharge {
    padding: 30px 0 40px;
  }
}

.page-recharge .box_wrap {
  max-width: 1260px;
  margin: auto;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap {
    padding: 0;
  }
}

.page-recharge .box_wrap .box-grid--2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.26fr 1fr;
      grid-template-columns: 0.26fr 1fr;
  gap: 30px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box-grid--2 {
    display: block;
  }
}

.page-recharge .box_wrap .box_title .box_title_right .page-name {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_title .box_title_right .page-name {
    font-size: 2rem;
  }
}

.page-recharge .box_wrap .box_title .box_title_right .page-name .icon {
  width: 32px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_title .box_title_right .page-name .icon {
    width: 20px;
    height: 18px;
  }
}

.page-recharge .box_wrap .box_title .box_title_right .page-name .icon.icon_recharge {
  background-image: url(../images/icon_nap.png);
}

.page-recharge .box_wrap .box_title .box_title_right .page-name .icon.icon_info {
  background-image: url(../images/avatar.png);
}

.page-recharge .box_wrap .box_content {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content {
    margin-top: 20px;
  }
}

.page-recharge .box_wrap .box_content .box_left {
  min-width: 250px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_left {
    min-width: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left {
    display: block;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info {
  background-color: var(--color-bg-card);
  padding: 24px 20px 30px 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info {
    padding: 16px 15px;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 24px;
  border-bottom: 1px solid #ffffffdb;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info .info_title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon {
  width: 17px;
  height: 18px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon.icon_info {
  background-image: url(../images/icon_user.png);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon.icon_wallet {
  background-image: url(../images/icon_wallet.png);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_title .icon.icon_gift {
  background-image: url(../images/icon_gift.png);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item {
  font-size: 1.7rem;
  margin-bottom: 6px;
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info .info_item {
    font-size: 1.4rem;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item span {
  display: inline-block;
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item .number {
  font-weight: 500;
  color: var(--color-pink);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item .status {
  font-weight: 500;
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item .status.status-green {
  color: var(--color-green);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item .status.status-red {
  color: var(--color-red);
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.page-recharge .box_wrap .box_content .box_left .box_info .info_item:last-of-type {
  margin-bottom: 0;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn {
  margin-top: 24px;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item {
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 10px;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item.btn_item-pink {
  background-color: var(--color-pink);
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item.btn_item-gray {
  background-color: #727272;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item.btn_item-blue {
  background-color: #499ae1;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item:hover {
  opacity: 0.8;
}

.page-recharge .box_wrap .box_content .box_left .box_info .group_btn .btn_item:last-of-type {
  margin-bottom: 0;
}

.page-recharge .box_wrap .box_content .box_left .box_info2 {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_left .box_info2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info2 {
    margin-top: 12px;
  }
}

.page-recharge .box_wrap .box_content .box_right {
  border-radius: 10px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_right {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right {
    margin-top: 20px;
  }
}

.page-recharge .box_wrap .box_content .box_right.bg_card {
  background-color: var(--color-bg-card);
  padding: 36px 32px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right.bg_card {
    padding: 24px 15px;
  }
}

.page-recharge .box_wrap .box_content .box_right .num_xu {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--color-pink);
  background: rgba(57, 55, 130, 0.15);
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #1616163b;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .num_xu {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .p_txt {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid #9b9a9a;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .p_txt {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .p_txt .icon {
  width: 18px;
  height: 15px;
  background-image: url(../images/icon_nap.png);
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .p_txt .icon {
    width: 14px;
    height: 12px;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px 50px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9b9a9a;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .page-recharge .box_wrap .box_content .box_right .list_item {
    gap: 20px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_right .list_item {
    gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item {
  padding: 20px 19px 28px;
  border-radius: 10px;
  border: 1px solid var(--color-pink);
  background: rgba(23, 8, 11, 0.33);
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item {
    padding: 12px 10px 16px;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item .item_price1 {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item .item_price1 {
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item .item_price2 {
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-yellow);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item .item_price2 {
    font-size: 1.4rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item .bonus {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--color-white);
  background-color: #17994c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 160px;
  margin: 15px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 5px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item .bonus {
    margin: 10px auto 0;
    max-width: 120px;
    font-size: 1.2rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item .bonus span {
  display: inline-block;
  margin: 0 2.5px;
}

.page-recharge .box_wrap .box_content .box_right .list_item .item .bonus .icon {
  width: 17px;
  height: 18px;
  margin-right: 8px;
  margin-top: -4px;
  background-image: url(../images/icon_gift_white.png);
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item .bonus .icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .item_price1 {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .item_price1 {
    font-size: 2rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .item_price2 {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .item_price2 {
    font-size: 1.7rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .bonus {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .list_item .item.item-big .bonus {
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .choose_pay .txt {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .choose_pay .txt {
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .choose_pay .item_pay {
  border: 1px solid #0087e2;
  background: rgba(23, 8, 11, 0.33);
  border-radius: 10px;
  padding: 5px 15px;
  display: block;
  max-width: 250px;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .choose_pay .item_pay {
    max-width: 180px;
  }
}

.page-recharge .box_wrap .box_content .box_right .choose_pay .item_pay .icon {
  display: block;
  margin: auto;
  width: 34px;
  height: 47px;
  background-image: url(../images/icon_pay.png);
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .choose_pay .item_pay .icon {
    width: 24px;
    height: 34px;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item {
  padding: 30px 24px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item {
    padding: 16px 15px;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .item_title {
  font-size: 2.4rem;
  color: var(--color-pink);
  font-weight: 500;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .item_title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px 40px;
}

@media only screen and (max-width: 1200px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_info {
    gap: 12px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_info {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_info .info_item {
  font-size: 1.8rem;
  color: var(--color-white);
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_info .info_item {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_info .info_item {
    font-size: 1.4rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_info .info_item .value {
  background-color: rgba(8, 4, 17, 0.6);
  padding: 6px 15px;
  margin-top: 6px;
  color: #ffffffa3;
}

.page-recharge .box_wrap .box_content .box_right .box_item .sub_password_empty .name {
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  padding: 0 20px;
}

/* Permissions List Styles */
.page-recharge .box_wrap .box_content .box_right .box_item .permissions_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(23, 8, 11, 0.33);
  border-radius: 8px;
}

@media (max-width: 768px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .permissions_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .permissions_list {
    grid-template-columns: 1fr;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: rgba(8, 4, 17, 0.6);
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item:hover {
  background-color: rgba(8, 4, 17, 0.8);
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-pink);
  cursor: pointer;
  appearance: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
  position: relative;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:checked {
  background-color: var(--color-pink);
  border-color: var(--color-pink);
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:disabled:checked {
  background-color: #28a745;
  border-color: #28a745;
  opacity: 1;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item label {
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:checked + label {
  color: #28a745;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_item input[type="checkbox"]:not(:checked) + label {
  color: #dc3545;
}

/* Permission Actions Styles */
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions button,
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions a {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 6px 22px;
  border-radius: 10px;
  background-color: var(--color-pink);
  color: var(--color-white);
  margin: 20px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
  border: none;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 0;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions button:hover,
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions a:hover {
  opacity: 0.8;
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Specific button colors */
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions .btn_save_permissions {
  background-color: var(--color-green);
  color: var(--color-white);
}

.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions .btn_cancel_permissions {
  background-color: #727272;
  color: var(--color-white);
}

/* Edit and Reset buttons - Blue color */
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions .btn_change_password {
  background-color: var(--color-blue);
  color: var(--color-white);
}

/* Delete button - Red color */
.page-recharge .box_wrap .box_content .box_right .box_item .permission_actions .btn_delete_sub_password {
  background-color: var(--color-red);
  color: var(--color-white);
}

/* Modal Styles */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal_content {
  background-color: var(--color-bg-card);
  border-radius: 10px;
  padding: 0;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal_header {
  padding: 20px 20px 0;
  border-bottom: 1px solid #ffffffdb;
}

.modal_header h3 {
  color: var(--color-pink);
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.modal_body {
  padding: 20px;
}

.modal_body p {
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.modal_footer {
  padding: 0 20px 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.modal_footer button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-width: 80px;
}

.modal_footer button:hover {
  opacity: 0.8;
}

.modal_footer .btn_cancel_delete {
  background-color: #727272;
  color: var(--color-white);
}

.modal_footer .btn_confirm_delete {
  background-color: var(--color-red);
  color: var(--color-white);
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_character {
    gap: 12px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_character {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item {
  background-color: rgba(23, 8, 11, 0.33);
  border-radius: 10px;
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head {
  position: relative;
  padding: 8px 50px 8px 15px;
  background: var(--color-pink);
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head {
    padding: 8px 30px 8px 10px;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head .name {
  font-size: 2.2rem;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head .name {
    font-size: 1.6rem;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head .level {
  font-size: 1.7rem;
  color: var(--color-yellow);
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head .level {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_head::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/avatar_dk.png);
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 20px 15px 24px;
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_content .item {
  font-size: 1.4rem;
  color: var(--color-white);
}

.page-recharge .box_wrap .box_content .box_right .box_item .group_character .character_item .char_content .item .item_value {
  background-color: rgba(8, 4, 17, 0.6);
  padding: 5px 12px;
  margin-top: 6px;
  color: #ffffffa3;
}

.page-recharge .box_wrap .box_content .box_right .box_item2 {
  margin-top: 30px;
}

.page-recharge .box_wrap .box_content .box_right .box_item.bg_card {
  background-color: var(--color-bg-card);
}

.nav-pagination {
  margin: 30px auto 0;
}

.nav-pagination ul {
  display: block;
  text-align: center;
}

.nav-pagination ul li {
  display: inline-block;
  margin: 0 -2px;
}

.nav-pagination ul li a {
  padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
  .nav-pagination ul li a {
    padding: 5px 11px;
  }
}

.ctv-page {
  background-image: url(../images/bg_login.jpg);
  background-color: #090301;
  background-position: bottom center;
  padding-bottom: 40px;
}

.ctv-page .containerW .box_wrap {
  max-width: 910px;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media only screen and (max-width: 1023px) {
  .ctv-page .containerW .box_wrap {
    padding: 40px 0 0;
  }
}

.ctv-page .containerW .box_wrap .ctv_item {
  margin-bottom: 18px;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: 0.57fr 1fr;
      grid-template-columns: 0.57fr 1fr;
}

@media only screen and (max-width: 767px) {
  .ctv-page .containerW .box_wrap .ctv_item {
    margin-bottom: 12px;
    -ms-grid-columns: 0.65fr 1fr;
        grid-template-columns: 0.65fr 1fr;
  }
}

.ctv-page .containerW .box_wrap .ctv_item .name,
.ctv-page .containerW .box_wrap .ctv_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252525;
  border: 1px solid #515151;
  border-radius: 4px;
  color: var(--color-white);
  padding: 5px 8px;
}

.ctv-page .containerW .box_wrap .ctv_item .name {
  text-align: center;
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-top: 4px;
  margin-bottom: 4px;
}


.ctv-page .containerW .box_wrap .ctv_item .info .info_item a:hover {
  color: var(--color-purple);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-phone {
  background-image: url(../images/icon_phone.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-fb {
  background-image: url(../images/icon_fb.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-zalo {
  background-image: url(../images/icon_zalo.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-telegram {
  background-image: url(../images/icon_telegram.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-bank {
  background-image: url(../images/icon_bank.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-paypal {
  background-image: url(../images/icon_paypal.png);
}

.ctv-page .containerW .box_wrap .ctv_item .info .info_item .info_icon-binance {
  background-image: url(../images/icon_binance.png);
}

.ctv-page .containerW .box_wrap .ctv_item:first-of-type {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .ctv-page .containerW .box_wrap .ctv_item:first-of-type {
    margin-bottom: 19px;
  }
}

.ctv-page .containerW .box_wrap .ctv_item:first-of-type .name,
.ctv-page .containerW .box_wrap .ctv_item:first-of-type .info {
  background: #666;
  border: 1px solid #666;
}

.ctv-page .containerW .box_wrap .ctv_item:last-of-type {
  margin-bottom: 0;
}

.modal-dialog {
  max-width: 1300px;
}

@media screen and (max-width: 1350px) {
  .modal-dialog {
    max-width: 95vw;
  }
}

.modal-dialog .modal-content {
  background: transparent;
}

.modal-dialog .modal-content .modal-head {
  padding: 15px 20px;
  background: var(--color-purple);
  color: var(--color-white);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-head {
    padding: 10px 14px;
  }
}

.modal-dialog .modal-content .modal-head .post-title {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-head .post-title {
    font-size: 2rem;
  }
}

.modal-dialog .modal-content .modal-head .close-modal {
  display: block;
  width: 43px;
  height: 43px;
  background-image: url(../images/icon_close.png);
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-head .close-modal {
    width: 25px;
    height: 25px;
    right: 14px;
  }
}

.modal-dialog .modal-content .modal-body {
  padding: 0;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.modal-dialog .modal-content .modal-body .post-suggestions {
  background-color: #68304d;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 30px 20px;
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-suggestions {
    gap: 10px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-suggestions {
    gap: 5px;
    padding: 12px 10px;
  }
}

.modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item {
  position: relative;
}

.modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item::before {
  content: "";
  padding-top: 60%;
  display: block;
}

.modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item .post-suggestion-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item .post-suggestion-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item .title {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  background: #000000bd;
  width: 100%;
  font-size: 3rem;
  padding: 15px 15px;
  color: var(--color-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item .title {
    font-size: 1.6rem;
    padding: 12px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-suggestions .post-suggestion-item .title {
    font-size: 1.2rem;
    padding: 3px 6px;
    text-transform: unset;
  }
}

.modal-dialog .modal-content .modal-body .post-detail {
  background-color: #68304d;
  margin-top: 70px;
  padding: 30px 30px;
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-detail {
    margin-top: 27px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-detail {
    padding: 12px 10px;
  }
}

.modal-dialog .modal-content .modal-body .post-detail img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}

.modal-dialog .modal-content .modal-body .post-detail .post-detail-content {
  margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content {
    margin-top: 20px;
  }
}

.modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-yellow);
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-title {
    font-size: 1.8rem;
  }
}

.modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-description {
  color: white;
  margin-top: 30px;
  font-size: 3rem;
  padding: 0 50px;
}

@media only screen and (max-width: 1023px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-description {
    font-size: 2rem;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-description {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}

.modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-description p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .post-detail .post-detail-content .post-detail-description p {
    margin-bottom: 10px;
  }
}

.fixbox_download {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin-top: 35px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .fixbox_download {
    display: none;
  }
}

.fixbox_download .num_online {
  background-image: url(../images/online.png);
  width: 131px;
  height: 145px;
  position: absolute;
  z-index: 1;
  top: -119px;
  left: 50%;
  margin-left: -65px;
  padding-top: 57px;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .num_online {
    display: none;
  }
}

.fixbox_download .num_online .txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-green);
  text-align: center;
  font-weight: 400;
}

.fixbox_download .num_online .num {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
  line-height: 1.1;
}

.fixbox_download .dl_wrap {
  width: 294px;
  height: 552px;
  padding-top: 98px;
  z-index: 50;
  background-image: url(../images/fix_box.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .fixbox_download .dl_wrap {
    width: 262px;
    height: 451px;
    padding-top: 69px;
  }
}

.fixbox_download .dl_wrap .btn_recharge {
  display: block;
  background-image: url(../images/napthe.png);
  width: 188px;
  height: 140px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .fixbox_download .dl_wrap .btn_recharge {
    width: 144px;
    height: 107px;
  }
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .dl_wrap .btn_recharge {
    width: 125px;
    height: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .fixbox_download .dl_wrap .btn_recharge {
    width: 114px;
    height: 58px;
  }
}

.fixbox_download .dl_wrap .btn_recharge:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.fixbox_download .dl_wrap .list_dl {
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .dl_wrap .list_dl {
    margin: auto;
  }
}

.fixbox_download .dl_wrap .list_dl .dl_mb {
  display: block;
  width: 168px;
  height: 50px;
  margin: 0px auto;
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .dl_wrap .list_dl .dl_mb {
    width: 101px;
    height: 34px;
    margin: 0 0 3px 0;
  }
}

@media only screen and (max-width: 767px) {
  .fixbox_download .dl_wrap .list_dl .dl_mb {
    width: 75px;
    height: 23px;
    margin: 0 0 2px 0;
  }
}

.fixbox_download .dl_wrap .list_dl .dl_mb.ios {
  background-image: url(../images/ios.png);
}

.fixbox_download .dl_wrap .list_dl .dl_mb.android {
  background-image: url(../images/android.png);
}

.fixbox_download .dl_wrap .list_dl .dl_mb.apk {
  background-image: url(../images/dl.png);
}
.fixbox_download .dl_wrap .list_dl .dl_mb.ldapk {
  background-image: url(../images/ld.png);
}

.fixbox_download .dl_wrap .list_dl .dl_mb:last-of-type {
  margin-bottom: 0;
}

.fixbox_download .dl_wrap .list_dl .dl_mb:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.fixbox_download .dl_wrap .list_social {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .dl_wrap .list_social {
    max-width: 112px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fixbox_download .dl_wrap .list_social {
    max-width: 91px;
    margin-top: 0px;
  }
}

.fixbox_download .dl_wrap .list_social .item {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  -webkit-box-shadow: 0 0 2px var(--color-purple);
          box-shadow: 0 0 2px var(--color-purple);
}

@media only screen and (max-width: 1023px) {
  .fixbox_download .dl_wrap .list_social .item {
    margin: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .fixbox_download .dl_wrap .list_social .item {
    width: 30px;
    height: 30px;
    margin: 2px;
  }
}

.fixbox_download .dl_wrap .list_social .item:hover {
  border-color: var(--color-purple);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.fixbox_download .toggle {
  display: block;
  background: url("../images/btn-toggle.jpg") 0/100% no-repeat;
  width: 25px;
  height: 40px;
  position: absolute;
  z-index: 50;
  left: -11px;
  top: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.fixbox_download .toggle.open {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fixbox_download.closed {
  right: -271px;
}

@media only screen and (max-width: 1440px) {
  .fixbox_download.closed {
    right: -243px;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.main_account_actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}

.btn_edit_info,
.btn_change_email,
.btn_change_main_password {
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn_edit_info {
  background: #008000;
}

.btn_change_email {
  background: #ff6b35;
}

.btn_change_main_password {
  background: #0056b3;
}

.btn_edit_info:hover {
  background:#008000;
}

.btn_change_email:hover {
  background: #e55a2b;
}

.btn_change_main_password:hover {
  background: #0056b3;
}

/* Sub-accounts styles */
.sub_accounts_section {
  margin-top: 20px;
}

/* Change email modal styles */
.info_note {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  padding: 12px;
  margin-top: 16px;
}

.info_note p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #0066cc;
  line-height: 1.4;
}

.info_note p:last-child {
  margin-bottom: 0;
}

/* Email confirmation page styles */
.confirmation_container {
  padding: 20px;
}

.result_message {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.result_message.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.result_message.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.result_icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.result_text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.redirect_info {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.confirmation_content {
  text-align: center;
  padding: 20px;
}

.confirmation_icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.confirmation_text {
  margin-bottom: 30px;
  line-height: 1.6;
  color: #ffffff;
}

.confirmation_text p {
  margin-bottom: 12px;
  color: #ffffff;
}

.confirmation_actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_create_sub_account {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn_create_sub_account:hover {
  background: #0056b3;
}

.sub_accounts_list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.sub_account_item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  background: white;
  flex-shrink: 0;
}

.sub_account_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  background: #f8f9fa;
  border-radius: 8px;
}

.sub_account_header:hover {
  background: #e9ecef;
}

.sub_account_info {
  flex: 1;
}

.sub_id {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.sub_details {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: #666;
}

.sub_account_controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Toggle switch styles */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #28a745;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.arrow {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}

.arrow.expanded {
  transform: rotate(180deg);
}

.sub_account_permissions {
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #f8f9fa;
}

.permissions_title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.permissions_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  margin-bottom: 15px;
}

.permission_item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.permission_item input[type="checkbox"] {
  margin: 0;
}

.permission_item label {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.sub_account_actions {
  display: flex;
  gap: 10px;
}

.btn_edit_permissions,
.btn_change_password,
.btn_delete_sub_account {
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn_edit_permissions {
  background: #008000;
}

.btn_change_password {
  background: #0056b3;
}

.btn_delete_sub_account {
  background: #ff0000;
}

.btn_edit_permissions:hover {
  background:#008000;
}

.btn_change_password:hover {
  background: #0056b3;
}

.btn_delete_sub_account:hover {
  background: #ff0000;
}

.no_sub_accounts {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

.no_sub_accounts p {
  margin: 5px 0;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #666;
}

/* Modal styles for create sub-account */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal_content {
  background: white;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal_large {
  max-width: 800px;
}

.modal_header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.modal_header h3 {
  margin: 0;
  color: #333;
}

.modal_body {
  padding: 20px;
}

.form_group {
  margin-bottom: 15px;
}

.form_group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.form_group input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.form_group input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.input_with_prefix {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.input_prefix {
  background: #f8f9fa;
  padding: 8px 12px;
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}

.input_with_prefix input {
  border: none;
  border-radius: 0;
  flex: 1;
  padding: 8px 12px;
}

.input_with_prefix input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.input_with_prefix:focus-within {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.modal_footer {
  padding: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.btn_cancel,
.btn_confirm {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.btn_cancel {
  background: #6c757d;
  color: white;
}

.btn_cancel:hover {
  background: #5a6268;
}

.btn_confirm {
  background: #007bff;
  color: white;
}

.btn_confirm:hover {
  background: #0056b3;
}

.btn_confirm:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

/* Referral Code Box Styles */
.page-recharge .box_wrap .box_content .box_left .box_info3 {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .page-recharge .box_wrap .box_content .box_left .box_info3 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-recharge .box_wrap .box_content .box_left .box_info3 {
    margin-top: 15px;
  }
}

.page-recharge .box_wrap .box_content .box_left .box_info3 .info_title .icon.icon_gift {
  background-image: url(../images/icon_gift.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.ref_code {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
  margin-left: 5px;
  transition: color 0.2s ease;
}

.ref_code:hover {
  color: #0056b3;
}

/*# sourceMappingURL=style.css.map */
/* Language Switcher Flag Emoji Styling */
.footer_lang .btn .flag-emoji {
    font-size: 16px;
    margin-right: 8px;
}

.header-lang .footer_lang .btn .flag-emoji {
    font-size: 16px;
    margin-right: 8px;
}

/* Language Switcher Dark Theme */
.footer_lang .dropdown-menu {
    background: #090402 !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.footer_lang .dropdown-item {
    color: white !important;
}

.footer_lang .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: white !important;
}

.footer_lang .dropdown-item.active {
    background-color: #dc2626 !important;
    color: white !important;
}
