@charset "UTF-8";
.category-filter {
  padding: 15px 0; }
  .category-filter .category-filter-items {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 5px; }
    .category-filter .category-filter-items ul {
      display: flex;
      gap: 5px; }
      .category-filter .category-filter-items ul li {
        background: #fff;
        border-radius: 5px;
        padding: 8px 16px;
        position: relative; }
        .category-filter .category-filter-items ul li a {
          font-size: 14px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          gap: 7px; }
        .category-filter .category-filter-items ul li.has-menu-child .menu-child {
          background: #fff;
          min-width: 230px;
          max-width: 180%;
          left: 0;
          padding: 12px 0;
          position: absolute;
          z-index: 99;
          top: 150%;
          pointer-events: none;
          visibility: hidden;
          opacity: 0;
          -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: block; }
        .category-filter .category-filter-items ul li.has-menu-child:hover .menu-child {
          pointer-events: auto;
          visibility: visible;
          top: 100%;
          opacity: 1; }

#blog-layout .breadcrumb-shop {
  margin-bottom: 15px; }

#article .breadcrumb-shop {
  padding: 15px 0; }

#article .article-wrapper {
  max-width: 1280px;
  margin: 0 auto; }

#article h1 {
  font-size: 30px;
  font-weight: 500; }

#article .article-post-image {
  margin-bottom: 30px; }

#article .article-post-content {
  max-width: 1100px;
  margin: 0 auto; }

#article .table-of-contents {
  max-width: 1100px;
  margin: 0 auto 30px; }

#article .article-post-meta {
  letter-spacing: 0.09px;
  font-size: 16px;
  color: #0083CB;
  margin: 20px 0; }
  #article .article-post-meta .post-meta-divier {
    margin-left: 25px;
    margin-right: 25px; }

#article .article-related {
  padding: 30px 0 0; }
  #article .article-related h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500; }
  #article .article-related .article-related-slider {
    position: relative; }
    #article .article-related .article-related-slider .swiper:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc(33.333333% - 1px);
      flex: 0 0 calc(33.333333% - 1px);
      max-width: calc(33.333333% - 1px);
      margin-right: 3px; }
    @media (max-width: 991.98px) {
      #article .article-related .article-related-slider .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 calc(50% - 1.5px);
        flex: 0 0 calc(50% - 1.5px);
        max-width: calc(50% - 1.5px);
        margin-right: 3px; } }
    #article .article-related .article-related-slider .swiper-button-prev, #article .article-related .article-related-slider .swiper-button-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #A6A6A6;
      border-radius: 50%;
      left: -20px;
      background: #fff; }
      #article .article-related .article-related-slider .swiper-button-prev svg, #article .article-related .article-related-slider .swiper-button-next svg {
        width: 11px;
        height: 19px; }
      #article .article-related .article-related-slider .swiper-button-prev:after, #article .article-related .article-related-slider .swiper-button-next:after {
        content: '';
        font-size: 0; }
    #article .article-related .article-related-slider .swiper-button-next {
      left: auto;
      right: -20px; }

@media (max-width: 767.98px) {
  #article h1 {
    font-size: 24px; }
  #article .article-related {
    padding: 30px 0; } }

