.hidden {
  display: none !important;
}
.archive-products .row {
  max-width: 100% !important;
}
.archive-products .col {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.archive-products {
  padding: 3.75rem 0 4.25rem;
}
.archive-products .grid-cols-2 {
  column-gap: 1.31rem;
  display: grid;
  grid-template-columns: 13.5rem 1fr;
  margin-bottom: 0;
}
.archive-products .grid-cols-2 #shop-sidebar {
  border-radius: 0.5rem;
  background: #f7f7f7;
}
.filter-product .list-item .item-wrapper {
  display: block;
  position: relative;
}

.filter-product .list-item .item-content {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

.filter-product .list-item .item-content .item {
  margin-bottom: 0 !important;
  flex: 1;
  padding-right: 20px;
}

.filter-product .list-item .toggle-child {
  cursor: pointer;
  padding: 10px;
  color: var(--black-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.filter-product .list-item .toggle-child:hover {
  color: var(--theme-color);
}

.filter-product .list-item .toggle-child i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.filter-product .list-item .item-wrapper.open > .item-content .toggle-child i {
  transform: rotate(180deg);
}

.filter-product .list-item .child-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 0rem;
}

.filter-product .list-item .item-child .item {
  margin-bottom: 12px !important;
}

.filter-product .list-item .item-child:last-child .item {
  margin-bottom: 0 !important;
}
.filter-product .list-item {
  margin: 0;
}
.filter-product .list-item .item {
  cursor: pointer;
  position: relative;
  padding-left: var(--25);
  margin: 0;
  color: var(--black-200);
  font-size: 0.875rem;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
}
.filter-product .box-danhmuc-item {
  padding: 1rem 1rem 0;
  margin-top: 0.75rem;
  border-top: 1px solid #231f204d;
  position: relative;
}
.filter-product .box-danhmuc-item.box-color {
  display: none;
}
.filter-product .box-danhmuc-item:first-child {
  margin: 0;
  border-top: 0;
}
.filter-product .box-danhmuc-item:last-child {
  padding-bottom: 1rem;
}
.filter-product .box-danhmuc-item .box-hienthi {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.69rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filter-product .box-danhmuc-item .box-hienthi .toggle-filter i {
  transition: transform 0.3s ease-in-out;
}
.filter-product .box-danhmuc-item.is-open .box-hienthi .toggle-filter i {
  transform: rotate(180deg);
}
.filter-product .box-danhmuc-item:first-child .box-hienthi {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
  justify-content: flex-start;
  pointer-events: none;
}
.filter-product .box-danhmuc-item:first-child .box-hienthi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 1px;
  background-color: #231f204d;
}
.filter-product .list-item .item:hover {
  color: var(--theme-color);
}
.filter-product .box-danhmuc li {
  margin-left: 0;
}
.filter-product .box-danhmuc-item.box-price .list-item .item {
  padding-left: 0;
}
.filter-product .box-danhmuc-item.box-price .list-item .item a {
  padding-left: var(--25);
}
.filter-product .list-item .item:last-child {
  margin-bottom: 0;
}
.filter-product .list-item .item:after,
.filter-product .list-item .item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-product .list-item .item:after {
  opacity: 0;
  background: url(/wp-content/uploads/2026/01/i-check.svg) no-repeat center;
  width: 0.75rem;
  height: 0.75rem;
  background-size: contain;
  left: 0.125rem;
}
.filter-product .box-hang-san-xuat .list-item .item:after {
  display: none;
}
.filter-product .list-item .item:before {
  left: 0;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
  border-radius: 0.1875rem;
  border: 1px solid #d4d4d4;
}

.filter-product .list-item .item.active:before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.filter-product .list-item .item.active:after {
  opacity: 1;
}

.archive-products .grid-cols-2 .collection-filter-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.archive-products .grid-cols-2 .collection-filter-selected .products-total {
  font-size: 14px;
  color: #231f20;
  font-weight: 400;
}

.archive-products .grid-cols-2 .collection-filter-selected .filter-sortby {
  display: flex;
  align-items: center;
}

.archive-products
  .grid-cols-2
  .collection-filter-selected
  .filter-sortby__heading {
  margin-right: 0.94rem;
  margin-bottom: 0;
  width: fit-content;
  color: #626263;
  font-size: 0.9375rem;
  font-weight: 600;
  display: none;
}
.archive-products .grid-cols-2 .collection-filter-selected .custom-select {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}

.archive-products .grid-cols-2 .collection-filter-selected .select-items {
  display: flex;
  position: unset;
  filter: unset;
  flex-direction: row;
  margin-left: 0;
  column-gap: 1.5rem;
}
.archive-products .grid-cols-2 .custom-select.show .select-items {
  display: flex;
}
.archive-products .grid-cols-2 .custom-select.show .select-selected:after {
  transform: rotate(180deg);
}

.archive-products .grid-cols-2 .custom-select .select-items div {
  color: var(--black-200);
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.archive-products .grid-cols-2 .custom-select .select-items div:first-child {
  padding-left: 0;
}

.archive-products .grid-cols-2 .custom-select .select-items div span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.archive-products .grid-cols-2 .custom-select .select-items .span-mb {
  display: none;
}
.archive-products
  .grid-cols-2
  .custom-select
  .select-items
  div:last-child
  span {
  border-bottom: 0;
}
.archive-products .grid-cols-2 .custom-select .select-items .option.active,
.archive-products .grid-cols-2 .custom-select .select-items .option:hover {
  color: var(--theme-color);
}

.archive-products .grid-cols-2 .custom-select .select-items div.active {
  color: var(--theme-color);
  font-weight: 700;
}
.archive-products .grid-cols-2 .custom-select .select-items .span-mb:before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.archive-products
  .grid-cols-2
  .custom-select
  .select-items
  div.active
  .span-mb:before {
  width: 100%;
}
.archive-products .grid-cols-2 .collection-filter-selected .select-selected {
  height: 2rem;
  width: 10.3125rem;
  line-height: 2rem;
  border: none;
  background: #fff;
  border-radius: 1.8125rem;
  color: #000;
  cursor: pointer;
  padding: 0 37px 0 1rem;
  z-index: 2;
  position: relative;
  border: 1px solid rgb(221, 221, 227);
  overflow: hidden;
  font-weight: 500;
  font-size: var(--14);
  display: none;
}

.archive-products
  .grid-cols-2
  .collection-filter-selected
  .select-selected:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  display: block;
  background: url(/wp-content/themes/flatsome-child/images/icon-down-blue.svg)
    no-repeat center;
  width: 1rem;
  height: 0.5rem;
  right: 0.74rem;
  top: var(--12);
}

.archive-products .shop-container {
  padding: 0;
}

.archive-products .shop-container .products.row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
}
.archive-products
  .shop-container
  .products.row
  .product-small.col:nth-child(n + 5) {
  margin-top: 1.35rem;
}

.load-more-wrapper {
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .archive-products {
    padding: 3rem 0;
  }
  .archive-products .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .archive-products .shop-container .products.row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
  }
  .archive-products
    .shop-container
    .products.row
    .product-small.col:nth-child(n + 3) {
    margin-top: 0.5rem;
  }
  .col-filter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(105%);
    transition: all 0.5s;
    padding: 2rem 2rem 3rem;
    background-color: #f7f7f7;
    height: calc(100% - var(--100));
  }
  .archive-products .grid-cols-2 #shop-sidebar {
    border-radius: 0;
    overflow-y: auto;
    padding-right: 5px;
    max-height: calc(100vh - 280px);
  }
  .col-filter.show {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  .collection-filter-selected .fillter-mobile {
    position: fixed;
    top: 30%;
    z-index: 10;
    right: 0;
    background-color: var(--theme-color);
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .collection-filter-selected .fillter-mobile img {
    filter: brightness(0) invert(1);
  }
  .close-filter {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .close-filter svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .close-filter-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .close-filter-bg.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .filter-product .box-danhmuc-item {
    padding-left: 0;
    padding-right: 0;
  }
  #applyFilterMobile {
    margin: 0 auto 0;
  }
  .load-more-wrapper {
    margin: 1.5rem auto 0;
  }
  .filter-product .box-danhmuc-item:first-child .box-hienthi::before {
    width: 100%;
    left: 0;
  }
}
/** Archive Top **/
.archive-content__top {
  padding-top: 3rem;
}

.archive-content__top .grid-cols-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 4.25rem;
}
.archive-content__top .grid-cols-2 .col-1 {
  text-align: justify;
}
.archive-content__top .grid-cols-2 .col-1 p {
  margin-bottom: 1rem;
}
.archive-content__top .grid-cols-2 .col-1 ul {
  margin-left: 1.3rem;
}
.archive-content__top .col-2 .image-cover {
  padding-top: 0;
  height: 14rem;
}
@media (min-width: 768px) {
  .archive-content__top {
    padding-top: 4.25rem;
  }
  .archive-content__top .grid-cols-2 {
    grid-template-columns: 1fr 31.6875rem;
  }
  .archive-content__top .col-2 .image-cover {
    height: 19.625rem;
  }
}
/** Structure Product */
.structure-product {
  padding-top: 3rem;
}
.structure-product .title-main p {
  text-align: justify;
}
.structure-product .faq-item-visible .question {
  font-size: 1rem;
}
.structure-product .faq-item-visible {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  border-top: 0;
  background: unset;
  padding: 1.5rem 0;
  position: relative;
  align-items: center;
  border-top: 1px solid #231f204d;
  margin-top: 1px;
}

