@charset "UTF-8";
:root {
  --primary:#0282a5;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --textColor: #212529;
  --navColor: #e5fbf1;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --navColor: #e5fbf1;
  --menuWidth: calc(100% - 20px);
  --leftColBackground: #fff;
  --lightLeftColBackground: #f1f4f6;
  --darkLeftColBackground: #22272b;
  --mainColor2: #92dbef;
  --navColor: #e5fbf1;
  --navTextColor: #0282a5;
  --menuHover: #ffab50;
  --bgBottomTitle: url(https://file.hstatic.net/200000865177/file/bottom-title_a9e686b….png);
  --footerBg: #0282a5;
  --footerText: #ffffff;
  --footerTextHover: #ffab4e;
  --accentColor1: #929292;
  --accentColor2: #fd8400;
  --toastSuccessBg: #d1e7dd;
  --toastSuccessCl: #0f5132;
  --toastWarningBg: #fff3cd;
  --toastWarningCl: #664d03;
  --toastErrorBg: #f8d7da;
  --toastErrorCl: #842029;
  --toastSystemBg: #d3d3d4;
  --toastSystemCl: #141619;
  --overlayimg: url(https://file.hstatic.net/200000865177/file/cursor-close_4c96d09….png);
  --cl_tit_fl: #ffffff;
  --bg_fl_1: #ff8e4d;
  --bg_fl_2: #ff5c00;
}

.trim {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.trim.trim-1 {
  -webkit-line-clamp: 1;
}
.trim.trim-2 {
  -webkit-line-clamp: 2;
}
.trim.trim-3 {
  -webkit-line-clamp: 3;
}
.trim.trim-4 {
  -webkit-line-clamp: 4;
}
.trim.trim-10 {
  -webkit-line-clamp: 10;
}

@media (max-width: 640px) {
  .br_sp > br {
    display: none;
  }
}

.imgDrop {
  position: relative;
  overflow: hidden;
  display: block;
}
.imgDrop.has-backdrop:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgDrop > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  display: block;
}

.hover-zoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ratio-6-4 {
  padding-top: 66.6666666667%;
}
.ratio-4-3 {
  padding-top: 75%;
}
.ratio-50p {
  padding-top: 50%;
}
.ratio-100p {
  padding-top: 100%;
}
.ratio-auto {
  height: 100%;
}

@media (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
}

.slick-lightbox-slick-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .slick-lightbox-slick-item {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
    width: 100%;
  }
}
.slick-lightbox-slick-item .slick-lightbox-slick-item-inner img {
  max-width: 100%;
}

.payment-accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .max-lg-mt-12 {
    margin-top: 12px;
  }
  .max-lg-pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 1201px) {
  .lg-mt-12 {
    margin-top: 12px;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
}
.row-gap-x-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-gap-x-12 > div {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

@media (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 16px;
    padding-right: 16px;
  }
  main {
    margin-top: 140px;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

.offcanvas-backdrop.show {
  opacity: 0.7;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  color: #fff;
  padding: 0.5rem 0.5rem;
  margin: 0;
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: -20px !important;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
}

a, button, img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

:root {
  --primary:#0282a5;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --textColor: #212529;
  --navColor: #e5fbf1;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --navColor: #e5fbf1;
  --menuWidth: calc(100% - 20px);
  --leftColBackground: #fff;
  --lightLeftColBackground: #f1f4f6;
  --darkLeftColBackground: #22272b;
  --mainColor2: #92dbef;
  --navColor: #e5fbf1;
  --navTextColor: #0282a5;
  --menuHover: #ffab50;
  --bgBottomTitle: url(https://file.hstatic.net/200000865177/file/bottom-title_a9e686b….png);
  --footerBg: #0282a5;
  --footerText: #ffffff;
  --footerTextHover: #ffab4e;
  --accentColor1: #929292;
  --accentColor2: #fd8400;
  --toastSuccessBg: #d1e7dd;
  --toastSuccessCl: #0f5132;
  --toastWarningBg: #fff3cd;
  --toastWarningCl: #664d03;
  --toastErrorBg: #f8d7da;
  --toastErrorCl: #842029;
  --toastSystemBg: #d3d3d4;
  --toastSystemCl: #141619;
  --overlayimg: url(https://file.hstatic.net/200000865177/file/cursor-close_4c96d09….png);
  --cl_tit_fl: #ffffff;
  --bg_fl_1: #ff8e4d;
  --bg_fl_2: #ff5c00;
}

.inner {
  height: 100%;
}

.banner-nav {
  background-color: var(--mainColor);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mainColor)), to(#fff));
  background-image: linear-gradient(var(--mainColor), #fff);
  padding: 32px 0;
}

.nav-item-hotline {
  margin-left: auto;
}
.nav-item-hotline:hover {
  background-color: transparent !important;
}

.shiny-cta {
  line-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 24px;
  color: #fafafa;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#9b0422));
  background-image: linear-gradient(to right, #333, #9b0422);
}
.shiny-cta:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, right top, left top, from(#333), to(#c7032a));
  background-image: linear-gradient(to left, #333, #c7032a);
}

.inner-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inner-right .header-bottom-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(5, 92, 116, 0.7);
  height: 45px;
  border-radius: 0 30px 0 0;
}
.inner-right .header-bottom-2 .container {
  padding: 0;
}
.inner-right .header-bottom-2 .navbar-nav {
  gap: 0 !important;
}
.inner-right .header-bottom-2 .navbar-nav .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.inner-right .header-bottom-2 .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 10.5px 10px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
}
.inner-right .header-bottom-2 .navbar-nav .nav-item .nav-link span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inner-right .header-bottom-2 .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f078";
  margin: 0;
  border: none;
}
.inner-right .header-bottom-2 .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
}
.inner-right .header-bottom-2 .navbar-nav .nav-item .dropdown-item {
  font-weight: bold;
}
.inner-right .wrapper-banner {
  padding: 12px 0 0 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inner-right .banner_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.inner-right .banner_slide.slick-dotted.slick-slider .slick-list,
.inner-right .banner_slide.slick-dotted.slick-slider .slick-track {
  height: 100%;
}
.inner-right .banner_slide.slick-dotted.slick-slider .slick-slide {
  padding: 0;
}
.inner-right .banner_slide.slick-dotted.slick-slider .slick-slide a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inner-right .banner_slide.slick-dotted.slick-slider .slick-slide a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-right .navbar {
  padding: 0;
}

#sidebar-category > .header-bottom-2 nav .navbar-nav:first-child {
  display: none; /* ẩn ul đầu tiên khi load */
}

.nav-more {
  display: none; /* ul chứa các item 11+ mặc định ẩn */
}

.sidebar {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 8px 0 8px 8px;
  height: 500px;
}
.sidebar h3 {
  background-color: #055c74;
  color: #fff;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 8px 0 0 0;
  margin-bottom: 0;
  height: 45px;
}
.sidebar .navbar {
  display: block;
  padding: 0;
  width: 100%;
}
.sidebar .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
}
.sidebar .navbar-nav .nav-item .nav-link {
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-weight: 600;
}
.sidebar .navbar-nav .nav-item .nav-link i {
  color: var(--mainColor);
}
.sidebar .navbar-nav .nav-item .nav-link .icon-img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-left: -4px;
  margin-right: 8px;
}
.sidebar .navbar-nav .nav-item .nav-link .icon-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .navbar-nav .nav-item .nav-link:hover {
  background-color: #dbecf0;
}
.sidebar .navbar-nav .nav-item .nav-link span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sidebar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f054";
  margin: 0;
  border: none;
}
.sidebar .navbar-nav .nav-item + .nav-item .nav-link {
  border-top: 1px solid #eee;
}
.sidebar .navbar-nav .dropdown-item {
  font-weight: bold;
}
.sidebar .navbar-nav .dropdown-menu {
  left: 100%;
  top: 0;
  border-radius: 0;
  margin-top: 0;
}
.sidebar .category-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 12px 8px 8px;
  font-size: 14px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  color: var(--mainColor);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .category-more:hover {
  background-color: #fafafa;
}
.sidebar .category-more span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  top: -1px;
}
.sidebar .category-more span:before, .sidebar .category-more span:after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: var(--mainColor);
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .category-more span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar .category-more.action span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.section_banner {
  margin-top: 12px;
}
.section_banner .banner_slide .slick-slide {
  padding: 0;
}
.section_banner .banner_slide .slick-slide a {
  display: block;
  padding-top: 40.9%;
  position: relative;
}
.section_banner .banner_slide .slick-slide a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner_slide .slick-dots li {
  width: 10px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner_slide .slick-dots li button {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent !important;
  background-color: transparent;
}
.banner_slide .slick-dots li button:before {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #034254;
  opacity: 0.7;
}
.banner_slide .slick-dots li.slick-active {
  width: 30px;
}
.banner_slide .slick-dots li.slick-active button {
  background-color: transparent !important;
}
.banner_slide .slick-dots li.slick-active button::before {
  opacity: 1;
}

.item-gallery-thumb {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.item-gallery-thumb:hover {
  background-color: var(--primary) !important;
  color: #fff;
}
.item-gallery-thumb:hover .color-primary {
  color: #fff;
}

.slick-lightbox-slick-caption {
  display: block;
}
.slick-lightbox-slick-caption .color-primary {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .slick-lightbox-slick-caption .color-primary {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .slick-lightbox-slick-caption .text-12 {
    font-size: 18px;
  }
}

.slick-lightbox-slick-img {
  max-width: 80dvw!important;
  max-height: 80dvh!important;
}

.item_frame_header.p-0 {
  padding: 0;
}
@media (max-width: 640px) {
  .item_frame_header.p-0 {
    padding-left: 0;
  }
  .item_frame_header.p-0 .item_frame_title {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .item_frame_header.p-0 .item_frame_title {
    padding-bottom: 4px;
  }
}
.item_frame_header.p-0 .nav-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: transparent;
  width: 24px;
}
@media (max-width: 640px) {
  .item_frame_header.p-0 .nav-arr {
    display: none;
  }
}
.item_frame_header.p-0 .nav-arr:hover::before {
  opacity: 0.5;
}
.item_frame_header.p-0 .nav-arr:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
}
.item_frame_header.p-0 .nav-arr:before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  height: 24px;
  line-height: 24px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: var(--primary);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.item_frame_header.p-0 .nav-prev {
  left: 0;
}
.item_frame_header.p-0 .nav-prev:before {
  content: "\f104";
}
.item_frame_header.p-0 .nav-prev:after {
  left: 24px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#fff));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #fff);
}
.item_frame_header.p-0 .nav-next {
  right: 0;
}
.item_frame_header.p-0 .nav-next:before {
  content: "\f105";
}
.item_frame_header.p-0 .nav-next:after {
  right: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#fff));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff);
}
.item_frame_header.p-0 .nav-category {
  position: relative;
}
.item_frame_header.p-0 .menu-slider-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}
@media (max-width: 640px) {
  .item_frame_header.p-0 .menu-slider-wrapper {
    padding: 0 12px;
  }
}
.item_frame_header.p-0 .menu-slider-wrapper .menu-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 640px) {
  .item_frame_header.p-0 .menu-slider-wrapper .menu-scroll-container {
    white-space: nowrap;
  }
}
.item_frame_header.p-0 .menu-slider-wrapper .menu-scroll-container::-webkit-scrollbar {
  display: none;
}
.item_frame_header.p-0 .menu-slider-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: visible;
  gap: 8px;
}
.item_frame_header.p-0 .menu-slider-wrapper ul li {
  margin: 0;
}
@media (max-width: 640px) {
  .item_frame_header.p-0 .menu-slider-wrapper ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.item_frame_header.p-0 .menu-slider-wrapper ul li a {
  font-size: 13px;
  background-color: #f3f4f6;
  display: block;
  border-radius: 4px;
  padding: 4px 12px;
  color: var(--primary);
  font-weight: bold;
  height: 100%;
}
@media (max-width: 640px) {
  .item_frame_header.p-0 .menu-slider-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    white-space: wrap;
    padding: 8px;
  }
}
.item_frame_header.p-0 .menu-slider-wrapper ul li a:hover {
  color: #fff !important;
  background-color: var(--primary);
}

