@font-face {
  font-family: "LexendDeca";
  src: url("../fonts/LexendDeca-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LexendDeca";
  src: url("../fonts/LexendDeca-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LexendDeca";
  src: url("../fonts/LexendDeca-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  /* =============================================
   * BẢNG MÀU CHÍNH CỦA WEBSITE
   * ============================================= */

  /* Màu chủ đạo - Primary (Đỏ) */
  --color-primary: #f01917;
  --color-primary-dark: #c91412;
  --color-primary-light: rgba(240, 25, 23, 0.2);

  /* Màu phụ - Secondary (Đen) */
  --color-secondary: #050505;
  --color-secondary-light: #333333;

  /* Màu nền/điểm nhấn - Accent (Trắng) */
  --color-accent: #ffffff;
  --color-background: #ffffff;

  /* Legacy - giữ tương thích với code cũ */
  --color-highlight: #f01917;
  --color-main: #050505;
  --color-text: #4b5563;
  --color-top: #f01917;
  --color-black: #050505;

  /* SVG Filters */
  --svg-hover: invert(16%) sepia(99%) saturate(6063%) hue-rotate(358deg) brightness(95%) contrast(119%);
  --svg-white: invert(1);
  --svg-primary: invert(16%) sepia(99%) saturate(6063%) hue-rotate(358deg) brightness(95%) contrast(119%);

  /* Typography */
  --font-size-base: 1.4rem;

  /* Utility Colors */
  --white: #fff;
  --black: #000;
  --red: #f01917;
  --green: #390;
  --yellow: #ffbf00;
  --light: #f3f3f3;
  --blue: #368fff;
  --blue-light: #6098de;
  --blue-black: #001982;
  --purple: #7145be;
  --pink: #e83e8c;
  --indigo: #6610f2;
  --teal: #4aaeae;
  --orange: #fd7e14;
  --cyan: #17a2b8;
  --gray: #e1e1e1;
  --gray-bold: #959595;

  /* Animation */
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.compare-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  outline: 0;
  pointer-events: none;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.compare-modal.open {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.compare-modal .compare-content,
.compare-modal .compare-bar {
  pointer-events: auto;
}

.compare-modal .compare-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292a30;
  padding: 1.5rem 1.5rem 7.8rem 1.5rem;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.compare-modal .compare-content.open {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.compare-modal .compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.8rem;
  background: #292a30;
  padding: 1.5rem;
}

.compare-content-inner {
  background: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.compare-content-inner::-webkit-scrollbar {
  width: 0.4rem;
  height: 4rem;
}

.compare-content-inner::-webkit-scrollbar-button {
  display: none;
}

.compare-content-inner::-webkit-scrollbar-thumb {
  background: var(--color-main);
}

.compare-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.compare-bar-items .compare-bar-item {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}

.compare-bar-items .compare-bar-item img {
  height: 4.8rem;
  width: 4.8rem;
  object-fit: cover;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.compare-bar-items .compare-bar-item .compare-bar-remove {
  position: absolute;
  top: -0.5rem;
  right: 0;
  background-color: transparent;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.compare-bar-items .compare-bar-item .compare-bar-remove i {
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.compare-bar-items .compare-bar-item:hover .compare-bar-remove {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.compare-bar-remove i {
  font-size: 3rem;
  color: var(--color-main);
}

.compare-bar-remove:hover {
  background: #fff;
}

.compare-bar-remove:hover i {
  color: var(--color-highlight);
}

.compare-bar-btn {
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: var(--color-highlight);
  color: #fff;
  padding: 0 2rem 0 6.8rem;
  margin-left: 1.5rem;
  position: relative;
  cursor: pointer;
}

.compare-bar-btn i {
  position: absolute;
  top: 0;
  left: 0;
  height: 4.8rem;
  width: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.1);
}

.title-compare {
  background-color: #f1f1f1;
  padding: 1rem;
}

.sticky-title-compare {
  background: #fff;
  z-index: 15;
  border-bottom: 1px solid #f1f1f1;
}

.compare-content-close {
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  z-index: 99;
}

.compare-content-close i {
  font-size: 3.2rem;
  color: var(--color-highlight);
}

.compare-bar-close {
  font-size: 3rem;
  color: #fff;
}

.inner-compare {
  height: 100%;
  padding: 1rem;
  border-right: 1px solid #e6e6e6;
}

.placeholder-empty {
  position: relative;
  height: 100%;
  width: 100%;
}

.placeholder-empty::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.8rem;
  background-color: #eee;
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.placeholder-add {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.placeholder-add i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  border: 1px dashed #bdbdbd;
  padding: 1.5rem;
}

.product-action .btn-product-action.added-compare i::before {
  content: "\f058";
  font-weight: 900;
}

div:not(.compare-modal)>div>.compare-bar,
div:not(.compare-modal)>div>.compare-content .compare-content-inner .compare-content-close {
  display: none !important;
}

div:not(.compare-modal)>div>.compare-content .compare-content-inner {
  padding: 0;
}

div:not(.compare-modal)>div>.compare-content .compare-content-inner .sticky-title-compare {
  z-index: 1;
}

@media (min-width: 1200px) {
  .compare-modal .inner-compare {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .product-status {
    display: none;
  }

  .compare-bar-btn {
    padding: 0;
  }

  .compare-bar-btn span {
    display: none;
  }

  .compare-bar-btn i {
    position: static;
  }

  .compare-content .product-title,
  .compare-content .btn-product-action {
    font-size: 1.4rem;
  }
}

.is-mobile .product-status {
  display: none;
}

.is-mobile .compare-bar-btn {
  padding: 0;
}

.is-mobile .compare-bar-btn span {
  display: none;
}

.is-mobile .compare-bar-btn i {
  position: static;
}

.is-mobile .compare-content .product-title,
.is-mobile .compare-content .btn-product-action {
  font-size: 1.4rem;
}

/*------------------------------------------------------------------
[Table of contents]

Variables
Utilities
Layout
Page
General
Responsive
-------------------------------------------------------------------*/
/* variables */
/* Utilities */
/* input-button */
/****/
/* General */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}

body {
  margin: 0;
  font-family: "LexendDeca";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main);
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1020;
}

a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover {
  color: var(--color-highlight);
}

.dark-overlay::after {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.title-section {
  font-size: 3rem;
  color: var(--color-black);
  font-weight: 700;
}

label {
  font-weight: 600;
}

.input-opt input {
  padding: 0;
  flex: 0 0 5rem;
  max-width: 5rem;
  height: 7rem;
  border-radius: 1.5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  border: 1px solid var(--color-main);
}

.entry-choose-verify .form-check-input {
  opacity: 0;
  visibility: hidden;
}

.entry-choose-verify .form-check-input:checked~label.inner-verify {
  border-color: var(--color-highlight);
}

.entry-choose-verify .form-check-input:checked~label.inner-verify .icon-right {
  display: block;
}

.entry-choose-verify .inner-verify {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  cursor: pointer;
}

.entry-choose-verify .icon-left {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: var(--color-highlight);
  color: var(--white);
  border-radius: 50%;
  flex: 0 0 4rem;
  margin-right: 1.5rem;
}

.entry-choose-verify .icon-right {
  display: none;
}

.select-items {
  border: 1px solid var(--color-highlight);
  padding: 1rem;
  border-radius: 1rem;
}

.select-items--icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: var(--color-highlight);
  color: var(--white);
  border-radius: 50%;
  flex: 0 0 4rem;
  margin-right: 1.5rem;
}

.select2-container {
  height: 40px;
}

.select2-container .select2-selection--single {
  height: 40px;
  outline: none;
  background-color: var(--light);
  border: 2px solid #dee2e6;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  right: 10px;
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-text);
  line-height: 36px;
  padding-left: 15px;
}

.select2-dropdown {
  border: 2px solid #dee2e6;
  border-top: none;
}

.select2-dropdown .select2-results__option {
  padding: 6px 15px;
  outline: none;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
  background-color: var(--gray);
}

.select2-dropdown .select2-search--dropdown {
  padding: 10px 15px;
  background-color: var(--light);
  border-bottom: 1px solid #dee2e6;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  background-color: var(--white);
}

.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #e6e6e6;
}

.inner-checkbox {
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.inner-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.inner-checkbox>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-checkbox>input:checked~span::after {
  display: block;
}

.inner-checkbox>input:disabled~span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer-events: none;
}

.inner-checkbox>span {
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #e3e3e3;
}

.inner-checkbox>span::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid var(--color-main);
}

.inner-checkbox:hover>input::not([disabled]):checked~span,
.inner-checkbox>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entire-radio-inline .inner-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}

.inner-radio>span {
  border: 1px solid var(--color-highlight);
}

.inner-radio>span:after {
  border: solid var(--color-highlight);
  background: var(--color-highlight);
}

.inner-radio {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 18px;
}

.inner-radio.inner-radio--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.inner-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.inner-radio>span {
  background: none;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important;
}

.inner-radio>span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
}

.inner-radio>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}

.inner-radio>input:checked~span:after {
  display: block;
}

.inner-radio:hover>input:not([disabled]):checked~span,
.inner-radio>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-radio>input:disabled~span {
  opacity: 0.6;
  pointer-events: none;
}

.shadow-modal {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  border: solid 5px #797979;
}

.page-404-content {
  position: relative;
  max-width: 460px;
  margin: 80px auto 70px;
}

.page-404-content a {
  font-weight: 700;
}

.page-404-content a:hover {
  color: var(--color-highlight);
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: unset !important;
}

.ui-slider-horizontal {
  height: 0 !important;
}

.ui-widget-header {
  background-color: var(--color-highlight) !important;
  top: -1px !important;
  height: 2px !important;
}

.ui-slider .ui-slider-handle {
  height: 6px;
  width: 6px;
  border-radius: 0;
  border-color: var(--color-highlight);
  background-color: var(--color-highlight);
  top: -3px;
  margin-left: -1px;
  outline: 0;
}

.toast-body {
  min-width: 30rem;
}

#lg-share,
.lg-rotate-right,
.lg-rotate-left,
.lg-flip-hor,
.lg-flip-ver,
#lg-actual-size,
#lg-zoom-out,
#lg-zoom-in,
.lg-fullscreen,
.lg-autoplay-button,
.lg-download {
  display: none;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.responsive-table thead th {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  font-weight: normal;
  color: white;
  text-align: center;
}

.responsive-table thead th:first-of-type {
  text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  text-align: left;
  white-space: normal;
}

@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}

.responsive-table [scope="disable"] {
  display: none;
}

@media (min-width: 48em) {
  .responsive-table [scope="disable"] {
    display: table-cell;
  }
}

.responsive-table th,
.responsive-table td {
  vertical-align: middle;
}

@media (min-width: 48em) {

  .responsive-table th,
  .responsive-table td {
    display: table-cell;
  }
}

.responsive-table caption {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.responsive-table tfoot {
  color: var(--color-main);
  border-top: 1px solid #e3e3e3;
}

@media (min-width: 62em) {
  .responsive-table tfoot {
    border-top: 0;
  }
}

.responsive-table tfoot th[scope="col"] {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 62em) {
  .responsive-table tfoot th[scope="col"] {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.responsive-table tfoot td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-weight: bold;
}

@media (min-width: 48em) {
  .responsive-table tfoot td[data-title]:before {
    content: none;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

.responsive-table tbody tr:nth-of-type(even) {
  background-color: #f1f1f1;
}

@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: #f1f1f1;
  }
}

.responsive-table tbody th[scope="row"] a {
  color: var(--color-main);
}

@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: var(--color-main);
    text-align: left;
  }

  .responsive-table tbody th[scope="row"] a {
    color: var(--color-main);
  }
}

.responsive-table tbody td {
  text-align: right;
}

@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody td.btn-setdafault {
    text-align: center;
  }
}

.responsive-table tbody td.btn-setdafault .inner-radio {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .responsive-table tbody td.text-center-table {
    text-align: center;
  }
}

.responsive-table tbody td[data-type="currency"] {
  text-align: right;
}

.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
}

@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

/* Layout */
.topbar-header {
  border-bottom: 1px solid #e3e3e3;
}

.logo-section img {
  max-height: 7rem;
}

footer .logo-section img {
  max-height: 100px;
}

.topbar-section {
  position: relative;
}

.topbar-section ul.topbar-dropdown {
  position: absolute;
  background: var(--white);
  min-width: 5rem;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 0;
  -webkit-animation: nav_menu_anim_close 0.3s both;
  -o-animation: nav_menu_anim_close 0.3s both;
  animation: nav_menu_anim_close 0.3s both;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
}

