.no-products {
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper {
  padding: 0;
}
.category .blog-layout {
  padding-top: 2.75rem;
}

.blog-layout .row {
  margin: 0 !important;
  max-width: 100% !important;
}
.blog-layout .row.grid-3 {
  display: flex;
  flex-direction: column;
}
.blog-layout .row .col {
  padding: 0 !important;
}

.blog-layout .post-item .is-divider {
  display: none;
}
.blog-layout .row.grid-3 .post-item {
  max-width: 100%;
  flex-basis: 100%;
}
.post-item .box-blog-post .box-text .post-title {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #231f204d;
}
.post-item .box-blog-post .box-text .excerpt {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.blog-layout .row.grid-3 .post-item:nth-child(n + 2) {
  margin-top: 2rem;
}
.list-news {
  margin-bottom: 2.75rem;
}
.news-slider .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.blog-layout .grid-cols-2 {
  padding-bottom: 2.75rem;
}

.tabs-category ul {
  display: flex;
  column-gap: 2.81rem;
  align-items: center;
  padding-bottom: 0.81rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
  overflow-x: auto;
}
.tabs-category ul::-webkit-scrollbar {
  display: none;
}
.tabs-category ul li {
  list-style: none;
  flex-shrink: 0;
  margin: 0;
}
.tabs-category ul li a {
  color: var(--black);
  font-weight: 600;
  position: relative;
  display: inline-block;
  height: 100%;
}

.tabs-category ul li.active a {
  color: var(--theme-color);
}
.tabs-category ul li a::before {
  content: "";
  position: absolute;
  top: calc(100% + 0.78rem);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tabs-category ul li.active a::before {
  opacity: 1;
}
/** Box News */
.box-blog-post .box-text {
  padding: 1.25rem 0 0;
  display: flex;
  align-items: center;
}
.box-blog-post .box-text .box-top {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 1px solid #dddddd;
}
.box-blog-post .box-text .box-top .post-date {
  color: var(--black);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.box-blog-post .box-text .box-top .post-month {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.box-blog-post .box-text .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0s;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.box-blog-post .box-text .post-categories {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
}

/** Pagination **/

.pagination-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.125rem;
  width: fit-content;
  margin-top: 1.5rem;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #231f204d;
}
.pagination-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}
.pagination-wrapper ul li .page-numbers {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  min-height: inherit;
  line-height: normal;
  padding: 0;
  border-radius: 0;
}
.pagination-wrapper ul li .page-numbers:hover {
  color: var(--theme-color);
}
.pagination-wrapper ul li .page-numbers.current,
.pagination-wrapper ul li .next,
.pagination-wrapper ul li .prev {
  background-color: var(--theme-color);
  color: #fff;
}
.pagination-wrapper ul li .next,
.pagination-wrapper ul li .prev {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  display: none;
}
/** Share Button **/
.share-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.share-buttons span {
  font-size: 0.875rem;
  color: rgba(63, 63, 63, 0.5);
}
.share-buttons a,
.share-buttons button {
  width: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  margin: 0;
}
.share-buttons svg {
  flex-shrink: 0;
}
.share-buttons a svg path,
.share-buttons button svg path {
  fill: var(--theme-color);
}
.share-buttons a:hover svg path,
.share-buttons button:hover svg path {
  fill: var(--black);
}

/** catalogue**/
.blog-layout .grid-cols-2 .col-2 .title-sidebar {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--black);
}
.blog-archive .box-catalog .box-inner {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  padding: 1rem;
  background-color: #f5f5f5;
  column-gap: 1rem;
}
.blog-archive .box-catalog .box-inner .box-image,
.blog-archive .box-catalog .box-inner .box-image a {
  margin: 0;
  width: 100%;
  height: 100%;
}
.blog-archive .box-catalog .box-inner .box-image a {
  display: block;
}
.blog-archive .box-catalog .box-inner .box-image .image-cover {
  height: 9.3125rem;
  padding-top: 0;
}
.blog-archive .box-catalog .box-inner .box-text {
  padding: 0;
}
.blog-archive .box-catalog .box-inner .sub-title {
  font-size: 14px;
  color: var(--black);
}
.blog-archive .box-catalog .box-inner .title {
  margin: 0;
}
.blog-archive .box-catalog .box-inner .title a {
  margin: 0;
  font-weight: 700;
  color: var(--black);
  font-size: 18px;
}
.blog-archive .box-catalog .box-inner .title a:hover {
  color: var(--theme-color);
}
.blog-archive .box-catalog .box-inner .btn__primary {
  margin-top: 1.5rem;
  padding: 0 1.2rem;
}
.blog-archive .box-catalog .box-inner .btn__primary span {
  font-size: 15px;
}
/** Form */
.blog-archive .form-content {
  padding: 2.5rem 1rem;
  overflow: hidden;
  background-color: var(--theme-color);
  margin-top: 1.5rem;
  position: relative;
}
.blog-archive .form-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.57081rem;
  height: 11.1875rem;
  background-image: url("/wp-content/uploads/2026/01/img-footer.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: scaleX(-1);
}
.blog-archive .form-content form {
  margin-bottom: 2.5rem;
}
.blog-archive .form-content .grid-cols-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 2.75rem;
}
.blog-archive .form-content .title-main p {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
}
.blog-archive .form-content input,
.blog-archive .form-content textarea {
  border: 0;
  border-bottom: 1px solid #ffffff4d;
  padding: 0;
  box-shadow: none !important;
  color: var(--white) !important;
  background-color: transparent !important;
  font-size: 0.9375rem;
}
.blog-archive .form-content textarea {
  min-height: 5rem;
}
.blog-archive .form-content input::placeholder,
.blog-archive .form-content textarea::placeholder {
  color: #ffffffb2 !important;
}

.blog-archive .form-content .form-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.blog-archive .form-content .form-item [data-name="ghi-chu"] textarea {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.blog-archive .form-content .btn__primary {
  background-color: var(--white);
  color: var(--black);
}
.blog-archive .form-content .btn__primary:hover {
  color: var(--theme-color);
}
.blog-archive .form-content .wpcf7 .wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.7);
}
.blog-layout .archive-container .grid-cols-2 .col-2 {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .category .blog-layout {
    padding-top: 3.75rem;
  }
  .blog-layout .archive-container .grid-cols-2 .col-2 {
    padding-top: 0;
  }
  .blog-layout .grid-cols-2 {
    display: grid;
    grid-template-columns: 1fr 26rem;
    column-gap: 3.65rem;
    margin-bottom: 3rem;
  }
  .blog-layout .grid-cols-2 .archive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-layout .grid-cols-2 .archive-header {
    margin-bottom: 2.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #231f204d;
  }
  .blog-layout .grid-cols-2 .archive-header ul {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .blog-layout .grid-cols-2 .archive-header h2 {
    margin-bottom: 0;
  }
  .tabs-category ul li a:hover {
    color: var(--theme-color);
  }
  .list-news {
    margin-bottom: 3.75rem;
  }
  .post-item .box-blog-post {
    display: grid;
    grid-template-columns: 20.1875rem 1fr;
    column-gap: 2rem;
    align-items: center;
  }
  .post-item .box-blog-post .box-image {
    margin: 0;
    max-width: 100%;
    width: 100% !important;
  }
  .post-item .box-blog-post .box-text {
    padding: 0;
  }
  .post-item .box-blog-post .box-text .post-title {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 1rem;
  }
  /** Form */
  .blog-archive .form-content {
    padding: 2.5rem 3.5rem;
    overflow: hidden;
    background-color: var(--theme-color);
    margin-top: 1.5rem;
  }
  .blog-archive .form-content::before {
    width: 12.57081rem;
    height: 13.1875rem;
  }
  /** catalogue **/
  .blog-layout .blog-archive .box-catalog .box-inner {
    grid-template-columns: 6.75rem 1fr;
    column-gap: 2rem;
    padding: 1.5rem;
  }
  .blog-archive .box-catalog .box-inner .btn__primary {
    margin-top: 2.6rem;
    padding: 0 1.5rem;
  }
  .blog-archive .box-catalog .box-inner .box-image .image-cover {
    height: 9.5rem;
  }
  .blog-archive .box-catalog .box-inner .sub-title {
    font-size: 1rem;
  }
  .blog-archive .box-catalog .box-inner .title a {
    font-size: 1.125rem;
  }

  /** box news **/
  .box-blog-post .box-text .post-title a {
    font-size: 1.125rem;
  }
  .box-blog-post .box-text .post-categories {
    font-size: 0.875rem;
  }
  .box-blog-post .box-text .box-top .post-date {
    font-size: 3rem;
  }
  .box-blog-post .box-text .box-top .post-month {
    font-size: 1rem;
  }
}

/** Single tin tức **/
.single #header .header-main {
  border-color: #231f204d;
}
.single #header .header-bg-color {
  background-color: var(--white);
}
.single #header #logo img {
  filter: inherit;
}
.single #header .header-nav-main > .menu-item > a {
  color: var(--black);
}
.single #header .header-nav-main > .menu-item > a:hover {
  color: var(--theme-color);
}
.single-layout {
  position: relative;
}
.single .blog-layout {
  padding: var(--70) 0 0;
}
.single #header .header__select-lang-btn,
.single #header .dropdown-menu__lang .dropdown-item {
  border: 1px solid #231f204d;
}
.single #header .header__select-lang-btn span,
.single #header .dropdown-menu__lang span {
  color: var(--black);
}
.single #header .header__select-lang-btn span svg {
  fill: var(--black);
}
.single #header .search-header svg path {
  stroke: var(--black);
}
/**=================**/

