@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.pri-color {
  color: var(--fs-color-primary);
}
.pri-color * {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}
.sec-color * {
  color: var(--fs-color-secondary);
}

.succ-color {
  color: var(--fs-color-success);
}
.succ-color * {
  color: var(--fs-color-success);
}

body #arcontactus {
  bottom: 70px !important;
}
body .h_mb-0 {
  margin-bottom: 0;
}
body .h_mb-0 * {
  margin-bottom: 0;
}
body .ux-menu .ux-menu-link a i {
  color: var(--fs-color-primary);
}
body .ux-menu .ux-menu-link:hover a span {
  color: var(--fs-color-primary);
}
body .product-small .box-text {
  pointer-events: none;
  height: 3.5em;
  transition: all 0.4s ease;
  padding: 10px;
  bottom: 0;
  position: absolute;
  display: flex;
  font-weight: 700;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background: hsla(82, 47%, 28%, 0.49);
}
body .product-small .box-text .product-title a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .product-small:hover .box-text {
  transition: all 0.4s ease;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
}
body .product-small:hover .box-text .product-title a {
  color: #000;
}
body .menu-style-1 .ux-menu-link {
  margin-bottom: 10px !important;
  position: relative;
}
body .menu-style-1 .ux-menu-link a {
  background: #F3F3F3;
  padding: 10px;
  color: var(--fs-color-secondary);
  font-weight: 700;
}
body .menu-style-1 .ux-menu-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  background: var(--fs-color-primary);
  height: 0%;
  transition: 0.3s;
}
body .menu-style-1 .ux-menu-link a:hover {
  color: var(--fs-color-primary);
}
body .menu-style-1 .ux-menu-link a:hover::before {
  height: 100%;
}
body .menu-style-1 .ux-menu-link:last-child {
  margin-bottom: 0 !important;
}
body .slider-box-1 .flickity-slider > * {
  padding: 0 2% !important;
  opacity: 1 !important;
}
body .slider-box-1 .flickity-slider > * .box .box-text h3 {
  color: var(--fs-color-secondary);
}
body .slider-box-1 .flickity-slider > * .box::before {
  content: "";
  position: absolute;
  height: 9px;
  background: var(--fs-color-success);
  width: 100%;
  bottom: 0;
}
body .slider-box-1 .flickity-slider .is-selected .box .box-text h3 {
  color: var(--fs-color-primary);
}
body .slider-box-1 .flickity-slider .is-selected .box::before {
  background: var(--fs-color-primary);
}
body .slider-1 .flickity-page-dots {
  counter-reset: dot-counter;
  position: unset;
}
body .slider-1 .flickity-page-dots li {
  opacity: 1;
  background-color: transparent !important;
  border-color: transparent;
  width: 55px;
  height: 55px;
  position: relative;
  margin-bottom: 30px;
}
body .slider-1 .flickity-page-dots li::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  position: absolute;
  counter-increment: dot-counter;
  content: counter(dot-counter);
  display: inline-block;
  color: var(--fs-color-success);
  font-size: 18px;
}
body .slider-1 .flickity-page-dots li::after {
  content: "";
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/wp-content/uploads/2025/04/la-doxa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .slider-1 .flickity-page-dots li.is-selected::before,
body .slider-1 .flickity-page-dots li:hover::before {
  color: #fff;
}
body .slider-1 .flickity-page-dots li.is-selected::after,
body .slider-1 .flickity-page-dots li:hover::after {
  background-image: url(/wp-content/uploads/2025/04/la-doxa-f.svg);
}
body .blog-style-1 .post-item .box,
body #post-list .post-item .box {
  flex-direction: row;
  display: flex;
}
@media (max-width: 550px) {
  body .blog-style-1 .post-item .box,
  body #post-list .post-item .box {
    flex-direction: column !important;
  }
}
@media (min-width: 550px) {
  body .blog-style-1 .post-item .box .box-image,
  body #post-list .post-item .box .box-image {
    width: 70% !important;
  }
}
body .blog-style-1 .post-item .box .box-image .image-cover,
body #post-list .post-item .box .box-image .image-cover {
  padding-top: 100% !important;
}
@media (min-width: 550px) {
  body .blog-style-1 .post-item .box .box-text .box-text-inner,
  body #post-list .post-item .box .box-text .box-text-inner {
    background: #fff;
    position: absolute;
    width: 110%;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.15);
    padding: 30px 60px;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }
}
body .blog-style-1 .post-item:nth-child(odd) .box,
body #post-list .post-item:nth-child(odd) .box {
  flex-direction: row-reverse;
}
body .blog-style-1 .post-item:nth-child(odd) .box .box-text .box-text-inner,
body #post-list .post-item:nth-child(odd) .box .box-text .box-text-inner {
  right: unset;
}
@media (min-width: 550px) {
  body .blog-style-2 .box .box-text .box-text-inner {
    gap: 30px;
    display: flex;
  }
  body .blog-style-2 .box .box-text .box-text-inner .is-divider {
    display: none;
  }
  body .blog-style-2 .box .box-text .box-text-inner .button {
    position: absolute;
    bottom: 0;
  }
}