.section-brand {
  padding: 55px 0 50px;
  background: #F0F7FF; }
  .section-brand h2 {
    text-align: center;
    color: #0A0A0A;
    font-weight: 600;
    font-size: 37px;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 16px; }
    .section-brand h2:after {
      content: '';
      height: 3px;
      width: 50px;
      background: #0D80EA;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .section-brand .section-brand-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    .section-brand .section-brand-wrap .logo-item {
      background: white;
      border-radius: 8px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
      display: inline-flex; }
      .section-brand .section-brand-wrap .logo-item img {
        border-radius: 8px; }
    .section-brand .section-brand-wrap .swiper:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc(16.6666667% - 13.3333334px);
      flex: 0 0 calc(16.6666667% - 13.3333334px);
      max-width: calc(16.6666667% - 13.3333334px);
      margin-right: 16px; }
    @media (max-width: 1199.98px) and (min-width: 992px) {
      .section-brand .section-brand-wrap .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 calc(20% - 12.8px);
        flex: 0 0 calc(20% - 12.8px);
        max-width: calc(20% - 12.8px);
        margin-right: 16px; } }
    @media (max-width: 991.98px) and (min-width: 768px) {
      .section-brand .section-brand-wrap .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 calc(25% - 12px);
        flex: 0 0 calc(25% - 12px);
        max-width: calc(25% - 12px);
        margin-right: 16px; } }
    @media (max-width: 767.98px) {
      .section-brand .section-brand-wrap .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        margin-right: 16px; } }
    .section-brand .section-brand-wrap .swiper-button-prev, .section-brand .section-brand-wrap .swiper-button-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #A6A6A6;
      border-radius: 50%;
      left: -20px;
      background: #fff; }
      .section-brand .section-brand-wrap .swiper-button-prev svg, .section-brand .section-brand-wrap .swiper-button-next svg {
        width: 11px;
        height: 19px; }
      .section-brand .section-brand-wrap .swiper-button-prev:after, .section-brand .section-brand-wrap .swiper-button-next:after {
        content: '';
        font-size: 0; }
    .section-brand .section-brand-wrap .swiper-button-next {
      left: auto;
      right: -20px; }