.structure-product .faq-item-visible:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--theme-color);
  position: absolute;
  top: -1px;
}
.structure-product .faq-item-active .faq-item-visible:before {
  width: 100%;
  transition: all 2s;
}
.structure-product .grid-cols-2 .col-2 .image-cover {
  padding-top: 0;
  height: 25.1875rem;
}
@media (min-width: 768px) {
  .structure-product {
    padding-top: 5rem;
  }
  .structure-product .faq-item:last-child {
    border-bottom: 1px solid #231f204d;
  }
  .structure-product .grid-cols-2 {
    display: grid;
    grid-template-columns: 35.1875rem 1fr;
    column-gap: 4.25rem;
  }
  .structure-product .faq-item-visible .question {
    font-size: 1.125rem;
  }
  .structure-product .grid-cols-2 .col-2 .image-cover {
    height: 25.1875rem;
  }
  .structure-product .faq-item.faq-item-active .faq-content {
    margin-bottom: 3rem;
  }
}
/** Archive Bottom */
.toggle-content {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: relative;
}
.toggle-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #fff 97.6%);
  pointer-events: none;
}
.toggle-content.active::after {
  opacity: 0;
  visibility: hidden;
}
.archive-content__bottom {
  padding-bottom: 3rem;
}
.archive-content__bottom .btn__viewmore {
  display: flex;
  justify-content: center;
}