.single-layout .grid-2 {
  display: grid;
  grid-template-columns: 1fr 25rem;
  column-gap: 2.56rem;
}
.single-layout #ez-toc-container {
  border: 0 !important;
  background: #f6f6f6;
}
.single-layout #ez-toc-container .ez-toc-title-container {
  position: relative;
}
.single-layout #ez-toc-container .ez-toc-title-container .ez-toc-title {
  padding-left: 2rem;
  color: var(--black-200);
  font-weight: 500;
  font-size: 1rem;
}
.single-layout
  #ez-toc-container
  .ez-toc-title-container
  .ez-toc-icon-toggle-span {
  width: auto !important;
  height: auto !important;
}
.single-layout
  #ez-toc-container
  .ez-toc-title-container
  .ez-toc-icon-toggle-span
  svg {
  fill: #555 !important;
  color: #555 !important;
  width: 1.7rem !important;
  height: 1.7rem !important;
}
.single-layout #ez-toc-container svg.arrow-unsorted-368013 {
  display: none;
}
.single-layout #ez-toc-container .ez-toc-title-toggle .ez-toc-pull-right {
  padding: 0 !important;
  margin: 0 !important;
  float: inherit !important;
  position: absolute;
  top: 56.5%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
}
.single-layout #ez-toc-container .ez-toc-title-toggle .ez-toc-js-icon-con {
  border: 0 !important;
  left: 0 !important;
  width: auto !important;
}
.single-layout #ez-toc-container .ez-toc-title-container::before {
  content: "\f105";
  font-family: fl-icons !important;
  font-size: 1.25rem;
  color: var(--black-200);
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  font-weight: 700;
  position: absolute;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.single-layout #ez-toc-container.toc_close .ez-toc-title-container::before {
  content: "\f107";
}
.single-layout #ez-toc-container.toc_close nav {
  margin-top: 1rem;
}
.single-layout #ez-toc-container nav ul {
  margin-left: 1rem !important;
}
.single .rank-math-breadcrumb * {
  color: var(--black-200);
  font-weight: 400;
  font-size: 1rem;
}
.single .rank-math-breadcrumb .separator {
  color: var(--black-200);
}
.single .rank-math-breadcrumb .last {
  color: var(--black);
}
.single-layout h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.single-layout .entry-header .entry-header-text {
  padding: 0;
}
.single-layout .single-page {
  padding-top: 0.85rem;
}
.single-layout .bottom-header .post-date {
  color: var(--black-200);
  font-size: 0.9375rem;
}
.single-layout .box-footer {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #231f204d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-author .box-text span {
  color: var(--theme-color);
  font-weight: 700;
  text-transform: uppercase;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #cecece;
  margin-top: 1rem;
}
.post-tags .tag-title {
  font-size: 0.875rem;
  color: var(--black);
}
.post-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.84rem;
  border-radius: 99rem;
  border: 1px solid #d9d9d9;
  font-size: 0.875rem;
}
.post-tags a:hover {
  color: var(--theme-color2);
}