.topbar-section ul.topbar-dropdown a {
  padding: 0 1rem;
  line-height: 3rem;
  height: 3rem;
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-section ul.topbar-dropdown a:hover {
  background: #f4f4f4;
}

.topbar-section:hover ul.topbar-dropdown {
  -webkit-animation: nav_menu_anim_open 0.3s both;
  -o-animation: nav_menu_anim_open 0.3s both;
  animation: nav_menu_anim_open 0.3s both;
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
  pointer-events: unset;
}

.entire-action-header {
  padding: 0.8rem 0;
}

.swiper-slide--wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.swiper-slide--tile {
  font-weight: 500;
  font-size: 5rem;
}

.swiper-slide--description {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

.swiper-slide--link {
  font-size: 1.6rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  border: 0.1rem solid var(--color-main);
  padding: 1rem 4rem;
  color: var(--color-main);
}

.swiper-slide--link:hover {
  color: var(--white);
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
}

.block-tab.nav {
  position: relative;
}

.block-tab.nav .nav-item .nav-link {
  position: relative;
  color: var(--color-text);
  font-weight: 500;
  padding: 1rem 2.5rem;
  margin-bottom: -0.1rem;
}

.block-tab.nav .nav-item .nav-link.active,
.block-tab.nav .nav-item .nav-link:hover {
  color: var(--color-main);
}

.tab-content {
  position: relative;
}

.tab-content img,
.tab-content iframe,
.tab-content video {
  max-width: 100%;
}

.newsletter {
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter--submit {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border: 0.2rem solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.newsletter--submit:hover {
  color: var(--white);
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
}

.newsletter--input {
  height: 5rem;
  line-height: 5rem;
}

.newsletter--input+.error {
  position: absolute;
  bottom: -3rem;
}

.countdown {
  display: flex;
  line-height: 1;
}

.countdown--item {
  display: flex;
  border-right: 1px solid #ebebeb;
  padding-right: 2rem;
  padding-left: 2rem;
}

.countdown--item:first-child {
  padding-left: 0;
}

.countdown--item:last-child {
  border-right: 0;
  padding-right: 0;
}

.countdown--number {
  font-size: 2.4rem;
  color: var(--color-highlight);
  font-weight: 500;
}

.countdown--label {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 0.3rem;
  text-transform: uppercase;
}

.wrap-suggestion {
  position: absolute;
  z-index: 12;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #f3f3f3;
}

.wrap-suggestion ul li:hover,
.wrap-suggestion ul li.active {
  background-color: #e6e6e6;
}

.wrap-suggestion .suggest-name {
  margin-bottom: 0;
}

.wrap-suggestion .price-amount {
  font-size: 1.2rem;
}

.wrap-suggestion .price-amount.old-price {
  margin-left: 0.5rem;
}

.box-suggest .wrap-suggestion {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 1rem;
}

@media (min_width: 1200px) {
  .menu-section>ul>li>a:after {
    height: 2px;
    background: var(--color-highlight);
    position: absolute;
    bottom: 11px;
    left: 0;
    content: "";
    width: 0;
    transition: 0.5s;
  }

  .menu-section>ul>li>a.active:after,
  .menu-section>ul>li>a:hover:after {
    width: 100%;
  }
}

.menu-section>ul>li>a:hover,
.menu-section>ul>li>a.active {
  color: var(--color-highlight);
}

.btn-action-header {
  display: flex;
  position: relative;
  padding: 0.3rem 1.5rem;
  color: var(--white);
}

.btn-action-header i {
  font-size: 1.8rem;
}

.btn-action-header:hover {
  color: var(--white);
}

.btn-mini-cart {
  border-left: 1px solid #ebebeb;
}

.items-number {
  position: absolute;
  top: -0.8rem;
  right: 0.5rem;
  background-color: var(--black);
  color: var(--white);
  display: inline-block;
  padding: 0.4rem 0.7rem 0.1rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0.9rem;
}

.breadcrumbs-section {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 2.4rem;
}

.breadcrumbs-section a {
  margin-right: 0.7rem;
  line-height: 2.4rem;
  color: var(--color-text);
}

.breadcrumbs-section a::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  margin-left: 0.7rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.breadcrumbs-section a:hover {
  color: var(--color-primary);
}

/* Dropdown Menu for Desktop - Grid 3 columns */
@media (min-width: 768px) {
  .menu-section>ul>li.has-child {
    position: relative;
  }

  .menu-section>ul>li.has-child>.submenu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ffffff !important;
    min-width: 600px !important;
    max-width: 800px !important;
    padding: 20px !important;
    margin: 5px 0 0 0 !important;
    list-style: none !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 10px !important;
  }

  .menu-section>ul>li.has-child:hover>.submenu {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu-section>ul>li.has-child>.submenu li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
  }

  .menu-section>ul>li.has-child>.submenu li:last-child {
    border-bottom: none !important;
  }

  .menu-section>ul>li.has-child>.submenu li a {
    display: block !important;
    padding: 12px 15px !important;
    color: #555555 !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    white-space: normal !important;
    text-align: center !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    height: 100% !important;
  }

  .menu-section>ul>li.has-child>.submenu li a:hover {
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
  }
}

.breadcrumbs-section h1 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 2.4rem;
}

.breadcrumbs-section h1 a::after {
  content: none;
}

.breadcrumbs-section a:last-child:after {
  content: none;
}

.breadcrumbs-section span {
  font-weight: 600;
  color: var(--color-main);
}

.categories-section li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  flex-direction: row;
}

.categories-section li:last-child {
  margin-bottom: 0;
}

.categories-section a {
  padding: 0.6rem 0 0.6rem 0px;
  display: block;
  width: 100%;
  color: var(--color-main);
}

.categories-section a:hover {
  color: var(--color-highlight);
}

.categories-section a.active {
  color: var(--color-highlight);
}

.categories-section a.active>.has-child>a {
  color: var(--color-highlight);
  font-weight: 700;
}

.categories-section .list-child {
  flex: 1 1 100%;
  max-width: 100%;
  display: none;
}

.categories-section .list-child li {
  position: relative;
}

.categories-section>li.has-child>ul {
  padding-left: 1.5rem;
}

.categories-section>li.has-child>.list-child {
  border-top: 0;
  background-color: #f5f5f5;
}

.categories-section>li.has-child>.list-child>li.has-child>.list-child {
  padding-left: 1.5rem;
}

.categories-section>li.has-child>.list-child>li.has-child>.list-child>li.has-child>.list-child {
  padding-left: 1.5rem;
}

.categories-section .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 3rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.categories-section .dropdown-toggle.open {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.categories .categories-section>li {
  margin-bottom: 0;
}

.categories .categories-section>li>a {
  position: relative;
  padding-left: 3rem;
  border-bottom: 1px dashed var(--gray);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.categories .categories-section>li>a::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #636363;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.categories .categories-section>li:last-child>a {
  border-bottom: 0;
}

.categories .categories-section>.has-child>ul {
  background-color: transparent !important;
  border-bottom: 1px dashed var(--gray);
}

.categories .categories-section .has-child>ul {
  padding-left: 3rem !important;
}

.categories .categories-section>li:last-child>ul {
  border-bottom: 0;
}

.tags-title {
  margin-right: 0.5rem;
}

.tags li a:before {
  content: ",";
  margin-right: 2px;
}

.tags li:first-child>a:before {
  display: none;
}

.tags li {
  display: inline-block;
}

.tags li a {
  margin: 0 0.2rem 0.5rem 0;
  display: block;
  color: #000000;
}

.tags li a:hover {
  color: var(--color-highlight);
}

.entire-map {
  position: relative;
  padding-top: 36.45%;
}

.entire-map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.title-address {
  font-weight: 600;
  color: var(--color-main);
}

.entire-address {
  padding: 5rem 0;
}

.entire-address address {
  line-height: 3rem;
}

.form-contact .title-section {
  padding-top: 8rem;
}

.filter-member .input-group-text {
  border: 0;
}

.filter-member .btn-submit {
  padding: 0 1rem;
}

.table-member th i {
  font-size: 1.8rem;
}

.datepicker {
  width: 26.5rem;
  padding: 1rem;
}

.datepicker.datepicker-orient-top {
  margin-top: 0.8rem;
}

.datepicker table {
  width: 100%;
}

.datepicker td,
.datepicker th {
  font-weight: regular;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.3rem;
}

.datepicker thead th {
  color: #74788d;
}

.datepicker thead th.prev,
.datepicker thead th.datepicker-switch,
.datepicker thead th.next {
  font-weight: 500;
  color: #74788d;
}

.datepicker thead th.prev:hover,
.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover {
  background: #f7f8fa !important;
}

.datepicker thead th.prev i,
.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i {
  font-size: 1.2rem;
  color: #74788d;
}

.datepicker thead th.prev i::before,
.datepicker thead th.datepicker-switch i::before,
.datepicker thead th.next i::before {
  line-height: 0;
  vertical-align: middle;
}

.datepicker thead th.dow {
  color: #595d6e;
  font-weight: 500;
}

.datepicker tbody tr>td.day {
  color: #595d6e;
}

.datepicker tbody tr>td.day:hover {
  background: #ebedf2;
  color: #595d6e;
}

.datepicker tbody tr>td.day.old {
  color: #74788d;
}

.datepicker tbody tr>td.day.new {
  color: #595d6e;
}

.datepicker tbody tr>td.day.selected,
.datepicker tbody tr>td.day.selected:hover,
.datepicker tbody tr>td.day.active,
.datepicker tbody tr>td.day.active:hover {
  background: #5867dd;
  color: #ffffff;
}

.datepicker tbody tr>td.day.today {
  position: relative;
  background: rgba(93, 120, 255, 0.7) !important;
  color: #ffffff !important;
}

.datepicker tbody tr>td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 0.7rem 0.7rem;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
}

.datepicker tbody tr>td.day.range {
  background: #f7f8fa;
}

.datepicker tbody tr>td span.year,
.datepicker tbody tr>td span.hour,
.datepicker tbody tr>td span.minute,
.datepicker tbody tr>td span.month {
  color: #595d6e;
}

.datepicker tbody tr>td span.year:hover,
.datepicker tbody tr>td span.hour:hover,
.datepicker tbody tr>td span.minute:hover,
.datepicker tbody tr>td span.month:hover {
  background: #f7f8fa;
}

.datepicker tbody tr>td span.year.focused,
.datepicker tbody tr>td span.year.focused:hover,
.datepicker tbody tr>td span.year.active:hover,
.datepicker tbody tr>td span.year.active.focused:hover,
.datepicker tbody tr>td span.year.active,
.datepicker tbody tr>td span.hour.focused,
.datepicker tbody tr>td span.hour.focused:hover,
.datepicker tbody tr>td span.hour.active:hover,
.datepicker tbody tr>td span.hour.active.focused:hover,
.datepicker tbody tr>td span.hour.active,
.datepicker tbody tr>td span.minute.focused,
.datepicker tbody tr>td span.minute.focused:hover,
.datepicker tbody tr>td span.minute.active:hover,
.datepicker tbody tr>td span.minute.active.focused:hover,
.datepicker tbody tr>td span.minute.active,
.datepicker tbody tr>td span.month.focused,
.datepicker tbody tr>td span.month.focused:hover,
.datepicker tbody tr>td span.month.active:hover,
.datepicker tbody tr>td span.month.active.focused:hover,
.datepicker tbody tr>td span.month.active {
  background: #5867dd;
  color: #ffffff;
}

.datepicker tfoot tr>th.today,
.datepicker tfoot tr>th.clear {
  border-radius: 0.3rem;
  font-weight: 500;
}

.datepicker tfoot tr>th.today:hover,
.datepicker tfoot tr>th.clear:hover {
  background: #ebedf2;
}

.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

.entire-file a {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.remove-item {
  font-size: 1.6rem;
  cursor: pointer;
}

.remove-item:hover i {
  color: var(--color-highlight);
}

.pagination {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  margin-top: 3rem;
}

.pagination .page-item {
  /* border-left: 1px solid var(--light); */
  display: inline-block;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: var(--color-highlight);
  color: #fff;
}

.pagination .page-item:first-child {
  border-left: 0;
}

.pagination .page-link {
  font-weight: bold;
  color: var(--color-highlight);
  padding: 0.7rem 2rem;
  border: 1px solid var(--color-highlight);
  border-radius: 5px;
  display: block;
}

.swiper-slider-main .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 375px;
}

.toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: var(--color-highlight);
  z-index: 1;
}

.toolbar__item {
  flex: 0 0 20%;
  position: relative;
}

.toolbar__item.category-tool a span,
.toolbar__item.category-tool a i {
  color: var(--color-highlight);
}

.toolbar__item.category-tool::before {
  width: 7rem;
  height: 7rem;
  background: var(--white);
  font-stretch: normal;
  font-style: normal;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
  border-radius: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  left: calc(50% - 3.5rem);
  top: -10px;
  padding: 0;
  content: "";
}

.toolbar__item.category-tool .before {
  position: absolute;
  bottom: 5.4rem;
  text-align: center;
  left: calc(50% - 3.5rem);
  width: 7rem;
  height: 2rem;
  z-index: -1;
}

.toolbar__item a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 7px 0;
}

.toolbar__item a i {
  font-size: 20px;
  color: var(--white);
}

.toolbar__item a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: var(--white);
}

.post-date {
  color: var(--gray-bold);
}

.post-date span {
  color: var(--color-highlight);
  font-size: 3.2rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.view-small .post-date span {
  font-size: 1.8rem;
}

.tag--item {
  padding: 0.7rem 2rem;
  border: 1px solid var(--color-text);
  display: inline-block;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  color: #6c757d;
}

.tag--item:hover {
  border-color: var(--color-highlight);
  background-color: var(--color-highlight);
  color: var(--white);
}

/*Button Contact Fixed*/
.share-buttons {
  position: fixed;
  bottom: 2.5rem;
  left: 2.5rem;
}

.share-buttons .share-button {
  margin-top: 1rem;
}

.share-button {
  display: block;
  position: relative;
  height: 3rem;
}

.share-button:hover {
  cursor: pointer;
}

.share-button:hover .share-button-primary {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
  transform: translate3d(0, 0, 0);
}

.share-button-primary {
  position: absolute;
  background: var(--color-highlight);
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  text-align: center;
}

.share-button-icon {
  display: block;
  color: var(--white);
  width: 3rem;
  line-height: 3rem;
}

img.share-button-icon {
  width: 2rem;
  filter: brightness(0) invert(1);
}

.share-button-secondary {
  overflow: hidden;
  margin-left: 1.5rem;
  height: 3rem;
}

.share-button-secondary-content {
  background: var(--color-highlight);
  display: block;
  height: 3rem;
  text-align: left;
  padding-left: 2.4rem;
  padding-right: 1.8rem;
  line-height: 3rem;
  color: var(--white);
  border-radius: 0 1.5rem 1.5rem 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 175ms ease;
}

/*End Button Contact Fixed*/
.block-html--hotdeal {
  border: 1px dashed var(--color-highlight);
  border-radius: 1rem;
  padding: 3rem;
}

.block-html--sologan {
  background-color: var(--color-highlight);
  padding: 1rem;
}

.block-html--sologan a {
  display: block;
  border: 1px dashed #e5e5e5;
  padding: 2rem 0;
}

.block-html--underline {
  text-decoration: underline;
}

.decoration-block {
  position: relative;
}

.decoration-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.4rem;
  width: 4rem;
  background-color: var(--color-highlight);
}

.setting-menu {
  position: relative;
}

.setting-menu>.container>.row>div {
  position: static;
}

.btn-menu-mobile {
  display: none;
}

.marker-image {
  height: 1.6rem;
  width: 1.6rem;
  object-fit: cover;
  margin-right: 0.5rem;
}

.menu-top {
  display: none;
}

.menu-top .menu-header {
  font-weight: bold;
  font-size: 2rem;
}

.menu-vertical--top {
  display: none;
}

.menu-vertical--top .menu-vertical--header {
  font-weight: bold;
  font-size: 2rem;
}

.menu-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.menu-section ul li a:hover {
  color: var(--color-highlight);
  cursor: pointer;
}

.menu-section .grower {
  display: none;
}

.menu-section .entry-menu {
  top: 100%;
  z-index: 12;
  padding: 2rem 2.5rem;
  position: absolute;
  background-color: var(--white);
  border-top: 0.1rem solid #e3e3e3;
}

.menu-section .entry-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1.6rem;
}

.menu-section .entry-menu li {
  position: relative;
}

.menu-section .entry-menu.multil-column {
  min-width: 76rem;
}

.menu-section .entry-menu.full-width {
  width: 100%;
  left: 0;
  padding: 2rem 4rem;
}

.menu-section .entry-menu.full-width .sub-menu {
  margin-bottom: 1.5rem;
}

.menu-section .entry-menu.full-width .menu-title {
  font-size: 1.6rem;
}

.menu-section .entry-menu.full-width .menu-link {
  display: inline-block;
}

.menu-section .entry-menu.dropdown {
  min-width: 25rem;
  left: 0;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.menu-section .entry-menu.dropdown li {
  border-bottom: 1px solid var(--gray);
}

.menu-section .entry-menu.dropdown li:last-child {
  border-bottom: none;
}

.menu-section .entry-menu.dropdown ul {
  position: absolute;
  top: calc(-50% + 0.8rem);
  left: calc(100% + 1.5rem);
  min-width: 25rem;
  margin-top: -0.1rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 17;
  background-color: var(--white);
}

.menu-section .entry-menu.dropdown li:hover>ul {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.menu-section .entry-menu.dropdown li:hover>a {
  color: var(--color-highlight);
}

.menu-section .entry-menu.dropdown li:hover>ul {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.menu-section .entry-menu.dropdown .has-child>ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  left: -2.5rem;
}

.menu-section .menu-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: var(--color-main);
}

.menu-section .menu-title+.sub-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-section .menu-link {
  color: var(--color-text);
  padding: 0.7rem 3.5rem 0.7rem 0;
  display: block;
}

.menu-section .active {
  color: var(--black) !important;
}

.menu-section .child-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-section .menu-image.right {
  margin: -2rem -3.5rem -1.5rem -0.5rem;
}

.menu-section .menu-image.left {
  margin: -2rem 0 -2rem -3.5rem;
}

.menu-section>ul>li {
  display: inline-block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.menu-section>ul>li:hover>.entry-menu {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.menu-section>ul>li>.entry-menu {
  position: absolute;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
  z-index: 17;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.menu-section>ul>li>.entry-menu li {
  text-align: left;
}

.menu-section>ul>li:last-child {
  margin-right: 0;
}

.menu-section>ul>li>a {
  font-size: 1.7rem;
  line-height: 5.4rem;
  color: var(--black);
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
}

.menu-section>ul>li>a span {
  display: none;
}

.menu-section>ul>li.has-child>a {
  display: inline-block;
}

.menu-section>ul>li.has-child>a span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 0.3rem;
}

.container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-menu .row-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.container-menu .column-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}

.container-menu .column-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 1rem;
}

.container-menu .column-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1rem;
}

.container-menu .column-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 1rem;
}

.menu-vertical {
  position: relative;
  z-index: 16;
}

.menu-vertical--top {
  display: none;
}

.menu-vertical--top .menu-header {
  font-weight: bold;
  font-size: 2rem;
}

.menu-vertical--title {
  color: var(--white);
  text-transform: uppercase;
  padding: 1.7rem 2rem 1.6rem;
  display: block;
}

.menu-vertical--title i {
  margin-right: 2rem;
}

.menu-vertical--title:hover {
  color: var(--white);
}

.menu-vertical--icon {
  margin-right: 2rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
}

.menu-vertical--content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--color-black);
}

.menu-vertical--content>li.has-child>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-vertical--content>li.has-child>a>span {
  display: inline-block;
}

.menu-vertical--content>li>a>span {
  display: none;
}

.menu-vertical--content>li>a:hover {
  background-color: var(--color-highlight);
  color: var(--white);
}

.menu-vertical--content li a {
  color: var(--color-text);
  display: block;
  padding: 1rem 2rem;
}

.menu-vertical--content .entry-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.menu-vertical--content .dropdown a:hover {
  background-color: var(--color-highlight);
  color: var(--white);
}

.menu-vertical--content .dropdown .has-child {
  position: relative;
}

.menu-vertical--content .dropdown .has-child>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-vertical--content .dropdown .has-child ul {
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
  position: absolute;
  top: 0;
  left: 100%;
}