.archive-content__bottom .content p {
  margin-bottom: 0.875rem;
}
.archive li {
  font-size: 16px;
}
.archive-content__bottom .content ul,
.archive-content__bottom .content ol {
  margin-left: 1.3rem;
}
.certification-product {
  padding: 3.75rem 0;
}
.certification-product .grid-cols-2 {
  grid-template-columns: 1fr 58rem;
}
.certification-product .box-certification .image-cover {
  height: 18.25rem;
}
@media (min-width: 768px) {
  .archive-content__bottom {
    padding-bottom: 3.75rem;
  }
  .archive-content__bottom .btn__viewmore {
    justify-content: end;
  }
  .archive-content__bottom .content,
  .archive-content__bottom .btn__viewmore {
    padding: 0 6.75rem;
  }
  .certification-product .box-certification .image-cover {
    height: 23.25rem;
  }
  .archive li {
    font-size: 1rem;
  }
}
/** applications **/
.applications-product {
  padding-top: 3rem;
}
.applications-product .applications-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.box-application {
  padding: 0.5rem 0.5rem 0;
  background-color: #f5f5f5;
}
.box-application:hover {
  background-color: var(--theme-color);
}
.box-application .image-cover {
  height: 7.0625rem;
  overflow: hidden;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  padding-top: 0;
}
.box-application .box-text {
  padding: 1rem;
}
.box-application .box-text .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  margin: 0;
}
.box-application:hover .box-text .title {
  color: var(--white);
}
@media (min-width: 768px) {
  .applications-product {
    padding-top: 4.25rem;
  }
  .applications-product .applications-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.85rem;
  }
  .box-application .image-cover {
    height: 18.0625rem;
  }
  .box-application {
    padding: 1rem 1rem 0;
    background-color: #f5f5f5;
  }
  .box-application .box-text {
    padding: 1rem 1rem 1.6rem;
  }
  .box-application .box-text .title {
    font-size: 1.5rem;
  }
}
/** faq product */
.faq-product {
  padding-top: 3rem;
}
.faq-product .grid-cols-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.5rem;
}
.faq-product .col-1 .video-wrapper {
  background: rgba(161, 30, 33, 0.1);
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}
.faq-product .col-1 .img-logo {
  width: auto;
  height: 3.54094rem;
  margin: 0 auto 1.2rem;
  object-fit: contain;
}
.faq-product .col-1 .box {
  position: relative;
}
.faq-product .col-1 .video-fit {
  position: relative;
  width: 100%;
  background: #d9d9d9;
}