.single-layout .entry-content h2 {
  font-size: 1.5rem;
}
.single-layout .entry-content h3 {
  font-size: 1.2rem;
}
.single-layout .sec-container {
  padding-top: 4.25rem;
}
.single-layout .page-title .sec-container {
  padding: 1.8rem var(--section) 0;
}
.single-layout .sec-container article {
  text-align: justify;
  margin: 0;
}
.single-layout .sec-container article .article-inner {
  padding: 0;
}
.blog-related {
  padding-top: 4.25rem;
}

.blog-related .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.blog-single .form-home {
  padding: 3.75rem 0;
}
/** Sidebar single post **/
.sidebar-post .box-blog,
.sidebar-post .box-product {
  padding: 1.6rem 2rem;
  background: #f5f5f5;
}
.sidebar-post .box-blog .box-vertical,
.sidebar-post .box-product .box-vertical {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #231f204d;
}
.sidebar-post .box-blog .box-vertical:last-child,
.sidebar-post .box-product .box-vertical:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-post .box-blog .box-vertical .box-text,
.sidebar-post .box-product .box-vertical .box-text {
  padding-top: 0;
}
.sidebar-post .box-blog .box-vertical .box-text .post-title a,
.sidebar-post .box-product .box-vertical .box-text .post-title a {
  font-size: 1rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
  line-height: 1.3;
}
.sidebar-post .box-blog .title,
.sidebar-post .box-product .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1.3rem;
}
.sidebar-post .box-blog .box-vertical,
.sidebar-post .box-product .box-vertical {
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  column-gap: 1.45rem;
}
.sidebar-post .box-product .box-vertical {
  grid-template-columns: 6.32369rem 1fr;
}
.sidebar-post .box-blog .box-vertical .box-image,
.sidebar-post .box-product .box-vertical .box-image {
  width: 100%;
  margin: 0;
}
.sidebar-post .box-product .box-vertical .box-image {
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}
.sidebar-post .box-product .box-vertical .btn__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--black-200);
  margin-top: 0.65rem;
}
.sidebar-post .box-product,
.sidebar-post .image-sidebar .img {
  margin-top: 1.8rem;
}
.sidebar-post .image-sidebar .img .image-cover {
  padding-top: 0;
  height: 39.6875rem;
}
@media screen and (max-width: 768px) {
  .single article li {
    font-size: 16px;
  }
  .blog-related {
    padding-top: 2.75rem;
  }
  .blog-single .form-home {
    padding: 2.75rem 0;
  }
  .single-layout .grid-2 {
    padding-top: 1rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .single-layout .page-title .sec-container {
    padding-top: 1rem;
  }
  .single-layout .entry-content {
    padding: 0;
  }
  .single-layout .entry-content h2,
  .single-layout h1,
  .single-layout .entry-content h3 {
    font-size: 1.25rem;
    text-align: left;
  }
  .single-layout .rank-math-breadcrumb * {
    font-size: 0.75rem;
  }
  .sidebar-post {
    margin-top: 1.5rem;
  }
  .sidebar-post .box-blog .title,
  .sidebar-post .box-product .title {
    font-size: 1.25rem;
  }
  .sidebar-post .box-blog,
  .sidebar-post .box-product {
    padding: 2rem 1rem;
  }
  .sidebar-post .box-blog .box-vertical,
  .sidebar-post .box-product .box-vertical {
    column-gap: 0.75rem;
  }
  .sidebar-post .box-blog .box-vertical .box-text .post-title a,
  .sidebar-post .box-product .box-vertical .box-text .post-title a {
    font-size: 16px;
  }
  .sidebar-post .image-sidebar .img .image-cover {
    height: 28.6875rem;
  }
  .single-layout .bottom-header {
    margin-bottom: 1rem;
  }
  .single-layout .bottom-header .post-date {
    font-size: 15px;
  }
}
