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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

#header.home #currentLang{
  color: white;
}

#header.home .fixed #currentLang{
  color: black;
}

#header.home .header-bottom{
  background: #0000004a;
}

#header.home .header-bottom.fixed {
  background: white;
}

#header.home .logo{
  display: none;
}

#header.home .fixed .logo{
  display: block;
}

#header.home .logo-sub{
  display: block;
}

#header.home .fixed .logo-sub, .logo-sub {
  display: none;
}

/* .header-bottom .logo,
.header-bottom .logo *,
.header-bottom .logo-sub,
.header-bottom .logo-sub *{
  width: 170px !important;
  height: 46px !important;
} */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-top-7 {
  top: -1.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-auto {
  grid-column: auto;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-1 {
  grid-column-start: 1;
}

.float-left {
  float: left;
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-96 {
  max-height: 24rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-600 {
  min-height: 600px;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-38 {
  width: 9rem;
}

.w-10{
  width: 40px;
}

.h-10{
  height: 40px;
}

.w-38{
  width: 140px;
}

.m-w-11{
  min-width: 45px;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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-2 {
  --tw-translate-y: -0.5rem;
  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));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
  }
  
  .pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
  }

.clamp-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: #103882;
}

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

.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: #223d7f;
}

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

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: #103882;
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

.pe-1 {
  padding-inline-end: 0.25rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

.ps-1 {
  padding-inline-start: 0.25rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

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

.pt-52 {
  padding-top: 13rem;
}

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

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-relaxed {
  line-height: 1.625;
}

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

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: #103882;
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

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

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

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

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

.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.ring-1 {
  --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(1px + 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);
}

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

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.brightness-100 {
  --tw-brightness: brightness(1);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.sepia {
  --tw-sepia: sepia(100%);
  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);
}

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

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

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

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

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

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

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

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

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

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

.\[a\:action\] {
  a: action;
}

.\[a\:com\] {
  a: com;
}

.\[a\:lang\] {
  a: lang;
}

.\[hostname\:port\] {
  hostname: port;
}

.\[i\:h\] {
  i: h;
}

.\[i\:id\] {
  i: id;
}

.\[i\:w\] {
  i: w;
}

.\[i\:z\] {
  i: z;
}

:root {
  --color-red: #ec2d3f;
  --color-medium-red: rgb(204, 44, 50);
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #353434;
  --color-gray: #6c757d;
  --background-static: #3fa07e;
  --background-hover: #eceb1b;
  --color-static: #000;
  --color-hover: #ec2d3f;
  --color-main: #103882;
  --color-sub: #e86426;
  --bg-linear: linear-gradient(to bottom, rgba(255,228,131,1) 0%, rgba(255,203,15,1) 100%);
  --bg-linear-hover: linear-gradient(to bottom, rgba(255,203,15,1) 0%, rgba(255,228,131,1) 100%);
}

body {
  font-family: "Afacad", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  margin: 0px auto;
  padding: 0px !important;
  font-weight: 400;
  top: 0px !important;
  user-select: none;
}

body.noindex{
  max-width: 1366px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@font-face {
  font-family: 'Quicksand';

  src: url('../fonts/quicksand/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/quicksand/Quicksand-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';

  src: url('../fonts/quicksand/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/quicksand/Quicksand-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';

  src: url('../fonts/quicksand/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/quicksand/Quicksand-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';

  src: url('../fonts/quicksand/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/quicksand/Quicksand-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';

  src: url('../fonts/quicksand/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/quicksand/Quicksand-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-BoldItalic.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-BoldItalic.woff') format('woff'),
        url('../fonts/afacad/Afacad-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-Bold.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-Bold.woff') format('woff'),
        url('../fonts/afacad/Afacad-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-SemiBoldItalic.woff') format('woff'),
        url('../fonts/afacad/Afacad-SemiBoldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-SemiBold.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-SemiBold.woff') format('woff'),
        url('../fonts/afacad/Afacad-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-Italic.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-Italic.woff') format('woff'),
        url('../fonts/afacad/Afacad-Italic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-MediumItalic.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-MediumItalic.woff') format('woff'),
        url('../fonts/afacad/Afacad-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-Regular.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-Regular.woff') format('woff'),
        url('../fonts/afacad/Afacad-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Afacad';

  src: url('../fonts/afacad/Afacad-Medium.woff2') format('woff2'),
        url('../fonts/afacad/Afacad-Medium.woff') format('woff'),
        url('../fonts/afacad/Afacad-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

/* custom */

.font-main{
  font-family: 'Afacad',sans-serif ;
}

.font-sub{
  font-family: 'Quicksand',sans-serif ;
}

.footer-article{
  background-color: #103882;
  margin-top: -1px;
}

.scale-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.scale-img img {
  transform: scale(1, 1);
  transition: 1s;
}

.scale-img:hover img:first-child {
  transform: scale(1.1, 1.1);
}

.scale-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 10;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.scale-img:hover:before {
  transition: 1s;
  left: 130%;
}

.wrap-product{
  background-image: url('../images/bg-product.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.title-main-product-home{
  background-image: url('../images/fish.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.wrap-tittle-history{
  background-image: url('../images/bg-fish-about.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30%;
}

.wrap-logo-customer{
  background-image: url('../images/bg-doitac.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.wrap-blog,.wrap-about{
  background-image: url('../images/bg-tintuc.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg-fish-product-tittle,.wrap-product-other{
  background-image: url('../images/bg-tintuc.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.wrap-cauhoi{
  background-image: url('../images/bg-faq.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.wrap-culture{
  background-image: url('../images/bg-vanhoa.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrap-product-aboutpage{
  background-image: url('../images/bg-product-about.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-about-has-fish{
  background-image: url('../images/bg-fish-about.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.wrap-location{
  background-image: url('../images/bg-location.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.tittle-line{
  position: relative;
  font-size: 2rem;
  color: var(--color-main);
  font-weight: 600;
}

.tittle-dark-corlor{
  filter: brightness(39%) saturate(262%);
}

.tittle-line::after{
  content: '';
  position: absolute;
  left: -40px;
  background-image: url('../images/wave-tittle-icon.png');
  width: 20px;
  height: 10px;
  top: 50%;
  transform: rotateY(180deg);
  filter: brightness(39%) saturate(262%);
}

.tittle-line::before{
  content: '';
  position: absolute;
  right: -40px;
  background-image: url('../images/wave-tittle-icon.png');
  width: 20px;
  height: 10px;
  top: 50%;
  filter: brightness(39%) saturate(262%);
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }

  100% {
    transform: translate3d(85px,0,0);
  }
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before{
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.goog-te-banner-frame.skiptranslate, body > .skiptranslate {
  display: none !important;
}

#menu {
  display: none;
}

.mm-menu_opened {
  display: block !important;
  z-index: 99999 !important;
}

.mm-navbar, .mm-panels, .mm-panel{
  background: #0ca5e9;
}

.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
  top: 14px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}

#hamburger:before, #hamburger:after, #hamburger span {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger:before {
  top: 7px;
}

#hamburger span {
  top: 14px;
}

#hamburger:after {
  top: 21px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 20%;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.4);
  /* màu mờ tối */
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.menu {
  position: relative;
  z-index: 20;
}

.menu ul {
  width: calc(100%);
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.menu .menu-main li {
  position: relative;
  z-index: 1;
}

.menu .menu-main li:last-child{
  padding-right: 0px;
}

.menu .menu-main li.line {
  display: none;
  width: 1px;
  height: 59px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.home .menu .menu-main > li > a{
  color: white;
}

.home .menu .menu-main li a a{
  color: black;
}

.home .fixed .menu .menu-main li a{
  color: black;
}

.menu .menu-main li a {
  display: block;
  position: relative;
  color: #3b3b3b;
  padding: 7px 0;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  z-index: 2;
}

.menu .menu-main li a::after{
  display: none;
}

.menu .menu-main > li:hover > a, .menu .menu-main > li > a.active{
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.menu .menu-main li:hover > a::after, .menu .menu-main li a.active::after{
  display: block;
}

.menu .menu-main li a.has-child {
  padding: 7px 25px 7px 15px;
}

.menu .menu-main li a.has-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(50% - 3.5px / 2);
  right: 12px;
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
}

.menu .menu-main li ul {
  position: absolute;
  min-width: 250px;
  top: 100%;
  padding: 0px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.menu .menu-main li ul.has-child-fullwidth{
  left: 50%;
  transform: translateX(-50%) perspective(600px) rotateX(-90deg);
  width: 1280px;
  display: flex;
  min-height: 300px;
  padding: 20px;
  gap: 20px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.menu .menu-main li ul.has-child-fullwidth li:hover > a.has-child:after{
  transform: rotate(45deg);
}

.menu .menu-main li ul.has-child-fullwidth li ul{
  position: relative;
  top: 0;
  left: 0;
  width: -moz-min-content;
  width: min-content;
  min-width: -moz-max-content;
  min-width: max-content;
  box-shadow: none;
  visibility: visible;
  transform: translate(0);
  opacity: 1;
}

.menu .menu-main li:hover > ul.has-child-fullwidth {
  transform: translateX(-38%) perspective(565px) rotateX(0);
  /* Gộp lại luôn */
  opacity: 1;
  visibility: visible;
}

.menu .menu-main .see-more-toggle a, .menu .menu-main .see-less-toggle a{
  display: flex;
  align-items: center;
  gap: 3px;
}

.menu .menu-main li:hover > ul {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu .menu-main li ul li a {
  color: #000;
  border-bottom: 0px solid #ececec;
  padding: 7px 15px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 300;
}

.menu .menu-main li ul li a.has-child {
  margin-right: 0px;
  font-weight: 600;
  color: var(--color-main);
}

.menu .menu-main li ul li a.has-child:after {
  border-color: #313131;
}

.menu .menu-main li ul li a.active {
  color: var(--color-submain);
  background: transparent;
}

.menu .menu-main li ul li a.active.has-child:after {
  border-color: var(--color-main);
}

.menu .menu-main li ul li:last-child > a {
  border-bottom: 0px;
}

.menu .menu-main li ul li:hover > a {
  color: var(--color-main);
}

.menu .menu-main li ul li:hover > a.has-child:after {
  border-color: var(--color-main);
}

.menu .menu-main li ul li ul {
  top: 0;
  left: 98%;
  margin-top: 0px;
}

.menu .menu-category {
  margin: 0px;
  padding: 0px;
  width: 300px;
  position: relative;
}

.menu .menu-category > .category-title{
  position: relative;
  cursor: pointer;
  display: block;
  padding: 20px 20px 10px 40px;
  margin-bottom: -5px;
  background: url(../images/bg_menu.png) no-repeat left center;
  background-size: 100% auto;
  font-family: 'Oswald';
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.menu .menu-category ul {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 5px;
  top: 100%;
  margin: 0px;
  padding: 0px 0px 4px;
  list-style: none;
  background-color: #fff;
}

.menu .menu-category ul.index{
  display: block;
  width: 87%;
  padding: 20px 0px 4px;
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.menu .menu-category ul.index::before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  right: -1px;
  width: 2px;
  height: 10px;
  background: #fff;
}

.menu .menu-category ul > li{
  padding-right: 4px;
}

.menu .menu-category ul li a{
  position: relative;
  display: block;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  padding: 11px 10px 11px 35px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}

.menu .menu-category ul > li > a::before{
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 13px;
  width: 14px;
  height: 12px;
  background: url(../images/icon-category.png) no-repeat center;
}

.menu .menu-category li:hover > ul{
  display: block;
}

.menu .menu-category ul ul{
  position: absolute;
  top: 0px;
  left: 100%;
  width: auto;
  height: 100%;
  display: none;
  z-index: 10;
  border: 0px;
  padding: 0px;
  /* border-top: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main); */
  background-color: #fff;
}

.menu .menu-category ul.index ul{
  top: 10px;
  height: calc(100% - 10px);
}

.menu .menu-category ul ul::before{
  display: none;
}

.menu .menu-category .submenu {
  width: 300px;
  height: 100%;
  padding: 10px;
  box-shadow: 0px 0px 2px #ccc;
}

.menu .menu-category .submenu li a {
  padding: 5px 10px;
  background: transparent;
  text-transform: none;
}

.mm-menu_offcanvas {
  width: 84%;
}

.mm-navbar__title {
  text-transform: uppercase;
  font-size: 20px;
}

.w-search, .w-menu{
  position: relative;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.search-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: end;
  outline: none;
  overflow: hidden;
  transition: 400ms ease-in-out;
}

.search-wrapper.active {
  width: 350px;
  z-index: 9999;
}

.search-wrapper.active input {
  display: block;
}

.search-wrapper.active .btn svg {
  color: #c4c4c4;
}

.search-wrapper.active .btn-close{
  display: block;
}

.search-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 36px);
  height: 100%;
  outline: none !important;
  border: 0px !important;
  font-size: 1rem;
  display: none;
  z-index: 1;
  background: #f2f2f2 !important;
  box-shadow: none !important;
  padding-left: 15px;
}

.search-wrapper .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  z-index: 2;
}

.search-wrapper .btn svg {
  color: #333;
}

.search-wrapper .btn-close {
  font-size: 20px;
  background: transparent;
  display: none
}

#search-result {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 100%;
  min-width: 350px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  z-index: 9999;
}

#search-result.show{
  display: block;
}

#search-result ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#search-result ul li {
  display: block !important;
}

#search-result ul li:hover{
  background: #f1f1f1;
}

#search-result .image{
  width: 50px;
}

#search-result .info{
  width: calc(100% - 60px);
}

#search-result .name{
  font-size: 15px;
  margin-bottom: 0px;
}

#search-result .price{
  font-size: 14px;
}

#search-result .price-new{
  font-size: 15px;
}

.menu .menu-main li ul.submenu {
  display: flex;
  flex-wrap: wrap;
  min-width: 980px;
  max-height: 570px;
  overflow: auto;
  transform: translateX(-35%);
}

.menu .menu-main li ul.submenu li{
  padding: 0px 15px;
  width: 25%;
}

.menu .menu-main li ul.submenu > li a{
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.menu .menu-main li ul.submenu > li a:hover{
  color: var(--color-submain)
}

.menu .menu-main li ul.submenu > li > a{
  margin: 0px auto;
  background: transparent;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.menu .menu-main li ul.submenu > li p {
  margin-bottom: 0px;
}

.accordion-content {
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.accordion-content.show {
  max-height: 500px;
  opacity: 1;
}

.accordion-button svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-button.active svg {
  transform: rotate(180deg);
}

.accordion-item {
  transition: all 0.2s ease-in-out;
}

.accordion-item:hover {
  transform: translateY(-1px);
}

.collapse.show{
  visibility: inherit;
}

.accordion-button[aria-expanded="true"] .plus-icon {
  display: none;
}

.accordion-button[aria-expanded="false"] .plus-icon {
  display: block;
}

.accordion-button[aria-expanded="true"] .minus-icon {
  display: block;
}

.accordion-button[aria-expanded="false"] .minus-icon {
  display: none;
}

#noidung {
  padding-bottom: 50px;
  max-height: 230px;
  overflow: hidden;
  position: relative;
}

#noidung.show-full-content {
  max-height: 100% !important;
  padding-bottom: 50px;
}

.hide-content.removeBlur {
  background: transparent !important;
  padding-bottom: 0px;
}

.hide-content {
  background: linear-gradient(transparent, #fbfbfb 100%);
}

.hide-content.home{
  background: linear-gradient(transparent, #f1f5f9 100%);
}

.wrap-frame {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 100px;
  z-index: 10;
}

/* Button Frame */

.btn-frame {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 30px;
}

.btn-frame i {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i svg {
  color: #fff;
  fill: #fff;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 120%;
  height: 120%;
  top: -10%;
  right: -10%;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  border-color: var(--color-main);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 140%;
  height: 140%;
  top: -20%;
  right: -20%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.btn-frame span {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  padding: 6px 45px 6px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-main);
  white-space: nowrap;
  transition: all .3s ease-in-out;
  width: 0px;
  overflow: hidden;
}

.btn-frame:hover span {
  opacity: 1;
  width: 235px;
}

.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.info_history, .item_history {
  transition: opacity 0.25s ease-in-out;
}

.time_history {
  cursor: pointer;
  transition: all 0.2s ease;
}

.time_history:hover {
  transform: translateY(-5px);
  color: #1fa5de;
  border-color: #1fa5de;
}

.time_history.active {
  color: #1fa5de;
}

.time_history.active::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90%;
  height: 2px;
  background-color: #1fa5de;
}

.info_history, .item_history {
  position: relative;
}

.rotate-x-180{
  transform: rotateX(180deg);
  transform-style: preserve-3d;
}

.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-backdrop.fade.show {
  opacity: .5;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex
;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.sidebar {
  position: sticky;
  top: 120px;
  z-index: 10;
}
.widget {
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background-color: #f9f9f9;
}
.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #333;
  padding: 10px;
  font-weight: 500;
  background: #f2f2f2;
}
.widget-content {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.widget.category, .widget.service {
  padding: 0px;
  overflow: hidden;
  border: 0px;
  border-bottom: 1px solid var(--color-main);
}
.widget.category .widget-title,
.widget.service .widget-title{
  padding: 18px 10px 10px;
  background-color: #e5e5e5;
  color: var(--color-main);
}
.widget.category .widget-title svg{
  margin: -9px 0;
  fill: #fff;
}
.widget.category .widget-content,
.widget.service .widget-content {
  padding: 0px;
}

.widget.booking{
  background-color: #f3f3f3;
}
.widget.booking .widget-content{
  padding: 0px;
  background: transparent;
}
.widget.booking #frm-newsletter {
  display: block;
}
.widget.booking .newsletter-input {
  margin-bottom: 10px;
}


.widget-ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-ul li{
  position: relative;
  display: block;
  padding-left: 15px;
}
.widget-ul > li{
  border-top: 1px solid #F0F0F0;
  padding-left: 30px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}
.widget-ul > li:first-child{
  border-top: 0px;
}
.widget-ul > li::before{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F4EFEF;
  position: absolute;
  top: 16px;
  left: 19px;
  box-shadow: inset 1px 1px #ccc;
}

.widget-ul li a{
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 11px 10px 9px 10px;
}
.widget-ul li .icon{
  position: absolute;
  display: block;
  padding: 10px;
  font-size: 20px;
  top: 10px;
  right: 5px;
  cursor: pointer;
}

.widget-ul li .icon::before,
.widget-ul li .icon::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}
.widget-ul li .icon::before {
  width: 11px;
  height: 1px;
  opacity: 1
}

.widget-ul li .icon::after {
  width: 1px;
  height: 11px
}

.widget-ul li.active > .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.widget-ul li.active > .icon::before {
  opacity: 0
}

.max-w-170{
  max-width: 170px;
}

.widget-ul li:hover{
  background-color: #f2f2f2;
}

.widget-ul li.active > a,
.widget-ul li:hover > a{
  color: #f00;
}

.widget-ul li.has-child:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.widget-ul li ul{
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-ul li.active > ul {
  display: block;
  padding: 10px 0px;
}

.widget.other {
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.15);
}
.widget.other .widget-title {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.widget.other .widget-content {
  padding: 0px;
  background: transparent;
}
.widget.other .widget-ul li{
  transition: all .3s ease-in-out;
  background: #fff;
  margin: 5px 0px;
  padding-left: 0px;
  border-radius: 5px;
}
.widget.other .widget-ul li:hover{
  transform: scale(1.05);
}
.widget.other .widget-ul li::before{
  display: none;
}
.widget.other .widget-ul li a{
  font-size: 15px;
}
.widget.commit {
  padding: 0px;
}
.widget.commit .widget-title{
  padding: 18px 10px 10px;
  background-color: #eeeeee;
}
.widget.commit ul,
.widget.commit ol {
  margin: 0px;
  padding: 0px;
}

.widget.commit ul li,
.widget.commit ol li {
  list-style: none;
  border-top: 1px dotted #e5e5e5;
  padding: 10px 10px 10px 30px;
  background: url(../images/icon-ul.svg) no-repeat 10px 10px;
}

.widget.commit ul li:first-child,
.widget.commit ol li:first-child {
  border-top: 0px;
}

/* Product Detail */

.camket-pro-detail {
  width: 250px;
}

.camket-pro-detail ul,
  .camket-pro-detail ol {
  list-style: none;
  padding: 0px;
}

.camket-pro-detail ul li{
  padding-left: 25px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/></svg>') no-repeat left 5px;
}

.gallery-pro-detail{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery-pro-detail .slider-product-thumbs .item a{
  display: block;
  height: 83px;
  border-radius: 5px;
  overflow: hidden;
}

.title-pro-detail h2{
  font-size: 24px;
  font-weight: bold;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  /* padding: 20px;
    background-color: #e0e0e0;
    margin-bottom: 1rem; */
}

.desc-pro-detail .attrs{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.desc-pro-detail .attrs li:first-child{
  border-top: 0px;
}

.desc-pro-detail .attrs li{
  padding: 10px 0px 7px;
  border-top: 1px solid #989898;
  color: #989898;
}

.desc-pro-detail .attrs li svg{
  margin-top: -2px;
}

.desc-pro-detail .attrs li b{
  color: #000;
}

/* .desc-pro-detail ul li,
  .desc-pro-detail ol li{
    position: relative;
    list-style: none;
    padding: 10px 10px 10px 35px;
    font-weight: 500;
  
  }
  .desc-pro-detail ul li::before,
  .desc-pro-detail ol li::before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/icon_check.png) no-repeat center center;
    background-size: 28px;
    position: absolute;
    left: 0px;
    top: 10px;
  } */

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 5px;
}

.attr-label-pro-detail {
  font-size: 21px;
  font-weight: 600;
  margin: 0px 5px 0px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.brand-pro-detail {
}

.desc-opacity{
  transition: 1s;
  height: 170px;
  max-height: 170px;
  overflow: hidden;
  transform: translateY(80%);
}

.desc-opacity .btn-main{
  visibility: hidden;
}

.service-list-wrap:hover .desc-opacity{
  height: 100%;
  visibility: visible;
  max-height: max-content;
  overflow: visible;
  transform: translateY(0);
}

.service-list-wrap:hover .desc-opacity .btn-main{
  visibility: inherit;
}

.brand-pro-detail a{
  background: var(--color-red);
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
}

.price-new-pro-detail {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: #ff0000;
}

.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}

#search-result .price-new{
  color: red;
}

#search-result .price-old{
  text-decoration: line-through;
}

.content-main a{
  color: #103882;
  text-decoration: underline;
}

.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 0 8px 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
}

.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 48px;
  position: relative;
  margin: 0 8px 0 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.3s;
}

.size-pro-detail.active:after,
  .color-pro-detail.active:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="%23ffffff" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0"/></svg>') no-repeat center center;
}

.color-pro-detail input[type="radio"],
  .size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}

.cart-pro-detail {
  max-width: 400px;
}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}

.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--color-red);
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--color-red);
}

.cart-pro-detail a.buynow {
  background-color: #333;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-red);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.effect-text{
  animation: colorPulse 2s ease-in-out infinite;
}

@keyframes colorPulse {
  0%, 100% { color: #ffffff; }
  50% { color: #FFA500; }
}

.tags-pro-detail {
  width: 100%;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
  .tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

.thongso-item p{
  margin-bottom: 5px;
}

#advisory-modal .btn-close{
  position: absolute;
  top: 5px;
  right: 5px;
}

#advisory-modal .modal-dialog {
  max-width: 700px;
}

.thongso {
  line-height: 1;
}

.thongso p{
  margin-bottom: 0px;
}

.toolbar2 {
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  left: 0px;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}

.toolbar2.is-active .list-phone {
  display: block;
  -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
  animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar2 .list-phone {
  position: absolute;
  bottom: 100%;
  left: 30px;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  display: none;
  width: 230px;
}

.toolbar2 .list-phone a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  max-width: 240px;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 50px;
  padding-right: 30px;
}

.toolbar2 .list-phone svg {
  max-width: 30px;
  max-height: 30px;
}

.toolbar2 .list-phone span {
  display: block;
  width: calc(100% - 40px);
  color: #333;
  font-weight: 700;
}

.toolbar2 .phone {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 50%;
  margin: 0 0px -25px 30px;
  transition: transform .2s ease-in-out;
}

.toolbar2 .phone a {
  color: #333;
  display: block;
  position: relative;
}

.toolbar2 .phone a:before,.toolbar2 .phone a:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 30px;
  height: 3px;
  border-radius: 2rem;
  background-color: #fff;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.toolbar2 .phone a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar2 .phone svg {
  max-width: 27px;
  max-height: 27px;
  display: block;
  position: relative;
  fill: #fff;
}

.toolbar2.is-active .phone {
  transform: rotate(-180deg);
}

.toolbar2.is-active .phone svg {
  opacity: 0;
}

.toolbar2.is-active .phone a:before,.toolbar2.is-active .phone a:after {
  opacity: 1;
}

.toolbar2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  --size: 33px;
  -webkit-mask: radial-gradient(33px at 55px 0px, #0000 99%, #fff 101%) 100%;
  background: var(--color-main);
  padding: 10px 0;
  padding-left: 100px;
  border-radius: 10px 10px 0px 0px;
}

.toolbar2 ul li {
  text-align: center;
  width: 25%;
  line-height: 1;
}

.toolbar2 ul li a {
  display: block;
  width: 100%;
  font-size: 27px;
  color: #ffff;
}

.toolbar2 ul li .icon {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.toolbar2 ul li a span {
  display: none;
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
  color: #333;
  text-transform: capitalize;
}

.toolbar2 ul li a img,.toolbar2 ul li svg {
  max-height: 30px;
  fill: #fff;
  width: 100%;
}

.toolbar2 .phone svg {
  animation: tada 1.2s infinite;
  fill: #fff;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

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

.before\:-top-6::before {
  content: var(--tw-content);
  top: -1.5rem;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}

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

.before\:w-10::before {
  content: var(--tw-content);
  width: 2.5rem;
}

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

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

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

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

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

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

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: #103882;
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

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

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.content-main h2, .content-main h3,.content-text h2,.content-text h3{
  margin-bottom: 15px;
  font-weight: 600;
}

.content-main img,.content-text img{
  height:auto;
  max-width: 750px;
  margin: 15px auto;
}
.content-main ul,.content-text ul,.content-main ul li,.content-text ul li{
  margin-bottom: 15px ;
}

@media not all and (min-width: 1280px) {
  .max-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:relative {
    position: relative;
  }

  .content-main img,.content-text img{
    height: auto !important;
    width: 100% !important;
  }

  .footer-powered{
    padding-bottom: 30px;
  }

  /* .header-bottom .logo img{
    height: 36px;
  } */

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:grow {
    flex-grow: 1;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .contact-map iframe{
    width: 100%;
  }
  

  .search-wrapper.active{
    width: 100%;
  }

  .search-wrapper input{
    border-radius: 50%;
  }

  #header.home .header-bottom{
    background: white;
  }

  #header.home .logo{
    display: block;
  }

  #header.home .logo-sub{
    display: none;
  }
}

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

  .sm\:bottom-32 {
    bottom: 8rem;
  }

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

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:grid-cols-2-1 {
    grid-template-columns: 2fr 1fr;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-700 {
    height: 700px;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:-top-8 {
    top: -2rem;
  }

  .menu-main{
    display: flex;
  }

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

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

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

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

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