.menu-vertical--content .dropdown .has-child:hover>ul {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.menu-vertical--content .dropdown .has-child:hover>a {
  background-color: var(--color-highlight);
  color: var(--white);
}

.menu-vertical--content .multil-column,
.menu-vertical--content .full-width {
  width: 88rem;
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
}

.menu-vertical--content .multil-column a:hover,
.menu-vertical--content .full-width a:hover {
  color: var(--color-highlight);
}

.menu-vertical--content .multil-column .container-menu,
.menu-vertical--content .full-width .container-menu {
  padding: 1rem;
}

.menu-vertical--content>.has-child:hover>.entry-menu {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.menu-vertical--content>.has-child:hover>a {
  background-color: var(--color-highlight);
  color: var(--white);
}

.menu-vertical--link-all {
  color: var(--white);
  padding: 1.25rem 2rem;
  display: inline-block;
}

.menu-vertical--link-all:hover {
  color: var(--color-highlight);
}

.menu-vertical .entry-menu {
  position: absolute;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.menu-vertical .menu-title {
  color: var(--white);
  font-weight: 500;
  position: relative;
}

.menu-vertical--content,
.menu-vertical--title {
  background-color: var(--color-black);
}

.menu-vertical .entry-menu {
  background-color: #111;
}

.menu-vertical .dropdown,
.menu-vertical .dropdown ul {
  background-color: #111;
  min-width: 25rem;
}

.menu-vertical ul {
  padding-left: 0;
  list-style: none;
}

.entire-info-website .logo-section {
  margin-bottom: 54px;
}

.entire-info-website .descript-website-section {
  margin-bottom: 44px;
}

.entire-info-website address p {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  color: var(--color-text);
  line-height: 1.6;
}

.entire-info-website address p i {
  font-size: 18px;
  color: var(--color-primary);
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  margin-right: 10px;
  position: relative;
  margin-top: 0;
}

.entire-info-website address p>span,
.entire-info-website address p>a {
  flex: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}

.entire-info-website .title-social-footer {
  color: var(--color-main);
  margin-bottom: 30px;
}

.social-footer-section {
  margin-bottom: 30px;
}

.social-footer-section ul {
  margin: 0;
}

.social-footer-section ul li {
  margin-right: 7px;
  display: inline-block;
}

.social-footer-section ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.social-footer-section ul li a:hover {
  color: var(--color-main);
}

.work-time .inner-time p {
  margin-bottom: 7px;
}

.work-time span {
  margin-bottom: 7px;
  display: inline-block;
}

.coppyright-payment {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
}

.coppyright-payment .coppyright {
  margin-bottom: 0;
}

.toolbar-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.toolbar-section .toolbar-item {
  flex: 1 0 25%;
}

.toolbar-section .toolbar-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 24px;
}

.toolbar-section .toolbar-item a i {
  font-size: 24px;
}

.toolbar-section .toolbar-item a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/* Page */
.article-item {
  margin-bottom: 3rem;
}

.article-item .inner-image {
  position: relative;
}

.article-item .inner-image .featured-media {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}

.article-item .inner-image .featured-media i {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color-main);
  margin: 0px 2px;
}

.article-item .inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article-item .article-info .article-category {
  display: inline-block;
  margin-right: 15px;
}

.article-item .article-info .article-category a {
  color: var(--color-highlight);
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.article-item .article-info .article-category a:last-child .comma-item {
  display: none;
}

.article-item .article-info .article-category a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.article-item .article-info .post-date,
.article-item .article-info .post-author {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  margin-right: 15px;
}

.article-item .article-info .post-date::before,
.article-item .article-info .post-author::before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-text);
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article-item .article-info .post-author:hover {
  color: var(--color-text);
  text-decoration: underline;
}

.article-item .article-title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  overflow: hidden;
}

.article-item .article-title a {
  color: var(--color-main);
}

.article-item .article-title a:hover {
  color: var(--color-highlight);
}

.article-item .article-description {
  margin-bottom: 10px;
  color: var(--color-black);
}

.album-item .inner-image {
  margin-bottom: 21px;
}

.album-item .album-info .album-category {
  display: inline-block;
  margin-right: 15px;
}

.album-item .album-info .album-category a {
  color: var(--color-highlight);
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.album-item .album-info .album-category a:last-child .comma-item {
  display: none;
}

.album-item .album-info .album-category a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.album-item .album-info .post-date,
.album-item .album-info .post-author {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  margin-right: 15px;
}

.album-item .album-info .post-date::before,
.album-item .album-info .post-author::before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-text);
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.album-item .album-info .post-author:hover {
  color: var(--color-text);
  text-decoration: underline;
}

.album-item .album-title {
  line-height: 24px;
  font-weight: 600;
}

.album-item .album-title a {
  color: var(--color-main);
}

.album-item .album-title a:hover {
  text-decoration: underline;
}

.album-item .album-description {
  margin-bottom: 20px;
}

.read-more {
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
  font-size: 12px;
}

.article-content iframe,
.article-content video,
.article-content img,
.article-content table {
  max-width: 100%;
}

.article-content img {
  height: auto;
}

.additional-action {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}

.additional-action .btn-addition-action {
  display: block;
  height: 4.5rem;
  width: 4.5rem;
  margin-top: 1rem;
  position: relative;
  background-color: var(--white);
  cursor: pointer;
}

.additional-action .btn-addition-action::before {
  content: "";
  height: 2.8rem;
  width: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.additional-action .btn-addition-action.btn-video::before {
  background: url("../img/video-player.svg") no-repeat top left;
  background-size: contain;
}

.additional-action .btn-addition-action.btn-video.youtube-video::before {
  background: url("../img/youtube-logo.svg") no-repeat top left;
  background-size: contain;
}

.additional-action .btn-addition-action.btn-360-view::before {
  background: url("../img/3d.svg") no-repeat top left;
  background-size: contain;
}

.additional-action .btn-addition-action.btn-expand::before {
  background: url("../img/full-screen.svg") no-repeat top left;
  background-size: contain;
}

.additional-action .btn-addition-action:hover {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.product-attribute-switch {
  margin: 0 -0.4rem 1rem;
}

.product-attribute-switch.image-switch .inner-product-attribute {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
}

.product-attribute-switch.text-switch .inner-product-attribute {
  height: 3.5rem;
  width: auto;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 0 1rem;
  -webkit-border-radius: 1rem 1rem 0 1rem;
  -moz-border-radius: 1rem 1rem 0 1rem;
  -ms-border-radius: 1rem 1rem 0 1rem;
  -o-border-radius: 1rem 1rem 0 1rem;
}

.product-attribute-switch li.active a.inner-product-attribute::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: transparent transparent var(--color-main);
}

.product-attribute-switch li.active a.inner-product-attribute::after {
  content: "\f00c";
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 0.6rem;
  line-height: 1;
  color: var(--white);
  bottom: 0;
  right: 0.1rem;
}

.product-attribute-switch .inner-product-attribute {
  position: relative;
  margin: 0.4rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: padding-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0.1rem solid var(--light);
  border-bottom-right-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: var(--color-main);
}

.product-attribute-switch .inner-product-attribute:hover {
  border-color: var(--color-highlight);
}

.product-attribute-switch .inner-product-attribute.active {
  border-color: var(--color-highlight);
}

.product-attribute-switch .inner-product-attribute.active::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: transparent transparent var(--color-highlight);
}

.product-attribute-switch .inner-product-attribute.active::after {
  content: "\f00c";
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 0.6rem;
  line-height: 1;
  color: var(--white);
  bottom: 0;
  right: 0.1rem;
}

.product-attribute-switch .inner-product-attribute.disable {
  opacity: 0.3;
  cursor: not-allowed;
}

.reset-attribute {
  color: var(--color-main);
  font-weight: 600;
  border-bottom: 0.1rem solid #b8b7bd;
  position: relative;
}

.reset-attribute:hover {
  color: var(--color-main);
}

.product-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 11;
  pointer-events: none;
}

.out-stock,
.onsale,
.featured {
  max-width: 10rem;
  display: block;
  text-align: center;
  color: var(--white);
  line-height: 2rem;
  height: 2rem;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}

.out-stock {
  background-color: var(--black);
}

.onsale {
  background-color: var(--red);
}

.featured {
  background-color: var(--color-highlight);
}

.product-category-section>div {
  height: 53rem;
}

.product-category-section .inner-product-cat {
  display: block;
  position: relative;
  height: 100%;
}

.product-category-section .inner-product-cat span.inner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: right bottom;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-category-section .inner-product-cat.half-height {
  height: calc(100% / 2 - 1.5rem);
}

.product-category-section .inner-product-cat.half-height:first-child {
  margin-bottom: 3rem;
}

.product-category-section .inner-product-cat .inner-content {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 3rem;
  right: 2.5rem;
}

.product-category-section .inner-product-cat .inner-content .category-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-main);
}

@media (max-width: 991px) {
  .product-category-section .inner-product-cat .inner-content .category-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.product-category-section .inner-product-cat .inner-content .category-count {
  color: var(--color-text);
}

.currency-symbol {
  margin-left: 0.3rem;
}

.product-action {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 16;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-action .btn-product-action {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  display: inline-block;
  position: relative;
}

.product-action .btn-product-action i {
  background-color: var(--light);
  color: var(--color-text);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.product-action .btn-product-action i:hover {
  background-color: var(--color-highlight);
  color: var(--white);
}

.product-action .btn-product-action.added-wishlist i::before {
  font-weight: 900;
}

.product-item {
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d1d5db;
}

.product-item .inner-image {
  position: relative;
  overflow: hidden;
}

.product-item .inner-content .product-category a {
  font-size: 13px;
}

.product-item .inner-content .product-category a:last-child .comma-item {
  display: none;
}

.product-item .inner-content .product-category a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.product-item:hover .inner-content .product-rating-price .wrp-rating-price {
  -webkit-transform: translateY(-2.2rem);
  -ms-transform: translateY(-2.2rem);
  -o-transform: translateY(-2.2rem);
  transform: translateY(-2.2rem);
}

.product-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.product-title a {
  color: var(--color-main);
}

.product-title a:hover {
  color: var(--color-highlight);
}

.price-amount {
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
}

.price-amount.old-price {
  color: var(--color-text);
  margin-left: 1.5rem;
  position: relative;
  text-decoration: line-through;
}

.quickview-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.4rem;
  z-index: 1000;
}

.quickview-info {
  position: relative;
  height: 39rem;
  overflow: auto;
  padding: 5rem 5rem 5rem 3rem;
}

.quickview-info::-webkit-scrollbar {
  width: 0.6rem;
}

.quickview-info::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background: #e6e6e6;
}

.quickview-info::-webkit-scrollbar-track {
  border-radius: 0.8rem;
}

.product-image-detail-top {
  position: relative;
}

.product-image-detail-top .swiper {
  border: 0.1rem solid var(--light);
}

.product-detail-footer iframe,
.product-detail-footer video,
.product-detail-footer img,
.product-detail-footer table {
  max-width: 100%;
}

.product-detail-footer img {
  height: auto;
}

.product-detail-footer .nav {
  justify-content: center;
  flex-wrap: wrap;
}

.product-detail-footer .nav li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-main);
  padding: 0 2rem 2rem;
  position: relative;
}

.product-detail-footer .nav li a:hover,
.product-detail-footer .nav li a.active {
  color: var(--color-highlight);
}

.product-detail-footer .nav li a.active::before {
  content: "";
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid var(--white);
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 2rem);
  margin: 0 auto;
  z-index: 1;
}

.product-image-detail .inner-image,
.product-image-detail .inner-iframe,
.product-image-detail .inner-video {
  position: relative;
  padding-top: 130%;
}

.product-image-detail .inner-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-image-detail .inner-iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-image-detail .inner-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.price-amount {
  white-space: nowrap;
}

.product-content-detail label {
  color: var(--color-main);
}

.product-content-detail .product-title-detail {
  font-weight: 700;
  color: var(--color-main);
}

.product-content-detail .product-description {
  margin-bottom: 2.1rem;
}

.product-content-detail .product-description p {
  margin-bottom: 0.5rem;
}

.product-content-detail .price .price-amount {
  font-weight: 700;
  color: var(--color-highlight);
  font-size: 3.2rem;
}

.product-content-detail .price .price-amount.old-price {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-text);
}

.product-content-detail .product-category a {
  color: var(--color-highlight);
  margin-left: 0.5rem;
}

.product-content-detail .product-category a:last-child .comma-item {
  display: none;
}

.product-content-detail .product-category a:hover {
  color: var(--color-highlight);
}

.product-content-detail .code span,
.product-content-detail .brand span,
.product-content-detail .weight span,
.product-content-detail .length span,
.product-content-detail .width span,
.product-content-detail .height span {
  margin-left: 0.5rem;
}

.product-content-detail .entire-attribute .list-attribute label {
  margin-right: 2rem;
  margin-bottom: 0;
}

.product-content-detail .entire-attribute .list-attribute .product-attribute-switch {
  margin-bottom: 0;
}

.product-content-detail .entire-attribute .list-attribute:last-child {
  margin-bottom: 0;
}

.product-content-detail .add-to-cart {
  text-transform: uppercase;
  background-color: var(--color-highlight);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  height: 4.8rem;
  line-height: 4.8rem;
  border: 0.1rem solid var(--color-highlight);
  padding: 0 2rem;
}

.product-content-detail .add-to-cart:hover {
  background-color: var(--white);
  color: var(--color-highlight);
}

.product-content-detail .add-to-cart.disable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.product-content-detail .out-of-stock {
  font-weight: 600;
  color: var(--color-highlight);
  text-transform: capitalize;
  height: 4.5rem;
  line-height: 4.5rem;
}

.product-content-detail .btn-compare {
  font-weight: 600;
  margin-top: 1rem;
  display: inline-block;
  color: var(--color-main);
}

.product-content-detail .btn-compare i {
  margin-right: 0.5rem;
}

.product-content-detail .btn-compare:hover {
  color: var(--color-highlight);
}

.product-quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-main);
  border: 0.1rem solid var(--gray);
  padding-right: 1.8rem;
}