.khachhang-filter-items {
  display: flex;
  padding: 5px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch; }
  .khachhang-filter-items .layered-filter--group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
  .khachhang-filter-items .category-filter-removes {
    display: flex;
    align-items: center;
    gap: 5px; }
    .khachhang-filter-items .category-filter-removes .filter-count {
      padding: 8px 16px;
      border-radius: 5px;
      background: #FFF; }
      .khachhang-filter-items .category-filter-removes .filter-count span {
        display: flex;
        padding: 0 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 5px;
        background: #FF7C01;
        color: #FCFBDC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400; }
    .khachhang-filter-items .category-filter-removes .filter-remove-all {
      display: flex;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      gap: 7px;
      border-radius: 5px;
      background: #FFF;
      cursor: pointer; }
      .khachhang-filter-items .category-filter-removes .filter-remove-all span {
        color: #000;
        font-size: 14px;
        font-weight: 400; }
      .khachhang-filter-items .category-filter-removes .filter-remove-all svg {
        width: 9px;
        height: 11px; }

.filter-group {
  -ms-flex: 0 0 calc((100% - (10px*3)) /3);
  flex: 0 0 calc((100% - (10px * 3)) / 3);
  max-width: calc((100% - (10px * 3)) / 3);
  position: relative;
  cursor: pointer; }
  .filter-group .sidebar-box--subtitle {
    padding: 8px 16px;
    white-space: nowrap;
    background: #ffff;
    border: 1px solid #fff;
    border-radius: 5px; }
  .filter-group .sidebar-box--content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    border-radius: 5px;
    padding: 8px;
    display: none;
    transition: none !important;
    transform: none !important;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 2px;
    min-width: 300px; }
    .filter-group .sidebar-box--content ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .filter-group .sidebar-box--content ul li {
        position: relative;
        display: flex;
        gap: 8px;
        align-items: center;
        padding: 0; }
        .filter-group .sidebar-box--content ul li input[type='checkbox'] {
          position: relative;
          width: 20px;
          height: 20px;
          outline: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .filter-group .sidebar-box--content ul li input[type='checkbox']:before {
            content: "";
            position: absolute;
            left: 5px;
            top: 5px;
            margin: auto;
            z-index: 1;
            width: 10px;
            height: 5px;
            border: 1.5px solid #fff;
            border-top-style: none;
            border-right-style: none;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            -webkit-transform: rotate(-45deg) scale(0, 0);
            -moz-transform: rotate(-45deg) scale(0, 0);
            -ms-transform: rotate(-45deg) scale(0, 0);
            -o-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0); }
          .filter-group .sidebar-box--content ul li input[type='checkbox']:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0px;
            width: 20px;
            height: 20px;
            background-color: transparent;
            border: 1.3px solid #27251f;
            cursor: pointer;
            transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
          .filter-group .sidebar-box--content ul li input[type='checkbox']:checked:before {
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }
          .filter-group .sidebar-box--content ul li input[type='checkbox']:checked:after {
            background: #000102;
            border: 1px solid #000102; }
        .filter-group .sidebar-box--content ul li label {
          cursor: pointer;
          margin: 0;
          display: block; }
  .filter-group:hover .sidebar-box--content {
    display: block;
    transform: none !important; }
  .filter-group .title-filter {
    padding: 8px 16px;
    background: #ffff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0; }
    .filter-group .title-filter svg {
      width: 16px;
      height: 16px;
      stroke: #252a2b;
      margin-left: 5px; }
  @media (max-width: 767.98px) {
    .filter-group {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.category-breadcrumb-description {
  display: flex;
  padding: 10px 0 25px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }
  .category-breadcrumb-description .breadcrumb-shop {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .category-breadcrumb-description {
      flex-wrap: wrap; } }

.category-description-wrap {
  display: flex;
  gap: 25px; }
  .category-description-wrap .blog-description-wrap {
    display: block;
    align-items: center;
    gap: 5px; }
    .category-description-wrap .blog-description-wrap .rte {
      max-width: 468px;
      font-size: 14px;
      overflow: hidden;
      white-space: normal; }
      .category-description-wrap .blog-description-wrap .rte.collapsed {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
        /* chỉ hiện 1 dòng */ }
    .category-description-wrap .blog-description-wrap .viewmore-des {
      color: #000;
      font-size: 14px;
      font-style: normal;
      line-height: 14px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      cursor: pointer; }
  .category-description-wrap .blog-view {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px; }
    .category-description-wrap .blog-view span {
      cursor: pointer;
      position: relative; }
      .category-description-wrap .blog-view span.active:after {
        content: '';
        position: absolute;
        height: 1px;
        background: #000;
        bottom: 0;
        left: 0;
        width: 100%; }
  @media (max-width: 767.98px) {
    .category-description-wrap {
      justify-content: space-between;
      flex: 0 0 100%; }
      .category-description-wrap .blog-description-wrap .viewmore-des {
        flex: 0 0 100%; } }
  @media (max-width: 767.98px) {
    .category-description-wrap .blog-description-wrap {
      flex-wrap: wrap; }
    .category-description-wrap .blog-view {
      display: none; } }

@media (min-width: 768px) {
  .listBlog-filter-2col .article-loop {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

#layered_filter_mobile .filter-group {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #dfe2e6; }

#layered_filter_mobile .sidebar-box--subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0; }
  #layered_filter_mobile .sidebar-box--subtitle svg {
    display: none; }

#layered_filter_mobile .sidebar-box--content {
  position: relative;
  display: block;
  box-shadow: none;
  padding: 0;
  border: none; }

.blog-alert-no {
  margin: 30px 0; }

.wrap-slider-content .list-collections-product-slider {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }
  .wrap-slider-content .list-collections-product-slider.swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(40% - 11.3333333px);
    max-width: calc(40% - 11.3333333px);
    margin-right: 17px; }
    @media (max-width: 991.98px) {
      .wrap-slider-content .list-collections-product-slider.swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 calc(50% - 17px);
        max-width: calc(50% - 17px); } }
  .wrap-slider-content .list-collections-product-slider .list-coll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .wrap-slider-content .list-collections-product-slider .list-coll-button svg {
      width: 15px; }
    .wrap-slider-content .list-collections-product-slider .list-coll-button.list-coll-button-prev {
      left: 0; }
    .wrap-slider-content .list-collections-product-slider .list-coll-button.list-coll-button-next {
      right: 0; }
  .wrap-slider-content .list-collections-product-slider .swiper-slide {
    padding: 5px; }
