
.wrapper-menu-slider {
  margin-top: 14px;
  padding-bottom: 40px;
  position: relative;
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
  @media (max-width: 991px) {
    .wrapper-menu-slider {
      padding-bottom: 0; } }
  .wrapper-menu-slider .wrapper-menu-slider-inner {
    display: flex;
    align-items: start;
    margin-right: -7px;
    margin-left: -7px; }
    .wrapper-menu-slider .wrapper-menu-slider-inner .inner-menu-banner {
      padding-right: 7px;
      padding-left: 0px; 
    }


.sidebar-menu {
  border-radius: 0 0 5px 5px;
  // margin-top: -59px;
  z-index: 9;
  padding-right: 7px;
  padding-left: 7px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: none; } }
  .sidebar-menu .heading-sidebar {
    background: #a11213;
    color: #FFFFFF;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 5px 5px 0 0; }
  .sidebar-menu .content-sidebar {
    background: #FFFFFF;
    position: absolute;
    width: calc(100% - 14px);
    z-index: 9;
  }
    .sidebar-menu .content-sidebar > ul {
      background: #FFFFFF; }
      .sidebar-menu .content-sidebar > ul > li .menulv-1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .sidebar-menu .content-sidebar > ul > li .menulv-1 a {
          padding: 10px 10px;
          width: calc(100% - 40px); }
        .sidebar-menu .content-sidebar > ul > li .menulv-1 .right-icon {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .sidebar-menu .content-sidebar > ul > li .menulv-1 .right-icon svg, .sidebar-menu .content-sidebar > ul > li .menulv-1 .right-icon img {
            width: 18px;
            height: 18px; }
      .sidebar-menu .content-sidebar > ul > li ~ li {
        border-top: 1px solid rgba(160, 160, 160, 0.13); }
      .sidebar-menu .content-sidebar > ul > li.li-lv1:hover .wrap-sub-sidebar {
        display: block;
        z-index: 10; }
      .sidebar-menu .content-sidebar > ul > li.active .menulv-1 a {
        color: #006e43;
        font-weight: bold; }
      .sidebar-menu .content-sidebar > ul > li.view-more-li {
        cursor: pointer; }
        .sidebar-menu .content-sidebar > ul > li.view-more-li a {
          font-weight: bold; }
          .sidebar-menu .content-sidebar > ul > li.view-more-li a:nth-child(2) {
            display: none; }
        .sidebar-menu .content-sidebar > ul > li.view-more-li.isShow a:nth-child(1) {
          display: none; }
        .sidebar-menu .content-sidebar > ul > li.view-more-li.isShow a:nth-child(2) {
          display: block; }
        .sidebar-menu .content-sidebar > ul > li.view-more-li.isShow img {
          transform: rotate(180deg); }
    .sidebar-menu .content-sidebar .wrap-sub-sidebar {
      display: none;
      width: calc((100% * 3) + 42px);
      height: 100%;
      padding: 14px 20px;
      border-radius: 0 5px 5px 0;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 100%;
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
      z-index: 1;
      overflow: auto;
      font-size: 14px; }
    .sidebar-menu .content-sidebar .submenu-2 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 15px), 1fr));
      grid-gap: 30px 10px;
      padding: 0px;
      list-style: none; }
      .sidebar-menu .content-sidebar .submenu-2 > li > a {
        font-weight: 600; }
      .sidebar-menu .content-sidebar .submenu-2 > li.active > a {
        color: #006e43; }
    .sidebar-menu .content-sidebar .submenu-3 {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 10px; }
      .sidebar-menu .content-sidebar .submenu-3 > li.active > a {
        color: #006e43;
        font-weight: bold; }

@media (min-width: 992px) {
  .container {
    max-width: 100%; }
  .col-lg-cus5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1400px; }
  /*.container{max-width:1430px;width:100%;padding:0 80px;}*/ }

.inner-menu-banner {
    justify-self: end;
    padding-right: 7px;
    padding-left: 0px;
}
body.not-main-page .content-sidebar.ajax-sidebar-menu {
  display: none; /* Initially hide the element on other pages */
}



.sidebar-menu-header {
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  z-index: 9;
}
.sidebar-menu-header .sidebar-menu {
  margin-top: 5px;
  padding-right: 0;
  padding-left: 0;
  max-width: 320px;
  width: 100%;
  position: relative;
  z-index: 10; }
  .sidebar-menu-header .sidebar-menu:hover .content-sidebar {
    display: block; }
  .sidebar-menu-header .sidebar-menu .heading-sidebar {
    cursor: pointer;
    justify-content: space-between;
    padding: 0 10px; }
    .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon {
      position: relative;
      width: 32px;
      height: 32px;
      text-align: center; }
      .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .hamburger-menu {
        width: 25px;
        height: 35px;
        cursor: pointer;
        display: block;
        position: relative; }
        .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .hamburger-menu .bar {
          height: 2px;
          background: #ffffff;
          position: relative;
          top: 17px;
          display: block;
          margin: auto;
          width: 25px;
          -ms-transition: all 0ms 100ms, width 150ms linear;
          -webkit-transition: all 0ms 100ms, width 150ms linear;
          transition: all 0ms 100ms, width 150ms linear;
          -ms-transform: translateY(-2px);
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
          .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .hamburger-menu .bar:before {
            content: "";
            height: 2px;
            background: #ffffff;
            position: absolute;
            left: 0;
            bottom: 7px;
            width: 18px;
            -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
            -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
            transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
          .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .hamburger-menu .bar:after {
            content: "";
            background: #ffffff;
            height: 2px;
            position: absolute;
            left: 0;
            top: 7px;
            width: 15px;
            -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
            -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
            transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .box-icon--close {
        position: absolute;
        top: 5px;
        left: -3px;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .sidebar-menu-header .sidebar-menu .heading-sidebar .box-icon .box-icon--close svg {
          width: 18px;
          fill: #ffffff; }
    .sidebar-menu-header .sidebar-menu .heading-sidebar.isShowing .box-icon .hamburger-menu {
      opacity: 0;
      visibility: visible;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .sidebar-menu-header .sidebar-menu .heading-sidebar.isShowing .box-icon .box-icon--close {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .sidebar-menu-header .sidebar-menu .heading-sidebar.isShowing + .content-sidebar {
      display: block; }
  .sidebar-menu-header .sidebar-menu .content-sidebar {
    position: absolute;
    width: 100%;
    max-width: 320px;
    top: 100%;
    z-index: 9; }


.view-more-btn {
    display: none;
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 4px;
  }
  
  .view-more-btn:hover {
    background: #e0e0e0;
  }
  
  .menu-item-hidden {
    display: none;
  }
  
  .menu-item-visible {
    display: block;
  }
.home-category {
    margin-top: 14px;
    padding-bottom: 0;
}
.container-pd0 {
    padding-left: 0px;
    padding-right: 0px; 
}
.mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .sidebar-menu-header {
  display: none; 
}