.faq-product .col-1 .video-fit .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-product .col-1 .btn-play {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 3.25rem;
  height: 3.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-product .col-1 .btn-play svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq-product .col-1 .btn-play:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-color);
  border-radius: 100%;
  border: 2px solid var(--theme-color);
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
  pointer-events: none;
}

.faq-product .col-1 .btn-play:after {
  content: "";
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid var(--theme-color);
  background-color: var(--theme-color);
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
  pointer-events: none;
}
.faq-product .box-baogia p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 1rem 0 0;
  text-align: center;
}
.faq-product .faq-item-visible {
  padding: 0.5rem 0;
  align-items: flex-start;
  border-bottom: 1px solid transparent;
}
.faq-product .faq-item-active .faq-item-visible {
  border-color: #231f204d;
}
.faq-product .faq-item-visible .question {
  font-size: 16px;
}
.faq-product .toggle-accordion svg {
  height: 1.5rem;
  width: 1.5rem;
}
.faq-product .faq-item.faq-item-active .faq-content {
  margin-bottom: 0;
  margin-top: 1rem;
}
.faq-product .faq-item.faq-item-active .faq-content p {
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .faq-product {
    padding-top: 4.25rem;
  }
  .faq-product .grid-cols-2 {
    grid-template-columns: 31.75rem 1fr;
    column-gap: 3.25rem;
  }
  .faq-product .col-1 .video-wrapper {
    padding: 1.5rem 2.15rem 2rem;
  }
  .faq-product .box-baogia p {
    font-size: 1.25rem;
  }
  .faq-product .faq-item-visible .question {
    font-size: 1rem;
  }
  .faq-product .faq-item-visible {
    padding: 1.25rem 0;
  }
}
/** News */
.blog-related {
  padding: 3rem 0;
}
.blog-related .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
/* Custommer */
.custommer-product {
  padding-top: 3rem;
}
.custommer-product .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.box-custommer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.5rem;
  padding: 1rem;
  border: 1px solid #231f204d;
}
.box-custommer .box-image {
  margin: 0;
  width: 100%;
  order: 1;
}
.box-custommer .box-image .image-cover {
  padding-top: 0;
  height: 18.9375rem;
}
.box-custommer .box-text {
  padding: 0;
  position: relative;
}
.box-custommer .box-text::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/01/i-quater.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.8rem;
  right: 0;
  width: 2.4375rem;
  height: 2.14738rem;
}
.box-custommer .box-text .icon-box {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.box-custommer .box-text .icon-box .image-cover {
  flex-shrink: 0;
  border-radius: 99rem;
  width: 3.75rem;
  height: 3.75rem;
  padding-top: 0;
}
.box-custommer .box-text .icon-box .text-content .name {
  font-weight: 700;
  color: var(--black);
  margin: 0 0 0.3rem;
}
.box-custommer .box-text .icon-box .text-content .position {
  color: var(--black-200);
  margin-bottom: 0;
  font-size: 0.875rem;
}
.box-custommer .box-text .desc {
  overflow: hidden;
  overflow-y: auto;
  line-height: 1.4;
  height: 9rem;
}
.box-custommer .box-text .desc::-webkit-scrollbar {
  width: 3px;
}
.box-custommer .box-text .desc::-webkit-scrollbar-thumb {
  background-color: #231f204d;
}
.box-custommer .box-text .desc::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
@media (min-width: 768px) {
  .blog-related {
    padding: 4.25rem 0;
  }
  .blog-related .swiper-pagination {
    margin-top: 2rem;
  }
  .custommer-product {
    padding-top: 4.25rem;
  }
  .box-custommer {
    grid-template-columns: 1fr 14.125rem;
    column-gap: 2rem;
  }
  .box-custommer .box-image {
    order: 1;
  }
  .box-custommer .box-text .desc {
    font-size: 1rem;
  }
  .box-custommer .box-text .desc {
    height: 11.25rem;
  }
}