.nav .menu-item .sub-menu {
  padding: 0 !important;
}
.nav .menu-item .sub-menu li {
  position: relative;
  display: inline-block !important;
  width: 100%;
  border-right: 0;
}
.nav .menu-item .sub-menu li a {
  color: var(--text-color);
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  padding: 10px 5px;
}
.nav .menu-item .sub-menu li .sub-menu {
  top: 0;
  box-shadow: 2px 2px 5px #828282;
  display: none !important;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav .menu-item .sub-menu li:hover > a {
  color: var(--fs-color-primary);
}
.nav .menu-item .sub-menu li:hover > .sub-menu {
  display: grid !important;
}
.nav .menu-item::after {
  display: none;
}

#header .header-main .header-nav li a {
  color: var(--fs-color-secondary);
}
#header .header-main .header-nav li a:hover {
  color: var(--fs-color-primary);
}
#header .header-main .header-nav li.active a {
  color: var(--fs-color-primary);
}

@media (min-width: 850px) {
  .post-sidebar {
    z-index: 9;
    margin-top: -80px !important;
  }
}

.post-sidebar .widget .widget-title, .sidebar-wrapper .widget .widget-title {
  font-size: 1.25em;
  color: var(--fs-color-secondary);
}
.post-sidebar .widget.widget_categories, .post-sidebar .widget.widget_product_categories, .sidebar-wrapper .widget.widget_categories, .sidebar-wrapper .widget.widget_product_categories {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.post-sidebar .widget.widget_categories ul li, .post-sidebar .widget.widget_product_categories ul li, .sidebar-wrapper .widget.widget_categories ul li, .sidebar-wrapper .widget.widget_product_categories ul li {
  position: relative;
  width: 100%;
  background: #F3F3F3;
  padding: 10px 15px;
  color: var(--fs-color-secondary);
  margin-bottom: 10px;
  font-weight: 700;
}
.post-sidebar .widget.widget_categories ul li a, .post-sidebar .widget.widget_product_categories ul li a, .sidebar-wrapper .widget.widget_categories ul li a, .sidebar-wrapper .widget.widget_product_categories ul li a {
  padding: 0;
}
.post-sidebar .widget.widget_categories ul li a::before, .post-sidebar .widget.widget_product_categories ul li a::before, .sidebar-wrapper .widget.widget_categories ul li a::before, .sidebar-wrapper .widget.widget_product_categories ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  background: var(--fs-color-primary);
  height: 0%;
  transition: 0.3s;
}
.post-sidebar .widget.widget_categories ul li .children, .post-sidebar .widget.widget_product_categories ul li .children, .sidebar-wrapper .widget.widget_categories ul li .children, .sidebar-wrapper .widget.widget_product_categories ul li .children {
  border-left: unset;
}
.post-sidebar .widget.widget_categories ul li .children li a, .post-sidebar .widget.widget_product_categories ul li .children li a, .sidebar-wrapper .widget.widget_categories ul li .children li a, .sidebar-wrapper .widget.widget_product_categories ul li .children li a {
  background: transparent;
  position: relative;
  padding-left: 15px;
}
.post-sidebar .widget.widget_categories ul li .children li a::before, .post-sidebar .widget.widget_product_categories ul li .children li a::before, .sidebar-wrapper .widget.widget_categories ul li .children li a::before, .sidebar-wrapper .widget.widget_product_categories ul li .children li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--fs-color-secondary);
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  border-radius: 50%;
}
.post-sidebar .widget.widget_categories ul li:last-child, .post-sidebar .widget.widget_product_categories ul li:last-child, .sidebar-wrapper .widget.widget_categories ul li:last-child, .sidebar-wrapper .widget.widget_product_categories ul li:last-child {
  margin-bottom: 0;
}
.post-sidebar .widget.widget_categories ul li:hover, .post-sidebar .widget.widget_product_categories ul li:hover, .sidebar-wrapper .widget.widget_categories ul li:hover, .sidebar-wrapper .widget.widget_product_categories ul li:hover {
  color: var(--fs-color-primary);
}
.post-sidebar .widget.widget_categories ul li:hover a::before, .post-sidebar .widget.widget_product_categories ul li:hover a::before, .sidebar-wrapper .widget.widget_categories ul li:hover a::before, .sidebar-wrapper .widget.widget_product_categories ul li:hover a::before {
  height: 100%;
}
.post-sidebar .widget.widget_categories ul li.active > a, .post-sidebar .widget.widget_categories ul li.current-cat > a, .post-sidebar .widget.widget_product_categories ul li.active > a, .post-sidebar .widget.widget_product_categories ul li.current-cat > a, .sidebar-wrapper .widget.widget_categories ul li.active > a, .sidebar-wrapper .widget.widget_categories ul li.current-cat > a, .sidebar-wrapper .widget.widget_product_categories ul li.active > a, .sidebar-wrapper .widget.widget_product_categories ul li.current-cat > a {
  color: var(--fs-color-primary);
}
.post-sidebar .widget.widget_categories ul li.active > a::before, .post-sidebar .widget.widget_categories ul li.current-cat > a::before, .post-sidebar .widget.widget_product_categories ul li.active > a::before, .post-sidebar .widget.widget_product_categories ul li.current-cat > a::before, .sidebar-wrapper .widget.widget_categories ul li.active > a::before, .sidebar-wrapper .widget.widget_categories ul li.current-cat > a::before, .sidebar-wrapper .widget.widget_product_categories ul li.active > a::before, .sidebar-wrapper .widget.widget_product_categories ul li.current-cat > a::before {
  height: 100%;
}

.single-post .h_header .page-title {
  display: none;
}

.single-product .h_header-blog {
  display: none;
}
.single-product .product-info .woocommerce-breadcrumb {
  display: none;
}

#footer .absolute-footer {
  display: none;
}