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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-3 {
  top: 0.75rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

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

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

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

.h-\[auto\] {
  height: auto;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

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

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

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

.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-\[-100\%\] {
  --tw-translate-y: -100%;
  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;
}

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

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

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

.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-\[30px\] {
  gap: 30px;
}

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

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

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

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.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-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / 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-\[\#c8cbd8\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 203 216 / var(--tw-border-opacity));
}

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

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

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

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

.border-\[\#f15a24\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 90 36 / 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-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#f15a24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 90 36 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(34 55 147 / var(--tw-bg-opacity));
}

.bg-\[\#223793\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 55 147 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-\[\#ecf1fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 250 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-\[url\(\'\.\.\/img\/web\/bgform\.png\'\)\] {
  background-image: url('../img/web/bgform.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;
}

.fill-current {
  fill: currentColor;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

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

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

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 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;
}

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

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

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

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

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

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

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

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

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

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

.pl-9 {
  padding-left: 2.25rem;
}

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

.indent-3 {
  text-indent: 0.75rem;
}

.font-SVN {
  font-family: SVNGilroy;
}

.font-SVNBold {
  font-family: SVNGilroyBold;
}

.font-SVNMedium {
  font-family: SVNGilroyMedium;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

.leading-5 {
  line-height: 1.25rem;
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(34 55 147 / 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-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.text-\[\#92a1b4\] {
  --tw-text-opacity: 1;
  color: rgb(146 161 180 / var(--tw-text-opacity));
}

.text-\[\#f15a24\] {
  --tw-text-opacity: 1;
  color: rgb(241 90 36 / var(--tw-text-opacity));
}

.text-\[\#c8cbd8\] {
  --tw-text-opacity: 1;
  color: rgb(200 203 216 / var(--tw-text-opacity));
}

.text-\[\#004dc0\] {
  --tw-text-opacity: 1;
  color: rgb(0 77 192 / var(--tw-text-opacity));
}

.text-\[\#959595\] {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / 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;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.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);
}

.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);
}

.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-300 {
  transition-duration: 300ms;
}

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

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

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

:root {
  --color-page: #01368b;
  --font-primary: 'Roboto';
  --font-bold: 'SVNGothamBold';
}

body {
  font-family: 'Oswald', sans-serif;
  font-size: 14px
}

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

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

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

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

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

.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: 30px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #f15a24;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
}

.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 {
}

/* header */

.header {
  background-image: linear-gradient(#052338, #fff0);
}

.menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-noindex {
  position: inherit;
  background: var(--color-page)
}

.header-noindex .max-content:nth-child(2) {
  border-top: 1px solid rgb(255 255 255 / 24%)
}

/* slider */

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

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

.scroll-menu::-webkit-scrollbar {
  width: 2px;
}

.scroll-menu::-webkit-scrollbar-thumb {
  width: 2px;
  background: var(--color-page)
}

.scroll-menu::-webkit-scrollbar-thumb:hover {
  width: 2px;
}

.scroll-menu::-webkit-scrollbar-thumb:active {
  width: 2px;
}

.scroll-menu>li:last-child a {
  border-bottom: none
}

.scroll-menu>li ul {
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.scroll-menu>li:hover ul {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible
}

.scroll-menu .lever-nav {
  left: calc(100% - 2px);
}

.scroll-menu>li ul li:last-child a {
  border-bottom: none
}

.lever-nav::-webkit-scrollbar {
  width: 2px;
}

.lever-nav::-webkit-scrollbar-thumb {
  width: 2px;
  background: var(--color-page)
}

.lever-nav::-webkit-scrollbar-thumb:hover {
  width: 2px;
}

.lever-nav::-webkit-scrollbar-thumb:active {
  width: 2px;
}

/* menu */

#menu-main .active {
  color: #f15a24
}

.lang .active {
  color: #f15a24
}

.slider__owl .owl-nav {
  position: absolute;
  left: 0;
  top: calc(50% - 50px/2);
  margin-top: 0px;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between; ; align-items: center
}

.slider__owl .owl-nav .owl-prev {
  width: 24px;
  height: 50px;
  background: url(../img/web/arrowleft.png)right center no-repeat !important;
  left: 0 !important;
}

.slider__owl .owl-nav .owl-next {
  width: 24px;
  height: 50px;
  background: url(../img/web/arrowright.png)left center no-repeat !important;
  right: 0 !important
}

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

.title-category .active{
  background: #223793 ;
  color: #fff
}

.option-sort select {
  height: 43px;
  border: 1px solid #ddd;
  width: 250px;
  text-indent: 15px;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: black;
}

/* san pham */

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

#menu-main li>ul li a{
  color: #004dc0
}

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

#menu-main li>ul a {
  font-size: 16px;
  display: block;
  transition: 0.5s;
}

#menu-main ul li:hover > a{
  color: #f15a24
}

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

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

.item-product {
  box-shadow: 0px 0px 15px rgb(143 142 142 / 18%)
}

.show-menu-drop {
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .5s ease;
}

.hover-drop:hover .show-menu-drop {
  transform: rotate3d(0, 0, 0, 0deg);
}

.category-title {
  background: #dddddd url(../img/web/dm.png)13px center no-repeat
}

.bar-line-1 {
  height: 1px;
  background:#fff;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  width: 20px;
}

.bar-line-2 {
  width: 30px;
  height: 1px;
  background-color:#fff;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  margin: 5px 0px;
}

.bar-line-3 {
  height: 1px;
  background-color:#fff;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  width: 20px;
}

.styles__Hamburger.active .bar-line-1 {
  transform: translateY(6px) rotate(45deg);
  width: 20px !important;
}

.styles__Hamburger.active .bar-line-2 {
  transform: scale(0);
}

.styles__Hamburger.active .bar-line-3 {
  transform: translateY(-6px) rotate(-45deg);
  width: 20px !important;
}

.mmenu-fixed{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#BABABA)";
  /*IE 8*/
  /*FF 3.5+*/
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px -1px #BABABA;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#BABABA);
  /*IE 5.5-7*/
}

/* search */

.res-autosearch {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  display: none;
  right: 0;
}

.result-autosearch {
  position: relative;
  background: #fff;
  padding-bottom: 39px;
  text-align: left;
}

.list-result-autosearch {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.list-result-autosearch::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 10px;
}

.list-result-autosearch::-webkit-scrollbar-thumb {
  background: var(--color-page);
}

.info-autosearch {
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 1;
  bottom: 0px;
  height: 40px;
  left: 0px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  border: 1px solid #ccc;
  font-size: 12px;
}

.total-autosearch {
  margin: 0px;
  color: var(--color-dark-orange);
}

.total-autosearch b {
  font-weight: 600
}

.close-autosearch {
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  padding: 3px 8px;
  border-radius: 3px;
  cursor: pointer;
}

.search-product {
  display: block;
  color: #333 !important;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-between; ; align-items: flex-start
}

.img-search-product {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #ddd;
  background: #fff;
}

.info-search-product {
  width: calc(100% - 70px);
}

.title-search-product {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
  transition: 0.3s
}

.title-search-product.text-split {
  -webkit-line-clamp: 1;
}

.title-search-product:hover {
  color: var(--color-page)
}

.price-search-product p {
  margin-bottom: 0px;
  font-size: 13px;
}

.price-old-search-product {
  color: #999999;
  text-decoration: line-through;
  font-size: 11px;
}

.price-new-search-product {
  color: var(--color-page);
  font-weight: 600;
  font-size: 13px;
}

.desc-pro-detail strong, .info-pro-detail strong, .info-pro-detail b, .desc-pro-detail b {
  font-weight: normal;
  font-weight: 600
}

/* TIEU CHI */

.item-tieuchi:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 110px);
  background: #ecf1fa;
  border-radius: 5px;
  z-index: 1;
  transition: 0.5s
}

