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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.content-main * {
}

.content-main strong {
  font-weight: 700;
}

.content-main h1, .content-main h2, .content-main h3, .content-main h4, .content-main h5, .content-main h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.content-main h1 {
  font-size: 3rem;
  line-height: 1;
}

.content-main h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.content-main h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.content-main h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-main h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content-main h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-main p {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.625;
}

.content-main ul, .content-main ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.content-main ul {
  list-style-type: disc;
}

.content-main ol {
  list-style-type: decimal;
}

.content-main li {
}

.content-main figure {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-\[-10px\] {
  right: -10px;
}

.top-\[-10px\] {
  top: -10px;
}

.left-\[calc\(50\%-220px\/2\)\] {
  left: calc(50% - 220px / 2);
}

.bottom-0 {
  bottom: 0px;
}

.top-\[1px\] {
  top: 1px;
}

.left-\[1px\] {
  left: 1px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-\[-90px\] {
  left: -90px;
}

.top-\[calc\(50\%-5px\)\] {
  top: calc(50% - 5px);
}

.right-\[-90px\] {
  right: -90px;
}

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

.bottom-\[-19px\] {
  bottom: -19px;
}

.top-\[-20px\!important\] {
  top: -20px !important;
}

.top-\[10px\] {
  top: 10px;
}

.right-\[20px\] {
  right: 20px;
}

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

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

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

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-\[8rem\] {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-\[5px\] {
  margin-right: 5px;
}

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

.mt-\[15px\] {
  margin-top: 15px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[4rem\!important\] {
  margin-bottom: 4rem !important;
}

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

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-\[3rem\!important\] {
  margin-bottom: 3rem !important;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

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

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

.mr-\[20px\] {
  margin-right: 20px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

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

.mb-\[10rem\!important\] {
  margin-bottom: 10rem !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

.h-full {
  height: 100%;
}

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

.h-\[10px\!important\] {
  height: 10px !important;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-\[220px\] {
  width: 220px;
}

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

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

.w-\[30px\] {
  width: 30px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[50px\!important\] {
  width: 50px !important;
}

.w-\[200px\!important\] {
  width: 200px !important;
}

.w-\[300px\] {
  width: 300px;
}

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

.w-\[45px\] {
  width: 45px;
}

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

.w-2\/5 {
  width: 40%;
}

.w-4\/5 {
  width: 80%;
}

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

.w-\[110px\] {
  width: 110px;
}

.w-\[600px\] {
  width: 600px;
}

.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[1055px\] {
  max-width: 1055px;
}

.max-w-\[1080px\] {
  max-width: 1080px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-\[10px\] {
  gap: 10px;
}

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

.gap-y-\[40px\] {
  row-gap: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-\[3px\] {
  border-radius: 3px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[20px\!important\] {
  border-radius: 20px !important;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#c5c5c6\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 198 / var(--tw-border-opacity));
}

.border-\[\#1e1d30\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 29 48 / var(--tw-border-opacity));
}

.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\#cdcece\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 206 206 / var(--tw-border-opacity));
}

.border-\[\#e5c194\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 193 148 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(192 0 1 / var(--tw-border-opacity));
}

.border-\[\#cbcbce\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 206 / var(--tw-border-opacity));
}

.border-\[\#ff5d71\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 93 113 / var(--tw-border-opacity));
}

.border-\[\#e4e4e4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#d5d5d6\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 214 / var(--tw-border-opacity));
}

.border-\[\#eeeeee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

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

.bg-\[\#dddddd87\] {
  background-color: #dddddd87;
}

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

.bg-\[\#cd0514\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 5 20 / var(--tw-bg-opacity));
}

.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#1e1d30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 29 48 / var(--tw-bg-opacity));
}

.bg-\[\#fff0\] {
  background-color: #fff0;
}

.bg-\[\#D70001\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 0 1 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 1 / var(--tw-bg-opacity));
}

.bg-\[\#8dc63f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 198 63 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 54 139 / var(--tw-bg-opacity));
}

.bg-\[\#cf6a13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 106 19 / var(--tw-bg-opacity));
}

.bg-\[\#ffffffa1\] {
  background-color: #ffffffa1;
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff94\] {
  background-color: #ffffff94;
}

.bg-\[url\(\.\.\/img\/web\/li\.png\)\] {
  background-image: url(../img/web/li.png);
}

.bg-\[url\(\.\.\/img\/web\/lk\.png\)\] {
  background-image: url(../img/web/lk.png);
}

.bg-\[url\(\'\.\.\/img\/web\/cart\.png\'\)\] {
  background-image: url('../img/web/cart.png');
}

.bg-\[url\(\'\.\.\/img\/web\/menu\.png\'\)\] {
  background-image: url('../img/web/menu.png');
}

.bg-\[url\(\.\.\/img\/web\/bg\.png\)\] {
  background-image: url(../img/web/bg.png);
}

.bg-\[url\(\.\.\/img\/web\/before\.png\)\] {
  background-image: url(../img/web/before.png);
}

.bg-\[url\(\'\.\.\/img\/web\/arrowleft\.png\'\)\] {
  background-image: url('../img/web/arrowleft.png');
}

.bg-\[url\(\'\.\.\/img\/web\/arrowright\.png\'\)\] {
  background-image: url('../img/web/arrowright.png');
}

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

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

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[10px\] {
  padding: 10px;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-\[40px\] {
  padding: 40px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-\[55px\] {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

.pl-\[15px\] {
  padding-left: 15px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

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

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

.indent-2 {
  text-indent: 0.5rem;
}

.indent-5 {
  text-indent: 1.25rem;
}

.align-middle {
  vertical-align: middle;
}

.font-poppinsbold {
  font-family: SVNPoppinsBold;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[25px\] {
  font-size: 25px;
}

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

.font-thin {
  font-weight: 100;
}

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

.font-normal {
  font-weight: 400;
}

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

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(192 0 1 / var(--tw-text-opacity));
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

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

.text-\[16px\!important\] {
  color: 16px !important;
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

.desc-digitizing ul{
  padding-left: 20px;
  list-style: disc;
}

:root {
  --color-page: #de221b;
}

body {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  position: relative;
  background: #f6f6f6
}

img {
  max-width: 100%;
  display: inline-block;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

.main-bg {
  background: url(../img/web/bg.png)top center/cover no-repeat
}

.no-bg {
  background: unset
}

.max-content {
  max-width: 1265px;
  margin: 0 auto
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.transition {
  transition: 0.5s
}

.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #000;
  display: none;
  text-align: center;
  line-height: 40px;
}

.back-to-top i {
  font-size: 23px;
  vertical-align: middle;
}

.back-to-top:hover {
  background: var(--color-page);
  color: #fff;
}

.hbreadcrumb .breadcrumb {
  background: transparent !important;
}

.hbreadcrumb a {
  font-size: 0.9rem;
  font-weight: 500;
  color: black;
}

/* breadcrumb */

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

.breadcrumb-item {
  position: relative;
  padding-right: 15px
}

.breadcrumb-item:before {
  content: '/';
  position: absolute;
  right: 2px;
  top: 0;
}

.breadcrumb-item a {
  font-weight: 400;
  font-size: 13px
}

.breadcrumb-item.active:before {
  display: none
}

.breadcrumb-item.active a {
  font-family: var(--font-bold)
}

/* alert */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.login-form-alert {
  font-size: 12px;
  color: #ff3c44
}

.login-form-signin-btn a, .login-form-box a {
  color: #c00001
}

.swal2-container{
  z-index: 9999999 !important;
}

/* header */

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin-top: 0px;
  padding: 10px;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
}

.header-noindex {
  background: #f6f6f6
}

.header-fixed .main-wrap {
  max-width: 1265px;
  width: 100%;
  justify-content: flex-end
}

.header-fixed .text-slogan {
  font-size: 20px;
  line-height: 22px
}

.header-fixed #menu-main {
  margin-top: 0px
}

#menu-fixed {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
}

.menu-fixed-active {
  transform: translateY(0px);
  opacity: 1;
}

.blue-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -28px;
  background-color: #f6f6f6;
  filter: blur(20px);
}

.blue-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: url(../img/web/before.png) center no-repeat;
  z-index: 1;
}

/* slider */

.slider__owl {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.category-slider {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.slider__owl .owl-dots {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
}

/* menu */

#menu-main .active {
  font-weight: 600
}

.slider__owl .owl-nav .owl-prev span, .slider__owl .owl-nav .owl-next span {
  display: none;
}

/* san pham */

#menu-main li>ul,#menu-fixed li>ul {
  margin: 0;
  width: 200px;
  background: #fff;
  list-style: none;
  position: absolute;
  z-index: 999;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .5s ease;
}

#menu-main li>ul ul,#menu-fixed li>ul ul {
  position: absolute;
  background: #fff;
  width: 170px;
  top: 0px;
  left: 100%;
}

#menu-main li>ul a,#menu-fixed li>ul a {
  font-size: 14px;
  display: block;
  padding: 4px 10px;
  transition: 0.5s;
  border-bottom: 1px solid #ddd
}

#menu-fixed li>ul a{
  padding: 12px 10px;
}

#menu-main li ul li:last-child a {
  border-bottom: none
}

#menu-main li ul li a:hover,#menu-fixed li ul li a:hover{
  background: #d70001;
  color: #fff;
}

#menu-main li:hover>ul,#menu-fixed li:hover>ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

.shadow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #cbcbced1;
  filter: blur(50px);
}

/* tin tuc */

.name-news {
  width: calc(100% - 60px)
}

.box-information {
  width: calc(100% - 250px);
}

.group-news-best {
  border-radius: 1rem;
  box-shadow: 0 0rem 1rem rgb(0 0 0 / 5%);
  padding: 0.75rem 0.75rem 4rem;
  background: #fff;
  position: relative;
}

/* detail product */

.thumb-pro-detail {
  display: block !important;
 
 
  border-radius: 3px;
  cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.control-carousel {
  position: absolute;
  top: calc(50% - 30px/2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
 border-radius: 6px;
  z-index: 2;
  background-color: var(--color-page);
  color: #ccc;
  cursor: pointer;
}

.control-carousel:hover {
  background-color: #6ea643;
  border-color: #6ea643;
  color: #fff;
}

.prev-carousel {
  left: 10px;
}

.next-carousel {
  right: 10px;
}

.product_detail_left {
  float: left;
  width: calc(100% - 297px - 21px);
  margin-right: 21px;
}

.product_detail_right {
  background: #FFFFFF;
  border: 1px solid rgba(196, 196, 196, 0.5);
  position: sticky;
  top: 100px;
  z-index: 9;
}

.boxncc_info {
  padding: 12px;
}

.tieude_lienhe {
  background: var(--color-page);
  color: #fff;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.boxncc_name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.boxncc_slogan {
  display: block;
  background: #FF3B00;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.boxncc_phonenumber {
  display: block;
  background: #0091ff;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.boxncc_email {
  display: block;
  background: #2f7cff;
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.boxncc_slogan:hover, .boxncc_phonenumber:hover, .boxncc_email:hover {
  color: #fff;
}

.detail__right p:nth-child(even) {
  padding: 0px;
}

#accordion .card-header {
  padding: 0px;
  background-color: #fff0;
  border-bottom: 2px solid #fff;
}

#accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  font-family: var(--font-medium);
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 0px;
  background: #fff0 url(../img/up.png)right center no-repeat;
  transition: 0.3s
}

#accordion .card-header .btn-link.collapsed {
  background: #fff0 url(../img/down.png)right center no-repeat;
}

#accordion .card {
  background-color: none;
  margin-bottom: 15px
}

#accordion .card .card-body {
  padding: 0px;
  color: #fff;
  font-size: 16px;
  margin: 10px 0px;
  -webkit-line-clamp: 7 !important;
}

.login-download .login-show {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1d30bd;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: 0.5s
}

.login-download a {
  background: #ddd
}

.login-download:hover .login-show {
  opacity: 1;
  cursor: pointer;
}

.login-icon-inform svg {
  margin: 0 auto;
}

.main-bg-full {
  height: 100vh;
}

.login-download.logined a {
  background: #1e1d30
}

.checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid #999;
  display: grid;
  place-content: center;
  margin-top: 2px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.form-control-600 {
  grid-template-columns: 1em auto;
}

.form-control-600 input::before {
  content: "";
  width: 10px;
  height: 0.75em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #333;
  background-color: CanvasText;
}

.form-control-600 input:checked::before {
  transform: scale(1);
}

.hidden-check {
  opacity: 0.5;
}

#modal-popup-file::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.item-design:hover .show-over{
  opacity: 1;
}

.tippy-popup {
  padding: 30px;
  margin: -20px;
  background-image: linear-gradient(#FDE2DA, #EFE6E2);
  background: #FDE2DA;
  border-radius: 30px;
  border:2px solid #C11D1E;
  color: black;
  width: 350px;
}

/* footer */

.footer-info-box strong {
  font-weight: normal;
  font-family: var(--font-primary)
}

/* mmenu */

.hc-nav-trigger.hc-nav-1 {
  display: none !important;
}

.play-video {
  left: calc(50% - 65px/2);
  top: calc(50% - 65px/2);
  background: url(../img/web/play.png)center no-repeat;
  z-index: 1;
}

.fixed-social, .fixed-social span {
  position: static !important;
}

/*=== cau hoi ===*/

#accordion .card-header {
  padding: 0px;
  background-color: #fff0;
  border-bottom: 2px solid #dedede;
}

#accordion .card-header .btn-link {
  width: 100%;
  text-align: left;
  font-family: var(--font-medium);
  text-transform: capitalize;
  color: var(--color-page);
  text-decoration: none;
  font-size: 20px;
  padding: 6px 0px;
  background: #fff0;
  transition: 0.3s;
  white-space: unset;
  padding-left: 30px;
  position: relative
}

#accordion .card-header .btn-link.collapsed {
  background: #fff0;
}

#accordion .card-header .btn-link:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #de221b url(../img/minus1.png) no-repeat 3px 3px;
  background-size: 11px 11px;
  transition: 0.3s;
  white-space: unset;
}

#accordion .card-header .btn-link.collapsed:before {
  background: #de221b url(../img/plus1.png) no-repeat 3px 3px;
  background-size: 11px 11px;
}

#accordion .card {
  background-color: none;
  margin-bottom: 15px;
  border: none
}

#accordion .card .card-body {
  padding: 0px;
  color: black;
  font-size: 17px;
  margin: 20px 0px 10px 0px;
}

.collapse {
  display: none;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.show {
  display: block;
}

@media screen and (max-width:1024px) {
  .item-tieuchi:before {
    display: none
  }

  .box-information {
    width: calc(100% - 120px);
  }

  .header-right {
    width: 100%
  }

  .box-post-descript {
    display: none
  }

  .slider__owl .owl-nav {
    display: none !important
  }

  .hc-nav-trigger.hc-nav-1 {
    display: block !important;
  }

  .header {
    position: inherit;
    display: none;
  }

  .mmenu {
    display: flex;
  }

  .main_content{
    padding: 0px 10px;
  }

  #menu-fixed{
    display: none
  }

  .wrap-cart{
    padding: 10px !important;
  }

  .top-cart{
    padding: 10px !important;
  }
}

@media screen and (max-width:800px) {
  .detail__wishlist{
    width: 100%!important
  }

  #accordion .card-header .btn-link{
    font-size: 16px;
  }

  #accordion .card .card-body{
    font-size: 14px
  }

  .fixmodel_cart{
    width: 350px;
  }

  .card-body{
    overflow-x: scroll !important
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[calc\(50\%-100px\)\]::before {
  content: var(--tw-content);
  left: calc(50% - 100px);
}

.before\:bottom-\[-2px\]::before {
  content: var(--tw-content);
  bottom: -2px;
}

.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}

.before\:w-\[200px\]::before {
  content: var(--tw-content);
  width: 200px;
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 1 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

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

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

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 0 1 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 0 1 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#fff0\]:hover {
  background-color: #fff0;
}

.hover\:bg-\[\#de221b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 34 27 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#01368b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 54 139 / var(--tw-bg-opacity));
}

.hover\:text-\[\#cf6a13\]:hover {
  --tw-text-opacity: 1;
  color: rgb(207 106 19 / var(--tw-text-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(192 0 1 / var(--tw-text-opacity));
}

.hover\:text-\[red\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-\[\#de1c1c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(222 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:w-\[55\%\] {
    width: 55%;
  }

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

@media (min-width: 768px) {
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:ml-\[10px\] {
    margin-left: 10px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[250px\] {
    width: 250px;
  }

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

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

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

  .md\:gap-\[10px\] {
    gap: 10px;
  }

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

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mr-\[50px\] {
    margin-right: 50px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }

  .lg\:mb-\[6\.5rem\] {
    margin-bottom: 6.5rem;
  }

  .lg\:mb-\[6rem\] {
    margin-bottom: 6rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[492px\] {
    width: 492px;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:bg-\[unset\] {
    background-color: unset;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-\[80px\] {
    padding: 80px;
  }

  .lg\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

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

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }
}