.product-quantity .btn-quantity {
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-quantity .btn-quantity:hover {
  color: var(--white);
  background-color: var(--color-highlight);
  border-color: var(--color-highlight) !important;
}

.product-quantity .btn-quantity.quantity-subtract,
.product-quantity .btn-quantity.quantity-add {
  position: absolute;
  height: calc(50% - 0.1rem);
  border: 0.1rem solid var(--gray);
  box-sizing: content-box;
  right: -0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-quantity .btn-quantity.quantity-subtract {
  bottom: -0.1rem;
}

.product-quantity .btn-quantity.quantity-add {
  top: -0.1rem;
}

.product-quantity input {
  width: 7rem;
  height: 4.6rem;
  border: none;
  background-color: transparent;
  padding: 0 0.8rem;
}

.product-quantity input:focus-visible {
  outline: none;
}

.product-action-detail a {
  border: 0.1rem solid var(--gray);
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-text);
}

.product-action-detail a:hover,
.product-action-detail a.added-wishlist {
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
  color: var(--white);
}

.product-action-detail a:hover i::before,
.product-action-detail a.added-wishlist i::before {
  font-weight: 900;
}

.product-action-detail a.added-compare {
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
  color: var(--white);
}

.product-action-detail a.added-compare i::before {
  content: "\f058";
}

.product-content-detail .product-quantity,
.product-content-detail .add-to-cart,
.product-content-detail .product-action-detail {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sidebar-mini-cart {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46rem;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  background-color: var(--white);
  -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
  box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(46rem, 0, 0);
  -moz-transform: translate3d(46rem, 0, 0);
  -ms-transform: translate3d(46rem, 0, 0);
  -o-transform: translate3d(46rem, 0, 0);
  transform: translate3d(46rem, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
}

.sidebar-mini-cart.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.sidebar-mini-cart .sidebar-header .close-sidebar {
  font-size: 30px;
  color: var(--color-main);
}

.sidebar-mini-cart .content-mini-cart {
  flex: 1 1 auto;
  display: flex;
  padding-left: 3rem;
  padding-right: 3rem;
}

.sidebar-mini-cart .content-mini-cart .entire-bottom-minicart {
  margin-top: auto;
}

.sidebar-mini-cart .content-mini-cart .cart-item {
  position: relative;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #e3e3e3;
}

.sidebar-mini-cart .content-mini-cart .remove-mini-cart {
  position: absolute;
  top: 3rem;
  right: 0.5rem;
  font-size: 16px;
  cursor: pointer;
  width: 2.5rem;
  text-align: center;
}

.sidebar-mini-cart .content-mini-cart .remove-mini-cart:hover i {
  color: var(--color-highlight);
}

.sidebar-mini-cart .content-mini-cart .inner-image img {
  width: 9rem;
  float: left;
  margin-right: 2rem;
  border: 0.1rem solid #e3e3e3;
}

.sidebar-mini-cart .content-mini-cart .inner-content {
  margin-left: 11rem;
}

.sidebar-mini-cart .content-mini-cart .inner-content .product-title {
  font-weight: 700;
  display: block;
  color: var(--color-main);
  margin-bottom: 0.5rem;
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product {
  line-height: 2rem;
  height: 2rem;
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product label,
.sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
  float: left;
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product label {
  font-weight: 400;
  color: var(--color-main);
  margin-bottom: 0;
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
  margin-bottom: 0;
  font-weight: 700;
  color: #390;
  margin-left: 0.5rem;
}

.sidebar-mini-cart .content-mini-cart .inner-content .quantity {
  color: var(--color-main);
}

.sidebar-mini-cart .content-mini-cart .inner-content .quantity .price-amount {
  font-weight: 700;
}

.sidebar-mini-cart .content-mini-cart .total-price {
  padding-top: 2rem;
}

.sidebar-mini-cart .content-mini-cart .total-price label {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.sidebar-mini-cart .content-mini-cart .total-price .price-amount {
  margin-bottom: 0;
  float: right;
  font-size: 24px;
  font-weight: 700;
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn {
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-checkout {
  display: block;
  font-weight: 700;
  padding: 1.5rem 0;
  margin-top: 2rem;
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info {
  display: block;
  font-weight: 700;
  padding: 1.4rem 0;
  background-color: transparent;
  border: 0.1rem solid var(--color-main);
  color: var(--color-main);
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info:hover {
  color: var(--color-highlight);
  border-color: var(--color-highlight);
}

.sidebar-mini-cart .content-mini-cart .box-minicart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-mini-cart::-webkit-scrollbar {
  width: 0.6rem;
}

.sidebar-mini-cart::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  background: #e6e6e6;
}

.sidebar-mini-cart::-webkit-scrollbar-track {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  -webkit-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
}

.empty i {
  font-size: 10rem;
  margin-bottom: 2rem;
}

.active-quick-shop .product-quick-shop {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.product-quick-shop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(249, 249, 249, 0.97);
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  z-index: 50;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.product-quick-shop .quick-shop-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  color: var(--color-main);
  cursor: pointer;
}

.product-quick-shop::-webkit-scrollbar {
  width: 0.6rem;
}

.product-quick-shop::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background: #e6e6e6;
}

.product-quick-shop::-webkit-scrollbar-track {
  border-radius: 0.8rem;
}

.entry-quick-shop {
  height: 100%;
  width: 100%;
  padding: 2rem 1rem 1rem;
}

.entry-quick-shop .product-attribute-switch {
  margin-bottom: 0.5rem;
}

.entry-quick-shop .product-quantity {
  margin-right: 0;
}

.entry-quick-shop .product-quantity input {
  height: 3.2rem;
}

.entry-quick-shop .product-quantity .btn-quantity {
  line-height: 3.2rem;
}

.entry-quick-shop .reset-attribute {
  margin-left: 0;
}

.entry-quick-shop label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.entry-quick-shop .add-to-cart {
  display: inline-block;
  margin-top: 0.8rem;
  height: 3.4rem;
  width: 3.4rem;
  font-size: 2rem;
  background-color: var(--color-highlight);
  text-align: center;
  line-height: 3.4rem;
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.entry-quick-shop .add-to-cart.disable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.entry-quick-shop .entire-attribute {
  margin-bottom: 0.5rem;
}

.entry-quick-shop .added_to_cart i::before {
  content: "\f218";
}

.entry-quick-shop .out-of-stock {
  font-weight: 600;
  color: var(--color-highlight);
  text-transform: capitalize;
  line-height: 7.6rem;
}

.per-page-title {
  font-weight: 600;
  color: var(--color-main);
}

.per-page-variation {
  padding: 0 0.7rem;
  color: var(--color-main);
}

.per-page-variation.active {
  color: var(--color-highlight);
  font-weight: 600;
}

.orderby-section .dropdown.show .orderby-title::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.orderby-section .orderby-title {
  display: block;
  padding-right: 2.5rem;
  position: relative;
  cursor: pointer;
  color: var(--color-main);
  font-weight: 600;
}

.orderby-section .orderby-title::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 0;
  right: 0;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.orderby-section .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 4rem;
  height: 4rem;
}

.orderby-section .dropdown-item.active {
  font-weight: 600;
  background-color: #f6f6f6;
  color: var(--color-highlight);
}

.orderby-section .dropdown-menu {
  margin: 0;
  padding: 0;
}

.btn-filter-mobile {
  display: none;
  color: var(--color-main);
}

.btn-filter-mobile i {
  margin-right: 0.2rem;
  vertical-align: middle;
}

.content-filter-head {
  display: none;
}

.filter-section {
  padding-left: 0;
  list-style: none;
  margin-bottom: 5rem;
}

.filter-section li {
  margin-bottom: 0.6rem;
}

.filter-section li .inner-switch>span {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  display: block;
  position: relative;
  border: 0.1rem solid #e3e3e3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter-section li .inner-switch.circle>span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.filter-section li>a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0.6rem 0;
}

.filter-section li>a:hover {
  color: var(--color-main);
}

.filter-section li>a:hover .inner-switch>span {
  background-color: transparent !important;
}

.filter-section li>a:hover .inner-switch>span::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.filter-section li>a.active .inner-name {
  color: var(--color-main);
  font-weight: 500;
}

.filter-section li>a.active .inner-switch>span {
  background-color: transparent !important;
}

.filter-section li>a.active .inner-switch>span::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.filter-section.filter-inline {
  display: flex;
  align-items: center;
}

.acc-show {
  display: flex;
  flex-direction: column;
}

/* Responsive */
.is-mobile .swiper-slider-main .swiper-slide {
  text-align: center;
}

.is-mobile .swiper-slider-main .swiper-slide .swiper-slide--wrap {
  text-align: left;
}

.is-mobile .topbar-section {
  border-left: 0 !important;
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }

  .menu-section .entry-menu.full-width .container-menu {
    width: auto;
  }

  .menu-section .entry-menu.multil-column {
    min-width: 62rem;
  }
}

@media (max-width: 1200px) {

  .menu-section,
  .menu-vertical--nav {
    position: fixed;
    width: 29rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
  }

  .menu-section.open,
  .menu-vertical--nav.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .menu-section .close-sidebar,
  .menu-vertical--nav .close-sidebar {
    position: absolute;
    font-size: 3rem;
    color: var(--color-main);
    top: -0.5rem;
    right: 0;
  }

  .menu-top,
  .menu-vertical--top {
    display: block;
    position: relative;
    margin: 1.5rem;
  }

  .menu-vertical--title {
    display: none;
  }

  .menu-vertical--top {
    display: block;
  }

  .menu-vertical--nav>ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-vertical--nav>ul li {
    display: block;
    margin-right: 0;
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-vertical--nav>ul li:last-child {
    border-bottom: 0;
  }

  .menu-vertical--nav>ul li a {
    display: block !important;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem 0 1.5rem;
  }

  .menu-vertical--nav>ul>li>a {
    text-align: left;
    color: var(--color-main);
  }

  .menu-vertical--nav>ul>li.has-child:hover>a {
    background-color: transparent;
    color: var(--color-main);
  }

  .menu-vertical--nav .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
  }

  .menu-vertical--nav .grower::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    vertical-align: bottom;
    font-weight: 600;
  }

  .menu-vertical--nav .grower.open::after {
    content: "\f068";
  }

  .menu-vertical--nav .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
  }

  .menu-vertical--nav .menu-title::before {
    content: none;
  }

  .menu-vertical--nav .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .menu-vertical--nav .row-menu>div,
  .menu-vertical--nav .row-menu li {
    max-width: 100%;
    padding: 0;
  }

  .menu-vertical--nav .container-menu {
    padding: 0 !important;
    min-height: auto !important;
  }

  .menu-vertical--nav .container-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
    display: none;
    padding: 0;
    margin-bottom: 0;
  }

  .menu-vertical--nav .child-indicator {
    display: none;
  }

  .menu-vertical--nav .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-vertical--nav .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-vertical--nav .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
  }

  .menu-vertical--nav .entry-menu.full-width .container-menu>.row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-vertical--nav .entry-menu.full-width .container-menu>.row-menu:last-child {
    border-bottom: 0;
  }

  .menu-vertical--nav .entry-menu.multil-column .row-menu>div {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-vertical--nav .entry-menu.multil-column .row-menu:last-child>div {
    border-bottom: 0;
  }

  .menu-vertical--nav .has-child {
    position: relative;
  }

  .menu-vertical--nav .has-child>a {
    position: relative;
  }

  .menu-vertical--nav .has-child>a>span {
    display: none !important;
  }

  .menu-vertical--nav .has-child>.entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .menu-vertical--nav .has-child>.entry-menu::before {
    content: none;
  }

  .menu-vertical--nav .has-child:hover>a {
    background-color: transparent !important;
    color: var(--color-main) !important;
  }

  .menu-section>ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-section>ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-section>ul li:last-child {
    border-bottom: 0;
  }

  .menu-section>ul li a {
    display: block !important;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem 0 1.5rem !important;
  }

  .menu-section>ul>li>a {
    text-align: left;
    color: var(--color-main);
  }

  .menu-section>ul>li:last-child {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-section>ul>li.has-child:hover>a {
    background-color: transparent;
    color: var(--color-main);
  }

  .menu-section .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
  }

  .menu-section .grower::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    vertical-align: bottom;
    font-weight: 600;
  }

  .menu-section .grower.open::after {
    content: "\f068";
  }

  .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 1.4rem !important;
  }

  .menu-section .menu-title::before {
    content: none;
  }

  .menu-section .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .menu-section .row-menu>div,
  .menu-section .row-menu li {
    max-width: 100%;
    padding: 0;
  }

  .menu-section .container-menu {
    min-height: auto !important;
  }

  .menu-section .container-menu .sub-menu {
    display: none;
    padding: 0;
    margin-bottom: 0 !important;
  }

  .menu-section .container-menu .sub-menu li {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-section .container-menu .sub-menu li:last-child {
    border-bottom: 0;
  }

  .menu-section .child-indicator {
    display: none;
  }

  .menu-section .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-section .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-section .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
  }

  .menu-section .entry-menu.full-width .container-menu>.row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-section .entry-menu.full-width .container-menu>.row-menu:last-child {
    border-bottom: 0;
  }

  .menu-section .entry-menu.full-width .container-menu>.row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-section .entry-menu.multil-column .row-menu>div {
    border-bottom: 0.1rem solid #e3e3e3;
  }

  .menu-section .entry-menu.multil-column .row-menu:last-child>div {
    border-bottom: 0;
  }

  .menu-section .entry-menu.multil-column .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
  }

  .menu-section .has-child {
    position: relative;
  }

  .menu-section .has-child>a {
    position: relative;
  }

  .menu-section .has-child>a>span {
    display: none !important;
  }

  .menu-section .has-child>.entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .menu-section .has-child>.entry-menu::before {
    content: none;
  }

  .menu-section .has-child:hover>a {
    background-color: transparent !important;
    color: var(--color-main) !important;
  }

  .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
  }

  .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
  }

  .pagination .page-link {
    padding: 0 1.5rem;
  }

  .product-detail-footer .nav li a {
    padding: 0 1rem 1rem;
  }

  .btn-filter-mobile,
  .content-filter-head {
    display: block;
  }

  .content-filter-product {
    position: fixed;
    width: 29rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
  }

  .content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 991px) {
  .box-rating {
    flex-direction: column;
  }

  .box-rating .author-info {
    flex: 1 1;
    padding: 0;
    display: flex;
    text-align: left;
  }

  .box-rating .author-info .letter-first {
    margin: 0 0.8rem 0 0;
    height: 3.6rem;
    width: 3.6rem;
    line-height: 3.4rem;
    font-size: 1.1rem;
  }

  .box-rating .author-info .meta {
    text-align: left;
    padding-left: 1rem;
    margin-top: 0.5rem;
  }

  .box-rating .rating-content {
    width: 100%;
    padding-left: 0;
  }

  .box-rating .rating-content .entry-reply {
    margin-bottom: 1rem;
  }

  .box-rating .child-reply .author-info .meta {
    padding-left: 0;
  }

  .box-rating .child-reply .reviews-form {
    background-color: transparent;
    padding: 0;
  }

  .reviews-form {
    background-color: transparent;
    padding: 0;
  }

  .reviews-form input[type="text"],
  .reviews-form textarea {
    background-color: var(--light);
    border: 0.2rem solid #dee2e6;
  }

  .entire-address {
    padding: 2rem 0;
  }

  .comment-section .list-comment .comment-content {
    margin-left: 0;
  }

  .list-comment .list-reply {
    margin-left: 3rem;
  }

  .comment-item .edit-comment {
    margin-left: 3rem;
  }

  .edit-comment {
    margin-bottom: 3rem;
  }

  .product-detail-footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .page-title-section.page-categories {
    background: #f3f3f3 !important;
    padding: 2rem 0;
  }

  .page-title-section .inner-title {
    font-size: 3rem;
  }

  .entry-order-review th,
  .entry-order-review td {
    font-size: 1.3rem;
    padding: 0.7rem 0;
  }

  .entry-order-review .order-total {
    font-size: 1.8rem;
  }

  .entry-order-review .order-total .price-amount {
    font-size: 1.4rem;
  }

  .entry-order-review .price-amount {
    font-size: 1.3rem;
  }

  .payment-method .tab-content,
  .payment-method ul {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
  }

  .payment-method ul {
    border-bottom: 0.1rem solid #e3e3e3;
    padding-bottom: 3rem;
  }

  .payment-method ul li a.active::after {
    content: none;
  }

  .form-contact .title-section {
    padding-top: 3rem;
  }
}

.is-mobile .btn-action-header {
  color: var(--black);
}

.is-mobile .btn-action-header .items-number {
  background-color: var(--color-highlight);
}

