@charset "UTF-8";
:root {
  --primary:#0282a5;
  --mainColor: #0282a5;
  --footerTextHover: #ffab4e;
  --textColor: #212529;
  --navColor: #e5fbf1;
  --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;
}

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

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

@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;
  }
}
a, button, img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner {
  height: 100%;
}

.breadcrumb {
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb-item a {
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  display: flex;
  align-items: center;
}
.breadcrumb-item a i {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #ddd;
  border-radius: 50%;
  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;
}
.breadcrumb-item a i::before {
  display: block;
}
.breadcrumb-item a:hover {
  color: var(--primary);
}
.breadcrumb-item:last-child {
  color: #666;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  padding: 0;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #333;
  border-width: 1px 1px 0 0;
  margin: 0 8px;
}

.pagination a, .pagination span {
  font-size: 13px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: var(--primary) !important;
  border: 1px solid var(--primary);
  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;
  line-height: 32px;
  text-decoration: none;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination a.selected, .pagination span.selected {
  background-color: var(--primary);
  color: #fff !important;
}
.pagination span {
  border: none;
  margin: 0;
  width: 28px;
}

button {
  border: none;
  background-color: transparent;
  color: inherit;
}

a {
  color: inherit;
}

@media (max-width: 640px) {
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media (max-width: 640px) {
  .row > * {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-toggle-menu {
  background-color: var(--primary);
  width: 40px;
  height: 40px;
}
.btn-toggle-menu i {
  color: #fff !important;
}

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

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

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

.slick-aqual .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-aqual .slick-track .slick-slide {
  height: auto;
}
.slick-aqual .slick-track .post-item {
  height: 100%;
}

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

@media (max-width: 993px) {
  .header-bottom-2 {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.fe-header {
  position: relative;
  top: 0;
}

.sticky-header-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 9999;
}
.sticky-header-clone .bg-sticky {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.95;
  pointer-events: none;
}

.sticky-header-clone.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#header-main-sticky {
  border-bottom: 1px solid var(--primary);
}
#header-main-sticky .header-bottom,
#header-main-sticky .header-bottom-2 {
  padding: 8px 16px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent !important;
  border-top: 1px solid #eee !important;
  position: relative;
  z-index: 1;
}
#header-main-sticky .header-bottom .logo,
#header-main-sticky .header-bottom-2 .logo {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#header-main-sticky .navbar-nav a.nav-link {
  color: #333;
}

@media (max-width: 993px) {
  #header-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
  }
}

.offcanvas .btn-close {
  right: 36px !important;
  -webkit-filter: none;
          filter: none;
}
.offcanvas .icon-close {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.offcanvas .foo_mid {
  font-size: 14px !important;
}
.offcanvas .btn-login {
  background-color: var(--primary);
  color: #fff;
  padding: 4px 8px;
  width: calc(50% - 4px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  height: 32px;
  border-radius: 4px;
}
.offcanvas .btn-hotline {
  color: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#fb6506), to(#9b0422));
  background-image: linear-gradient(to right, #fb6506, #9b0422);
}
.offcanvas .btn-hotline .text-sub {
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: -4px;
}
.offcanvas .btn-language {
  position: relative;
  margin-left: 0;
  width: 150px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.offcanvas .btn-language .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  min-width: 100%;
  padding: 0;
}
.offcanvas .btn-language .dropdown-menu li {
  padding: 4px;
}
.offcanvas .header-search {
  border-radius: 4px;
}
.offcanvas ul.border-top {
  padding-top: 8px;
}
.offcanvas .has-sub-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px 0 !important;
}
.offcanvas .has-sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offcanvas .has-sub-menu a {
  max-width: calc(100% - 40px);
}
.offcanvas .has-sub-menu i {
  width: 32px;
  height: 24px;
  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;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.8;
}
.offcanvas .has-sub-menu .sub-menu-list {
  padding-left: 28px !important;
}
.offcanvas .has-sub-menu .sub-menu-list a {
  font-weight: normal !important;
}
.offcanvas .has-sub-menu .sub-menu-list-1 {
  padding-left: 0 !important;
}
.offcanvas .offcanvas-title img {
  max-width: 250px;
}

@media (max-width: 993px) {
  .header-card > * {
    width: 40px;
    height: 40px;
    background-color: #eee;
    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;
  }
  .header-card > * .icon {
    line-height: 1;
  }
  .header-card > * i {
    color: var(--primary) !important;
  }
}

@media (max-width: 640px) {
  .fe-header .dropdown-language {
    line-height: 1.8;
  }
}

.header-3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, var(--primary), rgba(0, 0, 0, 0));
}
@media (max-width: 768px) {
  .header-3 .bg {
    height: 100%;
    background-image: none;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .header-3 {
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 768px) {
  .header-3.is-scrolled {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.header-3 .container {
  position: relative;
}
.header-3 .btn-hotline {
  color: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#fb6506), to(#9b0422));
  background-image: linear-gradient(to right, #fb6506, #9b0422);
}
.header-3 .btn-hotline .text-sub {
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: -4px;
}
@media (min-width: 1200px) {
  .header-3 .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    overflow: inherit;
  }
  .header-3 .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .header-3 .navbar-expand-lg .offcanvas-body {
    overflow: inherit;
  }
}
.header-3 .logo-brand {
  display: block;
  position: relative;
  width: 165px;
}
@media (min-width: 1200px) {
  .header-3 .logo-brand {
    width: 220px;
  }
}
.header-3 .logo-brand img {
  display: block;
  width: 100%;
}
.header-3 .language {
  cursor: pointer;
}
.header-3 .language .language-btn {
  gap: 8px;
  border-radius: 4px;
}
.header-3 .language .language-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -5px;
}
.header-3 .language .language-btn:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.header-3 .language .dropdown-menu {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .header-3 .navbar {
    padding: 9px 0;
  }
}
.header-3 .navbar-toggler {
  border: none;
  outline: none;
  height: 40px;
  border-radius: 4px;
  background-color: var(--primary);
}
@media (max-width: 1200px) {
  .header-3 .navbar-toggler {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .header-3 .navbar-toggler {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 16px;
  }
}
.header-3 .navbar-toggler:focus {
  outline: none;
  border: none;
}
.header-3 .navbar-toggler span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  background-image: none;
  position: relative;
}
.header-3 .navbar-toggler span:before, .header-3 .navbar-toggler span:after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 2px;
}
.header-3 .navbar-toggler span:before {
  top: -8px;
}
.header-3 .navbar-toggler span:after {
  bottom: -8px;
}
.header-3 .btn-close {
  width: 40px;
  height: 40px;
  right: 60px !important;
  position: absolute;
}
.header-3 .btn-close:before, .header-3 .btn-close:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 28px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}
.header-3 .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-3 .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-3 .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 12px 18px !important;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .header-3 .nav-link {
    color: #fff;
    padding: 12px 0 !important;
  }
}
@media (min-width: 640px) {
  .header-3 .nav-link:hover, .header-3 .nav-link.active {
    position: relative;
    background-color: var(--primary);
  }
}
.header-3 .nav-link:hover {
  font-weight: normal !important;
}
.header-3 .nav-link.active {
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-3 .group-right > a,
  .header-3 .group-right .language-btn {
    background-color: #eee;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .header-3 .group-right > a,
  .header-3 .group-right .language-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  .header-3 .group-right > a:hover,
  .header-3 .group-right .language-btn:hover {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}
@media (max-width: 993px) {
  .header-3 .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  .header-3 .offcanvas-body {
    padding: 0;
  }
}
@media (max-width: 993px) {
  .header-3 .offcanvas-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-fixed .scrollTop .nav-item > .btn-submenu:before {
  border-color: #000;
}

.bg-fixed header:not(.scrollTop) .nav-item > .btn-submenu:before {
  border-color: #fff !important;
}

header .btn-close:before, header .btn-close:after {
  width: 24px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 640px) {
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .nav-item {
    position: relative;
  }
}
@media (max-width: 640px) {
  .nav-item > a {
    width: calc(100% - 40px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 640px) {
  .nav-item a {
    font-size: 18px;
  }
}
.nav-item .btn-submenu {
  width: 40px;
  height: 24px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 640px) {
  .nav-item .btn-submenu {
    height: 43px;
  }
}
@media (min-width: 640px) {
  .nav-item .btn-submenu {
    pointer-events: none;
    width: 24px;
  }
}
.nav-item .btn-submenu:before {
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  width: 12px;
  height: 12px;
}
@media (max-width: 640px) {
  .nav-item .btn-submenu:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (min-width: 640px) {
  .nav-item .btn-submenu:before {
    height: 8px;
    width: 8px;
  }
}
@media (min-width: 992px) {
  .nav-item > .nav-submenu {
    top: 100%;
    left: 0;
  }
}
@media (min-width: 640px) {
  .nav-item:hover > .nav-submenu {
    opacity: 1;
    pointer-events: all;
  }
}
.nav-item .nav-submenu {
  position: absolute;
  min-width: 250px;
}
@media (max-width: 640px) {
  .nav-item .nav-submenu {
    position: relative;
    display: none;
    width: 100%;
    padding-left: 24px;
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu {
    border-radius: 10px;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    display: block !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.nav-item .nav-submenu li {
  position: static;
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li {
    padding: 0 5px;
    position: relative;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li .btn-submenu {
    position: absolute;
    top: 10px;
    right: 16px;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li .btn-submenu:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.nav-item .nav-submenu li a {
  display: block;
}
@media (max-width: 640px) {
  .nav-item .nav-submenu li a {
    color: #fff;
    padding: 8px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li a {
    padding: 0;
    background-color: #fff;
  }
}
.nav-item .nav-submenu li a span {
  display: block;
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li a span {
    padding: 8px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li:first-of-type > a {
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
  }
}
.nav-item .nav-submenu li:first-of-type > .btn-submenu {
  top: 18px;
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li:last-of-type > a {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li .nav-submenu {
    left: 0;
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
    top: 0;
  }
}
.nav-item .nav-submenu li.menu-dropdown > a > span {
  padding-right: 20px;
}
.nav-item .nav-submenu li .btn-submenu::before {
  border-color: #333;
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li:hover > a > span {
    background-color: #eee;
  }
}
.nav-item .nav-submenu li:hover > .btn-submenu:before {
  border-color: #333;
}
@media (min-width: 640px) {
  .nav-item .nav-submenu li:hover > .nav-submenu {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: all;
  }
}
@media (min-width: 640px) {
  .nav-item.menu-dropdown > a {
    padding-right: 40px !important;
  }
}
@media (max-width: 640px) {
  .nav-item.menu-dropdown,
  .nav-item .menu-dropdown {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-item.menu-dropdown a,
  .nav-item .menu-dropdown a {
    width: calc(100% - 40px);
  }
  .nav-item.menu-dropdown.active > .btn-submenu::before,
  .nav-item .menu-dropdown.active > .btn-submenu::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (min-width: 640px) {
  .nav-item.menu-dropdown .btn-submenu,
  .nav-item .menu-dropdown .btn-submenu {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .group-right {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media (max-width: 993px) {
  .group-right .btn-hotline {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

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

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

.scroll-top-btn {
  position: fixed;
  bottom: 48px;
  right: 20px;
  background-color: #201E1F;
  color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}

.scroll-top-btn .fa-arrow-up {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.scroll-top-btn:hover .fa-arrow-up {
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
}

.hover-text {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.scroll-top-btn:hover .hover-text {
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
}

.scroll-top-btn i {
  font-size: 16px;
}

.link_chat_social {
  bottom: 116px;
  right: 20px;
  z-index: 999999;
}

.link_chat_social img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 8px;
}

@media (max-width: 575px) {
  .link_chat_social {
    bottom: 72px;
    right: 0;
  }
  .scroll-top-btn {
    display: none !important;
  }
  .link_chat_social img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 6px;
  }
  .phone-vr-circle-fill {
    width: 40px !important;
    height: 40px !important;
    border: unset !important;
  }
}
.link_chat_social > * {
  margin-top: 26px;
}

.link_chat_social .link_call .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #92e968;
          box-shadow: 0 0 0 0 #92e968;
  background-color: rgb(162, 243, 124);
}

.link_chat_social .link_chat_zalo .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #6badf3;
          box-shadow: 0 0 0 0 #6badf3;
  background-color: rgb(118, 176, 237);
}

.link_chat_social .link_chat_facebook .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #8daaf1;
          box-shadow: 0 0 0 0 #8daaf1;
  background-color: rgb(106, 148, 253);
}

.link_chat_social .link_chat_email .phone-vr-circle-fill {
  -webkit-box-shadow: 0 0 0 0 #ffcca0;
          box-shadow: 0 0 0 0 #ffcca0;
  background-color: rgb(255, 191, 138);
}

.phone-vr-img-circle img {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
          animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}
.phone-vr-circle-fill {
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 #fd4b4b;
          box-shadow: 0 0 0 0 #fd4b4b;
  background-color: rgb(253, 75, 75);
  border-radius: 50%;
  border: 23px solid transparent;
  -webkit-animation: zoom 1.3s infinite ease-in-out;
          animation: zoom 1.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
.phone-vr-img-circle {
  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;
}

.phone-vr-img-circle i {
  position: static !important;
}

.link-is-scroll {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.is-scrolling .link-is-scroll {
  opacity: 1;
}

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

@media (max-width: 993px) {
  .banner-nav {
    padding: 12px 0 16px;
  }
}

.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.style-full {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 22px;
  gap: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 8px 24px;
}
.shiny-cta.style-full i {
  font-size: 24px;
}

.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;
  width: 100%;
  height: 100%;
  -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;
}

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

.banner-full-width {
  margin-bottom: 0 !important;
}
.banner-full-width .slick-slide {
  padding: 0;
}
.banner-full-width .slick-slide img {
  margin: auto;
}

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

.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,
.row > .col-6 > .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;
    margin: 0 -0.5em;
  }
  .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;
  }
}
.post-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eee;
}
.post-item .images {
  position: relative;
}
.post-item .images .imgDrop:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 64, 81, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(2, 64, 81, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media (max-width: 640px) {
  .post-item .images .imgDrop:before {
    opacity: 1;
  }
}
.post-item .images .icon {
  position: absolute;
  bottom: 8px;
  right: 16px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .post-item .images .icon {
    opacity: 1;
    right: 8px;
  }
}
.post-item .post-title::after {
  display: block;
  height: 3px;
  width: 30px;
  content: "";
  background-color: #888;
  margin: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .post-item .post-title::after {
    display: none;
  }
}
.post-item .post-title,
.post-item .imgDrop img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-item:hover {
  color: #333;
  background-color: rgba(2, 130, 165, 0.05);
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.post-item:hover .images .icon {
  opacity: 1;
  right: 8px;
}
@media (min-width: 640px) {
  .post-item:hover .images .imgDrop img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 640px) {
  .post-item:hover .images .imgDrop:before {
    opacity: 1;
  }
}
.post-item:hover .post-text .post-title {
  color: var(--primary);
}
.post-item:hover .post-text .post-title::after {
  background-color: var(--primary);
}

@media (max-width: 640px) {
  .item_frame_header ~ .slick-slider {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
  }
}

.slick-news-2 .slick-slide > div:first-child {
  margin-bottom: 0 !important;
}

#id_load_light {
  display: none;
}

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

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

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

.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;
  font-weight: bold;
}

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

@media (max-width: 993px) {
  .block-only-sp,
  .header-main {
    display: none !important;
  }
}

@media (max-width: 640px) {
  main {
    margin-top: 64px !important;
  }
}

@media (max-width: 993px) {
  .inner-right .wrapper-banner {
    padding: 0;
  }
}

.offcanvas-start {
  max-width: 100vw;
}

@media (max-width: 993px) {
  .banner-nav .header-bottom-2 {
    display: none;
  }
}
.banner-nav .header-bottom-2 .mobile-menu {
  max-height: 448px;
}

@media (max-width: 993px) {
  .inner-right .banner_slide.slick-dotted.slick-slider .slick-slide a {
    padding-top: 40.0224215247%;
  }
}

.list-group-flush.collapse {
  visibility: visible;
}

.title-sidebar {
  font-weight: 700;
  border-bottom: 3px solid;
  border-color: var(--background-color-main);
  color: var(--background-color-main);
  padding: 0 0 4px 0;
  text-transform: uppercase;
  margin: -12px -12px 0;
  background-color: var(--primary);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
}

.product_list_sidebar .product:hover {
  border-color: var(--primary);
}

/* list.css */
.company-phone-number {
  font-weight: 700;
}

.banner-main .image {
  max-height: 400px;
  max-width: 100%;
}

.list-group .list-group-item {
  padding: 8px 0;
  font-size: 14px;
  /* margin: 0 16px; */
}

.list-group .list-group-flush {
  margin-left: 16px;
}

.list-group li.has-sub > div > a {
  font-weight: 500;
}

.fa-angle-down {
  cursor: pointer;
}

.list-group a {
  color: unset;
}

.list-group .nav-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  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;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-group .nav-toggle.active {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.list-group a:hover {
  color: #fd542c;
}

.list-group .title.level-1 {
  font-weight: 600;
}

.list-group-product {
  /* max-height: 400px; */
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.special-products {
  background-color: #E7F6FD;
}
.special-products .background-content {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 12px;
  padding: 12px;
}
.special-products .slide .imgDrop {
  padding-top: 75% !important;
  border-radius: 8px;
}
.special-products .swiper-slide {
  border-radius: 8px;
}
.special-products .swiper-container-thumbs .swiper-slide {
  background-color: transparent;
}
.special-products .product-info-head {
  border-bottom: none;
}