.slick-slider .product_list {
  margin-top: 0;
  padding: 0;
}

.product_list.slick-slide {
  padding: 4px !important;
  margin-top: 0;
}
@media (max-width: 640px) {
  .product_list .slick-arrow {
    top: 30%;
  }
}
.product_list .product-meta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_list .product-meta .product-sale-price {
  color: #000 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}
.product_list .product-meta .product-price {
  color: #e81818;
}
.product_list > .product .inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_list > .product .inner-prod {
  padding: 8px 0;
}
@media (min-width: 640px) {
  .product_list > .product .list-action {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9;
    border-radius: 8px 0 0 8px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 640px) {
  .product_list > .product .list-action {
    border-radius: 8px 8px 0 0;
    padding: 0 8px;
  }
  .product_list > .product .list-action button {
    width: 33.33%;
  }
  .product_list > .product .list-action button + button {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.product_list > .product .list-action button {
  position: relative;
}
.product_list > .product .list-action button span {
  background-color: var(--primary);
  padding: 4px 12px;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.product_list > .product .list-action button span:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  margin-left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--primary);
}
@media (min-width: 640px) {
  .product_list > .product .list-action button:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .product_list > .product .list-action button:hover span {
    opacity: 1;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
.product_list > .product .product-thumbnail:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 640px) {
  .product_list > .product:hover .product-thumbnail img {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .product_list > .product:hover .product-thumbnail:before {
    opacity: 1;
  }
  .product_list > .product:hover .list-action {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .product_list > .product:hover .inner {
    border-color: var(--primary);
    background-color: #fafafa;
  }
}

:root {
  --primary:#0282a5;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --textColor: #212529;
  --navColor: #e5fbf1;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --navColor: #e5fbf1;
  --menuWidth: calc(100% - 20px);
  --leftColBackground: #fff;
  --lightLeftColBackground: #f1f4f6;
  --darkLeftColBackground: #22272b;
  --mainColor2: #92dbef;
  --navColor: #e5fbf1;
  --navTextColor: #0282a5;
  --menuHover: #ffab50;
  --bgBottomTitle: url(https://file.hstatic.net/200000865177/file/bottom-title_a9e686b….png);
  --footerBg: #0282a5;
  --footerText: #ffffff;
  --footerTextHover: #ffab4e;
  --accentColor1: #929292;
  --accentColor2: #fd8400;
  --toastSuccessBg: #d1e7dd;
  --toastSuccessCl: #0f5132;
  --toastWarningBg: #fff3cd;
  --toastWarningCl: #664d03;
  --toastErrorBg: #f8d7da;
  --toastErrorCl: #842029;
  --toastSystemBg: #d3d3d4;
  --toastSystemCl: #141619;
  --overlayimg: url(https://file.hstatic.net/200000865177/file/cursor-close_4c96d09….png);
  --cl_tit_fl: #ffffff;
  --bg_fl_1: #ff8e4d;
  --bg_fl_2: #ff5c00;
}

main {
  overflow: inherit;
}

#id_load_light {
  display: none;
}

.fe-footer {
  background-color: #fff;
}

.background-sidebar,
.background-content {
  margin-bottom: 0;
}
.background-sidebar + .background-sidebar, .background-sidebar + .background-content,
.background-content + .background-sidebar,
.background-content + .background-content {
  margin-top: 12px;
}

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

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

.mr-24 {
  margin-top: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.gap-y-12 {
  gap: 12px 0;
}

.gap-y-16 {
  gap: 16px 0;
}

.sidebar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar .background-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn_group .col-6 {
  margin: 5px auto;
}

.btn-buy-now, .btn-send-consult {
  padding-right: 6px;
}

.slick-arrow {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.slick-arrow:before {
  font: normal normal normal 20px/1 FontAwesome;
  display: block;
  color: #000 !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f105";
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preview-slide {
  padding: 4px;
}

.main-slider {
  border: 1px solid #eee;
}

.swiper-container-thumbs {
  padding: 0;
  margin-top: 8px;
}

.swiper-slide-thumb {
  padding: 0 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide-thumb img {
  border: 1px solid #eee;
}
.swiper-slide-thumb.slick-current {
  opacity: 1;
}

ul {
  list-style: none;
  margin: 0;
}

.color-primary {
  color: var(--mainColor);
}

.single_product .product-info {
  margin-top: 24px;
  color: #333;
}
.single_product .product-info-head {
  padding: 12px 0 8px;
  border-bottom: 1px solid var(--mainColor);
}
.single_product .product-info-ttl {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
}
.single_product .product-info-content {
  font-size: 14px;
}
.single_product .product-info-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_product .product-info-content > ul > li {
  width: 50%;
}
.single_product .product-title {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: bold;
}
.single_product .product-sub {
  font-style: italic;
  font-weight: 500;
  color: #888;
  margin-top: 4px;
  font-size: 14px;
}
.single_product .product-price {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  color: #333;
  padding: 12px;
}
.single_product .product-price .column {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single_product .product-price .column {
    width: 50%;
  }
  .single_product .product-price .column:first-child {
    border-right: 1px solid var(--mainColor);
  }
}
@media (max-width: 767px) {
  .single_product .product-price .column:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--mainColor);
  }
}
.single_product .product-price .price-total,
.single_product .product-price .timeline {
  font-size: 20px;
  font-weight: bold;
  color: red;
  padding: 4px 0;
}
.single_product .product-price .price-total {
  color: red;
}
.single_product .product-price .timeline {
  color: var(--mainColor);
}
.single_product .product-price .text-sub {
  font-size: 14px;
  font-style: italic;
  color: #888;
}
.single_product .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-row: 8;
  grid-area: 8px;
}
.single_product .dropdown-toggle ::after {
  display: block;
  margin-left: auto;
  width: 6px;
}

.info-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .info-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.info-item-dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  font-weight: bold;
  color: #555;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .info-item-dt {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
  }
}
.info-item-dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-item-dd .dropdown-menu {
  width: 100%;
}

.select-option {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #eaeaea;
  color: #555;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .select-option {
    padding: 8px 12px;
  }
}

.list-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.list-option span {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  background-color: #eaeaea;
  border-radius: 4px;
  color: #555;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .list-option span {
    padding: 8px 12px;
  }
}
.list-option span:hover {
  background-color: #ddd;
}
.list-option span.active {
  color: #fff;
  background-color: var(--mainColor);
}

.btn-main {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-main:hover {
  opacity: 0.8;
}
.btn-main i {
  font-size: 20px;
}

.btn-primary,
.btn-primary:hover {
  background-color: var(--mainColor) !important;
  color: #fff;
}

.btn-orange,
.btn-orange:hover {
  background-color: rgb(239, 133, 40);
  color: #fff;
}

.btn-gray,
.btn-gray:hover {
  background-color: #ddd;
  color: #333;
}

.block-buttons {
  margin-top: 16px;
  font-size: 13px;
}
.block-buttons button {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
}
.block-buttons button i {
  font-size: 16px;
}

.table-striped {
  font-size: 14px;
}
@media (max-width: 767px) {
  .table-striped .table-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px;
    background-color: #eee;
  }
  .table-striped .table-tr td {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent !important;
  }
}

.product_list_sidebar .row {
  gap: 12px 0;
}

.single_product .info p {
  margin-left: 0;
}

.product_list_sidebar .product {
  height: 100%;
}

.slide .image {
  width: 100% !important;
  height: 100% !important;
}

.slide .imgDrop {
  margin-bottom: 0 !important;
}

.slick-lightbox-slick-item-inner {
  max-width: 900px;
}

.sidebar {
  background-color: transparent;
}