@media screen and (device-aspect-ratio: 2 / 3) {

  select,
  textarea,
  input[type="text"],
  input[type="password"] {
    font-size: 1.6rem;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {

  select,
  textarea,
  input[type="text"],
  input[type="password"] {
    font-size: 1.6rem;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {

  select,
  textarea,
  input[type="text"],
  input[type="password"] {
    font-size: 1.6rem;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {

  select,
  textarea,
  input[type="text"],
  input[type="password"] {
    font-size: 1.6rem;
  }
}

.bg-warning {
  background-color: var(--yellow) !important;
}

.bg-highlight {
  background: var(--color-highlight);
}

.bg-light {
  background: var(--light) !important;
}

.bg-black {
  background: var(--color-black);
}

.color-main {
  color: var(--color-main) !important;
}

a.color-main:hover {
  color: var(--color-highlight) !important;
}

.color-highlight {
  color: var(--color-highlight) !important;
}

.color-black {
  color: #222;
}

.border-light {
  border-color: var(--light) !important;
}

.border-gray {
  border-color: var(--gray) !important;
}

.border-custom {
  border-color: #d2ab7f !important;
}

.opacity-0 {
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.btn-light {
  background-color: var(--light);
  border-color: var(--light);
}

.btn-submit {
  border: 1px solid var(--color-highlight);
  background-color: var(--color-highlight);
  color: var(--white);
}

.btn-submit:hover {
  background-color: var(--white);
  color: var(--color-highlight);
}

.btn-submit-1 {
  border: 1px solid var(--color-highlight);
  background-color: var(--white);
  color: var(--color-highlight);
}

.btn-submit-1:hover {
  background-color: var(--color-highlight);
  color: var(--white);
}

.disable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.ratio-3-2,
.ratio-1-1,
.ratio-16-9,
.ratio-4-3,
.ratio-8-5,
.ratio-custome {
  position: relative;
}

.ratio-3-2 iframe,
.ratio-3-2 video,
.ratio-3-2 img,
.ratio-1-1 iframe,
.ratio-1-1 video,
.ratio-1-1 img,
.ratio-16-9 iframe,
.ratio-16-9 video,
.ratio-16-9 img,
.ratio-4-3 iframe,
.ratio-4-3 video,
.ratio-4-3 img,
.ratio-8-5 iframe,
.ratio-8-5 video,
.ratio-8-5 img,
.ratio-custome iframe,
.ratio-custome video,
.ratio-custome img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ratio-3-2 {
  padding-top: 66.66%;
}

.ratio-1-1 {
  padding-top: 100%;
}

.ratio-16-9 {
  padding-top: 56.25%;
}

.ratio-4-3 {
  padding-top: 75%;
}

.ratio-8-5 {
  padding-top: 62.5%;
}

.ratio-custome {
  padding-top: 130%;
}

.object-contant {
  object-fit: contain !important;
}

.cursor-pointer {
  cursor: pointer;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

span.required {
  color: var(--red);
}

.space-block-0>.row {
  margin-right: 0;
  margin-left: 0;
}

.space-block-0>.row>div {
  padding-right: 0;
  padding-left: 0;
}

.space-block-5>.row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.space-block-5>.row>div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.space-5>div>.row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.space-5>div>.row>div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.space-0>div>.row {
  margin-right: 0;
  margin-left: 0;
}

.space-0>div>.row>div {
  padding-right: 0;
  padding-left: 0;
}

.row-align-center>div>.row {
  -ms-flex-align: center;
  align-items: center;
}

.scrollbar::-webkit-scrollbar {
  height: 0.8rem;
  width: 0.7rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-highlight);
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

.container-full {
  padding: 0;
}

.container-full>.row {
  margin-right: 0;
  margin-left: 0;
}

.container-full>.row>.col,
.container-full>.row>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.text-line-through {
  position: relative;
  text-align: center;
}

.text-line-through::before {
  width: 100%;
  height: 1px;
  background: var(--color-main);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.text-line-through span {
  position: relative;
  background-color: var(--white);
  padding: 0 0.5rem;
  z-index: 1;
}

.image-48x48 {
  height: 4.8rem;
  width: 4.8rem;
  object-fit: cover;
}

.separation-dash {
  border-bottom: 1px dashed var(--gray);
}

.loading-block,
.loading-page {
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.loading-page {
  position: fixed;
}

.loading-block {
  position: absolute;
}

.bg-overlay {
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.sk-flow {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-flow .sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: #666;
  border-radius: 50%;
  -webkit-animation: sk-flow 1.4s infinite ease-in-out both;
  animation: sk-flow 1.4s infinite ease-in-out both;
  z-index: 1;
}

.sk-flow .sk-flow-dot:nth-child(1) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-flow .sk-flow-dot:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid var(--color-text);
  border-right: 2px solid transparent;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-animation: spinner 0.5s linear infinite;
  animation: spinner 0.5s linear infinite;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-flow {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.sticky-menu.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  background-color: var(--white);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-menu.fix.scroll-up {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.wrp-effect-scale {
  position: relative;
  overflow: hidden;
}

.wrp-effect-scale:hover .effect-scale::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wrp-effect-scale .effect-scale {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wrp-effect-scale .effect-scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wrp-effect-opacity img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wrp-effect-opacity:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.effect-spin {
  position: relative;
}

.effect-spin::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--color-main);
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: spin 0.6s infinite linear;
  pointer-events: none;
}

.effect-spin i::before {
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

.product-content-detail .add-to-cart.effect-spin:hover::after {
  content: none;
}

.btn-product-action.effect-spin:hover::after {
  border-color: var(--white);
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.entry-quick-shop .add-to-cart.effect-spin::after {
  border-color: var(--color-highlight);
  border-top-color: var(--white);
  border-bottom-color: var(--white);
}

.effect-nav li a {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.effect-nav li a.active,
.effect-nav li a:hover {
  color: var(--color-highlight);
}

.effect-nav li a.active::after,
.effect-nav li a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.effect-nav li a::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--color-highlight);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.effect-border-scale {
  position: relative;
}

.effect-border-scale::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: var(--color-highlight);
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.effect-border-scale:hover::after {
  transform: scaleX(1);
}

.effect-rotate {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.effect-rotate:hover {
  transform: rotateZ(90deg);
}

.effect-attribute-cart {
  position: relative;
}

.effect-attribute-cart::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url("../img/shopping-basket.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: top-bottom-shake 2.5s infinite linear;
  -o-animation: top-bottom-shake 2.5s infinite linear;
  animation: top-bottom-shake 2.5s infinite linear;
  z-index: 40;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.effect-attribute-cart::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 30;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@keyframes top-bottom-shake {
  25% {
    transform: translate3d(0, 0px, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }

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

  75% {
    transform: translate3d(0, -2px, 0);
  }
}

@-webkit-keyframes top-bottom-shake {
  25% {
    transform: translate3d(0, 0px, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }

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

  75% {
    transform: translate3d(0, -2px, 0);
  }
}

.effect-shadow:hover {
  -webkit-box-shadow:
    0 2px 10px 1px rgba(57, 73, 76, 0.34),
    0 1px 2px rgba(44, 54, 56, 0.51);
  -moz-box-shadow:
    0 2px 10px 1px rgba(57, 73, 76, 0.34),
    0 1px 2px rgba(44, 54, 56, 0.51);
  box-shadow:
    0 2px 10px 1px rgba(57, 73, 76, 0.34),
    0 1px 2px rgba(44, 54, 56, 0.51);
}

.effect-spin-loading {
  position: relative;
}

.effect-spin-loading::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  border-left-color: #fff;
  margin-left: -15px;
  margin-top: -15px;
  animation: spin 1.5s infinite linear;
}

.effect-border-scale-1 {
  position: relative;
}

.effect-border-scale-1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: var(--color-highlight);
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.effect-border-scale-1:hover::after {
  transform: scaleX(1);
}

.wrap-effect-border-scale-1:hover .effect-border-scale-1::after {
  transform: scaleX(1);
}

@keyframes nav_menu_anim_open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

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

@keyframes nav_menu_anim_close {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.effect-wave {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -1px;
  left: -1px;
  border: 1px solid var(--color-highlight);
  border-radius: 50%;
  opacity: 0;
  animation: flash-sec 2s infinite linear;
}

@keyframes flash-sec {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0.2;
  }

  40% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 0.5;
  }

  60% {
    -webkit-transform: scale(1.36);
    transform: scale(1.36);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1.48);
    transform: scale(1.48);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.effect-zoom-fade.open {
  animation-name: zoom-fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes zoom-fadeIn {
  0% {
    opacity: 0;
    transform: scale(1);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

@keyframes zoom-fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }

  100% {
    opacity: 0;
    transform: scale(1);
    visibility: hidden;
  }
}

@-webkit-keyframes search-anim {
  25% {
    background-size: 14%;
  }

  75% {
    background-size: 12%;
  }
}

@keyframes search-anim {
  25% {
    background-size: 14%;
  }

  75% {
    background-size: 12%;
  }
}

.wrp-effect-album {
  position: relative;
  overflow: hidden;
}

.wrp-effect-album .effect-image,
.wrp-effect-album .effect-video,
.wrp-effect-album .effect-file {
  display: block;
}

.wrp-effect-album .effect-image::after,
.wrp-effect-album .effect-video::after,
.wrp-effect-album .effect-file::after {
  content: "";
  background-color: rgba(51, 54, 69, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.wrp-effect-album .effect-image::before,
.wrp-effect-album .effect-video::before,
.wrp-effect-album .effect-file::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 48px;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition:
    opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1),
    transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
  transition:
    opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1),
    transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
  -webkit-transform: translate(-50%, calc(-50% + 15px));
  -moz-transform: translate(-50%, calc(-50% + 15px));
  -ms-transform: translate(-50%, calc(-50% + 15px));
  -o-transform: translate(-50%, calc(-50% + 15px));
  transform: translate(-50%, calc(-50% + 15px));
}

.wrp-effect-album .effect-image::before {
  content: "\f03e";
}

.wrp-effect-album .effect-video::before {
  content: "\f008";
}

.wrp-effect-album .effect-file::before {
  content: "\f15c";
}

.wrp-effect-album:hover .effect-image::after,
.wrp-effect-album:hover .effect-video::after,
.wrp-effect-album:hover .effect-file::after {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
}

.wrp-effect-album:hover .effect-image::before,
.wrp-effect-album:hover .effect-video::before,
.wrp-effect-album:hover .effect-file::before {
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.effect-hover-row tbody tr:hover th,
.effect-hover-row tbody tr:hover td {
  cursor: pointer;
  background-color: #f1f1f1;
}

.effect-hover-row tbody tr:nth-of-type(even) {
  background-color: transparent;
}

ul.comment-images .loading:before {
  content: "\f071";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin: inherit !important;
  -webkit-animation: none;
  animation: none;
  border: 0;
}

/* Text primary */
.text-color-primary {
  color: var(--color-primary) !important;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.box-search .input-group {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}

.dcs-design {
  color: #9ca3af;
  /* Màu xám nhạt */
  margin-top: 10px;
  font-size: 14px;
}

.box-search .input-group .form-control {
  height: 42px;
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.box-search .input-group .input-group-append .btn-submit {
  background: none;
  border: 0;
  padding: 0 10px;
}

/* Header Menu Links */
header .menu-section ul li a {
  color: var(--color-secondary);
  transition: color 0.3s ease;
}

header .menu-section ul li a:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}

header .menu-section ul li.active>a,
header .menu-section ul li a.active {
  color: var(--color-primary) !important;
}

.hotline-head {
  display: flex !important;
  align-items: center;
}

/* Header Mobile Styles */
@media (max-width: 767px) {

  /* Đặt row trong header thành flex ngang */
  header .row,
  .setting-menu .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }

  /* Căn chỉnh các cột trong header */
  header .row>.col-md-3,
  .setting-menu .row>.col-md-3 {
    flex: 0 0 auto !important;
    /* Logo */
    max-width: none !important;
    width: auto !important;
  }

  footer .dcs-website {
    margin: 14px 0;
  }

  .box-footer-mid.border-top.py-5 {
    padding-bottom: 0px !important;
  }

  header .row>.col-md-7,
  .setting-menu .row>.col-md-7 {
    flex: 1 1 auto !important;
    /* Menu takes all remaining space */
    display: flex;
    justify-content: flex-end;
    /* Align menu icon to the right */
    max-width: none !important;
  }

  header .row>.col-md-2,
  .setting-menu .row>.col-md-2 {
    display: none !important;
    /* Hide empty column to prevent taking up space */
  }

  /* Override Bootstrap col-12 trên mobile */
  header .row [class*="col-"],
  .setting-menu .row [class*="col-"] {
    flex: none !important;
    width: auto !important;
  }

  header .row>div:nth-child(1),
  .setting-menu .row>div:nth-child(1) {
    /* Logo */
    order: 1;
  }

  footer .logo-section a .img-fluid {
    max-height: 70px;
  }

  .btn-menu-mobile {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    display: inline-block;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding-right: 0;
  }

  header .row>div:nth-child(2),
  .setting-menu .row>div:nth-child(2) {
    /* Menu */
    order: 2;
    flex: 1 1 auto !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
  }

  header .row>div:nth-child(3),
  .setting-menu .row>div:nth-child(3) {
    /* Button */
    order: 3;
  }

  /* Ẩn hotline ở màn mobile */
  .hotline-head {
    display: none !important;
  }

  /* Đảm bảo logo có kích thước phù hợp */
  .logo-section img {
    max-height: 40px;
    width: auto;
    /* margin-bottom: 12px; */
  }

  /* Nút menu mobile căn giữa */
  .menu-container {
    display: flex;
    justify-content: center;
  }

  /* Nút gửi yêu cầu với icon only trên mobile */
  .btn-request {
    padding: 8px 12px;
    font-size: 0;
    min-width: auto;
  }

  .btn-request span {
    display: none;
  }

  .btn-request i {
    font-size: 16px;
    margin-right: 0;
  }

  /* Ẩn icon arrow trên mobile */
  .fa-arrow-right.ms-2 {
    display: none !important;
  }

  .box-footer-mid .col-md-2.col-12 {
    margin-bottom: 12px;
  }

  /* Căn giữa logo footer trên mobile */
  footer .logo-section {
    text-align: center;
  }
}

.hotline-head i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: none;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--white);
}

/* Request Button Styles */
.btn-request {
  background-color: var(--color-primary) !important;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.btn-request i {
  color: var(--white);
}

.btn-request:hover {
  background-color: var(--color-primary-dark) !important;
  cursor: pointer;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 25, 23, 0.3);
}

.btn-request:focus {
  outline: none;
  box-shadow: none;
}

/* Floating Request Button */
.btn-request-floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary) !important;
  color: var(--white);
  display: none;
  /* Hidden by default (Desktop) */
  align-items: center;
  justify-content: center;
  z-index: 999;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(240, 25, 23, 0.3);
  transition: all 0.3s ease;
}

.btn-request-floating:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(240, 25, 23, 0.4);
  background-color: var(--color-primary-dark) !important;
}

.btn-request-floating i {
  font-size: 24px;
  color: var(--white);
}

@media (max-width: 768px) {
  .btn-request-floating {
    display: flex;
    /* Show only on mobile/tablet */
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .btn-request-floating i {
    font-size: 20px;
  }
}

.phone-show {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.banner-slider .info-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider .info-form .text {
  text-align: center;
  color: #fff;
  width: 100%;
}

.banner-slider .info-form .text .title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.banner-slider .info-form .text .dsc {
  font-size: 2.5rem;
}

.banner-slider .info-form .form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1.5rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.banner-slider .info-form .form .btn-submit {
  width: 100%;
  border-radius: 0.8rem;
  height: 5rem;
}

.banner-slider .info-form .form .orderby-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
  min-width: 17rem;
  padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
  height: 1.6rem;
  width: 1.6rem;
  background-color: #fff;
  display: inline-block;
  margin-right: 0.8rem;
  border: 1px solid #464646;
  border-radius: 0.3rem;
  position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label {
  display: block;
  margin-bottom: 0;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked~.checkmark {
  background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked~.checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input {
  opacity: 0;
  width: 0;
  height: 0;
}

.banner-slider .info-form .form .orderby-title>span {
  cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
  padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
  max-height: 250px;
  overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
  width: 0.2rem;
  background-color: #f5f5f5;
  border: 1px solid #fff;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
  background-color: #000;
  width: 0.3rem;
}

.banner-slider .info-form .form .orderby-title span.text-name span {
  display: block;
}

.banner-slider .info-form .form .orderby-title span.icon {
  border: 1px solid #e7e6e6;
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  margin-right: 1rem;
  color: #000;
  font-size: 2rem;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover {
  color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
  border-color: var(--color-highlight);
}

.text-benefit-modern {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.item-modern {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  border-radius: 20px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
}

.item-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--color-primary);
  transition: height 0.3s ease;
}

.item-modern:hover {
  transform: translateX(15px);
  background: #fff;
  border-color: var(--color-primary-light);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.item-modern:hover::before {
  height: 100%;
}

.icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-light);
  color: var(--color-primary);
  border-radius: 18px;
  font-size: 24px;
  transition: all 0.4s ease;
}

.item-modern:hover .icon-box {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1) rotate(-10deg);
  box-shadow: 0 10px 20px -5px rgba(240, 25, 23, 0.4);
}

.content-box {
  flex: 1;
}

.title-modern {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--color-secondary);
  transition: color 0.3s ease;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.item-modern:hover .title-modern {
  color: var(--color-primary);
}

.item-modern .description {
  font-size: 1.45rem;
  line-height: 1.7;
  color: #4b5563;
  text-align: justify;
}

@media (max-width: 767px) {
  .item-modern:hover {
    transform: translateY(-5px);
  }

  .item-modern {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.box-enjoytour .box-slogan * {
  position: relative;
}

.box-enjoytour .box-slogan {
  padding: 6rem 0;
  position: relative;
}

.box-enjoytour .box-slogan:before {
  content: "";
  background: #c4eeec;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  z-index: 0;
}

.box-enjoytour .title-slogan {
  border-left: 2px solid black;
  padding: calc(3rem + 5vw) 0;
  margin-left: 6rem;
  padding-left: 6rem;
}

.inner-video .fa-circle-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8rem;
  color: black;
}

.title-tab {
  margin-bottom: 30px;
}

.title-tab .block-tab>li.nav-item {
  margin-right: 15px;
}

.title-tab .block-tab>li.nav-item>.nav-link {
  font-weight: 600;
  color: #7c828f;
  font-size: 14px;
  border-radius: 22px;
  padding: 12px 25px;
  margin-bottom: 0;
  border-bottom: 0;
  border: 1px solid #ddd;
}

.title-tab .block-tab>li.nav-item>.nav-link.active,
.title-tab .block-tab>li.nav-item>.nav-link:hover {
  background: #004ee6;
  color: #fff;
}

.title-tab .title-slogan {
  margin-bottom: 25px;
}

.product-item .inner-content {
  padding: 15px;
}

.img-benefit-modern {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-benefit-modern .img {
  border-radius: 30px;
  overflow: hidden;
  /* box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2); */
  transition: all 0.5s ease;
  width: 100%;
}

.img-benefit-modern:hover .img {
  transform: scale(1.03) translateY(-10px);
}

.benefit-badge {
  position: absolute;
  bottom: 110px;
  left: 150px;
  background: var(--color-primary);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 15px 35px rgba(240, 25, 23, 0.4);
  z-index: 10;
  animation: float-badge 4s ease-in-out infinite;
}

.benefit-badge .number {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.benefit-badge .text {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.3rem;
  white-space: nowrap;
}

@keyframes float-badge {

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

  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {
  .img.ratio-1-1.d-block.d-lg-none.mobile-img {
    padding-top: 45%;
  }

  .benefit-badge {
    left: 20px;
    padding: 1rem 1.5rem;
  }

  .benefit-badge .number {
    font-size: 2rem;
  }
}

.product-item .inner-content .attributes .item span.name>i {
  margin-right: 5px;
  color: black;
  display: inline-block;
  width: 13px;
}

.product-item .inner-content .attributes .item span.value>span {
  margin-left: 3px;
  position: relative;
}

.product-item .inner-content .attributes .item span.value>span:first-child {
  margin-left: 0;
}

.product-item .inner-content .attributes .item span.value>span:before {
  content: ",";
  margin-right: 3px;
}

.product-item .inner-content .attributes .item span.value>span:first-child:before {
  display: none;
}

.category-list .inter-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem 3rem 2rem;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.71) 100%);
}

.category-list .inter-content .name>a {
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.box-category-product {
  background-position: center 43%;
}

.box-what-customers .item {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 20px;
  background: white;
}

.box-what-customers .item .title {
  font-weight: 700;
  margin-bottom: 15px;
}

.box-what-customers .item .description {
  margin-bottom: 15px;
}

.box-what-customers .item .img-name {
  display: flex;
  align-items: center;
}

.box-what-customers .item .img-name .img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: #fff;
}

.article-item {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.article-item .inner-content {
  padding: 15px;
}

.box-article-detail .banner-article-detail {
  max-width: calc(100% - 10vw);
  margin-left: auto;
  margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image {
  width: 100%;
  height: 25vw;
  background: #f1f5f9;
  border-radius: 50px;
  overflow: hidden;
}

.box-article-detail .banner-article-detail .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-article-detail .banner-article-detail.no-image {
  min-height: 250px;
  background: #f1f5f9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-article-detail .banner-article-detail.no-image::after {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  color: #cbd5e1;
}

.box-article-detail .article-detail {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -140px;
}

.box-article-detail .social-share {
  background: #fff;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 43px;
  border: 1px solid #dddd;
}

.box-article-detail .item-detail-share {
  flex: 0 0 60px;
  max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social a {
  color: #fff !important;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.box-article-detail .social-share .list-social .btn-social svg {
  width: 40px;
  height: 40px;
}

.box-article-detail .article-detail .article-top .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-transform: upercase;
  /* padding: 0 50px; */
  margin-bottom: 15px;
  text-align: left;
}

.box-article-detail .article-detail .article-top {
  text-align: center;
}

.box-article-detail .author-view-detail {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
  display: flex;
  align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
  margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author img {
  width: 54px;
  height: 54px;
  border: 4px solid var(--blue-black);
  border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
  background: #eaeaea;
  padding: 2px 10px;
  border-radius: 20px;
  color: #000;
  font-size: 13px;
}

.box-article-detail .author-view-detail .view i {
  margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:last-child a {
  margin-bottom: 0;
}

.header-page-title {
  height: 375px;
  background-image: url("../media/image/banner-nhatrang.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* backdrop-filter: brightness(60%); */
  /* -webkit-backdrop-filter: brightness(60%); */
  /* margin-bottom: 70px; */
}

.page-description {
  font-size: 17px;
}

.header-page-title .breadcrumb {
  height: 100%;
  backdrop-filter: brightness(60%);
  -webkit-backdrop-filter: brightness(60%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-page-title .breadcrumb .content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.header-page-title .breadcrumb .content .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
  justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a,
.header-page-title .breadcrumb nav.breadcrumbs-section a>span {
  color: #fff;
}

.article-hot .info-article-right .article-item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
  flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:last-child {
  margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
  margin-bottom: 0;
  position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.article-hot .info-article-left .article-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 190px;
  bottom: 0;
  background-image: linear-gradient(0deg, black, transparent);
  z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title a {
  color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
  color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
  height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
  color: #fff;
}

.article-hot {
  margin-bottom: 70px;
}

.article-hot .title-section {
  margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
  padding-top: 75.5%;
}

.box-article-page .article-item {
  display: flex;
  border: 0;
  border-radius: 0;
}

.box-article-page .article-item .inner-image {
  flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
  padding: 0 15px;
  flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
  height: auto;
}

.box-article-page .article-item .inner-image .img {
  border-radius: 12px;
  overflow: hidden;
}

.view-small {
  border: 1px solid #d1d5db;
  border-radius: 12px;
}

.view-small .title {
  padding: 10px 15px;
  /* border-bottom: 1px solid #d1d5db; */
  font-weight: 700;
  font-size: 18px;
}

.view-small .info {
  padding: 15px;
}

.view-small .info .article-item {
  border: 0;
  border-radius: 0;
  display: flex;
  margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
  flex: 0 0 115px;
  max-width: 115px;
}

.view-small .info .article-item .inner-content {
  padding: 0;
  flex: 1 1;
  padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title a {
  font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
  line-height: 1.2;
  margin-bottom: 5px !important;
  height: auto;
}

.view-small .info .article-item .inner-image .img {
  border-radius: 8px;
  overflow: hidden;
  padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
  font-size: 13px;
}

.view-small .info .article-item:last-child {
  margin-bottom: 0;
}

.box-contact-website .img {
  border-radius: 20px;
  overflow: hidden;
}

.box-contact-website .info-form .title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

.box-contact-website .info-form .dsc {
  margin-bottom: 20px;
  font-size: 15px;
}

.box-contact-website .info-form .form-group {
  margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
  border-radius: 8px;
  height: 48px;
  border-color: #ddd;
}

.box-contact-website .info-form .form-group textarea.form-control {
  height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
  border-radius: 8px;
}

.box-map-contact {
  background: var(--light);
  margin-top: 50px;
  padding-left: calc((100% - 1170px) / 2);
}

.box-map-contact>.row {
  display: flex;
  align-items: center;
}

.info-website .info .item>span {
  display: block;
}

.info-website .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-website .dsc {
  margin-bottom: 25px;
  font-size: 16px;
}

.info-website .info .item {
  margin-bottom: 30px;
}

.info-website .info .item span.name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.info-website .info .item span.name>svg {
  display: inline-block;
  margin-right: 10px;
}

.info-website .info>.row>div:nth-child(3) .item,
.info-website .info>.row>div:nth-child(4) .item {
  margin-bottom: 0;
}

.box-image-product {
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 1200px) {
  .box-image-product .row {
    height: 600px;
  }

  .feature.row>.col-lg-5 {
    padding-left: 0;
  }

  .info-benefit .title-slogan {
    margin-bottom: 4.5rem;
  }

  .bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box-image-product .row {
    height: 450px;
  }

  .img.ratio-1-1.d-none.d-lg-block {
    display: none !important;
  }

  .img.ratio-1-1.d-block.d-lg-none.mobile-img {
    display: block !important;
  }

  .benefit-badge {
    display: none;
  }

  #filter-form .filter-price-group.d-flex.align-items-center {
    margin-bottom: 10px;
  }
}

.box-image-product>.row {
  margin-right: -5px;
  margin-left: -5px;
}

.box-image-product>.row>div {
  padding-right: 5px;
  padding-left: 5px;
}

/* Gallery Layout Helpers */
.pd-right-5 {
  padding-right: 5px !important;
}

.pd-left-5 {
  padding-left: 5px !important;
}

/* Main Image Left */
.box-image-product .img-left {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  /* Match height with right column */
}

.box-image-product .img-left>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Gallery Right - 3 images stacked */
.box-image-product .img-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.box-image-product .img-right .img {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  min-height: 0;
  position: relative;
}

.box-image-product .img-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Overlay Expand Button */
.img-right .img .overlay-expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

.img-right .img .overlay-expand:hover {
  background: rgba(0, 0, 0, 0.55);
}

.img-right .img .overlay-expand span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.img-right .img .overlay-expand i {
  font-size: 20px;
  color: #fff;
}

.img-more-overlay {
  cursor: pointer;
}

.product-content-detail-left .product-info-left {
  border: 1px solid #d1d5db;
  padding: 30px 30px 20px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.product-content-detail-left .product-info-left .product-title-detail {
  font-size: 28px;
  font-weight: 600;
}

.product-content-detail-left .product-info-left .dsc {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 10px;
  overflow: visible;
}

.product-content-detail-left .product-info-left .attributes {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
  margin-right: 30px;
  margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes span.name i {
  display: inline-block;
  color: var(--color-highlight);
  width: 25px;
  margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item span.name {
  font-weight: 600;
}

.product-content-detail-right {
  border: 1px solid #d1d5db;
  padding: 30px;
  border-radius: 12px;
  top: 0;
}

.product-content-detail-right form .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.product-content-detail-right form .form-group span.icon {
  display: inline-block;
  flex: 0 0 40px;
}

.product-content-detail-right form .form-group span.icon svg {
  width: 30px;
  height: 30px;
}

.product-content-detail-right form .form-group span.value {
  flex: 1 1;
}

.product-content-detail-right form .form-group span.value input.form-control {
  border: 0;
  padding: 0;
  height: 35px;
}

.product-content-detail-right form .form-group .btn-submit {
  width: 100%;
  border-radius: 5px;
}

.product-content-detail-right .price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
  font-size: 20px;
}

.product-content-detail-right .price .price-amount.old-price {
  font-size: 1.8rem;
}

.product-content-detail-right form .form-group span.value label {
  margin-bottom: 0;
}

.product-content-detail-left .produc-info-left-bottom {
  border: 1px solid #d1d5db;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title,
.product-content-detail-left .product-info-left-lt .title {
  font-size: 28px;
  font-weight: 600;
  /* margin-bottom: 15px; */
}

.load-more {
  background: #ffffff;
  position: relative;
  padding: 10px;
}

.load-more>a {
  padding: 8px 25px;
  background: var(--color-highlight);
  color: #fff;
  display: inline-block;
  border-radius: 20px !important;
  cursor: pointer;
}

.load-more>.btn-hide,
.info-show-content.show .load-more>.btn-show {
  display: none;
}

.info-show-content.show .load-more>.btn-hide {
  display: inline-block;
}

.info-show-content .content-text {
  max-height: 500px;
  overflow: hidden;
}

.info-show-content.show .content-text {
  max-height: 100%;
}

.load-more>a>i {
  font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
  border: 1px solid #d1d5db;
  padding: 30px;
  border-radius: 12px;
}

.product-content-detail-left .product-info-left-lt .card {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  cursor: pointer;
  color: var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.description-process {
  padding-top: 15px;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
  color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed i:before {
  content: "\f078";
}

.box-image-product .item.item-img>a {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  background: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  color: #000;
}

.contact-right {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1033;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

/* Ẩn contact-right khi scroll gần cuối trang trên tablet/mobile */
.contact-right.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}

.contact-right li.entry-content {
  list-style: none;
}

.contact-right li.entry-content>a {
  margin-top: 10px;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.contact-right li.entry-content>a>span.icon>img {
  width: 32px;
  height: 32px;
  display: inline-block;
  object-fit: contain;
}

.contact-right li.entry-content>a span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-right li.entry-content>a span.content span.name {
  font-weight: 700;
  display: block;
  font-size: 16px;
}

/* Mobile - Contact right flex column */
@media (max-width: 576px) {
  .contact-right {
    display: flex !important;
    /* flex-direction: column !important; */
    gap: 10px;
  }

  .contact-right li.entry-content>a {
    justify-content: flex-start !important;
  }
}

.box-member-top a i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.menu-footer>ul {
  padding-left: 0;
}

.menu-footer>ul>li {
  list-style: none;
}

.menu-footer>ul>li>a {
  color: var(--color-text);
  display: inline-block;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.menu-footer>ul>li>a:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}

/* Footer Address - Icons */
footer address {
  font-style: normal;
}

footer address p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.5;
}

footer address p i {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  color: var(--color-primary);
  margin-top: 2px;
}

/*--------------------------------------------------------------------------
|  Header Page Title - No Background
--------------------------------------------------------------------------*/
.header-page-title.header-no-bg {
  background: transparent none !important;
  background-color: transparent !important;
  background-image: none !important;
  background-size: auto !important;
  height: auto !important;
  padding: 60px 0 !important;
  margin-bottom: 50px !important;
}

.header-page-title.header-no-bg .breadcrumb {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: none !important;
}

.header-page-title.header-no-bg .content .title {
  color: var(--color-secondary) !important;
}

.header-page-title.header-no-bg .breadcrumbs-section a,
.header-page-title.header-no-bg .breadcrumbs-section a>span {
  color: var(--color-secondary) !important;
  opacity: 0.8;
}

.header-page-title.header-no-bg .breadcrumbs-section a:hover,
.header-page-title.header-no-bg .breadcrumbs-section a:hover>span {
  opacity: 1 !important;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
  .box-footer-mb>.container>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .row-mobile>.container>.row>div,
  .row-mobile .row.no-gutters>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .swiper-slider-main .swiper-slide img {
    height: 70vw;
  }

  .banner-slider .info-form {
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-slider .info-form .text {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
  }

  .banner-slider .info-form .text .title {
    font-size: 3rem;
  }

  .banner-slider .info-form .form {
    margin-top: 15px;
    border: 1px solid #ddd;
  }

  .banner-slider .info-form .form .dropdown {
    margin-bottom: 15px;
  }

  .box-benefit.bg-content {
    padding-bottom: 0;
  }

  #home-products-container .price-amount,
  #home-products-container .price-old {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .box-enjoytour .video {
    position: absolute;
    bottom: -60px;
    right: -60px;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .product-content-detail-right {
    position: sticky;
    top: 20px;
    /* Offset từ top khi sticky */
  }
}

/*--------------------------------------------------------------------------
|  Product Detail Page - Mobile Responsive
--------------------------------------------------------------------------*/
/* Sticky sidebar offset cho desktop */
.sticky-sidebar {
  position: sticky;
  top: 20px;
}

/* Gallery hình ảnh - Mobile */
@media (max-width: 767px) {

  /* Ảnh gallery nhỏ hơn trên mobile */
  .box-product-images .img-right .img {
    margin-bottom: 5px;
  }

  .img-benefit-modern {
    margin-top: 0;
  }

  .benefit-badge {
    display: none;
  }

  .home.container .title-tab {
    margin-bottom: 2rem;
  }

  .info-benefit .title-slogan {
    margin-bottom: 1.5rem;
  }

  footer .col-lg.col-md-3.col-12.mb-4.mb-md-0 {
    margin-bottom: 0 !important;
  }

  #testimonials-section {
    padding-bottom: 0 !important;
  }

  .bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
  }

  .btn-view-all.btn-view-all-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
    gap: 8px;
  }

  .btn-view-all.btn-view-all-mobile i {
    color: #000 !important;
    display: inline-block !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
  }

  .btn-view-all.btn-view-all-mobile i::before {
    content: "\f061" !important;
    /* fa-arrow-right */
  }

  /* Button xem ảnh */
  .btn-addition-action.btn-expand {
    font-size: 12px;
    padding: 6px 12px;
  }

  /* Thông tin tour - spacing */
  .product-info-left {
    padding: 15px 0;
  }

  .product-title-detail {
    font-size: 20px;
    line-height: 1.4;
  }

  /* Attributes responsive */
  .product-content-detail-left .attributes .item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .product-content-detail-left .attributes .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-content-detail-left .attributes .item .name {
    margin-bottom: 5px;
  }

  /* Form đặt tour - full width trên mobile */
  .product-content-detail-right {
    position: relative;
    top: auto;
    margin-top: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  /* Giá responsive */
  .product-content-detail-right .price {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-content-detail-right .price .price-amount {
    font-size: 24px;
  }

  .product-content-detail-right .price .old-price {
    font-size: 16px;
  }

  /* Lịch trình accordion */
  .product-info-left-lt .item-title-process span {
    font-size: 14px;
  }

  .description-process {
    font-size: 13px;
    line-height: 1.6;
  }

  /* Nội dung chi tiết */
  .produc-info-left-bottom .content {
    font-size: 14px;
    line-height: 1.7;
  }

  .produc-info-left-bottom .content h3 {
    font-size: 18px;
  }

  .produc-info-left-bottom .content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Tags */
  .tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .tags ul li a {
    padding: 4px 12px;
    font-size: 12px;
  }

  /* Tour tương tự - slider */
  .related-tours-swiper .product-item .product-title a {
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .related-tours-swiper .product-item .attributes .item {
    font-size: 11px;
  }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .product-content-detail-right {
    margin-top: 30px;
  }

  .product-title-detail {
    font-size: 24px;
  }

  .article-item.swiper-slide {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------------------
|  Related Articles Carousel
--------------------------------------------------------------------------*/
.article-item .article-category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.article-item .article-category .badge {
  background: var(--color-highlight, #f59e0b);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-item .post-date i {
  margin-right: 5px;
  color: var(--color-highlight, #f59e0b);
}

/* Custom Swiper Navigation for Related Articles */
#relatedArticlesSwiper {
  position: relative;
  overflow: hidden;
}

#relatedArticlesSwiper .swiper-button-next,
#relatedArticlesSwiper .swiper-button-prev {
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#relatedArticlesSwiper .swiper-button-next:hover,
#relatedArticlesSwiper .swiper-button-prev:hover {
  background: var(--color-highlight, #f59e0b);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

#relatedArticlesSwiper .swiper-button-next::after,
#relatedArticlesSwiper .swiper-button-prev::after {
  display: none;
}

#relatedArticlesSwiper .swiper-button-next i,
#relatedArticlesSwiper .swiper-button-prev i {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {

  #relatedArticlesSwiper .swiper-button-next,
  #relatedArticlesSwiper .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  #relatedArticlesSwiper .swiper-button-next i,
  #relatedArticlesSwiper .swiper-button-prev i {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------------
|  Article Cards - Grid Layout
--------------------------------------------------------------------------*/
.article-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.article-card .article-image {
  position: relative;
  overflow: hidden;
}

.article-card .article-image img {
  transition: transform 0.4s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-card .article-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-highlight, #f59e0b);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.article-card .article-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-card .article-meta {
  margin-bottom: 10px;
}

.article-card .article-date {
  color: #6b7280;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.article-card .article-date i {
  color: var(--color-highlight, #f59e0b);
}

/*--------------------------------------------------------------------------
|  Pagination Styles
--------------------------------------------------------------------------*/
/* .pagination-wrapper {
  margin-top: 30px;
} */

.pagination .page-item {
  margin: 0 2px;
}

.pagination .page-link {
  border: 1px solid #ddd;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: var(--color-highlight, #f59e0b);
  border-color: var(--color-highlight, #f59e0b);
  color: #fff;
}

.pagination .page-item.active .page-link {
  background-color: var(--color-highlight, #f59e0b);
  border-color: var(--color-highlight, #f59e0b);
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination .page-item {
    margin: 2px;
  }

  .pagination .page-link {
    padding: 6px 10px;
    font-size: 14px;
  }

  /* Post date màu trắng trên mobile cho Latest News */
  .post-date-latest {
    color: white !important;
  }

  .page-description {
    font-size: 15px;
  }
}

.article-card .article-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card .article-title a {
  color: #1f2937;
  transition: color 0.2s ease;
}

.article-card .article-title a:hover {
  color: var(--color-highlight, #f59e0b);
  text-decoration: none;
}

.article-card .article-excerpt {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-highlight, #f59e0b);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  margin-top: auto;
}

.article-card .read-more:hover {
  text-decoration: none;
  gap: 10px;
}

.article-card .read-more i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.article-card .read-more:hover i {
  transform: translateX(3px);
}

/* Button View All */
.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-main, #1f2937);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 25px;
  transition: all 0.2s ease;
  background: #fff;
}

.btn-view-all:hover {
  background: var(--color-highlight, #f59e0b);
  border-color: var(--color-highlight, #f59e0b);
  color: #fff;
  text-decoration: none;
}

.btn-view-all i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.btn-view-all:hover i {
  transform: translateX(3px);
}

/*--------------------------------------------------------------------------
|  Testimonial Slider Navigation
--------------------------------------------------------------------------*/
.testimonial-slider {
  position: relative;
  overflow: hidden;
  /* Ẩn các cards bị tràn ra 2 bên */
}

/* Swiper chính */
.testimonial-slider .swiper {
  overflow: visible;
  /* Cho phép xem trước các slides kế tiếp nếu cần */
  padding: 0;
  /* Bỏ padding */
}

/* Navigation buttons nằm absolute trong testimonial-slider */
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  /* Cao hơn swiper slides */
}

.testimonial-slider .swiper-slide {
  height: auto;
  /* Để các slide có chiều cao bằng nhau */
}

.testimonial-slider .swiper-slide .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Navigation Button Styles - override swiper.css defaults */
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next,
.custom-swiper-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      var(--color-main, #1f2937) 0%,
      #374151 100%);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

/* Position buttons ở 2 bên slider, nằm trong visible area */
.testimonial-slider .swiper-button-prev {
  left: 10px;
}

.testimonial-slider .swiper-button-next {
  right: 10px;
}

.testimonial-slider .swiper-button-prev:hover,
.testimonial-slider .swiper-button-next:hover,
.custom-swiper-btn:hover {
  background: linear-gradient(135deg,
      var(--color-highlight, --color-primary) 0%,
      var(--color-primary) 100%);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(var(--color-primary-rgb), 0.3);
}

.testimonial-slider .swiper-button-prev i,
.testimonial-slider .swiper-button-next i,
.custom-swiper-btn i {
  color: #fff;
  font-size: 16px;
}

.testimonial-slider .swiper-button-prev::after,
.testimonial-slider .swiper-button-next::after,
.custom-swiper-btn::after {
  display: none;
  /* Ẩn default Swiper icon */
}

/* Disabled state */
.testimonial-slider .swiper-button-prev.swiper-button-disabled,
.testimonial-slider .swiper-button-next.swiper-button-disabled,
.custom-swiper-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.testimonial-slider .swiper-button-prev.swiper-button-disabled:hover,
.testimonial-slider .swiper-button-next.swiper-button-disabled:hover,
.custom-swiper-btn.swiper-button-disabled:hover {
  transform: none;
  background: linear-gradient(135deg,
      var(--color-main, #1f2937) 0%,
      #374151 100%);
}

/* Responsive cho navigation */
@media (max-width: 768px) {

  /* Margin for article items in news page on mobile */
  .article-hot .info-article-left .article-item,
  .article-hot .info-article-right .article-item,
  .box-article-page .article-item {
    margin-bottom: 15px !important;
  }

  /* Mobile Layout - Overlay Style (Similar to Featured Article) */
  .article-hot .info-article-right .article-item,
  .box-article-page .article-item {
    position: relative;
    display: block;
    /* Reset flex */
    margin-bottom: 15px !important;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    /* Thêm viền */
  }

  /* Reset inner image to full width/height of container */
  .article-hot .info-article-right .article-item .inner-image,
  .box-article-page .article-item .inner-image {
    width: 100%;
    margin-bottom: 0;
  }

  /* Đảm bảo ảnh có đủ chiều cao và không bị cắt */
  .article-hot .info-article-right .article-item .inner-image .img,
  .box-article-page .article-item .inner-image .img {
    padding-top: 75%;
    /* Aspect ratio 4:3 */
    min-height: 200px;
    /* Đảm bảo chiều cao tối thiểu */
  }

  /* Gradient Overlay */
  .article-hot .info-article-right .article-item::before,
  .box-article-page .article-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    /* Gradient covers bottom 70% */
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  /* Content Positioning */
  .article-hot .info-article-right .article-item .inner-content,
  .box-article-page .article-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    margin-bottom: 15px;
  }

  /* Text Colors */
  .article-hot .info-article-right .article-item .inner-content .article-title a,
  .box-article-page .article-item .inner-content .article-title a {
    color: #fff !important;
  }

  .article-hot .info-article-right .article-item .inner-content .post-date,
  .article-hot .info-article-right .article-item .inner-content .article-description,
  .box-article-page .article-item .inner-content .post-date,
  .box-article-page .article-item .inner-content .article-description {
    color: rgba(255, 255, 255, 0.9);
  }

  /* Ẩn mô tả ngắn nếu cần thiết để tiết kiệm diện tích, hoặc giữ lại */
  .article-hot .info-article-right .article-item .inner-content .article-description,
  .box-article-page .article-item .inner-content .article-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    margin-top: 5px;
  }

  .testimonial-slider .swiper {
    padding: 0 45px;
  }

  .testimonial-slider .swiper-button-prev,
  .testimonial-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .testimonial-slider .swiper-button-prev i,
  .testimonial-slider .swiper-button-next i {
    font-size: 14px;
  }

  .pagination-wrapper {
    margin-bottom: 30px;
  }

  /* Ẩn sidebar ở màn mobile và cho article full width */
  .article-detail-page .row {
    flex-direction: column;
  }

  .article-detail-page .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .article-detail-page .col-lg-3 {
    display: none !important;
  }

  /* Ẩn luôn cả item-detail-share ở màn mobile */
  .item-detail-share {
    display: none !important;
  }

  /* Banner article detail responsive */
  .banner-article-detail {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .banner-article-detail .inner-image {
    height: 50vw !important;
    max-height: 300px !important;
  }

  /* Cho item-detail-content chiếm full width ở màn mobile */
  .item-detail-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px !important;
  }

  /* Giữ article full width và không đè lên header ở màn nhỏ */
  .box-article-detail .box-share-article {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .box-article-detail .article-detail {
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 20px 18px;
  }

  .box-article-detail>.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-footer {
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .testimonial-slider .swiper {
    padding: 0 16px;
  }

  .testimonial-slider .swiper-button-prev,
  .testimonial-slider .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .testimonial-slider .swiper-button-prev i,
  .testimonial-slider .swiper-button-next i {
    font-size: 12px;
  }
}

/* Ellipsis cho bài viết liên quan */
.box-section-article-02 .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-section-article-02 .article-title a {
  display: block;
}

.box-section-article-02 .article-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Đảm bảo slider 1 cột đẹp ở mobile - Layout dọc */
@media (max-width: 575px) {
  #related-articles-swiper .article-item {
    display: flex;
    flex-direction: column;
  }

  #related-articles-swiper .article-item .inner-image {
    width: 100%;
    margin-bottom: 12px;
  }

  #related-articles-swiper .article-item .inner-content {
    display: flex;
    flex-direction: column;
  }

  #related-articles-swiper .article-title {
    font-size: 15px;
    margin-bottom: 8px !important;
    order: 1;
  }

  #related-articles-swiper .post-date {
    font-size: 12px;
    margin-bottom: 8px;
    order: 2;
    color: #888;
  }

  #related-articles-swiper .article-description {
    font-size: 13px;
    -webkit-line-clamp: 2;
    order: 3;
  }
}

/* Service Title Styles - Added for features.php */
.service-title {
  color: var(--color-secondary, #050505);
}

.service-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: var(--color-primary, #f01917) !important;
}

/*--------------------------------------------------------------------------
|  Custom Badge - Override Bootstrap
--------------------------------------------------------------------------*/
/* Đủ mạnh để override Bootstrap badge-primary */
.badge.badge-custom,
span.badge.badge-custom,
.article-category .badge.badge-custom {
  color: #fff !important;
  background-color: var(--color-primary, #f01917) !important;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 4px;
}

/*--------------------------------------------------------------------------
|  Footer Bottom Credit
--------------------------------------------------------------------------*/
.footer-bottom-credit {
  background-color: transparent;
  padding: 0px 0px 20px 0px;
}

.footer-divider {
  height: 1px;
  background-color: #e5e7eb;
  margin-bottom: 15px;
  opacity: 0.7;
}

.footer-credit p {
  color: #9ca3af !important;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

/* ============================================= */
/* SPECIAL OFFER SECTION - EXPANDING COLUMNS    */
/* ============================================= */
.special-offer-section .offer-container {
  display: flex;
  width: 100%;
  height: 400px;
  gap: 10px;
  overflow: hidden;
}

.special-offer-section .offer-col {
  position: relative;
  height: 100%;
  border-radius: 15px;
  cursor: pointer;
  flex: 2;
  /* Default: Chiếm 2 phần */
  transition: flex 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.special-offer-section .offer-col.active {
  flex: 8;
  /* Active: Chiếm 8 phần */
  cursor: default;
}

/* Background Images for each column - Using available placeholders */
#offer-col-1 {
  background-image: url("../media/image/tour-du-lich.jpg");
  background-size: cover;
  background-position: center;
}

#offer-col-2 {
  background-image: url("../media/image/khach-san.jpg");
  background-size: cover;
  background-position: center;
}

#offer-col-3 {
  background-image: url("../media/image/ve-may-bay.jpg");
  background-size: cover;
  background-position: center;
}

/* Overlay to darken image/color */
.special-offer-section .offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.special-offer-section .offer-col.active .offer-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.special-offer-section .offer-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  /* Prevent breaking initially */
}

/* Logic hiển thị nội dung */
.special-offer-section .offer-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.special-offer-section .offer-icon i {
  font-size: 40px;
  margin-bottom: 10px;
}

.special-offer-section .offer-icon h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  opacity: 0.9;
}

/* Khi active: Ẩn title ngắn/icon, Hiện detail */
.special-offer-section .offer-col.active .offer-icon {
  display: none;
  /* Hoặc có thể opacity: 0 và absolute để animation mượt hơn, nhưng display none an toàn layout */
}

.special-offer-section .offer-detail {
  display: none;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease 0.2s;
  /* Delay xuất hiện */
}

.special-offer-section .offer-col.active .offer-detail {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.special-offer-section .offer-detail h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.special-offer-section .offer-detail p {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 80%;
  white-space: normal;
  color: #ff9000;
  /* Subtitle color */
  font-weight: 500;
}

.special-offer-section .offer-detail ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.special-offer-section .offer-detail ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  /* Keep text white for readability on dark overlay */
}

.special-offer-section .offer-detail ul li i {
  margin-right: 10px;
  color: #ff9000;
  /* Icon color */
}

.special-offer-section .offer-detail .btn {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 50px;
  background: #ff9000;
  /* Button Background */
  color: #fff;
  /* Button Text */
  font-weight: bold;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: pointer;
}

.special-offer-section .offer-detail .btn:hover {
  /* Only cursor pointer needed, remove translation/shadow if minimizing effects,
       but keeping transition for smoothness is standard.
       User said: "Onhover sẽ chỉ cần có cursor-pointer + title màu #fff" */
  transform: none;
  box-shadow: none;
  background: #ff9000;
  color: #fff;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .special-offer-section .offer-container {
    flex-direction: column;
    height: auto;
  }

  .special-offer-section .offer-col {
    width: 100%;
    flex: none !important;
    /* Disable flex scaling on mobile */
    height: 80px;
    /* Collapsed height */
    margin-bottom: 10px;
    transition: height 0.5s ease;
  }

  .special-offer-section .offer-col.active {
    height: 400px;
    /* Expanded height */
  }

  .special-offer-section .offer-icon {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .special-offer-section .offer-icon i {
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .special-offer-section .offer-icon h3 {
    font-size: 16px;
  }

  #features-list-container {
    margin-top: 30px;
  }

  .article-hot .row.align-items-center.mb-4 .col-lg-6.col-12 {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------------------
|  Product Grid & Pagination (Shared)
--------------------------------------------------------------------------*/

/* Product Grid - Equal Height */
#features-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#features-list-container>.col-lg-3,
#features-list-container>.col-md-6,
#features-list-container>.col-12 {
  display: flex;
  margin-bottom: 24px;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* Specific shadow */
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-item .inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.product-item .product-title {
  min-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 4.5em;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}

.product-item .price {
  margin-top: auto;
}

/* Pagination Style */
.pagination {
  gap: 5px;
}

.pagination .page-link {
  border-radius: 8px;
  border: 1px solid #ddd;
  color: var(--color-secondary);
  background: #fff;
  padding: 8px 14px;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/*--------------------------------------------------------------------------
|  Product Detail Page
--------------------------------------------------------------------------*/

/* Box Product Images - Layout 9-3 columns */
.box-product-images {
  position: relative;
  margin-bottom: 30px;
}

.box-image-product {
  position: relative;
}

.box-image-product>.row {
  margin: 0 -5px;
}

.box-image-product>.row>[class*="col-"] {
  padding: 0 5px;
}

/* Main Image Left */
.box-image-product .img-left {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* Height responsive handled by media queries */
  height: 600px;
}

.box-image-product .img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Button Xem N hình - Inside main image */
.box-image-product .btn-addition-action.btn-expand {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.box-image-product .btn-expand:hover {
  background: var(--color-primary);
}

/* Gallery Right - 3 images stacked */
.box-image-product .img-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Height responsive handled by media queries */
  height: 600px;
}

.box-image-product .img-right .img {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  min-height: 0;
  /* Important for flex children */
}

.box-image-product .img-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hidden items for lightgallery */
.box-image-product .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

/* Responsive Image Heights - Keep Horizontal Layout */
@media (max-width: 1366px) {

  .box-image-product .img-left,
  .box-image-product .img-right {
    height: 500px;
  }
}

@media (max-width: 1199px) {

  .box-image-product .img-left,
  .box-image-product .img-right {
    height: 420px;
  }

  .box-home-02.mb-5 .row.align-items-center {
    flex-direction: column !important;
    /* max-width: 100% !important; */
  }

  .box-home-02.mb-5 .row.align-items-center .col-lg-6.col-12 {
    max-width: 100% !important;
  }

  /* Force column layout for thumbnails even on mobile */
  .box-image-product .img-right {
    flex-direction: column !important;
  }

  .box-home-02.mb-5 .box-benefit.bg-content {
    margin-top: 4rem;
  }

  .box-home-02.mb-5 .title-section.text-left {
    margin-bottom: 2rem;
  }

  .offer-grid-container {
    justify-items: center;
  }

  .offer-grid-box {
    max-height: 200px;
    max-width: 56rem;
    margin: 0 auto;
  }

  .box-what-customers.bg-content {
    padding-bottom: 4rem;
  }

  .box-benefit .img.ratio-1-1 {
    max-width: 40%;
    padding-top: 30%;
    margin: 0 auto;
  }

  .info-benefit {
    margin-bottom: 2rem;
  }

  /* Header Mobile/Tablet Adjustments */
  header .row,
  .setting-menu-pc .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  header .row>.col-md-3,
  .setting-menu-pc .row>.col-md-3,
  header .row>.col-md-4,
  .setting-menu-pc .row>.col-md-4 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  header .row>.col-md-5,
  .setting-menu-pc .row>.col-md-5 {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    max-width: none !important;
    width: auto !important;
  }

  header [nh-block="egrsv9h"] {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
  }

  header .hotline-head {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
  }
}

@media (max-width: 991px) {

  .box-image-product .img-left,
  .box-image-product .img-right {
    height: 350px;
  }

  .benefit-badge {
    display: none;
  }

  /* Force column layout for thumbnails even on mobile */
  .box-image-product .img-right {
    flex-direction: column !important;
  }

  .box-home-02.mb-5 .box-benefit.bg-content {
    margin-top: 4rem;
  }

  .box-home-02.mb-5 .title-section.text-left {
    margin-bottom: 2rem;
  }

  .offer-grid-container {
    justify-items: center;
  }

  .offer-grid-box {
    max-height: 200px;
    max-width: 56rem;
    margin: 0 auto;
  }

  .box-what-customers.bg-content {
    padding-bottom: 4rem;
  }

  .box-benefit .img.ratio-1-1 {
    max-width: 60%;
    padding-top: 60%;
    margin: 0 auto;
  }

  .info-benefit {
    margin-bottom: 2rem;
  }

  /* Header Mobile/Tablet Adjustments */
  header .row,
  .setting-menu-pc .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  header .row>.col-md-3,
  .setting-menu-pc .row>.col-md-3,
  header .row>.col-md-4,
  .setting-menu-pc .row>.col-md-4 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  header .row>.col-md-5,
  .setting-menu-pc .row>.col-md-5 {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    max-width: none !important;
    width: auto !important;
  }

  header [nh-block="egrsv9h"] {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
  }

  header .hotline-head {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {

  .box-image-product .img-left,
  .box-image-product .img-right {
    height: 180px;
  }

  .product-content-detail-left .product-info-left .product-title-detail,
  .product-content-detail-left .produc-info-left-bottom .title,
  .product-content-detail-left .product-info-left-lt .title {
    font-size: 20px !important;
  }

  .feature .title-section.text-left.mb-0 {
    margin-bottom: 1rem !important;
  }

  .feature .title-section.text-left {
    margin-bottom: 2rem !important;
  }

  /* Gap nhỏ hơn trên mobile */
  .box-image-product .img-right {
    gap: 4px;
    flex-direction: column !important;
  }

  .bg-white.row-align-center.setting-menu.py-4.setting-menu-pc {
    padding: 6px 0 !important;
  }

  /* Giảm border-radius trên mobile cho gọn */
  .box-image-product .img-left,
  .box-image-product .img-left>img,
  .box-image-product .img-right .img,
  .box-image-product .img-right .img img {
    border-radius: 4px;
  }
}

@media (max-width: 991px) {

  .box-image-product .img-left,
  .box-image-product .img-right {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .box-image-product .img-left {
    height: 180px;
    margin-bottom: 10px;
  }

  .box-image-product .img-right {
    height: 180px;
    flex-direction: row;
    gap: 5px;
  }

  .box-image-product .img-right .img {
    flex: 1;
  }
}

/* Product Content Detail Left */
.product-content-detail-left {
  background: #fff;
  border-radius: 12px;
  padding: 0px;
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); */
}

.product-title-detail {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.product-content-detail-left .dsc p {
  color: #555;
  line-height: 24px;
  font-size: 16px;
}

.product-content-detail-left .attributes {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}

.product-content-detail-left .attributes .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.product-content-detail-left .attributes .item:last-child {
  border-bottom: none;
}

.product-content-detail-left .attributes .name {
  color: #666;
  font-weight: 500;
}

.product-content-detail-left .attributes .name i {
  color: var(--color-primary);
  margin-right: 8px;
  width: 16px;
}

.product-content-detail-left .attributes .value {
  color: #333;
  font-weight: 600;
}

/* Product Info Bottom - Content */
.produc-info-left-bottom {
  margin-top: 20px;
}

.produc-info-left-bottom .title,
.product-info-left-lt .title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  /* margin-bottom: 15px;
  padding-bottom: 10px; */
  /* border-bottom: 2px solid var(--color-primary); */
  display: inline-block;
}

.info-show-content .content-text {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.info-show-content .content-text.expanded {
  max-height: none;
}

.info-show-content .content {
  line-height: 21px;
  font-size: 14px;
  color: #444;
}

.info-show-content .content img {
  display: block;
  width: 70% !important;
  /* Force override inline width */
  max-width: 100% !important;
  height: auto !important;
  /* Force override inline height */
  border-radius: 12px;
  margin: 35px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  object-fit: cover;
}

.info-show-content .content img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Responsive Scaling for Images */
@media (max-width: 1400px) {
  .info-show-content .content img {
    width: 80% !important;
  }
}

@media (max-width: 991px) {
  .info-show-content .content img {
    width: 90% !important;
    margin: 25px auto;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .info-show-content .content img {
    width: 100% !important;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
}

.info-show-content .content h2,
.info-show-content .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #1a1a1a;
}

.info-show-content .content ul {
  padding-left: 20px;
}

.info-show-content .content ul li {
  margin-bottom: 8px;
}

/* View More / Hide Button */
.load-more {
  margin-top: 20px;
}

.load-more .btn-view-all {
  display: inline-block;
  padding: 10px 25px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.load-more .btn-view-all:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}

.load-more .btn-hide {
  display: none;
}

.load-more.expanded .btn-show {
  display: none;
}

.load-more.expanded .btn-hide {
  display: inline-block;
}

/* Schedule Accordion */
.product-info-left-lt {
  margin-top: 30px;
}

.product-info-left-lt .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.item-title-process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.item-title-process:hover {
  background: #e9ecef;
}

.item-title-process i {
  transition: transform 0.3s ease;
}

.item-title-process.collapsed i {
  transform: rotate(180deg);
}

.description-process {
  padding: 15px 20px;
  line-height: 1.7;
  color: #555;
  background: #fff;
}

/* Ensure parent containers don't break sticky */
.product-content-detail-left,
.product-content-detail-right {
  overflow: visible !important;
}

.product-content-detail-left .row,
.product-content-detail-right .row {
  overflow: visible !important;
}

/* Product Content Detail Right - Sidebar */
.product-content-detail-right {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
  top: 20px !important;
  /* Stick closer to top */
  z-index: 100;
  align-self: flex-start;
  /* Important for flex container */
  max-height: calc(100vh - 40px);
  /* Prevent sidebar from being taller than viewport */
  overflow-y: auto;
  /* Allow scrolling if content is too long */
}

.product-content-detail-right .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-content-detail-right .price .price-amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.product-content-detail-right .price .price-amount .currency-symbol {
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}

.product-content-detail-right .price .old-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.product-content-detail-right .price .old-price .currency-symbol {
  font-size: 14px;
}

/* Booking Form */
.product-content-detail-right form .form-group {
  position: relative;
  margin-bottom: 20px;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  border: none !important;
  padding: 0 !important;
}

.product-content-detail-right form .form-group label {
  display: block !important;
  width: 100% !important;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  position: static !important;
}

.product-content-detail-right form .form-group .form-control {
  display: block !important;
  width: 100% !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  background: #fff !important;
  transition: border-color 0.3s ease;
}

.product-content-detail-right form .form-group .form-control:focus {
  border-color: var(--color-primary) !important;
  box-shadow: none;
  outline: none;
}

.product-content-detail-right form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.product-content-detail-right form textarea.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.product-content-detail-right .btn-submit {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--color-primary);
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-content-detail-right .btn-submit:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(240, 25, 23, 0.3);
}

/* Related Products */
.box-dt-prd-02 .title-section {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .product-content-detail-right {
    position: static;
    margin-top: 30px;
  }

  .product-title-detail {
    font-size: 22px;
  }

  .product-content-detail-right .price .price-amount {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .box-image-product .img-right {
    gap: 5px;
  }

  .product-content-detail-left {
    padding: 15px;
  }

  .product-content-detail-right {
    padding: 15px;
  }

  .product-title-detail {
    font-size: 20px;
  }
}

/* Offer Grid Layout */
.offer-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.offer-grid-box {
  position: relative;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.offer-grid-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.offer-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.offer-grid-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-grid-content i {
  color: var(--color-primary);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-grid-content h2,
.offer-grid-content h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.offer-grid-content p {
  color: var(--color-muted, #666);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Responsiveness */
@media (max-width: 1200px) {
  .offer-grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .offer-grid-box {
    height: 230px;
  }
}

/* Product Card - Equal Height */
#home-products-container {
  display: flex;
  flex-wrap: wrap;
}

#home-products-container>.col-lg-3,
#home-products-container>.col-md-6,
#home-products-container>.col-12 {
  display: flex;
  margin-bottom: 24px;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-item .inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.product-item .product-title {
  /* min-height: 2.8em; */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 4.5em;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}

.product-item .price {
  margin-top: auto;
}

/* Article Card - Equal Height */
#home-news-container {
  display: flex;
  flex-wrap: wrap;
}

#home-news-container>div {
  display: flex;
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.article-card .article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.article-card .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 2.8em;
  /* 2 lines */
}

.article-card .article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 4.5em;
  /* 3 lines * 1.5 line-height */
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}

/* Sidebar News Grouping */
.view-small .title {
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.view-small .title .transition-icon {
  transition: transform 0.3s ease;
  font-size: 0.8em;
}

/* Rotate icon when collapsed (Bootstrap adds .collapsed to the trigger) */
.view-small .title.collapsed .transition-icon {
  transform: rotate(-90deg);
}

.sidebar-category-divider {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}

.sidebar-category-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 5px;
  border-left: 3px solid var(--color-primary);
}

/*--------------------------------------------------------------------------
|  Custom Filter Styles (Features Page Redesign)
--------------------------------------------------------------------------*/
.filter-price-group {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  padding: 4px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.filter-price-group:hover,
.filter-price-group:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(240, 25, 23, 0.1);
}

.filter-icon {
  display: flex;
  align-items: center;
  color: #9ca3af;
  padding-right: 8px;
  padding-left: 12px;
  font-size: 0.9rem;
}

.filter-input {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  max-width: 90px;
  padding: 8px 5px !important;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-align: center;
}

.filter-input:focus {
  outline: none !important;
}

.filter-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
  font-size: 13px;
}

.filter-input::-webkit-outer-spin-button,
.filter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: var(--color-primary) !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
  box-shadow: 0 2px 5px rgba(240, 25, 23, 0.3);
}

.filter-btn:hover {
  transform: translateY(-2px);
  background-color: var(--color-primary) !important;
  filter: brightness(1.1);
  box-shadow: 0 4px 12px rgba(240, 25, 23, 0.4);
}

/* Nút reset bộ lọc - hình tròn */
.filter-reset-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50% !important;
  background-color: var(--color-secondary, #374151) !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.filter-reset-btn:hover {
  transform: translateY(-2px);
  background-color: var(--color-secondary, #374151) !important;
  filter: brightness(1.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: white !important;
  text-decoration: none;
}

.filter-reset-btn i {
  font-size: 14px;
}

.filter-sort-wrapper {
  position: relative;
  /* min-width: 220px; Removed min-width to let it shrink slightly if needed, or keep it fixed */
}

/* Ẩn native arrow để custom */
.filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-left: 20px !important;
  padding-right: 35px !important;
  /* Chừa chỗ cho arrow bên phải */
  border-radius: 50px !important;
  border: 1px solid #e5e7eb !important;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;

  /* Căn giữa text */
  text-align: center;
  text-align-last: center;

  /* Custom Arrow */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 12px;
}

.filter-select:hover,
.filter-select:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 4px rgba(240, 25, 23, 0.1) !important;
  outline: none;
}

/* ========================================
   Custom Dropdown - Passio Theme
   Primary: #F01917, Secondary: #050505, Tertiary: #ffffff
   ======================================== */
.custom-dropdown {
  position: relative;
  /* min-width: 180px; */
}

.dropdown-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dropdown-toggle-btn:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(240, 25, 23, 0.1);
}

.dropdown-toggle-btn .dropdown-arrow {
  font-size: 12px;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu-custom {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  overflow: hidden;
}

@media (min-width: 769px) {
  .dropdown-menu-custom {
    width: 200%;
    left: auto;
    right: 0;
  }
}

.custom-dropdown.open .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f3f4f6;
}

.dropdown-item-custom:last-child {
  border-bottom: none;
}

.dropdown-item-custom i {
  width: 20px;
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
  transition: color 0.2s ease;
}

.dropdown-item-custom:hover {
  background-color: #fce4e4;
}

.dropdown-item-custom:hover i {
  color: var(--color-primary);
}

.dropdown-item-custom.active {
  background-color: rgba(240, 25, 23, 0.08);
  color: var(--color-primary);
  font-weight: 600;
}

.dropdown-item-custom.active i {
  color: var(--color-primary);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-dropdown {
    width: 100%;
    min-width: auto;
  }

  .dropdown-menu-custom {
    left: 0;
    right: 0;
  }

  .product-item .product-title {
    min-height: 2.8em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-item .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: 2.5em;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
  }
}

/* Specific styling for the separator */
.filter-price-group .text-muted.opacity-50 {
  font-weight: 300;
  color: #d1d5db !important;
  margin: 0 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile-filter-form {
    flex-direction: column;
    align-items: stretch !important;
    gap: 15px !important;
    width: 100%;
  }

  .filter-price-group {
    width: 100%;
    display: flex;
    align-items: center;
    /* Ensure vertical centering */
    justify-content: space-between;
    padding: 5px 5px 5px 15px;
    /* Adjust padding */
  }

  .filter-input {
    flex: 1;
    /* Allow inputs to grow/shrink equally */
    width: 0 !important;
    /* Force flex sizing to work */
    min-width: 0;
    /* Prevent overflow */
    max-width: none;
    text-align: center;
    padding: 8px 0 !important;
  }

  .filter-btn {
    flex-shrink: 0;
    /* Prevent button from shrinking */
    margin-left: 10px;
  }

  .filter-reset-btn {
    flex-shrink: 0;
    /* Prevent button from shrinking */
  }

  .filter-sort-wrapper {
    width: 100%;
  }

  .filter-select {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
|  Table of Contents (TOC) - Mục lục nội dung
--------------------------------------------------------------------------*/
.table-content-section {
  /* margin-bottom: 30px; */
}

.table-content-section .box-table-nav {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.table-content-section .title-table-navigation {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
  transition: background 0.2s ease;
}

.table-content-section .title-table-navigation:hover {
  background: #f3f4f6;
}

.table-content-section .title-table-navigation i {
  font-size: 16px;
  color: #374151;
  margin-right: 10px;
}

.table-content-section .title-table-navigation b {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  flex: 1;
}

.table-content-section .title-table-navigation .icon-expand {
  margin-left: auto;
  margin-right: 0;
  transition: transform 0.3s ease;
}

.table-content-section .title-table-navigation .icon-expand.rotated {
  transform: rotate(-180deg);
}

/* TOC Nav Container */
.table-content-section nav.toc,
.table-content-section nav.js-toc {
  padding: 15px 20px;
  max-height: 400px;
  overflow-y: auto;
  transition: all 0.3s ease;
}

/* TOC collapsed state */
.table-content-section nav.toc.collapsed,
.table-content-section nav.js-toc.collapsed {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
}

/* TOC List Styles */
.table-content-section .toc-list,
.table-content-section .table-content,
.table-content-section ol.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc-counter;
}

.table-content-section .toc-list li,
.table-content-section .table-content li,
.table-content-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* TOC Links */
.table-content-section .toc-link,
.table-content-section .table-link,
.table-content-section a.toc-link {
  display: block;
  padding: 8px 0;
  color: var(--color-secondary);
  /* Brand color */
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.table-content-section .toc-link:hover,
.table-content-section .table-link:hover,
.table-content-section a.toc-link:hover {
  color: var(--color-primary);
  text-decoration: none;
}

/* Active Link */
.table-content-section .is-active-link,
.table-content-section .toc-link.is-active-link {
  color: var(--color-primary);
  font-weight: 600;
}

/* Nested Lists (H3, H4) */
.table-content-section .toc-list .toc-list,
.table-content-section .table-content .table-content,
.table-content-section ol.toc-list ol.toc-list {
  padding-left: 20px;
  margin-top: 5px;
  border-left: 2px solid #e5e7eb;
  margin-left: 10px;
}

.table-content-section .toc-list .toc-list .toc-link,
.table-content-section .table-content .table-content .table-link {
  font-size: 14px;
  padding: 6px 0 6px 10px;
  color: #6b7280;
}

.table-content-section .toc-list .toc-list .toc-link:hover,
.table-content-section .table-content .table-content .table-link:hover {
  color: #ff9000;
}

/* Deeper nested (H4) */
.table-content-section .toc-list .toc-list .toc-list .toc-link {
  font-size: 13px;
  color: #9ca3af;
}

/* Remove default tocbot bar styling */
.table-content-section .toc-link::before,
.table-content-section a.toc-link::before {
  display: none !important;
}

/* Scrollbar styling for TOC */
.table-content-section nav.toc::-webkit-scrollbar,
.table-content-section nav.js-toc::-webkit-scrollbar {
  width: 4px;
}

.table-content-section nav.toc::-webkit-scrollbar-track,
.table-content-section nav.js-toc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.table-content-section nav.toc::-webkit-scrollbar-thumb,
.table-content-section nav.js-toc::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
}

.table-content-section nav.toc::-webkit-scrollbar-thumb:hover,
.table-content-section nav.js-toc::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive TOC */
@media (max-width: 768px) {
  .table-content-section .title-table-navigation {
    padding: 12px 15px;
  }

  .table-content-section nav.toc,
  .table-content-section nav.js-toc {
    padding: 12px 15px;
    max-height: 300px;
  }

  .table-content-section .toc-link,
  .table-content-section .table-link {
    font-size: 14px;
    padding: 6px 0;
  }

  .table-content-section .toc-list .toc-list .toc-link {
    font-size: 13px;
  }
}

/* Request Modal Styles */
.request-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.request-modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-primary);
  color: white;
  border-radius: 8px 8px 0 0;
}

.modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-tertiary);
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.modal-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--color-main);
}

.required {
  color: #e74c3c;
  margin-left: 4px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  font-family: inherit;
}

.form-control:focus {
  border-color: var(--color-highlight);
  outline: none;
  box-shadow: 0 0 0 3px rgba(253, 202, 45, 0.1);
}

.form-control::placeholder {
  color: #999;
}

.modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.btn-cancel,
.btn-submit {
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.btn-cancel {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: var(--color-text);
}

.btn-cancel:hover {
  background: #e8e8e8;
}

.btn-submit {
  background: var(--color-highlight);
  border: none;
  color: var(--white);
  font-weight: 600;
}

.btn-submit:hover {
  /* Bỏ hover effect theo yêu cầu - chỉ giữ cursor pointer */
  cursor: pointer;
  background-color: var(--color-primary);
  color: var(--white);
}

.btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 576px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-height: 100vh;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 15px;
  }

  .modal-title {
    font-size: 18px;
  }

  .btn-request {
    display: none !important;
    /* Ẩn trên mobile theo yêu cầu */
  }

  .btn-cancel,
  .btn-submit {
    flex: 1;
    padding: 12px 20px;
  }
}

/* Animation for modal open */
@keyframes modalSlideIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }

  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.request-modal.open .modal-content {
  animation: modalSlideIn 0.3s ease-out;
}


/* Product Image Zoom Effect on Hover */
.product-item .inner-image .ratio-4-3 {
  transition: transform 0.4s ease !important;
  will-change: transform;
}

.product-item .inner-image:hover .ratio-4-3 {
  transform: scale(1.08) !important;
}