.item-tieuchi:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  border-radius: 5px;
  z-index: 2;
  background-image: linear-gradient(#223793,#223793, #047a5b);
  transition: 0.5s
}

.item-tieuchi:hover:before{
  height: 0%;
}

.item-tieuchi:hover:after{
  height: 100%;
}

.item-tieuchi:hover .img-first{
  opacity: 0;
}

.item-tieuchi:hover .img-second{
  opacity: 1;
}

.item-tieuchi:hover h3,.item-tieuchi:hover p{
  color:#fff
}

/* doitac */

.item-partner {
  box-shadow: 0px 0px 30px rgb(143 142 142 / 18%);
}

.gadient-1{
  background-image: linear-gradient(#223793,#223793,#047a5b);
}

.gadient-2{
  background-image: linear-gradient(#223793,#223793,#ba5044);
}

.slick-partner .slick-prev,.slick-partner .slick-next{
  width:33px ;
  height: 28px;
  top: calc(100% + 18px);
}

.slick-partner .slick-prev:before,.slick-partner .slick-next:before{
  display: none;
}

.slick-partner .slick-prev{
  background: url('../img/web/arrow-left.png') center no-repeat;
  left:150px
}

.slick-partner .slick-next{
  background: url('../img/web/arrow-right.png') center no-repeat;
  right:150px
}

.box-desction:after {
  content: '';
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ecf1fa;
  top: 100%;
  left: calc(50% - 12px);
}

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

.gray-filter{
  filter: grayscale(1);
  transition: 0.5s
}

.gray-filter:hover{
  filter: grayscale(0);
}

@media screen and (max-width:1024px) {
  .slick-partner .slick-prev{
    left: 0px;
  }

  .slick-partner .slick-next{
    right: 0px;
  }

  .max-content{
    padding: 0px 10px;
  }

  .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: flex !important;
  }

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

  .mmenu {
    display: flex;
  }

  .main_content {
    margin: 30px 0px
  }

  .hbreadcrumb{
    padding:20px 10px !important;
    display: none !important
  }
}

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

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

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

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

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

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

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

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

.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-\[0\.9\]:hover {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 55 147 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#f15a24\]:hover {
  --tw-text-opacity: 1;
  color: rgb(241 90 36 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(34 55 147 / var(--tw-text-opacity));
}

.hover\:text-\[\#ce0209\]:hover {
  --tw-text-opacity: 1;
  color: rgb(206 2 9 / var(--tw-text-opacity));
}

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

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

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

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

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

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

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

  .dark\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  }

  .dark\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
}

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .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\:justify-center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .slider__owl .owl-dots{bottom: 0px}
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .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\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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